@overlap/rte 1.0.6 → 1.0.8

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/dist/styles.css CHANGED
@@ -293,10 +293,10 @@
293
293
  .rte-editor li[role="checkbox"]::after {
294
294
  content: "";
295
295
  position: absolute;
296
- left: -40px;
296
+ left: -28px;
297
297
  top: 0;
298
- width: 40px;
299
- height: 100%;
298
+ width: 24px;
299
+ height: 22px;
300
300
  cursor: pointer;
301
301
  z-index: 100;
302
302
  pointer-events: auto;
@@ -356,7 +356,7 @@
356
356
 
357
357
  .rte-editor li[dir="rtl"][role="checkbox"]::after {
358
358
  left: auto;
359
- right: -40px;
359
+ right: -28px;
360
360
  }
361
361
 
362
362
  /* Strikethrough support (Lexical uses <s> tag) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overlap/rte",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A lightweight, extensible Rich Text Editor for React",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",