@truedat/auth 7.0.8 → 7.1.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/auth",
3
- "version": "7.0.8",
3
+ "version": "7.1.0",
4
4
  "description": "Truedat Web Auth",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "7.0.8",
37
+ "@truedat/test": "7.1.0",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -86,7 +86,7 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "7.0.8",
89
+ "@truedat/core": "7.1.0",
90
90
  "auth0-js": "9.23.3",
91
91
  "decode-uri-component": "^0.2.2",
92
92
  "jwt-decode": "^2.2.0",
@@ -109,5 +109,5 @@
109
109
  "react-dom": ">= 16.8.6 < 17",
110
110
  "semantic-ui-react": ">= 2.0.3 < 2.2"
111
111
  },
112
- "gitHead": "ff536a41caac4df0cfa13df66dc2805b3bb7637a"
112
+ "gitHead": "cb08380da04c7286e694540bc24d32f01a728dfc"
113
113
  }
@@ -32,6 +32,7 @@ exports[`<Group /> matches the latest snapshot 1`] = `
32
32
  class="right aligned four wide column"
33
33
  >
34
34
  <div
35
+ aria-disabled="false"
35
36
  aria-expanded="false"
36
37
  class="ui floating dropdown button icon group-actions"
37
38
  role="listbox"
@@ -53,6 +53,7 @@ exports[`<User /> matches the latest snapshot 1`] = `
53
53
  class="right aligned eight wide column"
54
54
  >
55
55
  <div
56
+ aria-disabled="false"
56
57
  aria-expanded="false"
57
58
  class="ui floating dropdown button icon group-actions"
58
59
  role="listbox"
@@ -66,5 +66,6 @@ exports[`<UserActions /> matches the latest snapshot 1`] = `
66
66
  ]
67
67
  }
68
68
  direction="left"
69
+ disabled={false}
69
70
  />
70
71
  `;