@okta/okta-signin-widget 7.30.1 → 7.30.2

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@okta/okta-signin-widget",
4
4
  "description": "The Okta Sign-In Widget",
5
- "version": "7.30.1",
5
+ "version": "7.30.2",
6
6
  "homepage": "https://github.com/okta/okta-signin-widget",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {
@@ -307,7 +307,7 @@
307
307
  "workerDirectory": "playground"
308
308
  },
309
309
  "okta": {
310
- "commitSha": "c3afb9bd654f969913bde160288b013f2c102d6f",
311
- "fullVersion": "7.30.1-gc3afb9b"
310
+ "commitSha": "a81a3aab7c6c76957ed3e63331b3ce35a80fabb4",
311
+ "fullVersion": "7.30.2-ga81a3aa"
312
312
  }
313
313
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "defaultLanguage": "en",
3
- "version": "7.30.1",
3
+ "version": "7.30.2",
4
4
  "supportedLanguages": [
5
5
  "en",
6
6
  "cs",
@@ -10,8 +10,8 @@
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
12
 
13
- import { Box } from '@mui/material';
14
- import { Typography, useOdysseyDesignTokens } from '@okta/odyssey-react-mui';
13
+ import { Box, Typography } from '@mui/material';
14
+ import { useOdysseyDesignTokens } from '@okta/odyssey-react-mui';
15
15
  import { FunctionComponent, h } from 'preact';
16
16
  import { AuthCoinProps } from 'src/types';
17
17
 
@@ -78,7 +78,11 @@ const AuthHeader: FunctionComponent<AuthHeaderProps> = ({
78
78
  },
79
79
  }}
80
80
  >
81
- <Typography variant="h1">
81
+ <Typography
82
+ variant="h1"
83
+ role="presentation"
84
+ tabIndex={-1}
85
+ >
82
86
  { logo && (
83
87
  <Image
84
88
  alt={logoText || brandName || loc('logo.default.alt.text', 'login')}
@@ -10,8 +10,8 @@
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
12
 
13
- import { Box } from '@mui/material';
14
- import { Typography, useOdysseyDesignTokens } from '@okta/odyssey-react-mui';
13
+ import { Box, Typography } from '@mui/material';
14
+ import { useOdysseyDesignTokens } from '@okta/odyssey-react-mui';
15
15
  import { FunctionComponent, h } from 'preact';
16
16
  import { AuthCoinProps } from 'src/types';
17
17
 
@@ -78,7 +78,11 @@ const AuthHeader: FunctionComponent<AuthHeaderProps> = ({
78
78
  },
79
79
  }}
80
80
  >
81
- <Typography variant="h1">
81
+ <Typography
82
+ variant="h1"
83
+ role="presentation"
84
+ tabIndex={-1}
85
+ >
82
86
  { logo && (
83
87
  <Image
84
88
  alt={logoText || brandName || loc('logo.default.alt.text', 'login')}