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 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 font-title flex items-center justify-start cursor-pointer outline-none focus:outline-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
  ),