@truedat/auth 5.7.4 → 5.8.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": "5.7.4",
3
+ "version": "5.8.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": "5.7.4",
37
+ "@truedat/test": "5.8.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": "5.7.4",
89
+ "@truedat/core": "5.8.0",
90
90
  "auth0-js": "^9.19.2",
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": "ed86b1f89479bb65ed72915f7160bebbeacb084f"
112
+ "gitHead": "dd51c78f3143413ec2bc9a77001d3b648fe92d0a"
113
113
  }
@@ -54,7 +54,11 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
54
54
  aria-hidden="true"
55
55
  class="plus icon"
56
56
  />
57
- barDomain
57
+ <span
58
+ style="opacity: 1;"
59
+ >
60
+ barDomain
61
+ </span>
58
62
  </div>
59
63
  </div>
60
64
  <div
@@ -69,7 +73,11 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
69
73
  aria-hidden="true"
70
74
  class="icon"
71
75
  />
72
- bazDomain
76
+ <span
77
+ style="opacity: 1;"
78
+ >
79
+ bazDomain
80
+ </span>
73
81
  </div>
74
82
  </div>
75
83
  <div
@@ -84,7 +92,11 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
84
92
  aria-hidden="true"
85
93
  class="icon"
86
94
  />
87
- fooDomain
95
+ <span
96
+ style="opacity: 1;"
97
+ >
98
+ fooDomain
99
+ </span>
88
100
  </div>
89
101
  </div>
90
102
  </div>