jamespot-react-core 1.2.24 → 1.2.26

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.
@@ -10,6 +10,7 @@ export declare const coreComponentsMapping: {
10
10
  readonly EditorsPortal: "EditorsPortal";
11
11
  readonly Editor: "Editor";
12
12
  readonly Empty: "Empty";
13
+ readonly FullPageLayout: "FullPageLayout";
13
14
  readonly InputTinyMCEWithExtRaw: "JRCInputTinyMCEWithExtRaw";
14
15
  readonly InputTinyMCEWithExt: "JRCInputTinyMCEWithExt";
15
16
  readonly ModalAudience: "ModalAudience";
@@ -8,8 +8,9 @@ export { AddReportModal } from '../components/comments/AddReportModal';
8
8
  export { CommentsBloc } from '../components/CommentsBloc';
9
9
  export { DisplayForm } from '../displayer/DisplayForm.component';
10
10
  export { EditorsPortal } from '../components/editors/EditorsPortal';
11
- export { Editor } from '../components/editors/Editor';
12
11
  export { Empty } from '../components/Empty';
12
+ export { Editor } from '../components/editors/Editor';
13
+ export { FullPageLayout } from '../components/FullPageLayout';
13
14
  export { JRCInputTinyMCEWithExt } from '../components/tinymce/JRCInputTinyMCEWithExt';
14
15
  export { JRCInputTinyMCEWithExtRaw } from '../components/tinymce/JRCInputTinyMCEWithExtRaw';
15
16
  export { MarkdownModal } from '../components/tinymce/extension/MarkdownModal';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -56,9 +56,9 @@
56
56
  "eslint-import-resolver-typescript": "^3.6.3",
57
57
  "eslint-plugin-import": "^2.31.0",
58
58
  "history": "^5.3.0",
59
- "jamespot-front-business": "^1.2.24",
60
- "jamespot-react-components": "^1.2.24",
61
- "jamespot-user-api": "^1.2.24",
59
+ "jamespot-front-business": "^1.2.26",
60
+ "jamespot-react-components": "^1.2.26",
61
+ "jamespot-user-api": "^1.2.26",
62
62
  "marked": "^15.0.3",
63
63
  "react": "^17.0.2",
64
64
  "react-dom": "17.0.2",