@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 +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 +2 -2
package/dist/index.js
CHANGED
|
@@ -187,7 +187,7 @@ var getIcon = (type) => {
|
|
|
187
187
|
const iconProps = {
|
|
188
188
|
className: "relative",
|
|
189
189
|
fill: `var(--alert-box-${key}-icon-fill)`,
|
|
190
|
-
stroke: `var(--alert-box-${key}-icon)`
|
|
190
|
+
stroke: `var(--alert-box-${key}-icon-stroke)`
|
|
191
191
|
};
|
|
192
192
|
return {
|
|
193
193
|
["INFO" /* INFO */]: /* @__PURE__ */ jsx3(AlertCircle, { ...iconProps }),
|
|
@@ -7952,7 +7952,7 @@ var LinkInternal = forwardRef29(
|
|
|
7952
7952
|
{
|
|
7953
7953
|
ref,
|
|
7954
7954
|
className: cn(
|
|
7955
|
-
"inline cursor-pointer text-[var(--link-text-color)] [text-decoration:var(--link-text-decoration)] transition-all duration-75 ease-in-out",
|
|
7955
|
+
"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",
|
|
7956
7956
|
!disabled && "hover:opacity-80 active:opacity-100",
|
|
7957
7957
|
disabled && "cursor-not-allowed text-[var(--link-disabled-text-color)]",
|
|
7958
7958
|
"[&_img]:inline [&_img]:align-middle [&_svg]:relative [&_svg]:bottom-[1px] [&_svg]:ml-1 [&_svg]:inline [&_svg]:align-middle",
|