@1d1s/design-system 0.2.29 → 0.2.30

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
@@ -7569,7 +7569,7 @@ const qi = m.forwardRef(({ className: e, label: t, id: n, readOnly: r, ...o }, a
7569
7569
  ref: a,
7570
7570
  id: s,
7571
7571
  className: P(
7572
- "peer h-5 w-5 shrink-0 rounded-1.5 border border-gray-300 bg-white transition-all duration-200",
7572
+ "peer h-5 w-5 shrink-0 rounded-1.5 border border-gray-300 bg-white transition-all duration-200 text-white",
7573
7573
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-main-900 focus-visible:ring-offset-2",
7574
7574
  "disabled:cursor-not-allowed disabled:opacity-50",
7575
7575
  "data-[state=checked]:bg-main-900 data-[state=checked]:border-main-900 data-[state=checked]:text-white",
@@ -12560,7 +12560,7 @@ function jt({
12560
12560
  "div",
12561
12561
  {
12562
12562
  className: P(
12563
- "pointer-events-none absolute inset-0 transition-opacity ease-out",
12563
+ "pointer-events-none absolute inset-0 overflow-hidden transition-opacity ease-out",
12564
12564
  e ? "opacity-100" : "opacity-0"
12565
12565
  ),
12566
12566
  style: { transitionDuration: `${o}ms` },