@aragon/gov-ui-kit 1.0.50 → 1.0.51

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.
@@ -11,14 +11,14 @@ export interface IBreadcrumbsLink {
11
11
  }
12
12
  export interface IBreadcrumbsProps {
13
13
  /**
14
- * Array of BreadcrumbsLink objects `{label: string, href?: string}`
14
+ * Array of BreadcrumbsLink objects (@see IBreadcrumbsLink).
15
15
  * The array indicates depth from the current position to be displayed in the Breadcrumbs.
16
16
  * Starting at index 0 you must define the root up to the current location.
17
17
  * The final index which will render as non-active and without separator.
18
18
  */
19
19
  links: IBreadcrumbsLink[];
20
20
  /**
21
- * Optional tag pill to be displayed at the end of the Breadcrumbs for extra info. @type ITagProps
21
+ * Optional tag pill to be displayed at the end of the Breadcrumbs for extra info.
22
22
  */
23
23
  tag?: ITagProps;
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aragon/gov-ui-kit",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Implementation of the Aragon's Governance UI Kit",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/types/src/index.d.ts",