@salutejs/sdds-cs 0.229.1-canary.1707.12821938085.0 → 0.229.1-canary.1707.12823225023.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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/es/tokens/sdds_cs");
9
- var _templateObject; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
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/es/tokens/sdds_cs");
9
- var _templateObject; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
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
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
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
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
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.229.1-canary.1707.12821938085.0",
3
+ "version": "0.229.1-canary.1707.12823225023.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.240.1-canary.1707.12821938085.0",
33
+ "@salutejs/plasma-new-hope": "0.240.1-canary.1707.12823225023.0",
34
34
  "@salutejs/sdds-themes": "0.31.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -99,8 +99,8 @@
99
99
  "build:styled-components:esm": "BABEL_ENV=esm SC_NAMESPACE=sdds-srvc babel ./src --out-dir ./es --extensions .ts,.tsx",
100
100
  "postbuild:styled-components": "rm -rf src-sc",
101
101
  "postbuild:emotion": "rm -rf src-emotion",
102
- "remove:typings": "rm -rf components/**/*.d.ts && rm -f index.d.ts && rm -f mixins/index.d.ts && rm -f tokens/index.d.ts",
103
- "generate:typings": "npm run remove:typings && tsc --outDir . --emitDeclarationOnly",
102
+ "pregenerate:typings": "rm -rf components/**/*.d.ts && rm -f index.d.ts && rm -f mixins/index.d.ts && rm -f tokens/index.d.ts",
103
+ "generate:typings": "tsc --outDir . --emitDeclarationOnly",
104
104
  "storybook": "storybook dev -p ${PORT:-7007} -c .storybook",
105
105
  "prestorybook:emotion": "npm run prebuild:emotion",
106
106
  "storybook:emotion": "USE_EMOTION_COMPONENTS=true storybook dev -p ${PORT:-7002} -c .storybook",
@@ -122,5 +122,5 @@
122
122
  "Anton Vinogradov"
123
123
  ],
124
124
  "sideEffects": false,
125
- "gitHead": "26615ace37ef9ff72f24733daf575c64f164682d"
125
+ "gitHead": "00f61092304f8cbfcb21419885e049842e6f8d35"
126
126
  }