@reltio/components 1.4.1886 → 1.4.1888
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.
|
@@ -171,10 +171,12 @@ describe('ReassignButton tests', function () {
|
|
|
171
171
|
}); })];
|
|
172
172
|
case 6:
|
|
173
173
|
_a.sent();
|
|
174
|
+
if (!react_2.screen.queryByRole('dialog')) return [3 /*break*/, 8];
|
|
174
175
|
return [4 /*yield*/, (0, react_2.waitForElementToBeRemoved)(function () { return react_2.screen.queryByRole('dialog'); })];
|
|
175
176
|
case 7:
|
|
176
177
|
_a.sent();
|
|
177
|
-
|
|
178
|
+
_a.label = 8;
|
|
179
|
+
case 8: return [2 /*return*/];
|
|
178
180
|
}
|
|
179
181
|
});
|
|
180
182
|
}); });
|
|
@@ -166,10 +166,12 @@ describe('ReassignButton tests', function () {
|
|
|
166
166
|
}); })];
|
|
167
167
|
case 6:
|
|
168
168
|
_a.sent();
|
|
169
|
+
if (!screen.queryByRole('dialog')) return [3 /*break*/, 8];
|
|
169
170
|
return [4 /*yield*/, waitForElementToBeRemoved(function () { return screen.queryByRole('dialog'); })];
|
|
170
171
|
case 7:
|
|
171
172
|
_a.sent();
|
|
172
|
-
|
|
173
|
+
_a.label = 8;
|
|
174
|
+
case 8: return [2 /*return*/];
|
|
173
175
|
}
|
|
174
176
|
});
|
|
175
177
|
}); });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1888",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@fluentui/react-context-selector": "^9.1.26",
|
|
9
9
|
"@react-google-maps/api": "2.7.0",
|
|
10
10
|
"@react-sigma/core": "3.4.0",
|
|
11
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.1822",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"d3-cloud": "^1.2.5",
|
|
14
14
|
"d3-geo": "^2.0.1",
|