@chekinapp/ui 0.0.17 → 0.0.18

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.cjs CHANGED
@@ -9462,7 +9462,7 @@ function ResponsiveSheet({
9462
9462
  "div",
9463
9463
  {
9464
9464
  className: cn(
9465
- "text-center text-[20px] font-semibold leading-7",
9465
+ "text-center mb-4 text-[20px] font-semibold leading-7",
9466
9466
  titleClassName
9467
9467
  ),
9468
9468
  children: title
@@ -9510,7 +9510,7 @@ function ResponsiveSheet({
9510
9510
  className: cn("max-w-[560px] border-0 p-0 shadow-xl", className, dialogClassName),
9511
9511
  lockScroll: false,
9512
9512
  children: [
9513
- title ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(DialogTitle, { className: "sr-only mb-4", children: title }) : null,
9513
+ title ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(DialogTitle, { className: "sr-only", children: title }) : null,
9514
9514
  description ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(DialogDescription, { className: "sr-only", children: description }) : null,
9515
9515
  content
9516
9516
  ]