@syncfusion/ej2-inplace-editor 32.1.19 → 32.1.24

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 (225) hide show
  1. package/.eslintrc.json +31 -4
  2. package/README.md +1 -1
  3. package/aceconfig.js +17 -0
  4. package/dist/ej2-inplace-editor.min.js +9 -0
  5. package/dist/ej2-inplace-editor.umd.min.js +9 -0
  6. package/dist/global/ej2-inplace-editor.min.js +9 -0
  7. package/dist/global/index.d.ts +9 -0
  8. package/package.json +13 -13
  9. package/styles/bds-lite.css +8 -0
  10. package/styles/bds-lite.scss +1 -1
  11. package/styles/bds.css +12 -0
  12. package/styles/bds.scss +2 -2
  13. package/styles/bootstrap-dark-lite.css +16 -0
  14. package/styles/bootstrap-dark-lite.scss +1 -1
  15. package/styles/bootstrap-dark.css +24 -0
  16. package/styles/bootstrap-dark.scss +2 -2
  17. package/styles/bootstrap-lite.css +16 -0
  18. package/styles/bootstrap-lite.scss +1 -1
  19. package/styles/bootstrap.css +24 -0
  20. package/styles/bootstrap.scss +2 -2
  21. package/styles/bootstrap4-lite.css +19 -3
  22. package/styles/bootstrap4-lite.scss +1 -1
  23. package/styles/bootstrap4.css +27 -3
  24. package/styles/bootstrap4.scss +2 -2
  25. package/styles/bootstrap5-dark-lite.scss +1 -1
  26. package/styles/bootstrap5-dark.scss +2 -2
  27. package/styles/bootstrap5-lite.scss +1 -1
  28. package/styles/bootstrap5.3-lite.css +168 -0
  29. package/styles/bootstrap5.3-lite.scss +1 -1
  30. package/styles/bootstrap5.3.css +252 -0
  31. package/styles/bootstrap5.3.scss +2 -2
  32. package/styles/bootstrap5.scss +2 -2
  33. package/styles/fabric-dark-lite.css +16 -0
  34. package/styles/fabric-dark-lite.scss +1 -1
  35. package/styles/fabric-dark.css +24 -0
  36. package/styles/fabric-dark.scss +2 -2
  37. package/styles/fabric-lite.css +16 -0
  38. package/styles/fabric-lite.scss +1 -1
  39. package/styles/fabric.css +24 -0
  40. package/styles/fabric.scss +2 -2
  41. package/styles/fluent-dark-lite.scss +1 -1
  42. package/styles/fluent-dark.scss +2 -2
  43. package/styles/fluent-lite.scss +1 -1
  44. package/styles/fluent.scss +2 -2
  45. package/styles/fluent2-lite.css +172 -0
  46. package/styles/fluent2-lite.scss +1 -1
  47. package/styles/fluent2.css +258 -0
  48. package/styles/fluent2.scss +2 -2
  49. package/styles/highcontrast-light-lite.css +16 -0
  50. package/styles/highcontrast-light-lite.scss +1 -1
  51. package/styles/highcontrast-light.css +24 -0
  52. package/styles/highcontrast-light.scss +2 -2
  53. package/styles/highcontrast-lite.css +16 -0
  54. package/styles/highcontrast-lite.scss +1 -1
  55. package/styles/highcontrast.css +24 -0
  56. package/styles/highcontrast.scss +2 -2
  57. package/styles/inplace-editor/_all.bds.scss +2 -0
  58. package/styles/inplace-editor/_all.bootstrap-dark.scss +2 -0
  59. package/styles/inplace-editor/_all.bootstrap.scss +2 -0
  60. package/styles/inplace-editor/_all.bootstrap4.scss +2 -0
  61. package/styles/inplace-editor/_all.bootstrap5-dark.scss +2 -0
  62. package/styles/inplace-editor/_all.bootstrap5.3.scss +2 -0
  63. package/styles/inplace-editor/_all.bootstrap5.scss +2 -0
  64. package/styles/inplace-editor/_all.fabric-dark.scss +2 -0
  65. package/styles/inplace-editor/_all.fabric.scss +2 -0
  66. package/styles/inplace-editor/_all.fluent-dark.scss +2 -0
  67. package/styles/inplace-editor/_all.fluent.scss +2 -0
  68. package/styles/inplace-editor/_all.fluent2.scss +2 -0
  69. package/styles/inplace-editor/_all.highcontrast-light.scss +2 -0
  70. package/styles/inplace-editor/_all.highcontrast.scss +2 -0
  71. package/styles/inplace-editor/_all.material-dark.scss +2 -0
  72. package/styles/inplace-editor/_all.material.scss +2 -0
  73. package/styles/inplace-editor/_all.material3-dark.scss +2 -0
  74. package/styles/inplace-editor/_all.material3.scss +2 -0
  75. package/styles/inplace-editor/_all.tailwind-dark.scss +2 -0
  76. package/styles/inplace-editor/_all.tailwind.scss +2 -0
  77. package/styles/inplace-editor/_all.tailwind3.scss +2 -0
  78. package/styles/inplace-editor/_bigger.bds.scss +3 -0
  79. package/styles/inplace-editor/_bigger.bootstrap-dark.scss +3 -0
  80. package/styles/inplace-editor/_bigger.bootstrap.scss +3 -0
  81. package/styles/inplace-editor/_bigger.bootstrap4.scss +3 -0
  82. package/styles/inplace-editor/_bigger.bootstrap5-dark.scss +3 -0
  83. package/styles/inplace-editor/_bigger.bootstrap5.3.scss +3 -0
  84. package/styles/inplace-editor/_bigger.bootstrap5.scss +3 -0
  85. package/styles/inplace-editor/_bigger.fabric-dark.scss +3 -0
  86. package/styles/inplace-editor/_bigger.fabric.scss +3 -0
  87. package/styles/inplace-editor/_bigger.fluent-dark.scss +3 -0
  88. package/styles/inplace-editor/_bigger.fluent.scss +3 -0
  89. package/styles/inplace-editor/_bigger.fluent2.scss +3 -0
  90. package/styles/inplace-editor/_bigger.highcontrast-light.scss +3 -0
  91. package/styles/inplace-editor/_bigger.highcontrast.scss +3 -0
  92. package/styles/inplace-editor/_bigger.material-dark.scss +3 -0
  93. package/styles/inplace-editor/_bigger.material.scss +3 -0
  94. package/styles/inplace-editor/_bigger.material3-dark.scss +3 -0
  95. package/styles/inplace-editor/_bigger.material3.scss +3 -0
  96. package/styles/inplace-editor/_bigger.scss +0 -1
  97. package/styles/inplace-editor/_bigger.tailwind-dark.scss +3 -0
  98. package/styles/inplace-editor/_bigger.tailwind.scss +3 -0
  99. package/styles/inplace-editor/_bigger.tailwind3.scss +3 -0
  100. package/styles/inplace-editor/_layout.bds.scss +3 -0
  101. package/styles/inplace-editor/_layout.bootstrap-dark.scss +3 -0
  102. package/styles/inplace-editor/_layout.bootstrap.scss +3 -0
  103. package/styles/inplace-editor/_layout.bootstrap4.scss +3 -0
  104. package/styles/inplace-editor/_layout.bootstrap5-dark.scss +3 -0
  105. package/styles/inplace-editor/_layout.bootstrap5.3.scss +3 -0
  106. package/styles/inplace-editor/_layout.bootstrap5.scss +3 -0
  107. package/styles/inplace-editor/_layout.fabric-dark.scss +3 -0
  108. package/styles/inplace-editor/_layout.fabric.scss +3 -0
  109. package/styles/inplace-editor/_layout.fluent-dark.scss +3 -0
  110. package/styles/inplace-editor/_layout.fluent.scss +3 -0
  111. package/styles/inplace-editor/_layout.fluent2.scss +3 -0
  112. package/styles/inplace-editor/_layout.highcontrast-light.scss +3 -0
  113. package/styles/inplace-editor/_layout.highcontrast.scss +3 -0
  114. package/styles/inplace-editor/_layout.material-dark.scss +3 -0
  115. package/styles/inplace-editor/_layout.material.scss +3 -0
  116. package/styles/inplace-editor/_layout.material3-dark.scss +3 -0
  117. package/styles/inplace-editor/_layout.material3.scss +3 -0
  118. package/styles/inplace-editor/_layout.scss +0 -1
  119. package/styles/inplace-editor/_layout.tailwind-dark.scss +3 -0
  120. package/styles/inplace-editor/_layout.tailwind.scss +3 -0
  121. package/styles/inplace-editor/_layout.tailwind3.scss +3 -0
  122. package/styles/inplace-editor/_theme-variables.bds.scss +1 -0
  123. package/styles/inplace-editor/_theme-variables.bootstrap-dark.scss +1 -0
  124. package/styles/inplace-editor/_theme-variables.bootstrap.scss +1 -0
  125. package/styles/inplace-editor/_theme-variables.bootstrap4.scss +1 -0
  126. package/styles/inplace-editor/_theme-variables.bootstrap5-dark.scss +1 -0
  127. package/styles/inplace-editor/_theme-variables.bootstrap5.3.scss +1 -0
  128. package/styles/inplace-editor/_theme-variables.bootstrap5.scss +1 -0
  129. package/styles/inplace-editor/_theme-variables.fabric-dark.scss +1 -0
  130. package/styles/inplace-editor/_theme-variables.fabric.scss +1 -0
  131. package/styles/inplace-editor/_theme-variables.fluent-dark.scss +1 -0
  132. package/styles/inplace-editor/_theme-variables.fluent.scss +1 -0
  133. package/styles/inplace-editor/_theme-variables.fluent2.scss +1 -0
  134. package/styles/inplace-editor/_theme-variables.highcontrast-light.scss +1 -0
  135. package/styles/inplace-editor/_theme-variables.highcontrast.scss +1 -0
  136. package/styles/inplace-editor/_theme-variables.material-dark.scss +1 -0
  137. package/styles/inplace-editor/_theme-variables.material.scss +1 -0
  138. package/styles/inplace-editor/_theme-variables.material3-dark.scss +1 -0
  139. package/styles/inplace-editor/_theme-variables.material3.scss +1 -0
  140. package/styles/inplace-editor/_theme-variables.tailwind-dark.scss +1 -0
  141. package/styles/inplace-editor/_theme-variables.tailwind.scss +1 -0
  142. package/styles/inplace-editor/_theme.bds.scss +4 -0
  143. package/styles/inplace-editor/_theme.bootstrap-dark.scss +4 -0
  144. package/styles/inplace-editor/_theme.bootstrap.scss +4 -0
  145. package/styles/inplace-editor/_theme.bootstrap4.scss +4 -0
  146. package/styles/inplace-editor/_theme.bootstrap5-dark.scss +4 -0
  147. package/styles/inplace-editor/_theme.bootstrap5.3.scss +4 -0
  148. package/styles/inplace-editor/_theme.bootstrap5.scss +4 -0
  149. package/styles/inplace-editor/_theme.fabric-dark.scss +4 -0
  150. package/styles/inplace-editor/_theme.fabric.scss +4 -0
  151. package/styles/inplace-editor/_theme.fluent-dark.scss +4 -0
  152. package/styles/inplace-editor/_theme.fluent.scss +4 -0
  153. package/styles/inplace-editor/_theme.fluent2.scss +4 -0
  154. package/styles/inplace-editor/_theme.highcontrast-light.scss +4 -0
  155. package/styles/inplace-editor/_theme.highcontrast.scss +4 -0
  156. package/styles/inplace-editor/_theme.material-dark.scss +4 -0
  157. package/styles/inplace-editor/_theme.material.scss +4 -0
  158. package/styles/inplace-editor/_theme.material3-dark.scss +4 -0
  159. package/styles/inplace-editor/_theme.material3.scss +4 -0
  160. package/styles/inplace-editor/_theme.scss +0 -1
  161. package/styles/inplace-editor/_theme.tailwind-dark.scss +4 -0
  162. package/styles/inplace-editor/_theme.tailwind.scss +4 -0
  163. package/styles/inplace-editor/_theme.tailwind3.scss +4 -0
  164. package/styles/inplace-editor/bds.css +12 -0
  165. package/styles/inplace-editor/bds.scss +2 -2
  166. package/styles/inplace-editor/bootstrap-dark.css +24 -0
  167. package/styles/inplace-editor/bootstrap-dark.scss +2 -2
  168. package/styles/inplace-editor/bootstrap.css +24 -0
  169. package/styles/inplace-editor/bootstrap.scss +2 -2
  170. package/styles/inplace-editor/bootstrap4.css +27 -3
  171. package/styles/inplace-editor/bootstrap4.scss +2 -2
  172. package/styles/inplace-editor/bootstrap5-dark.scss +2 -2
  173. package/styles/inplace-editor/bootstrap5.3.css +252 -0
  174. package/styles/inplace-editor/bootstrap5.3.scss +2 -2
  175. package/styles/inplace-editor/bootstrap5.scss +2 -2
  176. package/styles/inplace-editor/fabric-dark.css +24 -0
  177. package/styles/inplace-editor/fabric-dark.scss +2 -2
  178. package/styles/inplace-editor/fabric.css +24 -0
  179. package/styles/inplace-editor/fabric.scss +2 -2
  180. package/styles/inplace-editor/fluent-dark.scss +2 -2
  181. package/styles/inplace-editor/fluent.scss +2 -2
  182. package/styles/inplace-editor/fluent2.css +258 -0
  183. package/styles/inplace-editor/fluent2.scss +2 -2
  184. package/styles/inplace-editor/highcontrast-light.css +24 -0
  185. package/styles/inplace-editor/highcontrast-light.scss +2 -2
  186. package/styles/inplace-editor/highcontrast.css +24 -0
  187. package/styles/inplace-editor/highcontrast.scss +2 -2
  188. package/styles/inplace-editor/material-dark.css +24 -0
  189. package/styles/inplace-editor/material-dark.scss +2 -2
  190. package/styles/inplace-editor/material.css +24 -0
  191. package/styles/inplace-editor/material.scss +2 -2
  192. package/styles/inplace-editor/material3-dark.css +246 -0
  193. package/styles/inplace-editor/material3-dark.scss +2 -2
  194. package/styles/inplace-editor/material3.css +252 -0
  195. package/styles/inplace-editor/material3.scss +2 -2
  196. package/styles/inplace-editor/tailwind-dark.scss +2 -2
  197. package/styles/inplace-editor/tailwind.scss +2 -2
  198. package/styles/inplace-editor/tailwind3.css +222 -0
  199. package/styles/inplace-editor/tailwind3.scss +2 -2
  200. package/styles/material-dark-lite.css +16 -0
  201. package/styles/material-dark-lite.scss +1 -1
  202. package/styles/material-dark.css +24 -0
  203. package/styles/material-dark.scss +2 -2
  204. package/styles/material-lite.css +16 -0
  205. package/styles/material-lite.scss +1 -1
  206. package/styles/material.css +24 -0
  207. package/styles/material.scss +2 -2
  208. package/styles/material3-dark-lite.css +164 -0
  209. package/styles/material3-dark-lite.scss +1 -1
  210. package/styles/material3-dark.css +246 -0
  211. package/styles/material3-dark.scss +2 -2
  212. package/styles/material3-lite.css +168 -0
  213. package/styles/material3-lite.scss +1 -1
  214. package/styles/material3.css +252 -0
  215. package/styles/material3.scss +2 -2
  216. package/styles/tailwind-dark-lite.scss +1 -1
  217. package/styles/tailwind-dark.scss +2 -2
  218. package/styles/tailwind-lite.scss +1 -1
  219. package/styles/tailwind.scss +2 -2
  220. package/styles/tailwind3-lite.css +148 -0
  221. package/styles/tailwind3-lite.scss +1 -1
  222. package/styles/tailwind3.css +222 -0
  223. package/styles/tailwind3.scss +2 -2
  224. package/tslint.json +111 -0
  225. /package/styles/inplace-editor/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
@@ -208,6 +208,14 @@
208
208
  content: "\e97c";
209
209
  }
210
210
 
211
+ /*! High contrast light theme definitions and variables */
212
+ /*! Value element styles */
213
+ /*! Tooltip styles */
214
+ /*! Tip Content styles */
215
+ /*! Title styles */
216
+ /*! Wrapper styles */
217
+ /*! Component group styles */
218
+ /*! Button styles */
211
219
  .e-inplaceeditor {
212
220
  display: inline-block;
213
221
  position: relative;
@@ -557,6 +565,14 @@
557
565
  min-height: 60px;
558
566
  }
559
567
 
568
+ /*! High contrast light theme definitions and variables */
569
+ /*! Value element styles */
570
+ /*! Tooltip styles */
571
+ /*! Tip Content styles */
572
+ /*! Title styles */
573
+ /*! Wrapper styles */
574
+ /*! Component group styles */
575
+ /*! Button styles */
560
576
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
561
577
  border-bottom: 1px dashed #000;
562
578
  color: #000;
@@ -655,6 +671,14 @@
655
671
  color: #fff;
656
672
  }
657
673
 
674
+ /*! High contrast light theme definitions and variables */
675
+ /*! Value element styles */
676
+ /*! Tooltip styles */
677
+ /*! Tip Content styles */
678
+ /*! Title styles */
679
+ /*! Wrapper styles */
680
+ /*! Component group styles */
681
+ /*! Button styles */
658
682
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
659
683
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
660
684
  padding: 8px 12px;
@@ -23,5 +23,5 @@
23
23
  @use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light-definition' as *;
24
24
  @use 'highcontrast-light-definition' as *;
25
25
  @use 'icons/highcontrast-light' as *;
26
- @use 'all' as *;
27
- @use 'bigger' as *;
26
+ @use 'all.highcontrast-light' as *;
27
+ @use 'bigger.highcontrast-light' as *;
@@ -216,6 +216,14 @@
216
216
  content: "\e97c";
217
217
  }
218
218
 
219
+ /*! High contrast theme definitions and variables */
220
+ /*! Value element styles */
221
+ /*! Tooltip styles */
222
+ /*! Tip Content styles */
223
+ /*! Title styles */
224
+ /*! Wrapper styles */
225
+ /*! Component group styles */
226
+ /*! Button styles */
219
227
  .e-inplaceeditor {
220
228
  display: inline-block;
221
229
  position: relative;
@@ -565,6 +573,14 @@
565
573
  min-height: 60px;
566
574
  }
567
575
 
576
+ /*! High contrast theme definitions and variables */
577
+ /*! Value element styles */
578
+ /*! Tooltip styles */
579
+ /*! Tip Content styles */
580
+ /*! Title styles */
581
+ /*! Wrapper styles */
582
+ /*! Component group styles */
583
+ /*! Button styles */
568
584
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
569
585
  border-bottom: 1px dashed #fff;
570
586
  color: #fff;
@@ -663,6 +679,14 @@
663
679
  color: #000;
664
680
  }
665
681
 
682
+ /*! High contrast theme definitions and variables */
683
+ /*! Value element styles */
684
+ /*! Tooltip styles */
685
+ /*! Tip Content styles */
686
+ /*! Title styles */
687
+ /*! Wrapper styles */
688
+ /*! Component group styles */
689
+ /*! Button styles */
666
690
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
667
691
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
668
692
  padding: 8px 36px 8px 12px;
@@ -23,5 +23,5 @@
23
23
  @use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-definition' as *;
24
24
  @use 'highcontrast-definition' as *;
25
25
  @use 'icons/highcontrast' as *;
26
- @use 'all' as *;
27
- @use 'bigger' as *;
26
+ @use 'all.highcontrast' as *;
27
+ @use 'bigger.highcontrast' as *;
@@ -174,6 +174,14 @@
174
174
  content: "\e891";
175
175
  }
176
176
 
177
+ /*! Material dark theme definitions and variables */
178
+ /*! Value element styles */
179
+ /*! Tooltip styles */
180
+ /*! Tip Content styles */
181
+ /*! Title styles */
182
+ /*! Wrapper styles */
183
+ /*! Component group styles */
184
+ /*! Button styles */
177
185
  .e-inplaceeditor {
178
186
  display: inline-block;
179
187
  position: relative;
@@ -523,6 +531,14 @@
523
531
  min-height: 60px;
524
532
  }
525
533
 
534
+ /*! Material dark theme definitions and variables */
535
+ /*! Value element styles */
536
+ /*! Tooltip styles */
537
+ /*! Tip Content styles */
538
+ /*! Title styles */
539
+ /*! Wrapper styles */
540
+ /*! Component group styles */
541
+ /*! Button styles */
526
542
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
527
543
  border-bottom: 1px dashed #fff;
528
544
  color: #fff;
@@ -614,6 +630,14 @@
614
630
  color: #757575;
615
631
  }
616
632
 
633
+ /*! Material dark theme definitions and variables */
634
+ /*! Value element styles */
635
+ /*! Tooltip styles */
636
+ /*! Tip Content styles */
637
+ /*! Title styles */
638
+ /*! Wrapper styles */
639
+ /*! Component group styles */
640
+ /*! Button styles */
617
641
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
618
642
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
619
643
  padding: 8px;
@@ -23,5 +23,5 @@
23
23
  @use 'ej2-richtexteditor/styles/rich-text-editor/material-dark-definition' as *;
24
24
  @use 'material-dark-definition' as *;
25
25
  @use 'icons/material-dark' as *;
26
- @use 'all' as *;
27
- @use 'bigger' as *;
26
+ @use 'all.material-dark' as *;
27
+ @use 'bigger.material-dark' as *;
@@ -208,6 +208,14 @@
208
208
  content: "\e891";
209
209
  }
210
210
 
211
+ /*! Material theme definitions and variables */
212
+ /*! Value element styles */
213
+ /*! Tooltip styles */
214
+ /*! Tip Content styles */
215
+ /*! Title styles */
216
+ /*! Wrapper styles */
217
+ /*! Component group styles */
218
+ /*! Button styles */
211
219
  .e-inplaceeditor {
212
220
  display: inline-block;
213
221
  position: relative;
@@ -565,6 +573,14 @@
565
573
  min-height: 60px;
566
574
  }
567
575
 
576
+ /*! Material theme definitions and variables */
577
+ /*! Value element styles */
578
+ /*! Tooltip styles */
579
+ /*! Tip Content styles */
580
+ /*! Title styles */
581
+ /*! Wrapper styles */
582
+ /*! Component group styles */
583
+ /*! Button styles */
568
584
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
569
585
  border-bottom: 1px dashed rgba(0, 0, 0, 0.87);
570
586
  color: rgba(0, 0, 0, 0.87);
@@ -656,6 +672,14 @@
656
672
  color: #eee;
657
673
  }
658
674
 
675
+ /*! Material theme definitions and variables */
676
+ /*! Value element styles */
677
+ /*! Tooltip styles */
678
+ /*! Tip Content styles */
679
+ /*! Title styles */
680
+ /*! Wrapper styles */
681
+ /*! Component group styles */
682
+ /*! Button styles */
659
683
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
660
684
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
661
685
  padding: 8px;
@@ -23,5 +23,5 @@
23
23
  @use 'ej2-richtexteditor/styles/rich-text-editor/material-definition' as *;
24
24
  @use 'material-definition' as *;
25
25
  @use 'icons/material' as *;
26
- @use 'all' as *;
27
- @use 'bigger' as *;
26
+ @use 'all.material' as *;
27
+ @use 'bigger.material' as *;
@@ -608,6 +608,88 @@
608
608
  content: "\e730";
609
609
  }
610
610
 
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+ /* Font Family */
620
+ /* Font Sizes */
621
+ /* Radius */
622
+ /* 1px */
623
+ /* 2px */
624
+ /* 3px */
625
+ /* 4px */
626
+ /* 5px */
627
+ /* 6px */
628
+ /* 7px */
629
+ /* 8px */
630
+ /* 9px */
631
+ /* 10px */
632
+ /* 11px */
633
+ /* 12px */
634
+ /* 13px */
635
+ /* 14px */
636
+ /* 15px */
637
+ /* 16px */
638
+ /* 17px */
639
+ /* 18px */
640
+ /* 19px */
641
+ /* 20px */
642
+ /* 21px */
643
+ /* 22px */
644
+ /* 23px */
645
+ /* 24px */
646
+ /* 25px */
647
+ /* 26px */
648
+ /* 27px */
649
+ /* 28px */
650
+ /* 29px */
651
+ /* 30px */
652
+ /* 31px */
653
+ /* 32px */
654
+ /* 33px */
655
+ /* 34px */
656
+ /* 35px */
657
+ /* 36px */
658
+ /* 37px */
659
+ /* 38px */
660
+ /* 39px */
661
+ /* 40px */
662
+ /* 41px */
663
+ /* 42px */
664
+ /* 43px */
665
+ /* 44px */
666
+ /* 45px */
667
+ /* 46px */
668
+ /* 47px */
669
+ /* 48px */
670
+ /* 49px */
671
+ /* 50px */
672
+ /* 5em */
673
+ /* 65% */
674
+ /* border */
675
+ /* 0px */
676
+ /* 1px */
677
+ /* 1.5px */
678
+ /* 2px */
679
+ /* 3px */
680
+ /* 4px */
681
+ /* 5px */
682
+ /* 6px */
683
+ /* 7px */
684
+ /* 8px */
685
+ /* 9px */
686
+ /* 10px */
687
+ /* 11px */
688
+ /* 12px */
689
+ /* 13px */
690
+ /* 14px */
691
+ /* 15px */
692
+ /* 16px */
611
693
  .e-inplaceeditor {
612
694
  display: inline-block;
613
695
  position: relative;
@@ -957,6 +1039,88 @@
957
1039
  min-height: 60px;
958
1040
  }
959
1041
 
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+ /* Font Family */
1051
+ /* Font Sizes */
1052
+ /* Radius */
1053
+ /* 1px */
1054
+ /* 2px */
1055
+ /* 3px */
1056
+ /* 4px */
1057
+ /* 5px */
1058
+ /* 6px */
1059
+ /* 7px */
1060
+ /* 8px */
1061
+ /* 9px */
1062
+ /* 10px */
1063
+ /* 11px */
1064
+ /* 12px */
1065
+ /* 13px */
1066
+ /* 14px */
1067
+ /* 15px */
1068
+ /* 16px */
1069
+ /* 17px */
1070
+ /* 18px */
1071
+ /* 19px */
1072
+ /* 20px */
1073
+ /* 21px */
1074
+ /* 22px */
1075
+ /* 23px */
1076
+ /* 24px */
1077
+ /* 25px */
1078
+ /* 26px */
1079
+ /* 27px */
1080
+ /* 28px */
1081
+ /* 29px */
1082
+ /* 30px */
1083
+ /* 31px */
1084
+ /* 32px */
1085
+ /* 33px */
1086
+ /* 34px */
1087
+ /* 35px */
1088
+ /* 36px */
1089
+ /* 37px */
1090
+ /* 38px */
1091
+ /* 39px */
1092
+ /* 40px */
1093
+ /* 41px */
1094
+ /* 42px */
1095
+ /* 43px */
1096
+ /* 44px */
1097
+ /* 45px */
1098
+ /* 46px */
1099
+ /* 47px */
1100
+ /* 48px */
1101
+ /* 49px */
1102
+ /* 50px */
1103
+ /* 5em */
1104
+ /* 65% */
1105
+ /* border */
1106
+ /* 0px */
1107
+ /* 1px */
1108
+ /* 1.5px */
1109
+ /* 2px */
1110
+ /* 3px */
1111
+ /* 4px */
1112
+ /* 5px */
1113
+ /* 6px */
1114
+ /* 7px */
1115
+ /* 8px */
1116
+ /* 9px */
1117
+ /* 10px */
1118
+ /* 11px */
1119
+ /* 12px */
1120
+ /* 13px */
1121
+ /* 14px */
1122
+ /* 15px */
1123
+ /* 16px */
960
1124
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
961
1125
  border-bottom: 1px solid rgba(var(--color-sf-on-surface));
962
1126
  color: rgba(var(--color-sf-on-surface));
@@ -1056,6 +1220,88 @@
1056
1220
  color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1057
1221
  }
1058
1222
 
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+ /* Font Family */
1232
+ /* Font Sizes */
1233
+ /* Radius */
1234
+ /* 1px */
1235
+ /* 2px */
1236
+ /* 3px */
1237
+ /* 4px */
1238
+ /* 5px */
1239
+ /* 6px */
1240
+ /* 7px */
1241
+ /* 8px */
1242
+ /* 9px */
1243
+ /* 10px */
1244
+ /* 11px */
1245
+ /* 12px */
1246
+ /* 13px */
1247
+ /* 14px */
1248
+ /* 15px */
1249
+ /* 16px */
1250
+ /* 17px */
1251
+ /* 18px */
1252
+ /* 19px */
1253
+ /* 20px */
1254
+ /* 21px */
1255
+ /* 22px */
1256
+ /* 23px */
1257
+ /* 24px */
1258
+ /* 25px */
1259
+ /* 26px */
1260
+ /* 27px */
1261
+ /* 28px */
1262
+ /* 29px */
1263
+ /* 30px */
1264
+ /* 31px */
1265
+ /* 32px */
1266
+ /* 33px */
1267
+ /* 34px */
1268
+ /* 35px */
1269
+ /* 36px */
1270
+ /* 37px */
1271
+ /* 38px */
1272
+ /* 39px */
1273
+ /* 40px */
1274
+ /* 41px */
1275
+ /* 42px */
1276
+ /* 43px */
1277
+ /* 44px */
1278
+ /* 45px */
1279
+ /* 46px */
1280
+ /* 47px */
1281
+ /* 48px */
1282
+ /* 49px */
1283
+ /* 50px */
1284
+ /* 5em */
1285
+ /* 65% */
1286
+ /* border */
1287
+ /* 0px */
1288
+ /* 1px */
1289
+ /* 1.5px */
1290
+ /* 2px */
1291
+ /* 3px */
1292
+ /* 4px */
1293
+ /* 5px */
1294
+ /* 6px */
1295
+ /* 7px */
1296
+ /* 8px */
1297
+ /* 9px */
1298
+ /* 10px */
1299
+ /* 11px */
1300
+ /* 12px */
1301
+ /* 13px */
1302
+ /* 14px */
1303
+ /* 15px */
1304
+ /* 16px */
1059
1305
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
1060
1306
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
1061
1307
  padding: 8px 36px 8px 16px;
@@ -23,5 +23,5 @@
23
23
  @use 'ej2-richtexteditor/styles/rich-text-editor/material3-dark-definition' as *;
24
24
  @use 'material3-dark-definition' as *;
25
25
  @use 'icons/material3-dark' as *;
26
- @use 'all' as *;
27
- @use 'bigger' as *;
26
+ @use 'all.material3-dark' as *;
27
+ @use 'bigger.material3-dark' as *;