@truedat/dq 5.7.7 → 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/dq",
3
- "version": "5.7.7",
3
+ "version": "5.8.0",
4
4
  "description": "Truedat Web Data Quality 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.7.5",
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",
@@ -92,8 +92,8 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@apollo/client": "^3.7.1",
95
- "@truedat/core": "5.7.5",
96
- "@truedat/df": "5.7.7",
95
+ "@truedat/core": "5.8.0",
96
+ "@truedat/df": "5.8.0",
97
97
  "decode-uri-component": "^0.2.2",
98
98
  "graphql": "^15.5.3",
99
99
  "moment": "^2.29.4",
@@ -118,5 +118,5 @@
118
118
  "react-dom": ">= 16.8.6 < 17",
119
119
  "semantic-ui-react": ">= 2.0.3 < 2.2"
120
120
  },
121
- "gitHead": "83ed64e0a2c2c69601a924441e211a38e3b23a78"
121
+ "gitHead": "dd51c78f3143413ec2bc9a77001d3b648fe92d0a"
122
122
  }
@@ -1044,7 +1044,11 @@ exports[`<NewRuleImplementation /> matches the latest snapshot 1`] = `
1044
1044
  aria-hidden="true"
1045
1045
  class="icon"
1046
1046
  />
1047
- Truedat
1047
+ <span
1048
+ style="opacity: 1;"
1049
+ >
1050
+ Truedat
1051
+ </span>
1048
1052
  </div>
1049
1053
  </div>
1050
1054
  </div>
@@ -248,7 +248,11 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
248
248
  aria-hidden="true"
249
249
  class="plus icon"
250
250
  />
251
- barDomain
251
+ <span
252
+ style="opacity: 1;"
253
+ >
254
+ barDomain
255
+ </span>
252
256
  </div>
253
257
  </div>
254
258
  <div
@@ -263,7 +267,11 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
263
267
  aria-hidden="true"
264
268
  class="icon"
265
269
  />
266
- bazDomain
270
+ <span
271
+ style="opacity: 1;"
272
+ >
273
+ bazDomain
274
+ </span>
267
275
  </div>
268
276
  </div>
269
277
  <div
@@ -278,7 +286,11 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
278
286
  aria-hidden="true"
279
287
  class="icon"
280
288
  />
281
- fooDomain
289
+ <span
290
+ style="opacity: 1;"
291
+ >
292
+ fooDomain
293
+ </span>
282
294
  </div>
283
295
  </div>
284
296
  </div>
@@ -648,7 +660,11 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
648
660
  aria-hidden="true"
649
661
  class="plus icon"
650
662
  />
651
- barDomain
663
+ <span
664
+ style="opacity: 1;"
665
+ >
666
+ barDomain
667
+ </span>
652
668
  </div>
653
669
  </div>
654
670
  <div
@@ -663,7 +679,11 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
663
679
  aria-hidden="true"
664
680
  class="icon"
665
681
  />
666
- bazDomain
682
+ <span
683
+ style="opacity: 1;"
684
+ >
685
+ bazDomain
686
+ </span>
667
687
  </div>
668
688
  </div>
669
689
  <div
@@ -678,7 +698,11 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
678
698
  aria-hidden="true"
679
699
  class="icon"
680
700
  />
681
- fooDomain
701
+ <span
702
+ style="opacity: 1;"
703
+ >
704
+ fooDomain
705
+ </span>
682
706
  </div>
683
707
  </div>
684
708
  </div>
@@ -103,7 +103,11 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
103
103
  aria-hidden="true"
104
104
  class="icon"
105
105
  />
106
- foo
106
+ <span
107
+ style="opacity: 1;"
108
+ >
109
+ foo
110
+ </span>
107
111
  </div>
108
112
  </div>
109
113
  </div>
@@ -206,7 +206,11 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
206
206
  aria-hidden="true"
207
207
  class="icon"
208
208
  />
209
- foo
209
+ <span
210
+ style="opacity: 1;"
211
+ >
212
+ foo
213
+ </span>
210
214
  </div>
211
215
  </div>
212
216
  </div>