@sequencing/design-system 1.0.39 → 1.0.41
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.
- package/dist/documentation.json +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/Organisms/Footer/Footer.d.ts +7 -9
- package/dist/index.d.ts +9 -11
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/components/Organisms/Footer/Footer.d.ts +7 -9
- package/package.json +1 -1
package/dist/documentation.json
CHANGED
|
@@ -2655,14 +2655,14 @@
|
|
|
2655
2655
|
"description": "Links to be rendered on the right-bottom edge of the component.",
|
|
2656
2656
|
"name": "policiesLinks",
|
|
2657
2657
|
"required": true,
|
|
2658
|
-
"type": "
|
|
2658
|
+
"type": "Link[]"
|
|
2659
2659
|
},
|
|
2660
2660
|
"linkGroups": {
|
|
2661
2661
|
"defaultValue": null,
|
|
2662
2662
|
"description": "The main links that will be rendered as columns. If you pass a custom `onClick` function to the link,\nit will override the top-level `onLinkClick`.\nThis is useful to perform non-trivial actions (like opening the Sign In modal).",
|
|
2663
2663
|
"name": "linkGroups",
|
|
2664
2664
|
"required": true,
|
|
2665
|
-
"type": "{ title: string; links:
|
|
2665
|
+
"type": "{ title: string; links: Link[]; }[]"
|
|
2666
2666
|
}
|
|
2667
2667
|
}
|
|
2668
2668
|
},
|