@graphcommerce/magento-compare 6.2.0-canary.48 → 6.2.0-canary.50

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @graphcommerce/magento-compare
2
2
 
3
+ ## 6.2.0-canary.50
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e55d8c390`](https://github.com/graphcommerce-org/graphcommerce/commit/e55d8c390d90b4bb7bab11c6a99027ac72bd7e3e) - Created a new sidebar layout system, can be configured with productFiltersLayout in the graphcommerce.config.js ([@paales](https://github.com/paales))
8
+
9
+ ## 6.2.0-canary.49
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1959](https://github.com/graphcommerce-org/graphcommerce/pull/1959) [`d0809b132`](https://github.com/graphcommerce-org/graphcommerce/commit/d0809b132a0e4cbdfeb86164f6c16a89ebecd987) - Added support for default values in the Config.graphqls files for the documentation ([@JoshuaS98](https://github.com/JoshuaS98))
14
+
3
15
  ## 6.2.0-canary.48
4
16
 
5
17
  ## 6.2.0-canary.47
package/Config.graphqls CHANGED
@@ -13,5 +13,5 @@ extend input GraphCommerceConfig {
13
13
  By default the compare feature is denoted with a 'compare ICON' (2 arrows facing one another).
14
14
  This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a CHECKBOX accompanied by the 'Compare' label
15
15
  """
16
- compareVariant: CompareVariant
16
+ compareVariant: CompareVariant = ICON
17
17
  }
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @graphcommerce/magento-compare ([Config](./Config.graphqls))
2
+
3
+ Integrates GraphCommerce with Magento's compare functionality.
4
+
5
+ ## Configuration
6
+
7
+ Configure the following ([configuration values](./Config.graphqls)) in your
8
+ graphcommerce.config.js
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-compare",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.2.0-canary.48",
5
+ "version": "6.2.0-canary.50",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,18 +12,18 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.48",
16
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.48",
17
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.48"
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.50",
16
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.50",
17
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.50"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "6.2.0-canary.48",
21
- "@graphcommerce/framer-utils": "6.2.0-canary.48",
22
- "@graphcommerce/magento-cart": "6.2.0-canary.48",
23
- "@graphcommerce/magento-product": "6.2.0-canary.48",
24
- "@graphcommerce/framer-next-pages": "6.2.0-canary.48",
25
- "@graphcommerce/graphql": "6.2.0-canary.48",
26
- "@graphcommerce/next-ui": "6.2.0-canary.48"
20
+ "@graphcommerce/ecommerce-ui": "6.2.0-canary.50",
21
+ "@graphcommerce/framer-utils": "6.2.0-canary.50",
22
+ "@graphcommerce/magento-cart": "6.2.0-canary.50",
23
+ "@graphcommerce/magento-product": "6.2.0-canary.50",
24
+ "@graphcommerce/framer-next-pages": "6.2.0-canary.50",
25
+ "@graphcommerce/graphql": "6.2.0-canary.50",
26
+ "@graphcommerce/next-ui": "6.2.0-canary.50"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@lingui/react": "^4.2.1",