@obosbbl/grunnmuren-react 2.0.0-canary.18 → 2.0.0-canary.19

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
@@ -938,7 +938,7 @@ function Backlink(props, ref) {
938
938
  className: cx('-ml-[0.5em] flex-shrink-0 transition-transform duration-300 group-hover:-translate-x-1')
939
939
  }),
940
940
  /*#__PURE__*/ jsx("span", {
941
- className: cx('border-b-2 border-t-2 border-transparent leading-none transition-colors duration-300', withUnderline ? 'border-b-black' : 'hover:border-b-black'),
941
+ className: cx('border-b-[1px] border-t-[1px] border-transparent leading-none transition-colors duration-300', withUnderline ? 'border-b-black' : 'group-hover:border-b-black'),
942
942
  children: children
943
943
  })
944
944
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-react",
3
- "version": "2.0.0-canary.18",
3
+ "version": "2.0.0-canary.19",
4
4
  "description": "Grunnmuren components in React",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"