braid-ui 1.0.47 → 1.0.48

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.js CHANGED
@@ -4445,7 +4445,7 @@ function DatePicker({
4445
4445
  ) })
4446
4446
  ] });
4447
4447
  if (label) {
4448
- return /* @__PURE__ */ jsxs("div", { className: cn("space-y-4", wrapperClassName), children: [
4448
+ return /* @__PURE__ */ jsxs("div", { className: cn("space-y-2", wrapperClassName), children: [
4449
4449
  /* @__PURE__ */ jsx("label", { className: "text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70", children: label }),
4450
4450
  picker
4451
4451
  ] });