@topconsultnpm/sdkui-react-beta 6.12.71 → 6.12.72

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.
@@ -31,6 +31,8 @@ export { default as TMCheckBox } from './editors/TMCheckBox';
31
31
  export { default as TMRadioButton } from './editors/TMRadioButton';
32
32
  export { default as TMDateBox } from './editors/TMDateBox';
33
33
  export { default as TMMetadataEditor } from './editors/TMMetadataEditor';
34
+ export { default as TMHtmlContentDisplay } from './editors/TMHtmlContentDisplay';
35
+ export { default as TMHtmlEditor } from './editors/TMHtmlEditor';
34
36
  export * from './editors/TMFormulaEditor';
35
37
  export * from './editors/TMMetadataValues';
36
38
  export { editorColorManager } from './editors/TMEditorStyled';
@@ -33,6 +33,8 @@ export { default as TMCheckBox } from './editors/TMCheckBox';
33
33
  export { default as TMRadioButton } from './editors/TMRadioButton';
34
34
  export { default as TMDateBox } from './editors/TMDateBox';
35
35
  export { default as TMMetadataEditor } from './editors/TMMetadataEditor';
36
+ export { default as TMHtmlContentDisplay } from './editors/TMHtmlContentDisplay';
37
+ export { default as TMHtmlEditor } from './editors/TMHtmlEditor';
36
38
  export * from './editors/TMFormulaEditor';
37
39
  export * from './editors/TMMetadataValues';
38
40
  export { editorColorManager } from './editors/TMEditorStyled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.71",
3
+ "version": "6.12.72",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",