@graphysdk/react-renderer 1.8.1-beta.1786366143449 → 1.8.1-beta.1786446230102
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/editable.cjs +1 -1
- package/dist/editable.css +1 -1
- package/dist/editable.d.ts +25 -10
- package/dist/editable.mjs +1642 -1247
- package/dist/{history-chords-C4ubfbkC.js → history-chords-ClsfSt3J.js} +8 -8
- package/dist/history-chords-DyVxXLaG.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/history-chords-B9Z337V_.cjs +0 -1
|
@@ -42,7 +42,7 @@ import './history-chords.css';var hr = Object.defineProperty, Ui = (e, t) => {
|
|
|
42
42
|
});
|
|
43
43
|
return t || hr(r, Symbol.toStringTag, { value: "Module" }), r;
|
|
44
44
|
};
|
|
45
|
-
typeof window < "u" && (window.__GRAPHY_SDK__ ??= {}, window.__GRAPHY_SDK__.reactRenderer = "1.8.1-beta.
|
|
45
|
+
typeof window < "u" && (window.__GRAPHY_SDK__ ??= {}, window.__GRAPHY_SDK__.reactRenderer = "1.8.1-beta.1786446230102");
|
|
46
46
|
var Nn = z(null), ce = () => {
|
|
47
47
|
const e = M(Nn);
|
|
48
48
|
if (!e) throw new Error("useGraph* hooks must be used inside a <GraphProvider>");
|
|
@@ -3110,11 +3110,11 @@ var _s = ({ render: e, input: t }) => {
|
|
|
3110
3110
|
annotatePanel: {
|
|
3111
3111
|
toolbarButton: "التعليقات",
|
|
3112
3112
|
callOutSection: {
|
|
3113
|
-
title: "
|
|
3113
|
+
title: "وسائل الشرح",
|
|
3114
3114
|
text: "نص",
|
|
3115
3115
|
arrow: "سهم",
|
|
3116
3116
|
box: "مربع",
|
|
3117
|
-
|
|
3117
|
+
difference: "الفرق"
|
|
3118
3118
|
},
|
|
3119
3119
|
highlightSection: {
|
|
3120
3120
|
title: "التمييز",
|
|
@@ -3844,11 +3844,11 @@ var _s = ({ render: e, input: t }) => {
|
|
|
3844
3844
|
annotatePanel: {
|
|
3845
3845
|
toolbarButton: "Annotate",
|
|
3846
3846
|
callOutSection: {
|
|
3847
|
-
title: "
|
|
3847
|
+
title: "Callouts",
|
|
3848
3848
|
text: "Text",
|
|
3849
3849
|
arrow: "Arrow",
|
|
3850
3850
|
box: "Box",
|
|
3851
|
-
|
|
3851
|
+
difference: "Difference"
|
|
3852
3852
|
},
|
|
3853
3853
|
highlightSection: {
|
|
3854
3854
|
title: "Highlight",
|
|
@@ -4584,11 +4584,11 @@ var _s = ({ render: e, input: t }) => {
|
|
|
4584
4584
|
annotatePanel: {
|
|
4585
4585
|
toolbarButton: "Anotar",
|
|
4586
4586
|
callOutSection: {
|
|
4587
|
-
title: "
|
|
4587
|
+
title: "Destaques",
|
|
4588
4588
|
text: "Texto",
|
|
4589
4589
|
arrow: "Seta",
|
|
4590
4590
|
box: "Caixa",
|
|
4591
|
-
|
|
4591
|
+
difference: "Diferença"
|
|
4592
4592
|
},
|
|
4593
4593
|
highlightSection: {
|
|
4594
4594
|
title: "Realce",
|
|
@@ -8361,7 +8361,7 @@ var na = (e, t) => {
|
|
|
8361
8361
|
y: k(1 - o.y - o.height),
|
|
8362
8362
|
width: k(o.width),
|
|
8363
8363
|
height: k(o.height),
|
|
8364
|
-
fill: i,
|
|
8364
|
+
fill: i ?? p.defaultAnnotationShapeFill,
|
|
8365
8365
|
fillOpacity: l,
|
|
8366
8366
|
stroke: s > 0 ? c ?? p.defaultAnnotationShapeStroke : "none",
|
|
8367
8367
|
strokeWidth: s
|