@julseb-lib/react 0.0.73 → 0.0.74

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.
@@ -61,7 +61,7 @@ type HeaderWithLinks = HeaderPosition & {
61
61
  }
62
62
 
63
63
  type HeaderWithNav = HeaderPosition & {
64
- links: Array<LibHeaderLink | JSX.Element>
64
+ links?: never
65
65
  nav?: ReactChildren
66
66
  children?: never
67
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {