@open-tender/store 1.1.149 → 1.1.150
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.
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var react_1 = require("react");
|
|
4
4
|
var hooks_1 = require("../app/hooks");
|
|
5
5
|
var slices_1 = require("../slices");
|
|
6
|
-
var WAITING_TIME_IN_SECONDS =
|
|
6
|
+
var WAITING_TIME_IN_SECONDS = 15;
|
|
7
7
|
var IdleModal = function (_a) {
|
|
8
8
|
var close = _a.close, reset = _a.reset, children = _a.children;
|
|
9
9
|
var _b = (0, hooks_1.useAppSelector)(slices_1.selectKioskConfig), config = _b.idleModal, modalContentConfig = _b.modalContent;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useEffect, useMemo } from 'react';
|
|
2
2
|
import { useAppSelector } from '../app/hooks';
|
|
3
3
|
import { selectKioskConfig } from '../slices';
|
|
4
|
-
var WAITING_TIME_IN_SECONDS =
|
|
4
|
+
var WAITING_TIME_IN_SECONDS = 15;
|
|
5
5
|
var IdleModal = function (_a) {
|
|
6
6
|
var close = _a.close, reset = _a.reset, children = _a.children;
|
|
7
7
|
var _b = useAppSelector(selectKioskConfig), config = _b.idleModal, modalContentConfig = _b.modalContent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/store",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.150",
|
|
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",
|