nexaas-ui-components 1.0.42 → 1.0.44
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 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -108,7 +108,7 @@ var variants = {
|
|
|
108
108
|
text: "shadow-button bg-surface border-[0.5px] border-rose-500 text-rose-500 hover:bg-rose-50 hover:text-rose-600 active:bg-rose-100 active:text-rose-600 disabled:bg-surface disabled:border-[0.5px] disabled:border-rose-700 disabled:opacity-50 active:shadow-none"
|
|
109
109
|
},
|
|
110
110
|
link: {
|
|
111
|
-
text: "shadow-button text-left text-blue-500 hover:text-blue-
|
|
111
|
+
text: "shadow-button text-left text-blue-500 hover:text-blue-600 hover:underline active:text-blue-600 disabled:text-blue-400 disabled:no-underline outline-none focus:outline-none shadow-none font-normal"
|
|
112
112
|
},
|
|
113
113
|
dangerOutline: {
|
|
114
114
|
text: "shadow-button text-dangerous-500 bg-surface border-[0.5px] border-dangerous-500 hover:bg-dangerous-100 hover:text-dangerous-600 active:bg-dangerous-500 active:text-white disabled:opacity-50 disabled:bg-white disabled:text-dangerous-500 active:shadow-none"
|
|
@@ -404,7 +404,7 @@ var ButtonLink = React5.forwardRef(
|
|
|
404
404
|
["px-2"]: variant !== "link" && variant !== "linkDanger",
|
|
405
405
|
["flex-row-reverse"]: iconPosition === "right"
|
|
406
406
|
},
|
|
407
|
-
`group rounded-lg font-bold active:shadow-none
|
|
407
|
+
`group rounded-lg font-bold active:shadow-none flex items-center justify-start cursor-pointer outline-none focus:outline-none
|
|
408
408
|
${applyGap ? "gap-2" : "gap-0"} ${className}
|
|
409
409
|
`
|
|
410
410
|
),
|
|
@@ -425,7 +425,6 @@ var ButtonLink = React5.forwardRef(
|
|
|
425
425
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
426
426
|
"span",
|
|
427
427
|
{
|
|
428
|
-
style: { fontFamily: "Instrument Sans" },
|
|
429
428
|
className: clsx9__default.default("cursor-pointer line-clamp-2", {
|
|
430
429
|
"text-[12px]": size === "sm",
|
|
431
430
|
"text-[14px]": size === "md"
|