@salutejs/sdds-finportal 0.159.1-canary.32.11719082166.0 → 0.159.1-canary.32.11735924898.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,12 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.Badge = void 0;
7
7
  var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
- var _isDraft = /*#__PURE__*/require("../../helpers/isDraft");
9
8
  var _Badge = /*#__PURE__*/require("./Badge.config");
10
- var _BadgeConfig = /*#__PURE__*/require("./Badge.config.draft");
11
- // INFO: После всех изменений draft станет основной конфигурацией
12
-
13
- var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.badgeConfig, /*#__PURE__*/(0, _isDraft.IS_DRAFT)() ? _BadgeConfig.config : _Badge.config);
9
+ var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.badgeConfig, _Badge.config);
14
10
 
15
11
  /**
16
12
  * Компонент Badge.
@@ -1,9 +1,6 @@
1
1
  import { badgeConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
- import { IS_DRAFT } from '../../helpers/isDraft';
3
2
  import { config } from './Badge.config';
4
- // INFO: После всех изменений draft станет основной конфигурацией
5
- import { config as draft } from './Badge.config.draft';
6
- var mergedConfig = /*#__PURE__*/mergeConfig(badgeConfig, /*#__PURE__*/IS_DRAFT() ? draft : config);
3
+ var mergedConfig = /*#__PURE__*/mergeConfig(badgeConfig, config);
7
4
 
8
5
  /**
9
6
  * Компонент Badge.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.159.1-canary.32.11719082166.0",
3
+ "version": "0.159.1-canary.32.11735924898.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,8 +19,8 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.185.1-canary.32.11719082166.0",
23
- "@salutejs/sdds-themes": "0.27.1-canary.32.11719082166.0"
22
+ "@salutejs/plasma-new-hope": "0.185.1-canary.32.11735924898.0",
23
+ "@salutejs/sdds-themes": "0.27.1-canary.32.11735924898.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.13.1",
@@ -36,11 +36,11 @@
36
36
  "@babel/preset-react": "7.24.1",
37
37
  "@babel/preset-typescript": "7.24.1",
38
38
  "@microsoft/api-extractor": "7.38.3",
39
- "@salutejs/plasma-colors": "0.13.1-canary.32.11719082166.0",
40
- "@salutejs/plasma-core": "1.185.1-canary.32.11719082166.0",
41
- "@salutejs/plasma-cy-utils": "0.116.1-canary.32.11719082166.0",
42
- "@salutejs/plasma-icons": "1.208.1-canary.32.11719082166.0",
43
- "@salutejs/plasma-sb-utils": "0.183.1-canary.32.11719082166.0",
39
+ "@salutejs/plasma-colors": "0.13.1-canary.32.11735924898.0",
40
+ "@salutejs/plasma-core": "1.185.1-canary.32.11735924898.0",
41
+ "@salutejs/plasma-cy-utils": "0.116.1-canary.32.11735924898.0",
42
+ "@salutejs/plasma-icons": "1.208.1-canary.32.11735924898.0",
43
+ "@salutejs/plasma-sb-utils": "0.183.1-canary.32.11735924898.0",
44
44
  "@storybook/addon-docs": "7.6.17",
45
45
  "@storybook/addon-essentials": "7.6.17",
46
46
  "@storybook/addons": "7.6.17",
@@ -96,5 +96,5 @@
96
96
  "Vasiliy Loginevskiy"
97
97
  ],
98
98
  "sideEffects": false,
99
- "gitHead": "36912411bf0eb29573bbea16fa838294445e95bc"
99
+ "gitHead": "90400d0f4ad7f940d51945e38d514c063070e59d"
100
100
  }
@@ -1 +0,0 @@
1
- export declare const IS_DRAFT: () => any;