@chekinapp/ui 0.2.5 → 0.2.6
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7865,7 +7865,7 @@ function Modal({
|
|
|
7865
7865
|
overlayClassName,
|
|
7866
7866
|
className: cn(
|
|
7867
7867
|
"modal__content",
|
|
7868
|
-
"flex h-auto min-w-[340px] w-auto flex-col items-center gap-y-6
|
|
7868
|
+
"flex h-auto min-w-[340px] w-auto flex-col items-center gap-y-6 bg-[var(--chekin-color-white)] text-center text-[var(--chekin-color-brand-navy)]",
|
|
7869
7869
|
scrollableOverlay && "min-h-0",
|
|
7870
7870
|
size === "compact" && "w-[360px] min-w-0",
|
|
7871
7871
|
className
|
|
@@ -7887,7 +7887,7 @@ function Modal({
|
|
|
7887
7887
|
}
|
|
7888
7888
|
),
|
|
7889
7889
|
(icon || iconSrc || iconProps?.src) && /* @__PURE__ */ jsx70("div", { className: cn("modal__icon mx-auto mt-4 select-none", iconClassName), children: icon ?? /* @__PURE__ */ jsx70("img", { src: iconSrc, alt: iconAlt ?? "", ...iconProps }) }),
|
|
7890
|
-
title ? /* @__PURE__ */ jsx70(DialogTitle, { className: cn("modal__title", "px-6
|
|
7890
|
+
title ? /* @__PURE__ */ jsx70(DialogTitle, { className: cn("modal__title", "px-6 font-bold"), children: title }) : /* @__PURE__ */ jsx70(DialogVisuallyHidden, { children: /* @__PURE__ */ jsx70(DialogTitle, { children: "Dialog" }) }),
|
|
7891
7891
|
text && /* @__PURE__ */ jsx70(DialogDescription, { className: cn("modal__text", "text-base"), children: text }),
|
|
7892
7892
|
children,
|
|
7893
7893
|
buttons && /* @__PURE__ */ jsx70(
|
|
@@ -9595,7 +9595,7 @@ var Section = forwardRef38(
|
|
|
9595
9595
|
"div",
|
|
9596
9596
|
{
|
|
9597
9597
|
className: cn(
|
|
9598
|
-
"flex max-w-[85%] items-center text-lg font-
|
|
9598
|
+
"flex max-w-[85%] items-center text-lg font-semibold text-[var(--section-title-color)] md:max-w-full",
|
|
9599
9599
|
size !== 0 /* L */ && "subsection-title",
|
|
9600
9600
|
titleClassName
|
|
9601
9601
|
),
|