@uiw/react-md-editor 3.23.1 → 3.23.2

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/esm/index.css CHANGED
@@ -64,7 +64,7 @@
64
64
  .w-md-editor-preview .anchor {
65
65
  display: none;
66
66
  }
67
- .w-md-editor-preview .contains-task-list {
67
+ .w-md-editor-preview .contains-task-list li.task-list-item {
68
68
  list-style: none;
69
69
  }
70
70
  .w-md-editor-show-preview .w-md-editor-input {
package/esm/index.less CHANGED
@@ -66,7 +66,7 @@
66
66
  .anchor {
67
67
  display: none;
68
68
  }
69
- .contains-task-list {
69
+ .contains-task-list li.task-list-item {
70
70
  list-style: none;
71
71
  }
72
72
  }
package/lib/index.less CHANGED
@@ -66,7 +66,7 @@
66
66
  .anchor {
67
67
  display: none;
68
68
  }
69
- .contains-task-list {
69
+ .contains-task-list li.task-list-item {
70
70
  list-style: none;
71
71
  }
72
72
  }
@@ -310,7 +310,7 @@
310
310
  .w-md-editor-preview .anchor {
311
311
  display: none;
312
312
  }
313
- .w-md-editor-preview .contains-task-list {
313
+ .w-md-editor-preview .contains-task-list li.task-list-item {
314
314
  list-style: none;
315
315
  }
316
316
  .w-md-editor-show-preview .w-md-editor-input {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/react-md-editor",
3
- "version": "3.23.1",
3
+ "version": "3.23.2",
4
4
  "description": "A markdown editor with preview, implemented with React.js and TypeScript.",
5
5
  "homepage": "https://uiwjs.github.io/react-md-editor/",
6
6
  "author": "kenny wang <wowohoo@qq.com>",
package/src/index.less CHANGED
@@ -66,7 +66,7 @@
66
66
  .anchor {
67
67
  display: none;
68
68
  }
69
- .contains-task-list {
69
+ .contains-task-list li.task-list-item {
70
70
  list-style: none;
71
71
  }
72
72
  }