rbro-tat-uds 1.6.22 → 1.6.23

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
@@ -8307,22 +8307,20 @@ const Re = R.svg`
8307
8307
  bgColor: t = "gray_950",
8308
8308
  textColor: i = "white",
8309
8309
  fontWeight: a = 400,
8310
- variant: n = "default",
8311
- size: r = "small",
8312
- text: c = "Utilizat",
8313
- radius: o = "99999px",
8314
- ...C
8310
+ size: n = "small",
8311
+ text: r = "Utilizat",
8312
+ radius: c = "99999px",
8313
+ ...o
8315
8314
  }) => /* @__PURE__ */ L.jsx(
8316
8315
  je,
8317
8316
  {
8318
8317
  $bgColor: t,
8319
8318
  $textColor: i,
8320
8319
  $fontWeight: a,
8321
- $variant: n,
8322
- $size: r,
8323
- $radius: o,
8324
- ...C,
8325
- children: /* @__PURE__ */ L.jsx("span", { children: c })
8320
+ $size: n,
8321
+ $radius: c,
8322
+ ...o,
8323
+ children: /* @__PURE__ */ L.jsx("span", { children: r })
8326
8324
  }
8327
8325
  ), Ae = R.button`
8328
8326
  appearance: none;