@zealicsolutions/web-ui 0.3.142 → 0.3.143

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.
@@ -22,4 +22,4 @@ export declare type RichTextEditorProps = Partial<{
22
22
  moleculeId: string;
23
23
  isTrigger: boolean;
24
24
  }>;
25
- export declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element | null;
25
+ export declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => false | JSX.Element | null;
package/dist/index.d.ts CHANGED
@@ -900,7 +900,7 @@ declare type RichTextEditorProps = Partial<{
900
900
  moleculeId: string;
901
901
  isTrigger: boolean;
902
902
  }>;
903
- declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element | null;
903
+ declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => false | JSX.Element | null;
904
904
 
905
905
  declare type RadioButtonInternalConfigProps = Partial<{
906
906
  selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.142",
4
- "testVersion": "0.3.142",
3
+ "version": "0.3.143",
4
+ "testVersion": "0.3.143",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"