@open-tender/store 1.1.14 → 1.1.16

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.
@@ -9,7 +9,8 @@ var modalContent = {
9
9
  props: {},
10
10
  style: {
11
11
  alignItems: 'stretch',
12
- width: 720
12
+ width: 720,
13
+ backgroundColor: utils_1.theme.colors.background.primary
13
14
  }
14
15
  },
15
16
  modalContent__container: {
@@ -18,7 +19,8 @@ var modalContent = {
18
19
  style: {
19
20
  alignItems: 'stretch',
20
21
  gap: 50,
21
- padding: utils_1.theme.spacing.padding.large
22
+ padding: utils_1.theme.spacing.padding.large,
23
+ width: '100%'
22
24
  }
23
25
  },
24
26
  modalContent__header: {
@@ -7,7 +7,8 @@ var modalContent = {
7
7
  props: {},
8
8
  style: {
9
9
  alignItems: 'stretch',
10
- width: 720
10
+ width: 720,
11
+ backgroundColor: theme.colors.background.primary
11
12
  }
12
13
  },
13
14
  modalContent__container: {
@@ -16,7 +17,8 @@ var modalContent = {
16
17
  style: {
17
18
  alignItems: 'stretch',
18
19
  gap: 50,
19
- padding: theme.spacing.padding.large
20
+ padding: theme.spacing.padding.large,
21
+ width: '100%'
20
22
  }
21
23
  },
22
24
  modalContent__header: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
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",