@livetiles/reach-plugin-types 0.5.0-preview.834 → 0.5.0-preview.836
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/lib/index.d.ts +2 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5340,6 +5340,7 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
|
|
|
5340
5340
|
export { ReactComponent as HashtagActiveIcon } from './assets/hashtag-active.svg';
|
|
5341
5341
|
export { ReactComponent as HashtagIcon } from './assets/hashtag.svg';
|
|
5342
5342
|
export { ReactComponent as ImageIcon } from './assets/image.svg';
|
|
5343
|
+
export { ReactComponent as ImageActiveIcon } from './assets/image-active.svg';
|
|
5343
5344
|
export { ReactComponent as InsightsActiveIcon } from './assets/insights-active.svg';
|
|
5344
5345
|
export { ReactComponent as InsightsIcon } from './assets/insights.svg';
|
|
5345
5346
|
export { ReactComponent as ItalicActiveIcon } from './assets/italic-active.svg';
|
|
@@ -10707,7 +10708,7 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/EnhancedRic
|
|
|
10707
10708
|
footer?: (content: {
|
|
10708
10709
|
formattedContent?: string;
|
|
10709
10710
|
content?: string;
|
|
10710
|
-
}, clearContent: () => void, recoverContent: (content: {
|
|
10711
|
+
}, editor: Editor, clearContent: () => void, recoverContent: (content: {
|
|
10711
10712
|
formattedContent?: string;
|
|
10712
10713
|
content?: string;
|
|
10713
10714
|
}) => void, getCharacterCount: () => number) => JSX.Element;
|