@open-tender/store 1.0.35 → 1.0.36

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,7 +1,6 @@
1
1
  import { AppConfig } from '@open-tender/ui';
2
- import { KioskBrand, RequestError, RequestStatus, Store, Devices, KioskStyles, KioskContent, KioskDisplaySettings } from '../types';
2
+ import { AppTheme, Devices, KioskBrand, KioskContent, KioskDisplaySettings, KioskStyles, RequestError, RequestStatus, Store } from '@open-tender/types';
3
3
  import { AppState } from '../app';
4
- import { AppTheme } from '@open-tender/types';
5
4
  export interface KioskApp {
6
5
  apiUrl: string;
7
6
  }
@@ -42,7 +41,7 @@ export declare const selectKioskVersion: (state: AppState) => string | null | un
42
41
  export declare const selectKioskStore: (state: AppState) => Store | null;
43
42
  export declare const selectKioskBrand: (state: AppState) => KioskBrand | null;
44
43
  export declare const selectKioskConfig: ((state: {
45
- alerts: import("../types").Alerts;
44
+ alerts: import("..").Alerts;
46
45
  arrivals: import("./arrivals").ArrivalsState;
47
46
  cartSummary: import("./cartSummary").CartSummaryState;
48
47
  checkout: import("./checkout").CheckoutState;
@@ -57,7 +56,7 @@ export declare const selectKioskConfig: ((state: {
57
56
  menu: import("./menu").MenuState;
58
57
  menuPages: import("./menuPages").MenuPagesState;
59
58
  modal: import("./modal").ModalState;
60
- notifications: import("../types").Notifications;
59
+ notifications: import("..").Notifications;
61
60
  offlineAuths: import("./offlineAuths").OfflineAuthsState;
62
61
  order: import("./order").OrderState;
63
62
  pos: import("./pos").PosState;
@@ -89,7 +88,7 @@ export declare const selectKioskConfig: ((state: {
89
88
  memoize: typeof import("reselect").weakMapMemoize;
90
89
  };
91
90
  export declare const selectKioskConfigScreen: (screen: string) => ((state: {
92
- alerts: import("../types").Alerts;
91
+ alerts: import("..").Alerts;
93
92
  arrivals: import("./arrivals").ArrivalsState;
94
93
  cartSummary: import("./cartSummary").CartSummaryState;
95
94
  checkout: import("./checkout").CheckoutState;
@@ -104,7 +103,7 @@ export declare const selectKioskConfigScreen: (screen: string) => ((state: {
104
103
  menu: import("./menu").MenuState;
105
104
  menuPages: import("./menuPages").MenuPagesState;
106
105
  modal: import("./modal").ModalState;
107
- notifications: import("../types").Notifications;
106
+ notifications: import("..").Notifications;
108
107
  offlineAuths: import("./offlineAuths").OfflineAuthsState;
109
108
  order: import("./order").OrderState;
110
109
  pos: import("./pos").PosState;
@@ -1,7 +1,6 @@
1
1
  import { AppConfig } from '@open-tender/ui';
2
- import { KioskBrand, RequestError, RequestStatus, Store, Devices, KioskStyles, KioskContent, KioskDisplaySettings } from '../types';
2
+ import { AppTheme, Devices, KioskBrand, KioskContent, KioskDisplaySettings, KioskStyles, RequestError, RequestStatus, Store } from '@open-tender/types';
3
3
  import { AppState } from '../app';
4
- import { AppTheme } from '@open-tender/types';
5
4
  export interface KioskApp {
6
5
  apiUrl: string;
7
6
  }
@@ -42,7 +41,7 @@ export declare const selectKioskVersion: (state: AppState) => string | null | un
42
41
  export declare const selectKioskStore: (state: AppState) => Store | null;
43
42
  export declare const selectKioskBrand: (state: AppState) => KioskBrand | null;
44
43
  export declare const selectKioskConfig: ((state: {
45
- alerts: import("../types").Alerts;
44
+ alerts: import("..").Alerts;
46
45
  arrivals: import("./arrivals").ArrivalsState;
47
46
  cartSummary: import("./cartSummary").CartSummaryState;
48
47
  checkout: import("./checkout").CheckoutState;
@@ -57,7 +56,7 @@ export declare const selectKioskConfig: ((state: {
57
56
  menu: import("./menu").MenuState;
58
57
  menuPages: import("./menuPages").MenuPagesState;
59
58
  modal: import("./modal").ModalState;
60
- notifications: import("../types").Notifications;
59
+ notifications: import("..").Notifications;
61
60
  offlineAuths: import("./offlineAuths").OfflineAuthsState;
62
61
  order: import("./order").OrderState;
63
62
  pos: import("./pos").PosState;
@@ -89,7 +88,7 @@ export declare const selectKioskConfig: ((state: {
89
88
  memoize: typeof import("reselect").weakMapMemoize;
90
89
  };
91
90
  export declare const selectKioskConfigScreen: (screen: string) => ((state: {
92
- alerts: import("../types").Alerts;
91
+ alerts: import("..").Alerts;
93
92
  arrivals: import("./arrivals").ArrivalsState;
94
93
  cartSummary: import("./cartSummary").CartSummaryState;
95
94
  checkout: import("./checkout").CheckoutState;
@@ -104,7 +103,7 @@ export declare const selectKioskConfigScreen: (screen: string) => ((state: {
104
103
  menu: import("./menu").MenuState;
105
104
  menuPages: import("./menuPages").MenuPagesState;
106
105
  modal: import("./modal").ModalState;
107
- notifications: import("../types").Notifications;
106
+ notifications: import("..").Notifications;
108
107
  offlineAuths: import("./offlineAuths").OfflineAuthsState;
109
108
  order: import("./order").OrderState;
110
109
  pos: import("./pos").PosState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -58,9 +58,9 @@
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@emotion/react": "^11.11.1",
61
- "@open-tender/types": "^0.4.35",
62
- "@open-tender/ui": "^0.1.22",
63
- "@open-tender/utils": "^0.4.15",
61
+ "@open-tender/types": "^0.4.37",
62
+ "@open-tender/ui": "^0.1.23",
63
+ "@open-tender/utils": "^0.4.18",
64
64
  "@reduxjs/toolkit": "^2.0.1",
65
65
  "date-fns": "2.30.0",
66
66
  "date-fns-tz": "^2.0.0",