@truedat/auth 7.2.0 → 7.2.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/auth",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
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.2.0",
37
+ "@truedat/test": "7.2.2",
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.2.0",
89
+ "@truedat/core": "7.2.2",
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": "b1bd3e485d5ab8fb5a46051a8f16b5a0d593440c"
112
+ "gitHead": "9033c57eccb9e6785c0a0c5aa6078c34788d6e7d"
113
113
  }
@@ -49,14 +49,16 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
49
49
  role="option"
50
50
  >
51
51
  <div
52
- style="margin-left: 0px;"
52
+ class="item-content"
53
+ style="margin-left: 0px; padding-left: 5px;"
53
54
  >
54
55
  <i
55
56
  aria-hidden="true"
56
- class="chevron circle down icon"
57
+ class="chevron right icon"
57
58
  />
58
59
  <span
59
60
  style="opacity: 1;"
61
+ title="barDomain"
60
62
  >
61
63
  barDomain
62
64
  </span>
@@ -68,14 +70,12 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
68
70
  role="option"
69
71
  >
70
72
  <div
71
- style="margin-left: 0px;"
73
+ class="item-content"
74
+ style="margin-left: 0px; padding-left: 25px;"
72
75
  >
73
- <i
74
- aria-hidden="true"
75
- class="circle icon"
76
- />
77
76
  <span
78
77
  style="opacity: 1;"
78
+ title="bazDomain"
79
79
  >
80
80
  bazDomain
81
81
  </span>
@@ -87,14 +87,12 @@ exports[`<UserDomainsFilter /> matches the latest snapshot 1`] = `
87
87
  role="option"
88
88
  >
89
89
  <div
90
- style="margin-left: 0px;"
90
+ class="item-content"
91
+ style="margin-left: 0px; padding-left: 25px;"
91
92
  >
92
- <i
93
- aria-hidden="true"
94
- class="circle icon"
95
- />
96
93
  <span
97
94
  style="opacity: 1;"
95
+ title="fooDomain"
98
96
  >
99
97
  fooDomain
100
98
  </span>