@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/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -20912,7 +20912,7 @@ function TimePicker({
|
|
|
20912
20912
|
] })
|
|
20913
20913
|
] });
|
|
20914
20914
|
if (variant === "inline") {
|
|
20915
|
-
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "w-
|
|
20915
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "w-80 max-w-full", ...rest, children: [
|
|
20916
20916
|
label && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "flex items-center justify-between mb-3", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
20917
20917
|
"label",
|
|
20918
20918
|
{
|
|
@@ -20946,7 +20946,7 @@ function TimePicker({
|
|
|
20946
20946
|
{
|
|
20947
20947
|
className: cn(
|
|
20948
20948
|
panelSz.contentPadding,
|
|
20949
|
-
|
|
20949
|
+
getPanelBorderRadiusClass(resolvedBorderMode),
|
|
20950
20950
|
"border bg-card/95 backdrop-blur-sm shadow-xl",
|
|
20951
20951
|
effectiveError ? "border-destructive/60 bg-destructive/5" : "border-border/60",
|
|
20952
20952
|
className
|