@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 +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/dist/index.js
CHANGED
|
@@ -9196,7 +9196,7 @@ function ResponsiveSheet({
|
|
|
9196
9196
|
"div",
|
|
9197
9197
|
{
|
|
9198
9198
|
className: cn(
|
|
9199
|
-
"text-center text-[20px] font-semibold leading-7",
|
|
9199
|
+
"text-center mb-4 text-[20px] font-semibold leading-7",
|
|
9200
9200
|
titleClassName
|
|
9201
9201
|
),
|
|
9202
9202
|
children: title
|
|
@@ -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
|
|
9247
|
+
title ? /* @__PURE__ */ jsx122(DialogTitle, { className: "sr-only", children: title }) : null,
|
|
9248
9248
|
description ? /* @__PURE__ */ jsx122(DialogDescription, { className: "sr-only", children: description }) : null,
|
|
9249
9249
|
content
|
|
9250
9250
|
]
|