@chekinapp/ui 0.2.9 → 0.2.10

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
@@ -611,7 +611,7 @@ var getIcon = (type) => {
611
611
  const iconProps = {
612
612
  className: "relative",
613
613
  fill: `var(--alert-box-${key}-icon-fill)`,
614
- stroke: `var(--alert-box-${key}-icon)`
614
+ stroke: `var(--alert-box-${key}-icon-stroke)`
615
615
  };
616
616
  return {
617
617
  ["INFO" /* INFO */]: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_lucide_react2.AlertCircle, { ...iconProps }),
@@ -8355,7 +8355,7 @@ var LinkInternal = (0, import_react53.forwardRef)(
8355
8355
  {
8356
8356
  ref,
8357
8357
  className: cn(
8358
- "inline cursor-pointer text-[var(--link-text-color)] [text-decoration:var(--link-text-decoration)] transition-all duration-75 ease-in-out",
8358
+ "inline cursor-pointer text-[var(--link-text-color)] font-[var(--link-font-weight)] [text-decoration:var(--link-text-decoration)] transition-all duration-75 ease-in-out",
8359
8359
  !disabled && "hover:opacity-80 active:opacity-100",
8360
8360
  disabled && "cursor-not-allowed text-[var(--link-disabled-text-color)]",
8361
8361
  "[&_img]:inline [&_img]:align-middle [&_svg]:relative [&_svg]:bottom-[1px] [&_svg]:ml-1 [&_svg]:inline [&_svg]:align-middle",