jamespot-react-core 1.1.168 → 1.1.169

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.
@@ -1,4 +1,4 @@
1
- import { AnyRTHandlerFunction, ApplicationType, jUserList, Model, Namespaces, Readable, RTMessageWsPresence, TinyMCECommonOptions, TinyMCEDynamicOptions } from 'jamespot-user-api';
1
+ import { AnyRTHandlerFunction, ApplicationType, jUserList, Model, Namespaces, Readable, RTMessageWsPresence, TinyMCECommonOptions, TinyMCEDynamicOptions, TinyMCEExtendedOptions } from 'jamespot-user-api';
2
2
  import * as React from 'react';
3
3
  import { RouteObject } from 'react-router-dom';
4
4
  import { TwoColLayoutRoute, TwoColLayoutRoutes } from '../components/types';
@@ -154,6 +154,7 @@ export interface WindowJ {
154
154
  };
155
155
  networks: Networks;
156
156
  tinymceDynamicOptions: TinyMCEDynamicOptions;
157
+ tinymceExtendedOptions: TinyMCEExtendedOptions;
157
158
  userHighlightFields: string[];
158
159
  userAccountStatus: 0 | 1;
159
160
  socketLongPolling?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.1.168",
3
+ "version": "1.1.169",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -53,9 +53,9 @@
53
53
  "dependencies": {
54
54
  "@reduxjs/toolkit": "^1.9.0",
55
55
  "history": "^5.3.0",
56
- "jamespot-front-business": "^1.1.69",
56
+ "jamespot-front-business": "^1.1.70",
57
57
  "jamespot-react-components": "^1.0.213",
58
- "jamespot-user-api": "^1.0.191",
58
+ "jamespot-user-api": "^1.0.192",
59
59
  "react": "^17.0.2",
60
60
  "react-dom": "^17.0.2",
61
61
  "react-hook-form": "^7.25.0",