@truedat/dq 8.8.3 → 8.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 +3 -3
- package/src/styles/ImplementationSummary.less +1 -1
- package/src/styles/JoinTypeIcon.less +19 -19
- package/src/styles/executionDetails.less +1 -1
- package/src/styles/remediationPlan.less +1 -1
- package/src/styles/ruleImplementationForm/DatasetForm.less +1 -1
- package/src/styles/ruleImplementationForm/FieldsGroup.less +6 -6
- package/src/styles/ruleImplementationForm/FiltersGroup.less +6 -6
- package/src/styles/ruleResultRow.less +1 -1
- package/src/styles/ruleSummary.less +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dq",
|
|
3
|
-
"version": "8.8.
|
|
3
|
+
"version": "8.8.5",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@testing-library/jest-dom": "^6.6.3",
|
|
57
57
|
"@testing-library/react": "^16.3.0",
|
|
58
58
|
"@testing-library/user-event": "^14.6.1",
|
|
59
|
-
"@truedat/test": "8.8.
|
|
59
|
+
"@truedat/test": "8.8.5",
|
|
60
60
|
"identity-obj-proxy": "^3.0.0",
|
|
61
61
|
"jest": "^29.7.0",
|
|
62
62
|
"redux-saga-test-plan": "^4.0.6"
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"semantic-ui-react": "^3.0.0-beta.2",
|
|
90
90
|
"swr": "^2.3.3"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "d951a03df40f742b8604ae48f0b2fff197c3f5ee"
|
|
93
93
|
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
.join_type{
|
|
2
|
-
display:inline-flex;
|
|
1
|
+
.join_type {
|
|
2
|
+
display: inline-flex;
|
|
3
3
|
left: 25%;
|
|
4
4
|
}
|
|
5
|
-
.join_type .circle{
|
|
6
|
-
display:flex;
|
|
5
|
+
.join_type .circle {
|
|
6
|
+
display: flex;
|
|
7
7
|
box-sizing: border-box;
|
|
8
|
-
width:20px;
|
|
9
|
-
height:20px;
|
|
10
|
-
border-radius:50%;
|
|
8
|
+
width: 20px;
|
|
9
|
+
height: 20px;
|
|
10
|
+
border-radius: 50%;
|
|
11
11
|
border: 2px solid black;
|
|
12
12
|
z-index: 1;
|
|
13
13
|
}
|
|
14
|
-
.join_type .circle.fill{
|
|
15
|
-
background:orange;
|
|
14
|
+
.join_type .circle.fill {
|
|
15
|
+
background: orange;
|
|
16
16
|
}
|
|
17
17
|
.join_type .circle.fill.white {
|
|
18
|
-
background:white;
|
|
18
|
+
background: white;
|
|
19
19
|
}
|
|
20
|
-
.join_type .circle-left{
|
|
21
|
-
display:block;
|
|
22
|
-
overflow:hidden;
|
|
23
|
-
position:relative;
|
|
20
|
+
.join_type .circle-left {
|
|
21
|
+
display: block;
|
|
22
|
+
overflow: hidden;
|
|
23
|
+
position: relative;
|
|
24
24
|
}
|
|
25
|
-
.join_type .circle-center{
|
|
25
|
+
.join_type .circle-center {
|
|
26
26
|
top: -2px;
|
|
27
27
|
right: calc(-75% + 2px);
|
|
28
|
-
position:absolute;
|
|
28
|
+
position: absolute;
|
|
29
29
|
}
|
|
30
|
-
.join_type .circle-right{
|
|
31
|
-
overflow:hidden;
|
|
32
|
-
position:relative;
|
|
30
|
+
.join_type .circle-right {
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
position: relative;
|
|
33
33
|
right: 25%;
|
|
34
34
|
z-index: 0;
|
|
35
35
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.ui[class*="middle aligned"].grid > .row > .column.fix-button-alignment{
|
|
1
|
+
.ui[class*="middle aligned"].grid > .row > .column.fix-button-alignment {
|
|
2
|
+
align-self: flex-start !important;
|
|
3
|
+
|
|
4
|
+
.ui.basic.button.fix-button-alignment {
|
|
2
5
|
align-self: flex-start !important;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
align-self: flex-start !important;
|
|
6
|
-
margin-top: 1.7rem;
|
|
7
|
-
}
|
|
6
|
+
margin-top: 1.7rem;
|
|
7
|
+
}
|
|
8
8
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.ui[class*="middle aligned"].grid > .row > .column.fix-button-alignment{
|
|
2
|
-
|
|
1
|
+
.ui[class*="middle aligned"].grid > .row > .column.fix-button-alignment {
|
|
2
|
+
align-self: flex-start !important;
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
.ui.basic.button.fix-button-alignment {
|
|
5
|
+
align-self: flex-start !important;
|
|
6
|
+
margin-top: 1.7rem;
|
|
7
|
+
}
|
|
8
8
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
border-radius: 9px;
|
|
9
9
|
margin: 0px auto;
|
|
10
10
|
|
|
11
|
-
>span>span {
|
|
11
|
+
> span > span {
|
|
12
12
|
color: white;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
|
|
59
59
|
.not-executed-color {
|
|
60
60
|
background-color: @notExecutedRuleColor;
|
|
61
|
-
;
|
|
62
61
|
}
|
|
63
62
|
|
|
64
63
|
.failed-color {
|
|
@@ -74,4 +73,4 @@
|
|
|
74
73
|
span {
|
|
75
74
|
cursor: pointer;
|
|
76
75
|
}
|
|
77
|
-
}
|
|
76
|
+
}
|