@truedat/dq 6.5.5 → 6.6.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/dq",
3
- "version": "6.5.5",
3
+ "version": "6.6.1",
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": "6.5.5",
37
+ "@truedat/test": "6.6.1",
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": "6.5.5",
96
- "@truedat/df": "6.5.5",
95
+ "@truedat/core": "6.6.1",
96
+ "@truedat/df": "6.6.1",
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": "b55faef0ee852d0d2282c29272d3c7cb530be45a"
121
+ "gitHead": "2fa84eee80136fa3bd394c04153e6f16d2e5a1e0"
122
122
  }
@@ -332,15 +332,15 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
332
332
  <div
333
333
  class="ui action left icon input"
334
334
  >
335
+ <i
336
+ aria-hidden="true"
337
+ class="search link icon"
338
+ />
335
339
  <input
336
340
  placeholder="Search concepts..."
337
341
  type="text"
338
342
  value=""
339
343
  />
340
- <i
341
- aria-hidden="true"
342
- class="search link icon"
343
- />
344
344
  <div
345
345
  aria-busy="false"
346
346
  aria-disabled="false"
@@ -802,15 +802,15 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
802
802
  <div
803
803
  class="ui action left icon input"
804
804
  >
805
+ <i
806
+ aria-hidden="true"
807
+ class="search link icon"
808
+ />
805
809
  <input
806
810
  placeholder="Search concepts..."
807
811
  type="text"
808
812
  value=""
809
813
  />
810
- <i
811
- aria-hidden="true"
812
- class="search link icon"
813
- />
814
814
  <div
815
815
  aria-busy="false"
816
816
  aria-disabled="false"