@truedat/audit 5.8.3 → 5.8.5
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/audit",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.5",
|
|
4
4
|
"description": "Truedat Web Audit Module",
|
|
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.8.
|
|
37
|
+
"@truedat/test": "5.8.5",
|
|
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",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@truedat/auth": "5.8.
|
|
88
|
-
"@truedat/core": "5.8.
|
|
87
|
+
"@truedat/auth": "5.8.5",
|
|
88
|
+
"@truedat/core": "5.8.5",
|
|
89
89
|
"moment": "^2.29.4",
|
|
90
90
|
"path-to-regexp": "^1.7.0",
|
|
91
91
|
"prop-types": "^15.8.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"react-dom": ">= 16.8.6 < 17",
|
|
108
108
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "df5ac2e52199ef8054cad09f1e4142c3d6af9d9f"
|
|
111
111
|
}
|
|
@@ -95,64 +95,61 @@ exports[`<SubscriptionForm /> matches the latest snapshot 1`] = `
|
|
|
95
95
|
</div>
|
|
96
96
|
</div>
|
|
97
97
|
<div
|
|
98
|
-
|
|
98
|
+
aria-disabled="false"
|
|
99
|
+
aria-expanded="false"
|
|
100
|
+
class="ui search selection dropdown"
|
|
101
|
+
role="combobox"
|
|
99
102
|
>
|
|
103
|
+
<input
|
|
104
|
+
aria-autocomplete="list"
|
|
105
|
+
autocomplete="off"
|
|
106
|
+
class="search"
|
|
107
|
+
tabindex="0"
|
|
108
|
+
type="text"
|
|
109
|
+
value=""
|
|
110
|
+
/>
|
|
100
111
|
<div
|
|
101
|
-
aria-
|
|
102
|
-
aria-
|
|
103
|
-
class="
|
|
104
|
-
role="
|
|
112
|
+
aria-atomic="true"
|
|
113
|
+
aria-live="polite"
|
|
114
|
+
class="divider default text"
|
|
115
|
+
role="alert"
|
|
116
|
+
>
|
|
117
|
+
Search Roles…
|
|
118
|
+
</div>
|
|
119
|
+
<i
|
|
120
|
+
aria-hidden="true"
|
|
121
|
+
class="dropdown icon"
|
|
122
|
+
/>
|
|
123
|
+
<div
|
|
124
|
+
aria-multiselectable="false"
|
|
125
|
+
class="menu transition"
|
|
126
|
+
role="listbox"
|
|
105
127
|
>
|
|
106
|
-
<input
|
|
107
|
-
aria-autocomplete="list"
|
|
108
|
-
autocomplete="off"
|
|
109
|
-
class="search"
|
|
110
|
-
tabindex="0"
|
|
111
|
-
type="text"
|
|
112
|
-
value=""
|
|
113
|
-
/>
|
|
114
128
|
<div
|
|
115
|
-
aria-
|
|
116
|
-
aria-
|
|
117
|
-
class="
|
|
118
|
-
role="
|
|
129
|
+
aria-checked="false"
|
|
130
|
+
aria-selected="true"
|
|
131
|
+
class="selected item"
|
|
132
|
+
role="option"
|
|
133
|
+
style="pointer-events: all;"
|
|
119
134
|
>
|
|
120
|
-
|
|
135
|
+
<span
|
|
136
|
+
class="text"
|
|
137
|
+
>
|
|
138
|
+
role1
|
|
139
|
+
</span>
|
|
121
140
|
</div>
|
|
122
|
-
<i
|
|
123
|
-
aria-hidden="true"
|
|
124
|
-
class="dropdown icon"
|
|
125
|
-
/>
|
|
126
141
|
<div
|
|
127
|
-
|
|
128
|
-
|
|
142
|
+
aria-checked="false"
|
|
143
|
+
aria-selected="false"
|
|
144
|
+
class="item"
|
|
145
|
+
role="option"
|
|
146
|
+
style="pointer-events: all;"
|
|
129
147
|
>
|
|
130
|
-
<
|
|
131
|
-
|
|
132
|
-
aria-selected="true"
|
|
133
|
-
class="selected item"
|
|
134
|
-
role="option"
|
|
135
|
-
style="pointer-events: all;"
|
|
148
|
+
<span
|
|
149
|
+
class="text"
|
|
136
150
|
>
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
>
|
|
140
|
-
role1
|
|
141
|
-
</span>
|
|
142
|
-
</div>
|
|
143
|
-
<div
|
|
144
|
-
aria-checked="false"
|
|
145
|
-
aria-selected="false"
|
|
146
|
-
class="item"
|
|
147
|
-
role="option"
|
|
148
|
-
style="pointer-events: all;"
|
|
149
|
-
>
|
|
150
|
-
<span
|
|
151
|
-
class="text"
|
|
152
|
-
>
|
|
153
|
-
role2
|
|
154
|
-
</span>
|
|
155
|
-
</div>
|
|
151
|
+
role2
|
|
152
|
+
</span>
|
|
156
153
|
</div>
|
|
157
154
|
</div>
|
|
158
155
|
</div>
|