@disputas/diagram
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -17,2 +17,3 @@ import { Proposition, Argument, Category } from "@disputas/types"; | ||
scaleBy: number; | ||
nodeFontSize: number; | ||
}; | ||
@@ -47,2 +48,3 @@ } | ||
scaleBy: number; | ||
nodeFontSize: number; | ||
}; | ||
@@ -49,0 +51,0 @@ } |
@@ -84,3 +84,3 @@ 'use strict'; | ||
cursor: isBuilding ? "pointer" : "initial", | ||
fontSize: 19 * ua.scaleBy, | ||
fontSize: ua.nodeFontSize, | ||
}, value: _description, onChange: function (e) { return setDescription(e.target.value); }, ref: editorRef, readOnly: proposition.readOnly, onFocus: function () { | ||
@@ -87,0 +87,0 @@ var _a; |
@@ -28,2 +28,3 @@ import React from "react"; | ||
scaleBy: number; | ||
nodeFontSize: number; | ||
}; | ||
@@ -30,0 +31,0 @@ } |
{ | ||
"name": "@disputas/diagram", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "D3 and Dagre based diagram", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131224
2446