jamespot-react-core 1.2.41 → 1.2.43

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.
@@ -257,7 +257,6 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
257
257
  widgets: {
258
258
  layers: Record<string, {
259
259
  title: string;
260
- visible: boolean;
261
260
  widgets: import("jamespot-user-api").WidgetWrapperGeneric<({
262
261
  layers?: string[] | undefined;
263
262
  } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
@@ -333,6 +332,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
333
332
  } & import("jamespot-user-api").WidgetType<{
334
333
  url?: string | undefined;
335
334
  }>)>[];
335
+ visible: boolean;
336
336
  uniqid: string;
337
337
  locked: boolean;
338
338
  position?: {
@@ -692,7 +692,6 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
692
692
  widgets: {
693
693
  layers: Record<string, {
694
694
  title: string;
695
- visible: boolean;
696
695
  widgets: import("jamespot-user-api").WidgetWrapperGeneric<({
697
696
  layers?: string[] | undefined;
698
697
  } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
@@ -768,6 +767,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
768
767
  } & import("jamespot-user-api").WidgetType<{
769
768
  url?: string | undefined;
770
769
  }>)>[];
770
+ visible: boolean;
771
771
  uniqid: string;
772
772
  locked: boolean;
773
773
  position?: {
@@ -1132,7 +1132,6 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
1132
1132
  widgets: {
1133
1133
  layers: Record<string, {
1134
1134
  title: string;
1135
- visible: boolean;
1136
1135
  widgets: import("jamespot-user-api").WidgetWrapperGeneric<({
1137
1136
  layers?: string[] | undefined;
1138
1137
  } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
@@ -1208,6 +1207,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
1208
1207
  } & import("jamespot-user-api").WidgetType<{
1209
1208
  url?: string | undefined;
1210
1209
  }>)>[];
1210
+ visible: boolean;
1211
1211
  uniqid: string;
1212
1212
  locked: boolean;
1213
1213
  position?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.2.41",
3
+ "version": "1.2.43",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -32,9 +32,9 @@
32
32
  "fork-ts-checker-webpack-plugin": "^9.1.0",
33
33
  "history": "^5.3.0",
34
34
  "husky": "^7.0.4",
35
- "jamespot-front-business": "^1.2.41",
36
- "jamespot-react-components": "^1.2.41",
37
- "jamespot-user-api": "^1.2.41",
35
+ "jamespot-front-business": "^1.2.43",
36
+ "jamespot-react-components": "^1.2.43",
37
+ "jamespot-user-api": "^1.2.43",
38
38
  "jest": "^30.1.2",
39
39
  "jest-environment-jsdom": "^30.1.2",
40
40
  "lint-staged": "^12.5.0",