@graphcommerce/magento-cart-pickup 3.2.6 → 3.2.8

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,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8393cb266`](https://github.com/graphcommerce-org/graphcommerce/commit/8393cb2662860be0c2aa5df432447bb73c427d8e), [`f544401c7`](https://github.com/graphcommerce-org/graphcommerce/commit/f544401c7b653fda39c7c260ad0dcfb3bf543b65), [`f105d4223`](https://github.com/graphcommerce-org/graphcommerce/commit/f105d4223aa68df30970149e51ae72897e489bf9)]:
8
+ - @graphcommerce/next-ui@4.29.3
9
+ - @graphcommerce/magento-cart-shipping-method@3.7.8
10
+ - @graphcommerce/magento-store@4.3.6
11
+
12
+ ## 3.2.7
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1686](https://github.com/graphcommerce-org/graphcommerce/pull/1686) [`1953c7e27`](https://github.com/graphcommerce-org/graphcommerce/commit/1953c7e27eb606a825fce1ad361393b3c781c6da) Thanks [@paales](https://github.com/paales)! - Product page markup and sticky product image when the sidebar is fairly large
17
+
18
+ - Updated dependencies [[`1953c7e27`](https://github.com/graphcommerce-org/graphcommerce/commit/1953c7e27eb606a825fce1ad361393b3c781c6da)]:
19
+ - @graphcommerce/magento-cart-shipping-method@3.7.7
20
+ - @graphcommerce/next-ui@4.29.2
21
+ - @graphcommerce/magento-store@4.3.5
22
+
3
23
  ## 3.2.6
4
24
 
5
25
  ### Patch Changes
@@ -52,7 +52,7 @@ export function PickupLocationActionCard(props: ActionCardItemRenderProps<Locati
52
52
  </>
53
53
  }
54
54
  action={
55
- <Button disableTouchRipple variant='inline' color='secondary'>
55
+ <Button disableTouchRipple variant='inline' color='secondary' tabIndex={-1}>
56
56
  <Trans id='Select' />
57
57
  </Button>
58
58
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-pickup",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.2.6",
5
+ "version": "3.2.8",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@graphcommerce/graphql": "3.5.0",
22
22
  "@graphcommerce/image": "3.1.10",
23
- "@graphcommerce/magento-cart-shipping-method": "3.7.6",
24
- "@graphcommerce/magento-store": "4.3.4",
25
- "@graphcommerce/next-ui": "4.29.1",
23
+ "@graphcommerce/magento-cart-shipping-method": "3.7.8",
24
+ "@graphcommerce/magento-store": "4.3.6",
25
+ "@graphcommerce/next-ui": "4.29.3",
26
26
  "@graphcommerce/react-hook-form": "3.3.5"
27
27
  },
28
28
  "peerDependencies": {