@clepit/core 0.5.0-beta.389 → 0.5.0-beta.395

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/types.d.ts CHANGED
@@ -1010,6 +1010,8 @@ export type EditorConfig = {
1010
1010
  issueChip?: IssueChipParts;
1011
1011
  issueLabels?: Partial<Record<IssueLabel, string>>;
1012
1012
  jiraSites?: readonly string[];
1013
+ allowedBlockTools?: readonly BlockToolType[];
1014
+ allowedInlineTools?: readonly InlineToolType[];
1013
1015
  };
1014
1016
  export declare const BLOCK_TOOLBAR_OPERATIONS: readonly ["convert", "moveUp", "moveDown", "delete"];
1015
1017
  export type BlockToolbarOperation = (typeof BLOCK_TOOLBAR_OPERATIONS)[number];
package/package.json CHANGED
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "types": "dist/index.d.ts",
56
- "version": "0.5.0-beta.389"
56
+ "version": "0.5.0-beta.395"
57
57
  }