rbro-tat-uds 2.2.26 → 2.2.27
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.
|
@@ -135,7 +135,7 @@ const GraficContributieUnitlinked = ({
|
|
|
135
135
|
className: "limit_label_main",
|
|
136
136
|
textAnchor: "end",
|
|
137
137
|
x: configuration.limitBottomX - 12,
|
|
138
|
-
y: height -
|
|
138
|
+
y: height - 25,
|
|
139
139
|
children: limitBottomLabel
|
|
140
140
|
}
|
|
141
141
|
),
|
|
@@ -145,7 +145,7 @@ const GraficContributieUnitlinked = ({
|
|
|
145
145
|
className: "limit_label_secondary",
|
|
146
146
|
textAnchor: "end",
|
|
147
147
|
x: configuration.limitBottomX - 12,
|
|
148
|
-
y: height,
|
|
148
|
+
y: height - 5,
|
|
149
149
|
children: RO.format(limitBottom) + " " + currency
|
|
150
150
|
}
|
|
151
151
|
)
|
package/build/cjs/index.cjs
CHANGED
|
@@ -67020,7 +67020,7 @@ const GraficContributieUnitlinked = ({
|
|
|
67020
67020
|
className: "limit_label_main",
|
|
67021
67021
|
textAnchor: "end",
|
|
67022
67022
|
x: configuration.limitBottomX - 12,
|
|
67023
|
-
y: height -
|
|
67023
|
+
y: height - 25,
|
|
67024
67024
|
children: limitBottomLabel
|
|
67025
67025
|
}
|
|
67026
67026
|
),
|
|
@@ -67030,7 +67030,7 @@ const GraficContributieUnitlinked = ({
|
|
|
67030
67030
|
className: "limit_label_secondary",
|
|
67031
67031
|
textAnchor: "end",
|
|
67032
67032
|
x: configuration.limitBottomX - 12,
|
|
67033
|
-
y: height,
|
|
67033
|
+
y: height - 5,
|
|
67034
67034
|
children: RO.format(limitBottom) + " " + currency
|
|
67035
67035
|
}
|
|
67036
67036
|
)
|
|
@@ -131,7 +131,7 @@ const GraficContributieUnitlinked = ({
|
|
|
131
131
|
className: "limit_label_main",
|
|
132
132
|
textAnchor: "end",
|
|
133
133
|
x: configuration.limitBottomX - 12,
|
|
134
|
-
y: height -
|
|
134
|
+
y: height - 25,
|
|
135
135
|
children: limitBottomLabel
|
|
136
136
|
}
|
|
137
137
|
),
|
|
@@ -141,7 +141,7 @@ const GraficContributieUnitlinked = ({
|
|
|
141
141
|
className: "limit_label_secondary",
|
|
142
142
|
textAnchor: "end",
|
|
143
143
|
x: configuration.limitBottomX - 12,
|
|
144
|
-
y: height,
|
|
144
|
+
y: height - 5,
|
|
145
145
|
children: RO.format(limitBottom) + " " + currency
|
|
146
146
|
}
|
|
147
147
|
)
|
package/build/esm/index.js
CHANGED
|
@@ -66997,7 +66997,7 @@ const GraficContributieUnitlinked = ({
|
|
|
66997
66997
|
className: "limit_label_main",
|
|
66998
66998
|
textAnchor: "end",
|
|
66999
66999
|
x: configuration.limitBottomX - 12,
|
|
67000
|
-
y: height -
|
|
67000
|
+
y: height - 25,
|
|
67001
67001
|
children: limitBottomLabel
|
|
67002
67002
|
}
|
|
67003
67003
|
),
|
|
@@ -67007,7 +67007,7 @@ const GraficContributieUnitlinked = ({
|
|
|
67007
67007
|
className: "limit_label_secondary",
|
|
67008
67008
|
textAnchor: "end",
|
|
67009
67009
|
x: configuration.limitBottomX - 12,
|
|
67010
|
-
y: height,
|
|
67010
|
+
y: height - 5,
|
|
67011
67011
|
children: RO.format(limitBottom) + " " + currency
|
|
67012
67012
|
}
|
|
67013
67013
|
)
|