@windoc/react 0.3.10 → 0.3.11
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/dist/index.js
CHANGED
|
@@ -380,7 +380,7 @@ function FontTool() {
|
|
|
380
380
|
// src/toolbar/FontSizeTool.tsx
|
|
381
381
|
var import_react7 = require("react");
|
|
382
382
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
383
|
-
var SIZES = [72, 48, 36, 24, 20, 18, 16, 14, 12, 11, 10, 9, 8];
|
|
383
|
+
var SIZES = [72, 48, 36, 24, 20, 18, 16, 14, 12, 11, 10, 9, 8, 7];
|
|
384
384
|
function FontSizeTool() {
|
|
385
385
|
const { editorRef, rangeStyle } = useEditor();
|
|
386
386
|
const optionsRef = (0, import_react7.useRef)(null);
|