nexaas-ui-components 1.0.43 → 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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -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
|
),
|