jamespot-react-core 1.3.19 → 1.3.21

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,8 +1,8 @@
1
1
  export declare const tinymceDynamicOptions: any;
2
2
  export declare const tinymceExtendedOptions: any;
3
3
  export declare const tinymceCommonOptions: {
4
- language: string;
5
4
  height: number;
5
+ language: string;
6
6
  cache_suffix: string;
7
7
  toolbar: string;
8
8
  content_css: string;
@@ -125,7 +125,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
125
125
  mediaLibrary: import("jamespot-front-business/dist/src/store/mediaLibrary/mediaLibrary.types").MediaLibraryState;
126
126
  share: import("jamespot-front-business/dist/src/store/share/share.types").ShareAppState;
127
127
  teamWork: {
128
- teamWorkToDo: import("jamespot-front-business").TeamWorkSliceToDoState;
128
+ teamWorkAiTasks: import("jamespot-front-business").TeamWorkSliceAiTasksState;
129
129
  };
130
130
  tvDisplay: {
131
131
  channelsList: {
@@ -214,7 +214,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
214
214
  mediaLibrary: import("jamespot-front-business/dist/src/store/mediaLibrary/mediaLibrary.types").MediaLibraryState;
215
215
  share: import("jamespot-front-business/dist/src/store/share/share.types").ShareAppState;
216
216
  teamWork: {
217
- teamWorkToDo: import("jamespot-front-business").TeamWorkSliceToDoState;
217
+ teamWorkAiTasks: import("jamespot-front-business").TeamWorkSliceAiTasksState;
218
218
  };
219
219
  tvDisplay: {
220
220
  channelsList: {
@@ -308,7 +308,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
308
308
  mediaLibrary: import("jamespot-front-business/dist/src/store/mediaLibrary/mediaLibrary.types").MediaLibraryState;
309
309
  share: import("jamespot-front-business/dist/src/store/share/share.types").ShareAppState;
310
310
  teamWork: {
311
- teamWorkToDo: import("jamespot-front-business").TeamWorkSliceToDoState;
311
+ teamWorkAiTasks: import("jamespot-front-business").TeamWorkSliceAiTasksState;
312
312
  };
313
313
  tvDisplay: {
314
314
  channelsList: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.3.19",
3
+ "version": "1.3.21",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -38,9 +38,9 @@
38
38
  "fork-ts-checker-webpack-plugin": "^9.1.0",
39
39
  "history": "^5.3.0",
40
40
  "husky": "^9.1.7",
41
- "jamespot-front-business": "^1.3.19",
42
- "jamespot-react-components": "^1.3.19",
43
- "jamespot-user-api": "^1.3.19",
41
+ "jamespot-front-business": "^1.3.21",
42
+ "jamespot-react-components": "^1.3.21",
43
+ "jamespot-user-api": "^1.3.21",
44
44
  "jest": "^30.2.0",
45
45
  "jest-environment-jsdom": "^30.2.0",
46
46
  "knip": "^5.70.0",