ddingdong-design-system 2.0.2 → 2.0.3

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.
@@ -3369,7 +3369,7 @@ function En({ currentPage: e, totalPages: t, onPageChange: r, className: n = ""
3369
3369
  }
3370
3370
  function In({ color: e = "primary", percent: t, className: r }) {
3371
3371
  const n = Math.min(100, Math.max(0, t)), o = ge[e];
3372
- return /* @__PURE__ */ l("div", { className: g("h-2.5 w-[16.5rem] overflow-hidden rounded-full bg-gray-100", r), children: /* @__PURE__ */ l(
3372
+ return /* @__PURE__ */ l("div", { className: g("h-2.5 w-full overflow-hidden rounded-full bg-gray-100", r), children: /* @__PURE__ */ l(
3373
3373
  "div",
3374
3374
  {
3375
3375
  className: "h-full rounded-full transition-[width] duration-500 ease-in-out",