@sequencing/design-system 1.0.65 → 1.0.66

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.
@@ -2771,7 +2771,7 @@
2771
2771
  },
2772
2772
  "homePageUrl": {
2773
2773
  "defaultValue": "/",
2774
- "description": "The URL of the site's home page. It will be used when the user clicks on the site's logo.\n\nPLEASE NOTE: If you want to use the SOFT navigation from your framework (React, NextJs, etc), you should\npath the `onRequestHomePage` prop and call the navigation method in the callback.\ne.g. for NextJs `onRequestHomePage={(url) => router.push(url)}`\nWARNING: Do not change or modify url argument inside your callback, because you will have undocumented behavior\nwith your navigation. Your goal is only call the navigation method with the url argument.\nDefault value is `/`.\nWithout the `onRequestHomePage` prop, the component will use the default behavior of the anchor tag.",
2774
+ "description": "The URL of the site's home page. It will be used when the user clicks on the site's logo.\n\nPLEASE NOTE: If you want to use the SOFT navigation from your framework (React, NextJs, etc), you should\npath the `onRequestHomePage` prop and call the navigation method in the callback.\ne.g. for NextJs `onRequestHomePage={(url) => router.push(url)}`\nWARNING: Do not change or modify url argument inside your callback, because you will have undocumented behavior\nwith your navigation. Your goal is only call the navigation method with the url argument.\nWithout the `onRequestHomePage` prop, the component will use the default behavior of the anchor tag.\nDefault: `/`.",
2775
2775
  "name": "homePageUrl",
2776
2776
  "required": false,
2777
2777
  "type": "string"
@@ -2784,15 +2784,15 @@
2784
2784
  "type": "boolean"
2785
2785
  },
2786
2786
  "myAccountUrl": {
2787
- "defaultValue": null,
2788
- "description": "The URL of user's account page",
2787
+ "defaultValue": "/account/personal-information",
2788
+ "description": "The URL of user's account page. Default: ``/account/personal-information``",
2789
2789
  "name": "myAccountUrl",
2790
- "required": true,
2790
+ "required": false,
2791
2791
  "type": "string"
2792
2792
  },
2793
2793
  "numberOfSkeletonLinks": {
2794
2794
  "defaultValue": "6",
2795
- "description": "Specify number of skeleton links to display during loading. Default value is 6",
2795
+ "description": "Specify number of skeleton links to display during loading. Default: 6",
2796
2796
  "name": "numberOfSkeletonLinks",
2797
2797
  "required": false,
2798
2798
  "type": "number"