@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.210",
3
+ "version": "1.0.211",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 256,
6
6
  "exports": [
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-fit max-w-full", ...rest, children: [
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
- resolvedBorderMode ? getBorderRadiusClass(resolvedBorderMode) : "rounded-2xl md:rounded-3xl",
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