@open-tender/store 1.1.34 → 1.1.35

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.
@@ -36,6 +36,7 @@ var category = {
36
36
  classes: '',
37
37
  props: {},
38
38
  style: {
39
+ alignItems: 'center',
39
40
  maxWidth: 720
40
41
  }
41
42
  },
@@ -34,6 +34,7 @@ var category = {
34
34
  classes: '',
35
35
  props: {},
36
36
  style: {
37
+ alignItems: 'center',
37
38
  maxWidth: 720
38
39
  }
39
40
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
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",