@truedat/qx 7.2.0 → 7.2.2
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 +4 -4
- package/src/components/qualityControls/__tests__/__snapshots__/EditQualityControl.spec.js.snap +3 -5
- package/src/components/qualityControls/__tests__/__snapshots__/NewDraftQualityControl.spec.js.snap +3 -5
- package/src/components/qualityControls/__tests__/__snapshots__/NewQualityControl.spec.js.snap +3 -5
- package/src/components/qualityControls/__tests__/__snapshots__/QualityControlEditor.spec.js.snap +6 -10
- package/src/components/qualityControls/__tests__/__snapshots__/QualityControlManageDomain.spec.js.snap +6 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/qx",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"description": "Truedat Web Quality Experience package",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@testing-library/react": "^12.0.0",
|
|
36
36
|
"@testing-library/react-hooks": "^8.0.1",
|
|
37
37
|
"@testing-library/user-event": "^13.2.1",
|
|
38
|
-
"@truedat/test": "7.2.
|
|
38
|
+
"@truedat/test": "7.2.2",
|
|
39
39
|
"babel-jest": "^28.1.0",
|
|
40
40
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
41
41
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@truedat/core": "7.2.
|
|
93
|
+
"@truedat/core": "7.2.2",
|
|
94
94
|
"prop-types": "^15.8.1",
|
|
95
95
|
"react-hook-form": "^7.45.4",
|
|
96
96
|
"react-intl": "^5.20.10",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"overrides": {
|
|
107
107
|
"jsdom": "26.0.0"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "9033c57eccb9e6785c0a0c5aa6078c34788d6e7d"
|
|
110
110
|
}
|
package/src/components/qualityControls/__tests__/__snapshots__/EditQualityControl.spec.js.snap
CHANGED
|
@@ -105,14 +105,12 @@ exports[`<EditQualityControl /> matches the latest snapshot 1`] = `
|
|
|
105
105
|
role="option"
|
|
106
106
|
>
|
|
107
107
|
<div
|
|
108
|
-
|
|
108
|
+
class="item-content"
|
|
109
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
109
110
|
>
|
|
110
|
-
<i
|
|
111
|
-
aria-hidden="true"
|
|
112
|
-
class="circle icon"
|
|
113
|
-
/>
|
|
114
111
|
<span
|
|
115
112
|
style="opacity: 1;"
|
|
113
|
+
title="barDomain"
|
|
116
114
|
>
|
|
117
115
|
barDomain
|
|
118
116
|
</span>
|
package/src/components/qualityControls/__tests__/__snapshots__/NewDraftQualityControl.spec.js.snap
CHANGED
|
@@ -105,14 +105,12 @@ exports[`<NewDraftQualityControl /> matches the latest snapshot 1`] = `
|
|
|
105
105
|
role="option"
|
|
106
106
|
>
|
|
107
107
|
<div
|
|
108
|
-
|
|
108
|
+
class="item-content"
|
|
109
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
109
110
|
>
|
|
110
|
-
<i
|
|
111
|
-
aria-hidden="true"
|
|
112
|
-
class="circle icon"
|
|
113
|
-
/>
|
|
114
111
|
<span
|
|
115
112
|
style="opacity: 1;"
|
|
113
|
+
title="barDomain"
|
|
116
114
|
>
|
|
117
115
|
barDomain
|
|
118
116
|
</span>
|
package/src/components/qualityControls/__tests__/__snapshots__/NewQualityControl.spec.js.snap
CHANGED
|
@@ -102,14 +102,12 @@ exports[`<NewQualityControl /> matches the latest snapshot 1`] = `
|
|
|
102
102
|
role="option"
|
|
103
103
|
>
|
|
104
104
|
<div
|
|
105
|
-
|
|
105
|
+
class="item-content"
|
|
106
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
106
107
|
>
|
|
107
|
-
<i
|
|
108
|
-
aria-hidden="true"
|
|
109
|
-
class="circle icon"
|
|
110
|
-
/>
|
|
111
108
|
<span
|
|
112
109
|
style="opacity: 1;"
|
|
110
|
+
title="barDomain"
|
|
113
111
|
>
|
|
114
112
|
barDomain
|
|
115
113
|
</span>
|
package/src/components/qualityControls/__tests__/__snapshots__/QualityControlEditor.spec.js.snap
CHANGED
|
@@ -77,14 +77,12 @@ exports[`<QualityControlEditor /> matches the latest snapshot for creation 1`] =
|
|
|
77
77
|
role="option"
|
|
78
78
|
>
|
|
79
79
|
<div
|
|
80
|
-
|
|
80
|
+
class="item-content"
|
|
81
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
81
82
|
>
|
|
82
|
-
<i
|
|
83
|
-
aria-hidden="true"
|
|
84
|
-
class="circle icon"
|
|
85
|
-
/>
|
|
86
83
|
<span
|
|
87
84
|
style="opacity: 1;"
|
|
85
|
+
title="barDomain"
|
|
88
86
|
>
|
|
89
87
|
barDomain
|
|
90
88
|
</span>
|
|
@@ -389,14 +387,12 @@ exports[`<QualityControlEditor /> matches the latest snapshot for edition 1`] =
|
|
|
389
387
|
role="option"
|
|
390
388
|
>
|
|
391
389
|
<div
|
|
392
|
-
|
|
390
|
+
class="item-content"
|
|
391
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
393
392
|
>
|
|
394
|
-
<i
|
|
395
|
-
aria-hidden="true"
|
|
396
|
-
class="circle icon"
|
|
397
|
-
/>
|
|
398
393
|
<span
|
|
399
394
|
style="opacity: 1;"
|
|
395
|
+
title="barDomain"
|
|
400
396
|
>
|
|
401
397
|
barDomain
|
|
402
398
|
</span>
|
|
@@ -62,14 +62,12 @@ exports[`<QualityControlManageDomain /> matches the latest snapshot 1`] = `
|
|
|
62
62
|
role="option"
|
|
63
63
|
>
|
|
64
64
|
<div
|
|
65
|
-
|
|
65
|
+
class="item-content"
|
|
66
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
66
67
|
>
|
|
67
|
-
<i
|
|
68
|
-
aria-hidden="true"
|
|
69
|
-
class="circle icon"
|
|
70
|
-
/>
|
|
71
68
|
<span
|
|
72
69
|
style="opacity: 1;"
|
|
70
|
+
title="barDomain"
|
|
73
71
|
>
|
|
74
72
|
barDomain
|
|
75
73
|
</span>
|
|
@@ -81,14 +79,12 @@ exports[`<QualityControlManageDomain /> matches the latest snapshot 1`] = `
|
|
|
81
79
|
role="option"
|
|
82
80
|
>
|
|
83
81
|
<div
|
|
84
|
-
|
|
82
|
+
class="item-content"
|
|
83
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
85
84
|
>
|
|
86
|
-
<i
|
|
87
|
-
aria-hidden="true"
|
|
88
|
-
class="circle icon"
|
|
89
|
-
/>
|
|
90
85
|
<span
|
|
91
86
|
style="opacity: 1;"
|
|
87
|
+
title="fooDomain"
|
|
92
88
|
>
|
|
93
89
|
fooDomain
|
|
94
90
|
</span>
|