@salutejs/sdds-cs 0.231.0-dev.0 → 0.231.1-canary.1707.12879664455.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.
@@ -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.231.0-dev.0",
3
+ "version": "0.231.1-canary.1707.12879664455.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.242.0-dev.0",
33
+ "@salutejs/plasma-new-hope": "0.242.1-canary.1707.12879664455.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
- "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",
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": "f3d8b6eb23058350d50298511c5a6bfce400a411"
126
+ "gitHead": "95ea392110bf46970673e0e24535b797bff4891f"
126
127
  }