@obosbbl/grunnmuren-react 3.0.12 → 3.0.13

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2511,7 +2511,7 @@ const tabsVariants = cva({
2511
2511
  */ const CustomLink = ({ children, className, ...restProps })=>{
2512
2512
  return /*#__PURE__*/ jsx(Link, {
2513
2513
  ...restProps,
2514
- className: cx(className, 'inline-flex cursor-pointer items-center gap-1 font-medium focus-visible:outline-focus-offset [&>svg]:shrink-0'),
2514
+ className: cx(className, 'inline-flex cursor-pointer items-center gap-1 font-medium hover:no-underline focus-visible:outline-current focus-visible:outline-focus-offset [&>svg]:shrink-0'),
2515
2515
  children: children
2516
2516
  });
2517
2517
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-react",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "Grunnmuren components in React",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"