@hortiview/shared-components 0.0.10038 → 0.0.10589

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.
@@ -49,6 +49,8 @@ type BaseViewProps = {
49
49
  /**
50
50
  * routerLinkElement is the element to be used for the elements link, use react-router Link component for the best experience.
51
51
  * If the element has `noNavigation=false` and the `routerLinkElement` is undefined an `<a>` tag is used.
52
+ *
53
+ * If you use this component in a module by using the templates module routing function please set this to `undefined`
52
54
  * @default undefined
53
55
  */
54
56
  routerLinkElement: undefined | React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "0.0.10038",
4
+ "version": "0.0.10589",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",