@plurid/plurid-data 0.0.0-15 → 0.0.0-16

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.
@@ -60,6 +60,12 @@ export interface PluridRouterProperties<C> {
60
60
  * Replace the internal plurid plane with a custom implementation.
61
61
  */
62
62
  customPlane?: C;
63
+ /**
64
+ * After router navigation scroll to the top.
65
+ *
66
+ * Default: `smooth`.
67
+ */
68
+ scrollToTop?: boolean | 'instant' | 'smooth';
63
69
  }
64
70
  export interface PluridRouterStatic {
65
71
  path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurid/plurid-data",
3
- "version": "0.0.0-15",
3
+ "version": "0.0.0-16",
4
4
  "description": "Plurid Constants, Interfaces, Enumerations",
5
5
  "keywords": [
6
6
  "plurid",