@graphcommerce/ecommerce-ui 7.1.0-canary.26 → 7.1.0-canary.28

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,13 @@
1
1
  # @graphcommerce/ecommerce-ui
2
2
 
3
+ ## 7.1.0-canary.28
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2018](https://github.com/graphcommerce-org/graphcommerce/pull/2018) [`750aa6a72`](https://github.com/graphcommerce-org/graphcommerce/commit/750aa6a72710869d54244467253212e551d335e0) - Changed the layout of the succes page. We are using ActionCards right now to match the design of the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
8
+
9
+ ## 7.1.0-canary.27
10
+
3
11
  ## 7.1.0-canary.26
4
12
 
5
13
  ## 7.1.0-canary.25
@@ -80,6 +80,9 @@ export function NumberFieldElement<T extends FieldValues>(props: NumberFieldElem
80
80
  width: responsiveVal(90, 120),
81
81
  },
82
82
  {
83
+ '& input[type=number]': {
84
+ '-moz-appearance': 'textfield',
85
+ },
83
86
  '& .MuiOutlinedInput-root': {
84
87
  px: '2px',
85
88
  display: 'grid',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/ecommerce-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "7.1.0-canary.26",
5
+ "version": "7.1.0-canary.28",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,14 +12,14 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@graphcommerce/graphql": "7.1.0-canary.26",
16
- "@graphcommerce/next-ui": "7.1.0-canary.26",
17
- "@graphcommerce/react-hook-form": "7.1.0-canary.26"
15
+ "@graphcommerce/graphql": "7.1.0-canary.28",
16
+ "@graphcommerce/next-ui": "7.1.0-canary.28",
17
+ "@graphcommerce/react-hook-form": "7.1.0-canary.28"
18
18
  },
19
19
  "devDependencies": {
20
- "@graphcommerce/eslint-config-pwa": "7.1.0-canary.26",
21
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.26",
22
- "@graphcommerce/typescript-config-pwa": "7.1.0-canary.26"
20
+ "@graphcommerce/eslint-config-pwa": "7.1.0-canary.28",
21
+ "@graphcommerce/prettier-config-pwa": "7.1.0-canary.28",
22
+ "@graphcommerce/typescript-config-pwa": "7.1.0-canary.28"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@lingui/react": "^4.2.1",