jamespot-react-core 1.2.57 → 1.2.62
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.
- package/README.md +2 -0
- package/build/{541.f36879fda62072178a72.chunk.js → 306.70047e7323717f3ef108.chunk.js} +116 -116
- package/build/306.70047e7323717f3ef108.chunk.js.map +1 -0
- package/build/app.bundle.js +824 -796
- package/build/app.bundle.js.map +1 -1
- package/build/src/App.d.ts +4 -4
- package/build/src/components/tinymce/extension/GifsModal.d.ts +6 -0
- package/build/src/components/widgets/wrapper/utils.d.ts +1 -17
- package/build/src/hooks/useGifsModal.d.ts +8 -0
- package/build/src/redux/store.d.ts +18 -813
- package/build/src/registry/core-component-list.d.ts +1 -0
- package/build/src/registry/coreComponents.d.ts +1 -0
- package/build/src/registry/ext-component-list.d.ts +1 -0
- package/build/src/utils/translation.d.ts +0 -1
- package/package.json +4 -6
- package/build/541.f36879fda62072178a72.chunk.js.map +0 -1
|
@@ -17,6 +17,7 @@ export declare const coreComponentsMapping: {
|
|
|
17
17
|
readonly ModalAudience: "ModalAudience";
|
|
18
18
|
readonly ModalSchedule: "ModalSchedule";
|
|
19
19
|
readonly TinyMCEAIModal: "AIModal";
|
|
20
|
+
readonly TinyMCEGifsModal: "GifsModal";
|
|
20
21
|
readonly TinyMCEMarkdownModal: "MarkdownModal";
|
|
21
22
|
readonly TwoColLayout: "TwoColLayout";
|
|
22
23
|
readonly WidgetWrapperCore: "WidgetWrapperCore";
|
|
@@ -13,6 +13,7 @@ export { EditorsPortal } from '../components/editors/EditorsPortal';
|
|
|
13
13
|
export { Empty } from '../components/Empty';
|
|
14
14
|
export { Editor } from '../components/editors/Editor';
|
|
15
15
|
export { FullPageLayout } from '../components/FullPageLayout';
|
|
16
|
+
export { GifsModal } from '../components/tinymce/extension/GifsModal';
|
|
16
17
|
export { JRCInputTinyMCEWithExt } from '../components/tinymce/JRCInputTinyMCEWithExt';
|
|
17
18
|
export { JRCInputTinyMCEWithExtRaw } from '../components/tinymce/JRCInputTinyMCEWithExtRaw';
|
|
18
19
|
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.
|
|
3
|
+
"version": "1.2.62",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"@types/react-dom": "^18.3.7",
|
|
15
15
|
"@types/react-redux": "^7.1.34",
|
|
16
16
|
"@types/react-router-dom": "^5.3.3",
|
|
17
|
-
"@types/react-transition-group": "^4.4.12",
|
|
18
17
|
"@types/styled-components": "^5.1.34",
|
|
19
18
|
"@types/uuid": "^10.0.0",
|
|
20
19
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
@@ -31,9 +30,9 @@
|
|
|
31
30
|
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
|
32
31
|
"history": "^5.3.0",
|
|
33
32
|
"husky": "^7.0.4",
|
|
34
|
-
"jamespot-front-business": "^1.2.
|
|
35
|
-
"jamespot-react-components": "^1.2.
|
|
36
|
-
"jamespot-user-api": "^1.2.
|
|
33
|
+
"jamespot-front-business": "^1.2.62",
|
|
34
|
+
"jamespot-react-components": "^1.2.62",
|
|
35
|
+
"jamespot-user-api": "^1.2.62",
|
|
37
36
|
"jest": "^30.2.0",
|
|
38
37
|
"jest-environment-jsdom": "^30.2.0",
|
|
39
38
|
"knip": "^5.65.0",
|
|
@@ -47,7 +46,6 @@
|
|
|
47
46
|
"react-intl": "7.1.11",
|
|
48
47
|
"react-redux": "^8.1.3",
|
|
49
48
|
"react-router-dom": "^6.30.1",
|
|
50
|
-
"react-transition-group": "^4.4.5",
|
|
51
49
|
"redux": "^4.2.1",
|
|
52
50
|
"redux-thunk": "^2.4.2",
|
|
53
51
|
"socket.io-client": "^4.8.1",
|