@1d1s/design-system 0.2.28 → 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 +3 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
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",
|
|
@@ -11571,6 +11571,7 @@ function dy({
|
|
|
11571
11571
|
className: P(
|
|
11572
11572
|
"group flex w-full items-center justify-between whitespace-nowrap border bg-white outline-none transition-all duration-200",
|
|
11573
11573
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
11574
|
+
"hover:border-gray-400",
|
|
11574
11575
|
"data-[placeholder]:text-gray-500 focus-visible:ring-3 focus-visible:ring-main-300/60",
|
|
11575
11576
|
t === "sm" ? "h-10 min-w-[150px] rounded-3 border-gray-300 px-3.5" : "h-10 min-w-[150px] rounded-3 border-gray-300 px-4",
|
|
11576
11577
|
e
|
|
@@ -12559,7 +12560,7 @@ function jt({
|
|
|
12559
12560
|
"div",
|
|
12560
12561
|
{
|
|
12561
12562
|
className: P(
|
|
12562
|
-
"pointer-events-none absolute inset-0 transition-opacity ease-out",
|
|
12563
|
+
"pointer-events-none absolute inset-0 overflow-hidden transition-opacity ease-out",
|
|
12563
12564
|
e ? "opacity-100" : "opacity-0"
|
|
12564
12565
|
),
|
|
12565
12566
|
style: { transitionDuration: `${o}ms` },
|