@ones-editor/editor 0.0.9-beta.2 → 0.0.9-beta.3

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3367,7 +3367,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-block] > [data-
3367
3367
  position: absolute;
3368
3368
  background-color: var(--primary-color);
3369
3369
  pointer-events: none;
3370
- transition: top 0.2s linear, left 0.2s linear, width 0.2s linear;
3370
+ transition: top 0.2s linear, left 0.2s linear;
3371
3371
  }
3372
3372
  .editor-root .editor-content div[data-type=editor-block].text-block.highlighted {
3373
3373
  outline: 2px solid var(--background-selection);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "0.0.9-beta.2",
3
+ "version": "0.0.9-beta.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",