@salutejs/plasma-cy-utils 0.164.0-next-sbcom.0 → 0.165.0-dev.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/lib/CypressDecorator.js +5 -0
- package/package.json +10 -10
package/lib/CypressDecorator.js
CHANGED
|
@@ -18,6 +18,7 @@ var NormalizeCSSDecorator_1 = require("./NormalizeCSSDecorator");
|
|
|
18
18
|
var ThemeGIGA = (0, styled_components_1.createGlobalStyle)(plasma_themes_1.plasma_giga__light);
|
|
19
19
|
var ThemeCS = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_cs__light);
|
|
20
20
|
var ThemeINSOL = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_insol__light);
|
|
21
|
+
var ThemeINSOLNext = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_insol_next__light);
|
|
21
22
|
var ThemeNETOLOGY = (0, styled_components_1.createGlobalStyle)(plasma_themes_1.plasma_b2c__light);
|
|
22
23
|
var ThemeBIZCOM = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_bizcom__light);
|
|
23
24
|
var ThemeSERV = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_serv__light);
|
|
@@ -35,6 +36,7 @@ var testPackagesThemes = {
|
|
|
35
36
|
'plasma-giga': react_1.default.createElement(ThemeGIGA, null),
|
|
36
37
|
'sdds-cs': react_1.default.createElement(ThemeCS, null),
|
|
37
38
|
'sdds-insol': react_1.default.createElement(ThemeINSOL, null),
|
|
39
|
+
'sdds-insol-next': react_1.default.createElement(ThemeINSOLNext, null),
|
|
38
40
|
'sdds-netology': react_1.default.createElement(ThemeNETOLOGY, null),
|
|
39
41
|
'sdds-bizcom': react_1.default.createElement(ThemeBIZCOM, null),
|
|
40
42
|
'plasma-web': react_1.default.createElement(ThemeWEB, null),
|
|
@@ -63,6 +65,8 @@ var getPackage = function () {
|
|
|
63
65
|
return require('../../../packages/sdds-cs/dist/emotion/cjs/index.js');
|
|
64
66
|
case 'sdds-insol':
|
|
65
67
|
return require('../../../packages/sdds-insol/dist/styled-components/cjs/index.js');
|
|
68
|
+
case 'sdds-insol-next':
|
|
69
|
+
return require('../../../packages/sdds-insol-next/dist/styled-components/cjs/index.js');
|
|
66
70
|
case 'sdds-netology':
|
|
67
71
|
return require('../../../packages/sdds-netology/dist/styled-components/cjs/index.js');
|
|
68
72
|
case 'sdds-bizcom':
|
|
@@ -132,6 +136,7 @@ var CypressTestDecorator = function (_a) {
|
|
|
132
136
|
'plasma-giga',
|
|
133
137
|
'sdds-cs',
|
|
134
138
|
'sdds-insol',
|
|
139
|
+
'sdds-insol-next',
|
|
135
140
|
'sdds-netology',
|
|
136
141
|
'sdds-bizcom',
|
|
137
142
|
'plasma-web',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-cy-utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.165.0-dev.0",
|
|
4
4
|
"description": "Test helpers shared between ui libraries.",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"types": "lib/index.d.ts",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "
|
|
11
|
+
"url": "git+https://github.com/salute-developers/plasma.git",
|
|
12
12
|
"directory": "utils/plasma-cy-utils"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@cypress/react": "5.12.0",
|
|
28
28
|
"@salutejs-ds/sdds_os": "0.1.2",
|
|
29
|
-
"@salutejs/plasma-themes": "0.
|
|
30
|
-
"@salutejs/plasma-tokens": "1.146.0-
|
|
31
|
-
"@salutejs/plasma-tokens-b2b": "1.
|
|
32
|
-
"@salutejs/plasma-tokens-b2c": "0.
|
|
33
|
-
"@salutejs/plasma-tokens-web": "1.
|
|
34
|
-
"@salutejs/plasma-typo": "0.
|
|
35
|
-
"@salutejs/sdds-themes": "0.
|
|
29
|
+
"@salutejs/plasma-themes": "0.58.0-dev.0",
|
|
30
|
+
"@salutejs/plasma-tokens": "1.146.0-dev.0",
|
|
31
|
+
"@salutejs/plasma-tokens-b2b": "1.60.0-dev.0",
|
|
32
|
+
"@salutejs/plasma-tokens-b2c": "0.71.0-dev.0",
|
|
33
|
+
"@salutejs/plasma-tokens-web": "1.75.0-dev.0",
|
|
34
|
+
"@salutejs/plasma-typo": "0.48.0-dev.0",
|
|
35
|
+
"@salutejs/sdds-themes": "0.73.0-dev.0",
|
|
36
36
|
"@types/node": "18.16.20",
|
|
37
37
|
"@types/react": "18.0.28",
|
|
38
38
|
"@types/react-dom": "18.0.11",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"files": [
|
|
50
50
|
"lib"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "f47f14d572251d01146ea257b4f87e906537a1e2"
|
|
53
53
|
}
|