@chekinapp/ui 0.0.15 → 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
@@ -674,7 +674,7 @@ var buttonVariants = cva3(
674
674
  ],
675
675
  link: [
676
676
  "button_link",
677
- "h-auto [font-weight:var(--button-link-font-weight)] min-w-auto rounded-none bg-[var(--button-link-bg)] px-0 py-0 text-[color:var(--button-link-text)]",
677
+ "h-auto [font-weight:var(--button-link-font-weight)] min-w-0 rounded-none bg-[var(--button-link-bg)] px-0 py-0 text-[color:var(--button-link-text)]",
678
678
  "hover:opacity-80 active:opacity-80 before:hidden",
679
679
  "disabled:hover:no-opacity-80"
680
680
  ],
@@ -713,7 +713,7 @@ var buttonVariants = cva3(
713
713
  compoundVariants: [
714
714
  {
715
715
  variant: "link",
716
- className: "h-auto min-w-auto px-0 py-0 rounded-none"
716
+ className: "h-auto min-w-0 px-0 py-0 rounded-none"
717
717
  },
718
718
  {
719
719
  size: "icon",
@@ -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
  ]