roamjs-components 0.72.10 → 0.72.11

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "roamjs-components",
3
3
  "description": "Description for roamjs-components",
4
- "version": "0.72.10",
4
+ "version": "0.72.11",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
package/types/native.d.ts CHANGED
@@ -189,7 +189,7 @@ export declare type PullBlock = {
189
189
  };
190
190
  export declare type RoamPullResult = RoamPull | null;
191
191
  export declare type ViewType = "document" | "bullet" | "numbered";
192
- export declare type TextAlignment = "left" | "center" | "right";
192
+ export declare type TextAlignment = "left" | "center" | "right" | "justify";
193
193
  export declare type RoamBlock = {
194
194
  attrs?: {
195
195
  source: string[];