@uiw/react-md-editor 3.19.7 → 3.20.0

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.
package/README.md CHANGED
@@ -741,7 +741,6 @@ Inherit custom color variables by adding [`.wmde-markdown-var`](https://github.c
741
741
 
742
742
  ```bash
743
743
  npm run watch # Listen create type and .tsx files.
744
- npm run css:watch # listen to the component compile and output the .css file
745
744
  npm run start # Preview code example.
746
745
  ```
747
746
 
@@ -758,9 +757,63 @@ npm run start # Preview code example.
758
757
 
759
758
  As always, thanks to our amazing contributors!
760
759
 
761
- <a href="https://github.com/uiwjs/react-md-editor/graphs/contributors">
762
- <img src="https://uiwjs.github.io/react-md-editor/CONTRIBUTORS.svg" />
760
+ <!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT--><a href="https://github.com/jaywcjlove" title="小弟调调™">
761
+ <img src="https://avatars.githubusercontent.com/u/1680273?v=4" width="42;" alt="小弟调调™"/>
763
762
  </a>
763
+ <a href="https://github.com/renovate-bot" title="Mend Renovate">
764
+ <img src="https://avatars.githubusercontent.com/u/25180681?v=4" width="42;" alt="Mend Renovate"/>
765
+ </a>
766
+ <a href="https://github.com/stevemk14ebr" title="Stephen Eckels">
767
+ <img src="https://avatars.githubusercontent.com/u/6619205?v=4" width="42;" alt="Stephen Eckels"/>
768
+ </a>
769
+ <a href="https://github.com/avalero" title="Alberto Valero Gómez">
770
+ <img src="https://avatars.githubusercontent.com/u/1442682?v=4" width="42;" alt="Alberto Valero Gómez"/>
771
+ </a>
772
+ <a href="https://github.com/alphacoma18" title="Alpha Coma">
773
+ <img src="https://avatars.githubusercontent.com/u/108984668?v=4" width="42;" alt="Alpha Coma"/>
774
+ </a>
775
+ <a href="https://github.com/nuragic" title="Andrea Puddu">
776
+ <img src="https://avatars.githubusercontent.com/u/1586378?v=4" width="42;" alt="Andrea Puddu"/>
777
+ </a>
778
+ <a href="https://github.com/bramus" title="Bramus!">
779
+ <img src="https://avatars.githubusercontent.com/u/213073?v=4" width="42;" alt="Bramus!"/>
780
+ </a>
781
+ <a href="https://github.com/CarleneCannon-Conner" title="Carlene Cannon-Conner">
782
+ <img src="https://avatars.githubusercontent.com/u/1942791?v=4" width="42;" alt="Carlene Cannon-Conner"/>
783
+ </a>
784
+ <a href="https://github.com/jnishiyama" title="James Finucane">
785
+ <img src="https://avatars.githubusercontent.com/u/2048195?v=4" width="42;" alt="James Finucane"/>
786
+ </a>
787
+ <a href="https://github.com/allforabit" title="Kevin Nolan">
788
+ <img src="https://avatars.githubusercontent.com/u/537189?v=4" width="42;" alt="Kevin Nolan"/>
789
+ </a>
790
+ <a href="https://github.com/kseikyo" title="Lucas Sierota">
791
+ <img src="https://avatars.githubusercontent.com/u/29212286?v=4" width="42;" alt="Lucas Sierota"/>
792
+ </a>
793
+ <a href="https://github.com/michaelkramer" title="Michael Kramer">
794
+ <img src="https://avatars.githubusercontent.com/u/6052223?v=4" width="42;" alt="Michael Kramer"/>
795
+ </a>
796
+ <a href="https://github.com/peterj" title="Peter Jausovec">
797
+ <img src="https://avatars.githubusercontent.com/u/11080940?v=4" width="42;" alt="Peter Jausovec"/>
798
+ </a>
799
+ <a href="https://github.com/phillipb" title="Phillip Burch">
800
+ <img src="https://avatars.githubusercontent.com/u/1482089?v=4" width="42;" alt="Phillip Burch"/>
801
+ </a>
802
+ <a href="https://github.com/toresbe" title="Tore Sinding Bekkedal">
803
+ <img src="https://avatars.githubusercontent.com/u/1761606?v=4" width="42;" alt="Tore Sinding Bekkedal"/>
804
+ </a>
805
+ <a href="https://github.com/valenfv" title="Valentin">
806
+ <img src="https://avatars.githubusercontent.com/u/34139820?v=4" width="42;" alt="Valentin"/>
807
+ </a>
808
+ <a href="https://github.com/jmtes" title="juno tesoro">
809
+ <img src="https://avatars.githubusercontent.com/u/38450133?v=4" width="42;" alt="juno tesoro"/>
810
+ </a>
811
+ <a href="https://github.com/juspky" title="juspky">
812
+ <img src="https://avatars.githubusercontent.com/u/11074890?v=4" width="42;" alt="juspky"/>
813
+ </a>
814
+ <a href="https://github.com/wj0990" title="wangjie">
815
+ <img src="https://avatars.githubusercontent.com/u/8792016?v=4" width="42;" alt="wangjie"/>
816
+ </a><!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->
764
817
 
765
818
  Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
766
819
 
package/dist/mdeditor.css CHANGED
@@ -1276,6 +1276,20 @@ body[data-color-mode*='light'] {
1276
1276
  display: flex;
1277
1277
  flex-direction: column;
1278
1278
  }
1279
+ .w-md-editor.w-md-editor-rtl {
1280
+ direction: rtl !important;
1281
+ text-align: right !important;
1282
+ }
1283
+ .w-md-editor.w-md-editor-rtl .w-md-editor-preview {
1284
+ right: auto !important;
1285
+ right: initial !important;
1286
+ left: 0;
1287
+ text-align: right !important;
1288
+ box-shadow: inset -1px 0 0 0 var(--color-border-default);
1289
+ }
1290
+ .w-md-editor.w-md-editor-rtl .w-md-editor-text {
1291
+ text-align: right !important;
1292
+ }
1279
1293
  .w-md-editor-toolbar {
1280
1294
  height: -moz-fit-content;
1281
1295
  height: fit-content;