rbro-tat-uds 1.6.7 → 1.6.8
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -16342,7 +16342,16 @@ const Ke = B.button`
|
|
16342
16342
|
xmlns: "http://www.w3.org/2000/svg",
|
16343
16343
|
...u,
|
16344
16344
|
children: [
|
16345
|
-
p && /* @__PURE__ */ i.jsx(
|
16345
|
+
p && /* @__PURE__ */ i.jsx(
|
16346
|
+
"text",
|
16347
|
+
{
|
16348
|
+
x: (x + 4) / 2 + "%",
|
16349
|
+
y: 48 / 2 + 5,
|
16350
|
+
textAnchor: "middle",
|
16351
|
+
className: "label_disabled",
|
16352
|
+
children: "Grafic indisponibil"
|
16353
|
+
}
|
16354
|
+
),
|
16346
16355
|
/* @__PURE__ */ i.jsx(
|
16347
16356
|
"rect",
|
16348
16357
|
{
|