@apolitical/component-library 4.5.5 → 4.5.6-beta.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.
@@ -0,0 +1,4 @@
1
+ import { BaseEditor, Path } from 'slate';
2
+ import { Formatting } from './../../rich-text-editor.types';
3
+ declare const getNode: (editor: BaseEditor, format: Formatting) => null[] | (import("slate").BaseElement | Path)[];
4
+ export default getNode;
@@ -0,0 +1 @@
1
+ export { default as getNode } from './get-node';
@@ -1,6 +1,7 @@
1
1
  export * from './ast-types';
2
2
  export * from './deserialize';
3
3
  export * from './editor';
4
+ export * from './get-node';
4
5
  export * from './handle-text';
5
6
  export * from './hot-keys';
6
7
  export * from './mentions';
package/helpers/intl.d.ts CHANGED
@@ -113,6 +113,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
113
113
  discussionFormCard_placeholder: string;
114
114
  discussion_form_title: string;
115
115
  discussion_form_titleField_label: string;
116
+ discussion_form_titleField_placeholder: string;
116
117
  discussion_form_titleField_error: string;
117
118
  discussion_form_placeholder: string;
118
119
  discussion_form_label: string;