@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
@@ -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: '1rem',
34
- gutter: '0.5rem'
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
  };
@@ -273,6 +273,7 @@ export interface TCItems {
273
273
  export interface TCKiosk {
274
274
  padding: string;
275
275
  gutter: string;
276
+ gutterSmall: string;
276
277
  }
277
278
  export interface TCLayout {
278
279
  containerMaxWidth: string;
@@ -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: '1rem',
31
- gutter: '0.5rem'
30
+ padding: '2rem',
31
+ gutter: '1rem',
32
+ gutterSmall: '0.5rem'
32
33
  };
33
34
  return __assign(__assign({}, theme), { icons: icons, kiosk: kiosk });
34
35
  };
@@ -273,6 +273,7 @@ export interface TCItems {
273
273
  export interface TCKiosk {
274
274
  padding: string;
275
275
  gutter: string;
276
+ gutterSmall: string;
276
277
  }
277
278
  export interface TCLayout {
278
279
  containerMaxWidth: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "0.5.25",
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",