@salutejs/plasma-cy-utils 0.140.0-canary.2305.18873573377.0 → 0.140.0-canary.2307.19165368803.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.
@@ -7,5 +7,4 @@ declare global {
7
7
  }
8
8
  }
9
9
  }
10
- export declare const mount: typeof cyMount;
11
10
  export declare const mountLegacyMode: typeof cyMount;
@@ -1,16 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.mountLegacyMode = exports.mount = void 0;
3
+ exports.mountLegacyMode = void 0;
4
4
  var react_1 = require("@cypress/react");
5
- var mount = function () {
6
- var args = [];
7
- for (var _i = 0; _i < arguments.length; _i++) {
8
- args[_i] = arguments[_i];
9
- }
10
- var jsx = args[0], _a = args[1], opts = _a === void 0 ? {} : _a;
11
- return (0, react_1.mount)(jsx, opts);
12
- };
13
- exports.mount = mount;
14
5
  // INFO: для временного использования в plasma-ui
15
6
  var mountLegacyMode = function () {
16
7
  var args = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-cy-utils",
3
- "version": "0.140.0-canary.2305.18873573377.0",
3
+ "version": "0.140.0-canary.2307.19165368803.0",
4
4
  "description": "Test helpers shared between ui libraries.",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -26,12 +26,12 @@
26
26
  "devDependencies": {
27
27
  "@cypress/react": "5.12.0",
28
28
  "@salutejs/plasma-themes": "0.38.0",
29
- "@salutejs/plasma-tokens": "1.124.0-canary.2305.18873573377.0",
29
+ "@salutejs/plasma-tokens": "1.123.0",
30
30
  "@salutejs/plasma-tokens-b2b": "1.54.0",
31
31
  "@salutejs/plasma-tokens-b2c": "0.65.0",
32
32
  "@salutejs/plasma-tokens-web": "1.69.0",
33
33
  "@salutejs/plasma-typo": "0.42.0",
34
- "@salutejs/sdds-themes": "0.49.0-canary.2305.18873573377.0",
34
+ "@salutejs/sdds-themes": "0.48.0",
35
35
  "@types/node": "18.16.20",
36
36
  "@types/react": "18.0.28",
37
37
  "@types/react-dom": "18.0.11",
@@ -48,5 +48,5 @@
48
48
  "files": [
49
49
  "lib"
50
50
  ],
51
- "gitHead": "a42338158329df5bd5ab833a0f24bf78d6853eb0"
51
+ "gitHead": "fd195b86be86884999f3598fb810099d0712e7e6"
52
52
  }