jamespot-react-core 1.1.179 → 1.1.180
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.
|
@@ -21,6 +21,7 @@ declare const _default: {
|
|
|
21
21
|
readonly ColumnRight: "JRCColumnRight";
|
|
22
22
|
readonly ConditionalWrapper: "JRCConditionalWrapper";
|
|
23
23
|
readonly Container: "JRCContainer";
|
|
24
|
+
readonly CropImage: "JRCCropImage";
|
|
24
25
|
readonly BasicAutoMarginContainer: "JRCBasicAutoMarginContainer";
|
|
25
26
|
readonly Date: "JRCDate";
|
|
26
27
|
readonly DisplayCard: "JRCDisplayCard";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { Model
|
|
1
|
+
import { Model } from 'jamespot-user-api';
|
|
2
2
|
import { MentionQuery } from 'jamespot-react-components';
|
|
3
3
|
import { DefaultTheme } from 'styled-components';
|
|
4
|
-
export declare const initTinyMCEOptions: (dynamicOptions: TinyMCEDynamicOptions) => TinyMCECommonOptions;
|
|
5
4
|
export declare const getTinyMCEMentionsQueries: (models: Model<string>[], theme: DefaultTheme, onError: (message?: string) => void) => {
|
|
6
5
|
users: MentionQuery;
|
|
7
6
|
tags: MentionQuery;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.180",
|
|
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.
|
|
57
|
-
"jamespot-react-components": "^1.0.
|
|
58
|
-
"jamespot-user-api": "^1.0.
|
|
56
|
+
"jamespot-front-business": "^1.1.81",
|
|
57
|
+
"jamespot-react-components": "^1.0.226",
|
|
58
|
+
"jamespot-user-api": "^1.0.205",
|
|
59
59
|
"react": "^17.0.2",
|
|
60
60
|
"react-dom": "^17.0.2",
|
|
61
61
|
"react-hook-form": "^7.25.0",
|