@almadar/ui 5.121.0 → 5.121.1
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/avl/index.cjs +3 -3
- package/dist/avl/index.js +3 -3
- package/dist/components/index.cjs +3 -3
- package/dist/components/index.js +3 -3
- package/dist/providers/index.cjs +3 -3
- package/dist/providers/index.js +3 -3
- package/dist/runtime/index.cjs +3 -3
- package/dist/runtime/index.js +3 -3
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -37656,15 +37656,15 @@ var init_GraphCanvas = __esm({
|
|
|
37656
37656
|
ctx.stroke();
|
|
37657
37657
|
if (showLabels && node.label) {
|
|
37658
37658
|
const displayLabel = truncateLabel(node.label);
|
|
37659
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
37659
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
37660
37660
|
ctx.textAlign = "center";
|
|
37661
37661
|
ctx.textBaseline = "middle";
|
|
37662
37662
|
const ly = node.y + radius + 14;
|
|
37663
|
-
ctx.lineWidth =
|
|
37663
|
+
ctx.lineWidth = 4;
|
|
37664
37664
|
ctx.lineJoin = "round";
|
|
37665
37665
|
ctx.strokeStyle = bgColor;
|
|
37666
37666
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
37667
|
-
ctx.fillStyle =
|
|
37667
|
+
ctx.fillStyle = fgColor;
|
|
37668
37668
|
ctx.fillText(displayLabel, node.x, ly);
|
|
37669
37669
|
}
|
|
37670
37670
|
if (node.badge && node.badge > 1) {
|
package/dist/avl/index.js
CHANGED
|
@@ -37610,15 +37610,15 @@ var init_GraphCanvas = __esm({
|
|
|
37610
37610
|
ctx.stroke();
|
|
37611
37611
|
if (showLabels && node.label) {
|
|
37612
37612
|
const displayLabel = truncateLabel(node.label);
|
|
37613
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
37613
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
37614
37614
|
ctx.textAlign = "center";
|
|
37615
37615
|
ctx.textBaseline = "middle";
|
|
37616
37616
|
const ly = node.y + radius + 14;
|
|
37617
|
-
ctx.lineWidth =
|
|
37617
|
+
ctx.lineWidth = 4;
|
|
37618
37618
|
ctx.lineJoin = "round";
|
|
37619
37619
|
ctx.strokeStyle = bgColor;
|
|
37620
37620
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
37621
|
-
ctx.fillStyle =
|
|
37621
|
+
ctx.fillStyle = fgColor;
|
|
37622
37622
|
ctx.fillText(displayLabel, node.x, ly);
|
|
37623
37623
|
}
|
|
37624
37624
|
if (node.badge && node.badge > 1) {
|
|
@@ -37045,15 +37045,15 @@ var init_GraphCanvas = __esm({
|
|
|
37045
37045
|
ctx.stroke();
|
|
37046
37046
|
if (showLabels && node.label) {
|
|
37047
37047
|
const displayLabel = truncateLabel(node.label);
|
|
37048
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
37048
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
37049
37049
|
ctx.textAlign = "center";
|
|
37050
37050
|
ctx.textBaseline = "middle";
|
|
37051
37051
|
const ly = node.y + radius + 14;
|
|
37052
|
-
ctx.lineWidth =
|
|
37052
|
+
ctx.lineWidth = 4;
|
|
37053
37053
|
ctx.lineJoin = "round";
|
|
37054
37054
|
ctx.strokeStyle = bgColor;
|
|
37055
37055
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
37056
|
-
ctx.fillStyle =
|
|
37056
|
+
ctx.fillStyle = fgColor;
|
|
37057
37057
|
ctx.fillText(displayLabel, node.x, ly);
|
|
37058
37058
|
}
|
|
37059
37059
|
if (node.badge && node.badge > 1) {
|
package/dist/components/index.js
CHANGED
|
@@ -37000,15 +37000,15 @@ var init_GraphCanvas = __esm({
|
|
|
37000
37000
|
ctx.stroke();
|
|
37001
37001
|
if (showLabels && node.label) {
|
|
37002
37002
|
const displayLabel = truncateLabel(node.label);
|
|
37003
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
37003
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
37004
37004
|
ctx.textAlign = "center";
|
|
37005
37005
|
ctx.textBaseline = "middle";
|
|
37006
37006
|
const ly = node.y + radius + 14;
|
|
37007
|
-
ctx.lineWidth =
|
|
37007
|
+
ctx.lineWidth = 4;
|
|
37008
37008
|
ctx.lineJoin = "round";
|
|
37009
37009
|
ctx.strokeStyle = bgColor;
|
|
37010
37010
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
37011
|
-
ctx.fillStyle =
|
|
37011
|
+
ctx.fillStyle = fgColor;
|
|
37012
37012
|
ctx.fillText(displayLabel, node.x, ly);
|
|
37013
37013
|
}
|
|
37014
37014
|
if (node.badge && node.badge > 1) {
|
package/dist/providers/index.cjs
CHANGED
|
@@ -35786,15 +35786,15 @@ var init_GraphCanvas = __esm({
|
|
|
35786
35786
|
ctx.stroke();
|
|
35787
35787
|
if (showLabels && node.label) {
|
|
35788
35788
|
const displayLabel = truncateLabel(node.label);
|
|
35789
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
35789
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
35790
35790
|
ctx.textAlign = "center";
|
|
35791
35791
|
ctx.textBaseline = "middle";
|
|
35792
35792
|
const ly = node.y + radius + 14;
|
|
35793
|
-
ctx.lineWidth =
|
|
35793
|
+
ctx.lineWidth = 4;
|
|
35794
35794
|
ctx.lineJoin = "round";
|
|
35795
35795
|
ctx.strokeStyle = bgColor;
|
|
35796
35796
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
35797
|
-
ctx.fillStyle =
|
|
35797
|
+
ctx.fillStyle = fgColor;
|
|
35798
35798
|
ctx.fillText(displayLabel, node.x, ly);
|
|
35799
35799
|
}
|
|
35800
35800
|
if (node.badge && node.badge > 1) {
|
package/dist/providers/index.js
CHANGED
|
@@ -35741,15 +35741,15 @@ var init_GraphCanvas = __esm({
|
|
|
35741
35741
|
ctx.stroke();
|
|
35742
35742
|
if (showLabels && node.label) {
|
|
35743
35743
|
const displayLabel = truncateLabel(node.label);
|
|
35744
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
35744
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
35745
35745
|
ctx.textAlign = "center";
|
|
35746
35746
|
ctx.textBaseline = "middle";
|
|
35747
35747
|
const ly = node.y + radius + 14;
|
|
35748
|
-
ctx.lineWidth =
|
|
35748
|
+
ctx.lineWidth = 4;
|
|
35749
35749
|
ctx.lineJoin = "round";
|
|
35750
35750
|
ctx.strokeStyle = bgColor;
|
|
35751
35751
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
35752
|
-
ctx.fillStyle =
|
|
35752
|
+
ctx.fillStyle = fgColor;
|
|
35753
35753
|
ctx.fillText(displayLabel, node.x, ly);
|
|
35754
35754
|
}
|
|
35755
35755
|
if (node.badge && node.badge > 1) {
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -35151,15 +35151,15 @@ var init_GraphCanvas = __esm({
|
|
|
35151
35151
|
ctx.stroke();
|
|
35152
35152
|
if (showLabels && node.label) {
|
|
35153
35153
|
const displayLabel = truncateLabel(node.label);
|
|
35154
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
35154
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
35155
35155
|
ctx.textAlign = "center";
|
|
35156
35156
|
ctx.textBaseline = "middle";
|
|
35157
35157
|
const ly = node.y + radius + 14;
|
|
35158
|
-
ctx.lineWidth =
|
|
35158
|
+
ctx.lineWidth = 4;
|
|
35159
35159
|
ctx.lineJoin = "round";
|
|
35160
35160
|
ctx.strokeStyle = bgColor;
|
|
35161
35161
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
35162
|
-
ctx.fillStyle =
|
|
35162
|
+
ctx.fillStyle = fgColor;
|
|
35163
35163
|
ctx.fillText(displayLabel, node.x, ly);
|
|
35164
35164
|
}
|
|
35165
35165
|
if (node.badge && node.badge > 1) {
|
package/dist/runtime/index.js
CHANGED
|
@@ -35107,15 +35107,15 @@ var init_GraphCanvas = __esm({
|
|
|
35107
35107
|
ctx.stroke();
|
|
35108
35108
|
if (showLabels && node.label) {
|
|
35109
35109
|
const displayLabel = truncateLabel(node.label);
|
|
35110
|
-
ctx.font = `${isSelected || isHovered ? "
|
|
35110
|
+
ctx.font = `${isSelected || isHovered ? "700" : "600"} 12px ${fontFamily}`;
|
|
35111
35111
|
ctx.textAlign = "center";
|
|
35112
35112
|
ctx.textBaseline = "middle";
|
|
35113
35113
|
const ly = node.y + radius + 14;
|
|
35114
|
-
ctx.lineWidth =
|
|
35114
|
+
ctx.lineWidth = 4;
|
|
35115
35115
|
ctx.lineJoin = "round";
|
|
35116
35116
|
ctx.strokeStyle = bgColor;
|
|
35117
35117
|
ctx.strokeText(displayLabel, node.x, ly);
|
|
35118
|
-
ctx.fillStyle =
|
|
35118
|
+
ctx.fillStyle = fgColor;
|
|
35119
35119
|
ctx.fillText(displayLabel, node.x, ly);
|
|
35120
35120
|
}
|
|
35121
35121
|
if (node.badge && node.badge > 1) {
|