@graphcommerce/next-ui 10.1.0-canary.22 → 10.1.0-canary.24

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.1.0-canary.24
4
+
5
+ ## 10.1.0-canary.23
6
+
3
7
  ## 10.1.0-canary.22
4
8
 
5
9
  ### Minor Changes
package/Fab/Fab.tsx CHANGED
@@ -43,6 +43,7 @@ export function Fab(props: FabProps) {
43
43
  </Box>
44
44
  {loading && (
45
45
  <CircularProgress
46
+ aria-hidden='true'
46
47
  size={fabSize}
47
48
  color={color !== 'primary' ? 'primary' : 'inherit'}
48
49
  {...slotProps?.circularProgress}
@@ -52,7 +52,7 @@ export function FullPageMessage(props: FullPageMessageProps) {
52
52
  justifyItems: 'center',
53
53
  }}
54
54
  >
55
- <Box className={classes.iconWrapper}>{icon}</Box>
55
+ <Box className={classes.iconWrapper} aria-hidden='true'>{icon}</Box>
56
56
 
57
57
  <Box
58
58
  className={classes.subject}
@@ -38,6 +38,7 @@ export function PageLoadIndicator() {
38
38
 
39
39
  return (
40
40
  <MLinearProgress
41
+ aria-hidden='true'
41
42
  style={{ opacity }}
42
43
  sx={{
43
44
  position: 'fixed',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.1.0-canary.22",
5
+ "version": "10.1.0-canary.24",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -43,13 +43,13 @@
43
43
  "@emotion/react": "^11.14.0",
44
44
  "@emotion/server": "^11.11.0",
45
45
  "@emotion/styled": "^11.14.1",
46
- "@graphcommerce/eslint-config-pwa": "^10.1.0-canary.22",
47
- "@graphcommerce/framer-next-pages": "^10.1.0-canary.22",
48
- "@graphcommerce/framer-scroller": "^10.1.0-canary.22",
49
- "@graphcommerce/framer-utils": "^10.1.0-canary.22",
50
- "@graphcommerce/image": "^10.1.0-canary.22",
51
- "@graphcommerce/prettier-config-pwa": "^10.1.0-canary.22",
52
- "@graphcommerce/typescript-config-pwa": "^10.1.0-canary.22",
46
+ "@graphcommerce/eslint-config-pwa": "^10.1.0-canary.24",
47
+ "@graphcommerce/framer-next-pages": "^10.1.0-canary.24",
48
+ "@graphcommerce/framer-scroller": "^10.1.0-canary.24",
49
+ "@graphcommerce/framer-utils": "^10.1.0-canary.24",
50
+ "@graphcommerce/image": "^10.1.0-canary.24",
51
+ "@graphcommerce/prettier-config-pwa": "^10.1.0-canary.24",
52
+ "@graphcommerce/typescript-config-pwa": "^10.1.0-canary.24",
53
53
  "@lingui/core": "^5",
54
54
  "@lingui/macro": "^5",
55
55
  "@lingui/react": "^5",