@open-tender/store 0.5.25 → 0.5.26
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/dist/.DS_Store
CHANGED
|
Binary file
|
package/dist/cjs/slices/kiosk.js
CHANGED
|
@@ -30,8 +30,9 @@ var KioskActionType;
|
|
|
30
30
|
var enhanceTheme = function (theme) {
|
|
31
31
|
var icons = tslib_1.__assign(tslib_1.__assign({}, theme.icons), { strokeLinejoin: 'miter', strokeLinecap: 'square' });
|
|
32
32
|
var kiosk = {
|
|
33
|
-
padding: '
|
|
34
|
-
gutter: '
|
|
33
|
+
padding: '2rem',
|
|
34
|
+
gutter: '1rem',
|
|
35
|
+
gutterSmall: '0.5rem'
|
|
35
36
|
};
|
|
36
37
|
return tslib_1.__assign(tslib_1.__assign({}, theme), { icons: icons, kiosk: kiosk });
|
|
37
38
|
};
|
package/dist/esm/slices/kiosk.js
CHANGED
|
@@ -27,8 +27,9 @@ export var KioskActionType;
|
|
|
27
27
|
var enhanceTheme = function (theme) {
|
|
28
28
|
var icons = __assign(__assign({}, theme.icons), { strokeLinejoin: 'miter', strokeLinecap: 'square' });
|
|
29
29
|
var kiosk = {
|
|
30
|
-
padding: '
|
|
31
|
-
gutter: '
|
|
30
|
+
padding: '2rem',
|
|
31
|
+
gutter: '1rem',
|
|
32
|
+
gutterSmall: '0.5rem'
|
|
32
33
|
};
|
|
33
34
|
return __assign(__assign({}, theme), { icons: icons, kiosk: kiosk });
|
|
34
35
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/store",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.26",
|
|
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",
|