@shopgate/pwa-ui-shared 7.32.0-beta.16 → 7.32.0-beta.18

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.
@@ -8,7 +8,10 @@ const useStyles = makeStyles()(theme => ({
8
8
  fill: 'currentColor'
9
9
  },
10
10
  background: {
11
- fill: theme.palette.background.surface
11
+ fill: theme.palette.secondary.main
12
+ },
13
+ cloud: {
14
+ fill: theme.palette.primary.main
12
15
  },
13
16
  circle: {
14
17
  fill: 'currentColor',
@@ -103,7 +106,7 @@ const NoResultIcon = props => {
103
106
  children: /*#__PURE__*/_jsx("g", {
104
107
  transform: "matrix(1, 0, 0, 1, 2686.4, -7054.12)",
105
108
  children: /*#__PURE__*/_jsx("path", {
106
- className: classes.background,
109
+ className: classes.cloud,
107
110
  d: "M90.216,116.652a24.732,24.732,0,0,1-20.61-10.992,13.394,13.394,0,0,1-7.263-1.374,20,20,0,0,1-7.655,1.767,20.473,20.473,0,0,1-18.255-10.6,20.009,20.009,0,0,1-6.478.981A23.584,23.584,0,0,1,6.4,73.076c0-10.6,6.085-19.236,15.507-22.181V50.11A13.07,13.07,0,0,1,34.862,37.155a13.905,13.905,0,0,1,2.748.2A18.6,18.6,0,0,1,52.724,29.7,19.248,19.248,0,0,1,65.876,35,14.4,14.4,0,0,1,75.1,31.659a13.191,13.191,0,0,1,6.281,1.963,24.851,24.851,0,0,1,40.239,1.767,21.962,21.962,0,0,1,20.61,5.3c.393-.2.589-.393.981-.589a16.9,16.9,0,0,1,7.459-1.963,15.491,15.491,0,0,1,15.311,13.937A22.951,22.951,0,0,1,181.49,64.439c2.944,6.478,2.355,13.544-1.57,20.218a21.266,21.266,0,0,1-18.059,10.011h-.2c-4.122,0-7.459-.785-10.207-2.552a13.109,13.109,0,0,1-7.263.393,24.871,24.871,0,0,1-15.311,15.114,24.1,24.1,0,0,1-18.451-.981A25.762,25.762,0,0,1,90.216,116.652Z",
108
111
  transform: "translate(-2686.4 7054.12)"
109
112
  })
@@ -25,7 +25,7 @@ const useStyles = makeStyles()(theme => ({
25
25
  },
26
26
  icon: {
27
27
  width: 216,
28
- color: theme.palette.primary.main
28
+ color: theme.contrastColor(theme.palette.secondary.main)
29
29
  },
30
30
  headline: {
31
31
  marginTop: 30
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@shopgate/pwa-ui-shared",
3
- "version": "7.32.0-beta.16",
3
+ "version": "7.32.0-beta.18",
4
4
  "description": "Shopgate's shared UI components.",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {
8
- "@shopgate/pwa-ui-ios": "7.32.0-beta.16",
9
- "@shopgate/pwa-ui-material": "7.32.0-beta.16"
8
+ "@shopgate/pwa-ui-ios": "7.32.0-beta.18",
9
+ "@shopgate/pwa-ui-material": "7.32.0-beta.18"
10
10
  },
11
11
  "devDependencies": {
12
- "@shopgate/pwa-common": "7.32.0-beta.16",
13
- "@shopgate/pwa-common-commerce": "7.32.0-beta.16",
12
+ "@shopgate/pwa-common": "7.32.0-beta.18",
13
+ "@shopgate/pwa-common-commerce": "7.32.0-beta.18",
14
14
  "classnames": "2.5.1",
15
15
  "react": "^17.0.2"
16
16
  },