@truedat/audit 5.8.4 → 5.9.1

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.4",
3
+ "version": "5.9.1",
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.4",
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.4",
88
- "@truedat/core": "5.8.4",
87
+ "@truedat/auth": "5.9.1",
88
+ "@truedat/core": "5.9.1",
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": "7dfd208b88f5e98b40dde7797a58db8a64fef37d"
110
+ "gitHead": "aaeee38d6569e8c4c6bb605b0cc9b888bd4723a3"
111
111
  }
@@ -95,64 +95,61 @@ exports[`<SubscriptionForm /> matches the latest snapshot 1`] = `
95
95
  </div>
96
96
  </div>
97
97
  <div
98
- class="field"
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-disabled="false"
102
- aria-expanded="false"
103
- class="ui search selection dropdown"
104
- role="combobox"
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-atomic="true"
116
- aria-live="polite"
117
- class="divider default text"
118
- role="alert"
129
+ aria-checked="false"
130
+ aria-selected="true"
131
+ class="selected item"
132
+ role="option"
133
+ style="pointer-events: all;"
119
134
  >
120
- Search Roles…
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
- class="menu transition"
128
- role="listbox"
142
+ aria-checked="false"
143
+ aria-selected="false"
144
+ class="item"
145
+ role="option"
146
+ style="pointer-events: all;"
129
147
  >
130
- <div
131
- aria-checked="false"
132
- aria-selected="true"
133
- class="selected item"
134
- role="option"
135
- style="pointer-events: all;"
148
+ <span
149
+ class="text"
136
150
  >
137
- <span
138
- class="text"
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>