@trafica/editor 1.0.30 → 1.0.32

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.
@@ -373,10 +373,10 @@
373
373
  }
374
374
 
375
375
  /* Strikethrough text on checked items */
376
- .todo-list .todo-list__item_checked .todo-list__label__description {
376
+ /* .todo-list .todo-list__item_checked .todo-list__label__description {
377
377
  text-decoration: line-through;
378
378
  color: #9ca3af;
379
- }
379
+ } */
380
380
 
381
381
  /* Nested todo lists */
382
382
  .todo-list .todo-list {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trafica/editor",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "Production-grade rich text editor for React",
5
5
  "keywords": [
6
6
  "rich-text-editor",