@aragon/gov-ui-kit 1.5.0 → 1.6.0

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.
@@ -4,5 +4,9 @@ export interface IDocumentParserProps extends ComponentPropsWithoutRef<'div'> {
4
4
  * The stringified document of Markdown or HTML to parse into a styled output.
5
5
  */
6
6
  document: string;
7
+ /**
8
+ * Whether to render the editor on the first render or not.
9
+ */
10
+ immediatelyRender?: boolean;
7
11
  }
8
12
  export declare const DocumentParser: React.FC<IDocumentParserProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aragon/gov-ui-kit",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
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",