@chekinapp/ui 0.0.16 → 0.0.17

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
@@ -9244,7 +9244,7 @@ function ResponsiveSheet({
9244
9244
  className: cn("max-w-[560px] border-0 p-0 shadow-xl", className, dialogClassName),
9245
9245
  lockScroll: false,
9246
9246
  children: [
9247
- title ? /* @__PURE__ */ jsx122(DialogTitle, { className: "sr-only", children: title }) : null,
9247
+ title ? /* @__PURE__ */ jsx122(DialogTitle, { className: "sr-only mb-4", children: title }) : null,
9248
9248
  description ? /* @__PURE__ */ jsx122(DialogDescription, { className: "sr-only", children: description }) : null,
9249
9249
  content
9250
9250
  ]