jamespot-react-core 1.1.125 → 1.1.127

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.
@@ -120,6 +120,7 @@ declare const _default: {
120
120
  readonly Text: "JRCText";
121
121
  readonly Theme: "Theme";
122
122
  readonly ThemeProvider: "JRCThemeProvider";
123
+ readonly TinyMCEFileUploadModal: "JRCTinyMCEFileUploadModal";
123
124
  readonly TinyMCEImageUploadModal: "JRCTinyMCEImageUploadModal";
124
125
  readonly TinyMCEVideoUploadModal: "JRCTinyMCEVideoUploadModal";
125
126
  readonly Tooltip: "JRCTooltip";
@@ -2,7 +2,7 @@ import { Model, TinyMCECommonOptions, TinyMCEDynamicOptions } from 'jamespot-use
2
2
  import { MentionQuery } from 'jamespot-react-components';
3
3
  import { DefaultTheme } from 'styled-components';
4
4
  export declare const initTinyMCEOptions: (dynamicOptions: TinyMCEDynamicOptions) => TinyMCECommonOptions;
5
- export declare const getTinyMCEMentionsQueries: (models: Model<string>[], theme: DefaultTheme) => {
5
+ export declare const getTinyMCEMentionsQueries: (models: Model<string>[], theme: DefaultTheme, onError: (message?: string) => void) => {
6
6
  users: MentionQuery;
7
7
  tags: MentionQuery;
8
8
  contents: MentionQuery;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.1.125",
3
+ "version": "1.1.127",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -50,9 +50,9 @@
50
50
  "dependencies": {
51
51
  "@reduxjs/toolkit": "^1.9.0",
52
52
  "history": "^5.3.0",
53
- "jamespot-front-business": "^1.1.28",
54
- "jamespot-react-components": "^1.0.161",
55
- "jamespot-user-api": "^1.0.131",
53
+ "jamespot-front-business": "^1.1.29",
54
+ "jamespot-react-components": "^1.0.164",
55
+ "jamespot-user-api": "^1.0.135",
56
56
  "react": "^17.0.2",
57
57
  "react-dom": "^17.0.2",
58
58
  "react-hook-form": "^7.25.0",