rbro-tat-uds 1.6.6 → 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.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("text", { x: x / 2 + "%", y: 48 / 2 + 5, className: "label_disabled", children: "Grafic indisponibil" }),
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
  {
@@ -16910,7 +16919,7 @@ export {
16910
16919
  Cl as RatesCalculator,
16911
16920
  C4 as Section,
16912
16921
  Rt as SegmentedTabs,
16913
- xl as SelectButton,
16922
+ xl as SelectionButton,
16914
16923
  Qt as SelectionPill,
16915
16924
  jt as ShortcutCard,
16916
16925
  g3 as Sidebar,