@shopgate/engage 6.22.0-beta.14 → 6.22.0-beta.15

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.
@@ -1 +1 @@
1
- import{css}from'glamor';import{themeConfig}from'@shopgate/pwa-common/helpers/config';var colors=themeConfig.colors;var sheet=css({background:colors.light}).toString();var showAllProducts=css({fontWeight:800}).toString();export default{sheet:sheet,showAllProducts:showAllProducts};
1
+ import{css}from'glamor';import{themeConfig}from'@shopgate/pwa-common/helpers/config';var colors=themeConfig.colors;var sheet=css({background:colors.light}).toString();var showAllProducts=css({fontWeight:700}).toString();export default{sheet:sheet,showAllProducts:showAllProducts};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/engage",
3
- "version": "6.22.0-beta.14",
3
+ "version": "6.22.0-beta.15",
4
4
  "description": "Shopgate's ENGAGE library.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Shopgate <support@shopgate.com>",
@@ -15,12 +15,12 @@
15
15
  "connect"
16
16
  ],
17
17
  "dependencies": {
18
- "@shopgate/pwa-common": "6.22.0-beta.14",
19
- "@shopgate/pwa-common-commerce": "6.22.0-beta.14",
20
- "@shopgate/pwa-core": "6.22.0-beta.14",
21
- "@shopgate/pwa-ui-ios": "6.22.0-beta.14",
22
- "@shopgate/pwa-ui-material": "6.22.0-beta.14",
23
- "@shopgate/pwa-ui-shared": "6.22.0-beta.14",
18
+ "@shopgate/pwa-common": "6.22.0-beta.15",
19
+ "@shopgate/pwa-common-commerce": "6.22.0-beta.15",
20
+ "@shopgate/pwa-core": "6.22.0-beta.15",
21
+ "@shopgate/pwa-ui-ios": "6.22.0-beta.15",
22
+ "@shopgate/pwa-ui-material": "6.22.0-beta.15",
23
+ "@shopgate/pwa-ui-shared": "6.22.0-beta.15",
24
24
  "@virtuous/conductor": "~2.4.0",
25
25
  "babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
26
26
  "babel-plugin-transform-es3-property-literals": "^6.8.0",