@salutejs/plasma-cy-utils 0.155.0-next-platform-ai.0 → 0.155.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 +2 -1
- package/package.json +6 -5
package/lib/CypressDecorator.js
CHANGED
|
@@ -8,6 +8,7 @@ var react_1 = __importDefault(require("react"));
|
|
|
8
8
|
var styled_components_1 = require("styled-components");
|
|
9
9
|
var plasma_themes_1 = require("@salutejs/plasma-themes");
|
|
10
10
|
var sdds_themes_1 = require("@salutejs/sdds-themes");
|
|
11
|
+
var sdds_os_1 = require("@salutejs-ds/sdds_os");
|
|
11
12
|
// plasma-ui
|
|
12
13
|
var themes_1 = require("@salutejs/plasma-tokens/themes");
|
|
13
14
|
// plasma-b2c
|
|
@@ -21,7 +22,7 @@ var ThemeCS = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_cs__
|
|
|
21
22
|
var ThemeINSOL = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_insol__light);
|
|
22
23
|
var ThemeSERV = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_serv__light);
|
|
23
24
|
var ThemeSCAN = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_scan__light);
|
|
24
|
-
var ThemeOS = (0, styled_components_1.createGlobalStyle)(
|
|
25
|
+
var ThemeOS = (0, styled_components_1.createGlobalStyle)(sdds_os_1.sdds_os__light);
|
|
25
26
|
var ThemePLATFORMAI = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_platform_ai__light);
|
|
26
27
|
var ThemeFINAI = (0, styled_components_1.createGlobalStyle)(sdds_themes_1.sdds_finai__light);
|
|
27
28
|
var ThemeHOMEDS = (0, styled_components_1.createGlobalStyle)(plasma_themes_1.plasma_homeds__light);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-cy-utils",
|
|
3
|
-
"version": "0.155.0
|
|
3
|
+
"version": "0.155.0",
|
|
4
4
|
"description": "Test helpers shared between ui libraries.",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,13 +25,14 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@cypress/react": "5.12.0",
|
|
28
|
-
"@salutejs/
|
|
29
|
-
"@salutejs/plasma-
|
|
28
|
+
"@salutejs-ds/sdds_os": "0.1.2",
|
|
29
|
+
"@salutejs/plasma-themes": "0.49.0",
|
|
30
|
+
"@salutejs/plasma-tokens": "1.137.0",
|
|
30
31
|
"@salutejs/plasma-tokens-b2b": "1.54.0",
|
|
31
32
|
"@salutejs/plasma-tokens-b2c": "0.65.0",
|
|
32
33
|
"@salutejs/plasma-tokens-web": "1.69.0",
|
|
33
34
|
"@salutejs/plasma-typo": "0.42.0",
|
|
34
|
-
"@salutejs/sdds-themes": "0.64.0
|
|
35
|
+
"@salutejs/sdds-themes": "0.64.0",
|
|
35
36
|
"@types/node": "18.16.20",
|
|
36
37
|
"@types/react": "18.0.28",
|
|
37
38
|
"@types/react-dom": "18.0.11",
|
|
@@ -48,5 +49,5 @@
|
|
|
48
49
|
"files": [
|
|
49
50
|
"lib"
|
|
50
51
|
],
|
|
51
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "ba46292f8d8526dea8b5562b48e115482fd0b346"
|
|
52
53
|
}
|