@underverse-ui/underverse 1.0.210 → 1.0.211
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/api-reference.json +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11380,7 +11380,7 @@ function TimePicker({
|
|
|
11380
11380
|
] })
|
|
11381
11381
|
] });
|
|
11382
11382
|
if (variant === "inline") {
|
|
11383
|
-
return /* @__PURE__ */ jsxs24("div", { className: "w-
|
|
11383
|
+
return /* @__PURE__ */ jsxs24("div", { className: "w-80 max-w-full", ...rest, children: [
|
|
11384
11384
|
label && /* @__PURE__ */ jsx31("div", { className: "flex items-center justify-between mb-3", children: /* @__PURE__ */ jsxs24(
|
|
11385
11385
|
"label",
|
|
11386
11386
|
{
|
|
@@ -11414,7 +11414,7 @@ function TimePicker({
|
|
|
11414
11414
|
{
|
|
11415
11415
|
className: cn(
|
|
11416
11416
|
panelSz.contentPadding,
|
|
11417
|
-
|
|
11417
|
+
getPanelBorderRadiusClass(resolvedBorderMode),
|
|
11418
11418
|
"border bg-card/95 backdrop-blur-sm shadow-xl",
|
|
11419
11419
|
effectiveError ? "border-destructive/60 bg-destructive/5" : "border-border/60",
|
|
11420
11420
|
className
|