@ones-editor/editor 0.0.7-beta.39 → 0.0.7-beta.40

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3574,7 +3574,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-block] > [data-
3574
3574
  color: #0053cf;
3575
3575
  }
3576
3576
  .editor-find-dialog .editor-find-dialog-button {
3577
- padding: 6px 16px;
3577
+ padding: 4px 15px;
3578
3578
  cursor: pointer;
3579
3579
  border-radius: 3px;
3580
3580
  background: #ffffff;
@@ -3582,7 +3582,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-block] > [data-
3582
3582
  color: #575859;
3583
3583
  margin: 0 4px;
3584
3584
  font-family: inherit;
3585
- line-height: 21px;
3585
+ line-height: 20px;
3586
3586
  border-radius: 3px;
3587
3587
  }
3588
3588
  .editor-find-dialog .editor-find-dialog-button.icon-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "0.0.7-beta.39",
3
+ "version": "0.0.7-beta.40",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",