@truedat/auth 7.0.5 → 7.0.7
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.
|
|
3
|
+
"version": "7.0.7",
|
|
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.
|
|
37
|
+
"@truedat/test": "7.0.7",
|
|
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.
|
|
89
|
+
"@truedat/core": "7.0.7",
|
|
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": "
|
|
112
|
+
"gitHead": "f780d02b3356b69c61023b14b61400ffb779e33d"
|
|
113
113
|
}
|
|
@@ -9,7 +9,7 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
|
|
|
9
9
|
class="inline fields"
|
|
10
10
|
>
|
|
11
11
|
<div
|
|
12
|
-
class="field fix-dropdown-selector"
|
|
12
|
+
class="field fix-dropdown-selector "
|
|
13
13
|
>
|
|
14
14
|
<div
|
|
15
15
|
aria-disabled="false"
|
|
@@ -30,7 +30,7 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
|
|
|
30
30
|
class="menu transition"
|
|
31
31
|
>
|
|
32
32
|
<div
|
|
33
|
-
class="ui left icon input search"
|
|
33
|
+
class="ui fluid left icon input search "
|
|
34
34
|
>
|
|
35
35
|
<input
|
|
36
36
|
type="text"
|
|
@@ -53,7 +53,7 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
|
|
|
53
53
|
>
|
|
54
54
|
<i
|
|
55
55
|
aria-hidden="true"
|
|
56
|
-
class="
|
|
56
|
+
class="chevron circle down icon"
|
|
57
57
|
/>
|
|
58
58
|
<span
|
|
59
59
|
style="opacity: 1;"
|
|
@@ -72,7 +72,7 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
|
|
|
72
72
|
>
|
|
73
73
|
<i
|
|
74
74
|
aria-hidden="true"
|
|
75
|
-
class="icon"
|
|
75
|
+
class="circle icon"
|
|
76
76
|
/>
|
|
77
77
|
<span
|
|
78
78
|
style="opacity: 1;"
|
|
@@ -91,7 +91,7 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
|
|
|
91
91
|
>
|
|
92
92
|
<i
|
|
93
93
|
aria-hidden="true"
|
|
94
|
-
class="icon"
|
|
94
|
+
class="circle icon"
|
|
95
95
|
/>
|
|
96
96
|
<span
|
|
97
97
|
style="opacity: 1;"
|