@salutejs/sdds-cs 0.230.1-canary.1701.12828004221.0 → 0.230.1-canary.1707.12862394119.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/ViewContainer/ViewContainer.config.js +2 -3
- package/emotion/cjs/components/ViewContainer/ViewContainer.config.js +2 -3
- package/emotion/es/components/ViewContainer/ViewContainer.config.js +1 -3
- package/es/components/ViewContainer/ViewContainer.config.js +1 -3
- package/package.json +6 -5
@@ -5,9 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.config = void 0;
|
7
7
|
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
-
var _sdds_cs = /*#__PURE__*/require("@salutejs/sdds-themes/
|
9
|
-
var _templateObject;
|
10
|
-
// @ts-ignore
|
8
|
+
var _sdds_cs = /*#__PURE__*/require("@salutejs/sdds-themes/tokens/sdds_cs");
|
9
|
+
var _templateObject;
|
11
10
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
12
11
|
var config = exports.config = {
|
13
12
|
variations: {
|
@@ -5,9 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.config = void 0;
|
7
7
|
var _emotion = /*#__PURE__*/require("@salutejs/plasma-new-hope/emotion");
|
8
|
-
var _sdds_cs = /*#__PURE__*/require("@salutejs/sdds-themes/
|
9
|
-
var _templateObject;
|
10
|
-
// @ts-ignore
|
8
|
+
var _sdds_cs = /*#__PURE__*/require("@salutejs/sdds-themes/tokens/sdds_cs");
|
9
|
+
var _templateObject;
|
11
10
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
12
11
|
var config = exports.config = {
|
13
12
|
variations: {
|
@@ -1,9 +1,7 @@
|
|
1
1
|
var _templateObject;
|
2
2
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
3
3
|
import { css } from '@salutejs/plasma-new-hope/emotion';
|
4
|
-
|
5
|
-
// @ts-ignore
|
6
|
-
import { viewContainer } from '@salutejs/sdds-themes/es/tokens/sdds_cs';
|
4
|
+
import { viewContainer } from '@salutejs/sdds-themes/tokens/sdds_cs';
|
7
5
|
export var config = {
|
8
6
|
variations: {
|
9
7
|
view: {
|
@@ -1,9 +1,7 @@
|
|
1
1
|
var _templateObject;
|
2
2
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
3
3
|
import { css } from '@salutejs/plasma-new-hope/styled-components';
|
4
|
-
|
5
|
-
// @ts-ignore
|
6
|
-
import { viewContainer } from '@salutejs/sdds-themes/es/tokens/sdds_cs';
|
4
|
+
import { viewContainer } from '@salutejs/sdds-themes/tokens/sdds_cs';
|
7
5
|
export var config = {
|
8
6
|
variations: {
|
9
7
|
view: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.230.1-canary.
|
3
|
+
"version": "0.230.1-canary.1707.12862394119.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.241.1-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.241.1-canary.1707.12862394119.0",
|
34
34
|
"@salutejs/sdds-themes": "0.31.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -52,6 +52,7 @@
|
|
52
52
|
"@emotion/react": ">=11",
|
53
53
|
"@emotion/styled": ">=11",
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
|
+
"@originjs/vite-plugin-commonjs": "1.0.3",
|
55
56
|
"@salutejs/plasma-colors": "0.14.0",
|
56
57
|
"@salutejs/plasma-core": "1.191.0-dev.0",
|
57
58
|
"@salutejs/plasma-cy-utils": "0.122.0-dev.0",
|
@@ -99,8 +100,8 @@
|
|
99
100
|
"build:styled-components:esm": "BABEL_ENV=esm SC_NAMESPACE=sdds-srvc babel ./src --out-dir ./es --extensions .ts,.tsx",
|
100
101
|
"postbuild:styled-components": "rm -rf src-sc",
|
101
102
|
"postbuild:emotion": "rm -rf src-emotion",
|
102
|
-
"
|
103
|
-
"generate:typings": "
|
103
|
+
"pregenerate:typings": "rm -rf components/**/*.d.ts && rm -f index.d.ts && rm -f mixins/index.d.ts && rm -f tokens/index.d.ts",
|
104
|
+
"generate:typings": "tsc --outDir . --emitDeclarationOnly",
|
104
105
|
"storybook": "storybook dev -p ${PORT:-7007} -c .storybook",
|
105
106
|
"prestorybook:emotion": "npm run prebuild:emotion",
|
106
107
|
"storybook:emotion": "USE_EMOTION_COMPONENTS=true storybook dev -p ${PORT:-7002} -c .storybook",
|
@@ -122,5 +123,5 @@
|
|
122
123
|
"Anton Vinogradov"
|
123
124
|
],
|
124
125
|
"sideEffects": false,
|
125
|
-
"gitHead": "
|
126
|
+
"gitHead": "d08bd94a582ad6f0742505f70ce80897c68cc8a5"
|
126
127
|
}
|