@truedat/dq 5.5.0 → 5.6.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.5.0",
3
+ "version": "5.6.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.5.0",
37
+ "@truedat/test": "5.6.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.5.0",
96
- "@truedat/df": "5.5.0",
95
+ "@truedat/core": "5.6.0",
96
+ "@truedat/df": "5.6.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": "ca5e7f8fd1013de0b818798e05cbc1819a1d43ec"
121
+ "gitHead": "9244992120b9b892ca893c14062bb1396b815200"
122
122
  }
@@ -129,13 +129,7 @@ export const FiltersFormGroup = ({
129
129
  {!_.isEmpty(clause?.operator) &&
130
130
  _.range(0, clause?.operator?.arity || 1).map((nth_value) => (
131
131
  <Form.Field
132
- width={
133
- clause?.operator?.arity != null
134
- ? clause?.operator?.arity === 2
135
- ? 4
136
- : 9
137
- : 4
138
- }
132
+ width={clause?.operator?.arity === 2 ? 4 : 9}
139
133
  key={`value_${nth_value}`}
140
134
  >
141
135
  <FiltersField
@@ -60,7 +60,7 @@ exports[`<FiltersFormGroup /> matches the latest snapshot 1`] = `
60
60
  </div>
61
61
  </div>
62
62
  <div
63
- class="four wide field"
63
+ class="nine wide field"
64
64
  />
65
65
  </div>
66
66
  </div>
@@ -67,7 +67,7 @@ exports[`<FiltersGroup /> matches the latest snapshot when siblings provided 1`]
67
67
  </div>
68
68
  </div>
69
69
  <div
70
- class="four wide field"
70
+ class="nine wide field"
71
71
  />
72
72
  </div>
73
73
  </div>
@@ -66,7 +66,7 @@ exports[`<ValueConditions /> matches the latest snapshot when siblings provided
66
66
  </div>
67
67
  </div>
68
68
  <div
69
- class="four wide field"
69
+ class="nine wide field"
70
70
  />
71
71
  </div>
72
72
  </div>