microboard-temp 0.13.61 → 0.13.62
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/cjs/browser.js +3 -4
- package/dist/cjs/index.js +3 -4
- package/dist/cjs/node.js +3 -4
- package/dist/esm/browser.js +3 -4
- package/dist/esm/index.js +3 -4
- package/dist/esm/node.js +3 -4
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -3960,7 +3960,7 @@ var init_Settings = __esm(() => {
|
|
|
3960
3960
|
FG_REPULSION: 100,
|
|
3961
3961
|
FG_MIN_DIST_SQ: 100,
|
|
3962
3962
|
FG_DAMPING: 0.6,
|
|
3963
|
-
FG_SLEEP_THRESHOLD:
|
|
3963
|
+
FG_SLEEP_THRESHOLD: 10,
|
|
3964
3964
|
FG_TICK_MS: 16,
|
|
3965
3965
|
GRAVITY_G: 80,
|
|
3966
3966
|
GRAVITY_G_CENTER: 120,
|
|
@@ -42821,7 +42821,7 @@ var init_Connector = __esm(() => {
|
|
|
42821
42821
|
this.endPointerStyle = endPointerStyle;
|
|
42822
42822
|
this.transformation = new Transformation(this.id, this.board.events);
|
|
42823
42823
|
this.linkTo = new LinkTo(this.id, this.board.events);
|
|
42824
|
-
this.lineColor = lineColor ??
|
|
42824
|
+
this.lineColor = lineColor ?? semanticColor("contrastNeutral");
|
|
42825
42825
|
this.lineWidth = lineWidth ?? CONNECTOR_LINE_WIDTH;
|
|
42826
42826
|
this.borderStyle = strokeStyle ?? CONNECTOR_BORDER_STYLE;
|
|
42827
42827
|
this.text = new RichText(board, this.getMbr(), this.id, new Transformation, this.linkTo, conf.i18n.t("connector.textPlaceholder", {
|
|
@@ -43727,7 +43727,7 @@ class ConnectorData {
|
|
|
43727
43727
|
startPointerStyle = "None";
|
|
43728
43728
|
endPointerStyle = "ArrowThin";
|
|
43729
43729
|
lineStyle = "straight";
|
|
43730
|
-
lineColor =
|
|
43730
|
+
lineColor = semanticColor("contrastNeutral");
|
|
43731
43731
|
linkTo;
|
|
43732
43732
|
lineWidth = 1;
|
|
43733
43733
|
borderStyle = "solid";
|
|
@@ -43738,7 +43738,6 @@ class ConnectorData {
|
|
|
43738
43738
|
}
|
|
43739
43739
|
var init_ConnectorOperations = __esm(() => {
|
|
43740
43740
|
init_ControlPoint();
|
|
43741
|
-
init_ConnectorTypes();
|
|
43742
43741
|
init_Color();
|
|
43743
43742
|
});
|
|
43744
43743
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -3960,7 +3960,7 @@ var init_Settings = __esm(() => {
|
|
|
3960
3960
|
FG_REPULSION: 100,
|
|
3961
3961
|
FG_MIN_DIST_SQ: 100,
|
|
3962
3962
|
FG_DAMPING: 0.6,
|
|
3963
|
-
FG_SLEEP_THRESHOLD:
|
|
3963
|
+
FG_SLEEP_THRESHOLD: 10,
|
|
3964
3964
|
FG_TICK_MS: 16,
|
|
3965
3965
|
GRAVITY_G: 80,
|
|
3966
3966
|
GRAVITY_G_CENTER: 120,
|
|
@@ -42821,7 +42821,7 @@ var init_Connector = __esm(() => {
|
|
|
42821
42821
|
this.endPointerStyle = endPointerStyle;
|
|
42822
42822
|
this.transformation = new Transformation(this.id, this.board.events);
|
|
42823
42823
|
this.linkTo = new LinkTo(this.id, this.board.events);
|
|
42824
|
-
this.lineColor = lineColor ??
|
|
42824
|
+
this.lineColor = lineColor ?? semanticColor("contrastNeutral");
|
|
42825
42825
|
this.lineWidth = lineWidth ?? CONNECTOR_LINE_WIDTH;
|
|
42826
42826
|
this.borderStyle = strokeStyle ?? CONNECTOR_BORDER_STYLE;
|
|
42827
42827
|
this.text = new RichText(board, this.getMbr(), this.id, new Transformation, this.linkTo, conf.i18n.t("connector.textPlaceholder", {
|
|
@@ -43727,7 +43727,7 @@ class ConnectorData {
|
|
|
43727
43727
|
startPointerStyle = "None";
|
|
43728
43728
|
endPointerStyle = "ArrowThin";
|
|
43729
43729
|
lineStyle = "straight";
|
|
43730
|
-
lineColor =
|
|
43730
|
+
lineColor = semanticColor("contrastNeutral");
|
|
43731
43731
|
linkTo;
|
|
43732
43732
|
lineWidth = 1;
|
|
43733
43733
|
borderStyle = "solid";
|
|
@@ -43738,7 +43738,6 @@ class ConnectorData {
|
|
|
43738
43738
|
}
|
|
43739
43739
|
var init_ConnectorOperations = __esm(() => {
|
|
43740
43740
|
init_ControlPoint();
|
|
43741
|
-
init_ConnectorTypes();
|
|
43742
43741
|
init_Color();
|
|
43743
43742
|
});
|
|
43744
43743
|
|
package/dist/cjs/node.js
CHANGED
|
@@ -3960,7 +3960,7 @@ var init_Settings = __esm(() => {
|
|
|
3960
3960
|
FG_REPULSION: 100,
|
|
3961
3961
|
FG_MIN_DIST_SQ: 100,
|
|
3962
3962
|
FG_DAMPING: 0.6,
|
|
3963
|
-
FG_SLEEP_THRESHOLD:
|
|
3963
|
+
FG_SLEEP_THRESHOLD: 10,
|
|
3964
3964
|
FG_TICK_MS: 16,
|
|
3965
3965
|
GRAVITY_G: 80,
|
|
3966
3966
|
GRAVITY_G_CENTER: 120,
|
|
@@ -45241,7 +45241,7 @@ var init_Connector = __esm(() => {
|
|
|
45241
45241
|
this.endPointerStyle = endPointerStyle;
|
|
45242
45242
|
this.transformation = new Transformation(this.id, this.board.events);
|
|
45243
45243
|
this.linkTo = new LinkTo(this.id, this.board.events);
|
|
45244
|
-
this.lineColor = lineColor ??
|
|
45244
|
+
this.lineColor = lineColor ?? semanticColor("contrastNeutral");
|
|
45245
45245
|
this.lineWidth = lineWidth ?? CONNECTOR_LINE_WIDTH;
|
|
45246
45246
|
this.borderStyle = strokeStyle ?? CONNECTOR_BORDER_STYLE;
|
|
45247
45247
|
this.text = new RichText(board, this.getMbr(), this.id, new Transformation, this.linkTo, conf.i18n.t("connector.textPlaceholder", {
|
|
@@ -46147,7 +46147,7 @@ class ConnectorData {
|
|
|
46147
46147
|
startPointerStyle = "None";
|
|
46148
46148
|
endPointerStyle = "ArrowThin";
|
|
46149
46149
|
lineStyle = "straight";
|
|
46150
|
-
lineColor =
|
|
46150
|
+
lineColor = semanticColor("contrastNeutral");
|
|
46151
46151
|
linkTo;
|
|
46152
46152
|
lineWidth = 1;
|
|
46153
46153
|
borderStyle = "solid";
|
|
@@ -46158,7 +46158,6 @@ class ConnectorData {
|
|
|
46158
46158
|
}
|
|
46159
46159
|
var init_ConnectorOperations = __esm(() => {
|
|
46160
46160
|
init_ControlPoint();
|
|
46161
|
-
init_ConnectorTypes();
|
|
46162
46161
|
init_Color();
|
|
46163
46162
|
});
|
|
46164
46163
|
|
package/dist/esm/browser.js
CHANGED
|
@@ -3967,7 +3967,7 @@ var init_Settings = __esm(() => {
|
|
|
3967
3967
|
FG_REPULSION: 100,
|
|
3968
3968
|
FG_MIN_DIST_SQ: 100,
|
|
3969
3969
|
FG_DAMPING: 0.6,
|
|
3970
|
-
FG_SLEEP_THRESHOLD:
|
|
3970
|
+
FG_SLEEP_THRESHOLD: 10,
|
|
3971
3971
|
FG_TICK_MS: 16,
|
|
3972
3972
|
GRAVITY_G: 80,
|
|
3973
3973
|
GRAVITY_G_CENTER: 120,
|
|
@@ -42759,7 +42759,7 @@ var init_Connector = __esm(() => {
|
|
|
42759
42759
|
this.endPointerStyle = endPointerStyle;
|
|
42760
42760
|
this.transformation = new Transformation(this.id, this.board.events);
|
|
42761
42761
|
this.linkTo = new LinkTo(this.id, this.board.events);
|
|
42762
|
-
this.lineColor = lineColor ??
|
|
42762
|
+
this.lineColor = lineColor ?? semanticColor("contrastNeutral");
|
|
42763
42763
|
this.lineWidth = lineWidth ?? CONNECTOR_LINE_WIDTH;
|
|
42764
42764
|
this.borderStyle = strokeStyle ?? CONNECTOR_BORDER_STYLE;
|
|
42765
42765
|
this.text = new RichText(board, this.getMbr(), this.id, new Transformation, this.linkTo, conf.i18n.t("connector.textPlaceholder", {
|
|
@@ -43665,7 +43665,7 @@ class ConnectorData {
|
|
|
43665
43665
|
startPointerStyle = "None";
|
|
43666
43666
|
endPointerStyle = "ArrowThin";
|
|
43667
43667
|
lineStyle = "straight";
|
|
43668
|
-
lineColor =
|
|
43668
|
+
lineColor = semanticColor("contrastNeutral");
|
|
43669
43669
|
linkTo;
|
|
43670
43670
|
lineWidth = 1;
|
|
43671
43671
|
borderStyle = "solid";
|
|
@@ -43676,7 +43676,6 @@ class ConnectorData {
|
|
|
43676
43676
|
}
|
|
43677
43677
|
var init_ConnectorOperations = __esm(() => {
|
|
43678
43678
|
init_ControlPoint();
|
|
43679
|
-
init_ConnectorTypes();
|
|
43680
43679
|
init_Color();
|
|
43681
43680
|
});
|
|
43682
43681
|
|
package/dist/esm/index.js
CHANGED
|
@@ -3960,7 +3960,7 @@ var init_Settings = __esm(() => {
|
|
|
3960
3960
|
FG_REPULSION: 100,
|
|
3961
3961
|
FG_MIN_DIST_SQ: 100,
|
|
3962
3962
|
FG_DAMPING: 0.6,
|
|
3963
|
-
FG_SLEEP_THRESHOLD:
|
|
3963
|
+
FG_SLEEP_THRESHOLD: 10,
|
|
3964
3964
|
FG_TICK_MS: 16,
|
|
3965
3965
|
GRAVITY_G: 80,
|
|
3966
3966
|
GRAVITY_G_CENTER: 120,
|
|
@@ -42752,7 +42752,7 @@ var init_Connector = __esm(() => {
|
|
|
42752
42752
|
this.endPointerStyle = endPointerStyle;
|
|
42753
42753
|
this.transformation = new Transformation(this.id, this.board.events);
|
|
42754
42754
|
this.linkTo = new LinkTo(this.id, this.board.events);
|
|
42755
|
-
this.lineColor = lineColor ??
|
|
42755
|
+
this.lineColor = lineColor ?? semanticColor("contrastNeutral");
|
|
42756
42756
|
this.lineWidth = lineWidth ?? CONNECTOR_LINE_WIDTH;
|
|
42757
42757
|
this.borderStyle = strokeStyle ?? CONNECTOR_BORDER_STYLE;
|
|
42758
42758
|
this.text = new RichText(board, this.getMbr(), this.id, new Transformation, this.linkTo, conf.i18n.t("connector.textPlaceholder", {
|
|
@@ -43658,7 +43658,7 @@ class ConnectorData {
|
|
|
43658
43658
|
startPointerStyle = "None";
|
|
43659
43659
|
endPointerStyle = "ArrowThin";
|
|
43660
43660
|
lineStyle = "straight";
|
|
43661
|
-
lineColor =
|
|
43661
|
+
lineColor = semanticColor("contrastNeutral");
|
|
43662
43662
|
linkTo;
|
|
43663
43663
|
lineWidth = 1;
|
|
43664
43664
|
borderStyle = "solid";
|
|
@@ -43669,7 +43669,6 @@ class ConnectorData {
|
|
|
43669
43669
|
}
|
|
43670
43670
|
var init_ConnectorOperations = __esm(() => {
|
|
43671
43671
|
init_ControlPoint();
|
|
43672
|
-
init_ConnectorTypes();
|
|
43673
43672
|
init_Color();
|
|
43674
43673
|
});
|
|
43675
43674
|
|
package/dist/esm/node.js
CHANGED
|
@@ -3962,7 +3962,7 @@ var init_Settings = __esm(() => {
|
|
|
3962
3962
|
FG_REPULSION: 100,
|
|
3963
3963
|
FG_MIN_DIST_SQ: 100,
|
|
3964
3964
|
FG_DAMPING: 0.6,
|
|
3965
|
-
FG_SLEEP_THRESHOLD:
|
|
3965
|
+
FG_SLEEP_THRESHOLD: 10,
|
|
3966
3966
|
FG_TICK_MS: 16,
|
|
3967
3967
|
GRAVITY_G: 80,
|
|
3968
3968
|
GRAVITY_G_CENTER: 120,
|
|
@@ -45161,7 +45161,7 @@ var init_Connector = __esm(() => {
|
|
|
45161
45161
|
this.endPointerStyle = endPointerStyle;
|
|
45162
45162
|
this.transformation = new Transformation(this.id, this.board.events);
|
|
45163
45163
|
this.linkTo = new LinkTo(this.id, this.board.events);
|
|
45164
|
-
this.lineColor = lineColor ??
|
|
45164
|
+
this.lineColor = lineColor ?? semanticColor("contrastNeutral");
|
|
45165
45165
|
this.lineWidth = lineWidth ?? CONNECTOR_LINE_WIDTH;
|
|
45166
45166
|
this.borderStyle = strokeStyle ?? CONNECTOR_BORDER_STYLE;
|
|
45167
45167
|
this.text = new RichText(board, this.getMbr(), this.id, new Transformation, this.linkTo, conf.i18n.t("connector.textPlaceholder", {
|
|
@@ -46067,7 +46067,7 @@ class ConnectorData {
|
|
|
46067
46067
|
startPointerStyle = "None";
|
|
46068
46068
|
endPointerStyle = "ArrowThin";
|
|
46069
46069
|
lineStyle = "straight";
|
|
46070
|
-
lineColor =
|
|
46070
|
+
lineColor = semanticColor("contrastNeutral");
|
|
46071
46071
|
linkTo;
|
|
46072
46072
|
lineWidth = 1;
|
|
46073
46073
|
borderStyle = "solid";
|
|
@@ -46078,7 +46078,6 @@ class ConnectorData {
|
|
|
46078
46078
|
}
|
|
46079
46079
|
var init_ConnectorOperations = __esm(() => {
|
|
46080
46080
|
init_ControlPoint();
|
|
46081
|
-
init_ConnectorTypes();
|
|
46082
46081
|
init_Color();
|
|
46083
46082
|
});
|
|
46084
46083
|
|