@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.cjs CHANGED
@@ -971,7 +971,7 @@ var buttonVariants = (0, import_class_variance_authority3.cva)(
971
971
  ],
972
972
  link: [
973
973
  "button_link",
974
- "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)]",
974
+ "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)]",
975
975
  "hover:opacity-80 active:opacity-80 before:hidden",
976
976
  "disabled:hover:no-opacity-80"
977
977
  ],
@@ -1010,7 +1010,7 @@ var buttonVariants = (0, import_class_variance_authority3.cva)(
1010
1010
  compoundVariants: [
1011
1011
  {
1012
1012
  variant: "link",
1013
- className: "h-auto min-w-auto px-0 py-0 rounded-none"
1013
+ className: "h-auto min-w-0 px-0 py-0 rounded-none"
1014
1014
  },
1015
1015
  {
1016
1016
  size: "icon",
@@ -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", children: title }) : null,
9513
+ title ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(DialogTitle, { className: "sr-only mb-4", children: title }) : null,
9514
9514
  description ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(DialogDescription, { className: "sr-only", children: description }) : null,
9515
9515
  content
9516
9516
  ]