@graphcommerce/ecommerce-ui 8.0.0-canary.75 → 8.0.0-canary.77
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,14 @@
|
|
|
1
1
|
# @graphcommerce/ecommerce-ui
|
|
2
2
|
|
|
3
|
+
## 8.0.0-canary.77
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - a11y improvements (see https://github.com/graphcommerce-org/graphcommerce/issues/1995 for more info)
|
|
8
|
+
([@FrankHarland](https://github.com/FrankHarland))
|
|
9
|
+
|
|
10
|
+
## 8.0.0-canary.76
|
|
11
|
+
|
|
3
12
|
## 8.0.0-canary.75
|
|
4
13
|
|
|
5
14
|
## 8.0.0-canary.74
|
|
@@ -146,8 +146,8 @@ export function NumberFieldElement<T extends FieldValues>(props: NumberFieldElem
|
|
|
146
146
|
),
|
|
147
147
|
}}
|
|
148
148
|
inputProps={{
|
|
149
|
-
...inputProps,
|
|
150
149
|
'aria-label': i18n._(/* i18n */ 'Number'),
|
|
150
|
+
...inputProps,
|
|
151
151
|
className: `${inputProps?.className ?? ''} ${classes.quantityInput}`,
|
|
152
152
|
sx: {
|
|
153
153
|
typography: 'body1',
|
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": "8.0.0-canary.
|
|
5
|
+
"version": "8.0.0-canary.77",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.0-canary.
|
|
16
|
-
"@graphcommerce/graphql": "^8.0.0-canary.
|
|
17
|
-
"@graphcommerce/next-ui": "^8.0.0-canary.
|
|
18
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.
|
|
19
|
-
"@graphcommerce/react-hook-form": "^8.0.0-canary.
|
|
20
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.0-canary.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0-canary.77",
|
|
16
|
+
"@graphcommerce/graphql": "^8.0.0-canary.77",
|
|
17
|
+
"@graphcommerce/next-ui": "^8.0.0-canary.77",
|
|
18
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.77",
|
|
19
|
+
"@graphcommerce/react-hook-form": "^8.0.0-canary.77",
|
|
20
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0-canary.77",
|
|
21
21
|
"@lingui/core": "^4.2.1",
|
|
22
22
|
"@lingui/macro": "^4.2.1",
|
|
23
23
|
"@lingui/react": "^4.2.1",
|