@windoc/react 0.3.10 → 0.3.12
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/styles/editor.css +3 -1
package/dist/index.mjs
CHANGED
|
@@ -302,7 +302,7 @@ function FontTool() {
|
|
|
302
302
|
// src/toolbar/FontSizeTool.tsx
|
|
303
303
|
import { useRef as useRef5 } from "react";
|
|
304
304
|
import { jsx as jsx9, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
305
|
-
var SIZES = [72, 48, 36, 24, 20, 18, 16, 14, 12, 11, 10, 9, 8];
|
|
305
|
+
var SIZES = [72, 48, 36, 24, 20, 18, 16, 14, 12, 11, 10, 9, 8, 7];
|
|
306
306
|
function FontSizeTool() {
|
|
307
307
|
const { editorRef, rangeStyle } = useEditor();
|
|
308
308
|
const optionsRef = useRef5(null);
|