@salutejs/sdds-finportal 0.167.1-canary.1562.11858039838.0 → 0.168.0-canary.1556.11879682469.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,5 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- import { dropdownConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/styled-components';
3
- import React from 'react';
1
+ import { dropdownConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
4
2
  import { config } from './Dropdown.config';
5
3
  var mergedConfig = /*#__PURE__*/mergeConfig(dropdownConfig, config);
6
- var DropdownNewHope = /*#__PURE__*/component(mergedConfig);
7
- var DropdownComponent = function DropdownComponent(props, ref) {
8
- return /*#__PURE__*/React.createElement(DropdownNewHope, _extends({
9
- ref: ref
10
- }, props));
11
- };
12
- var Dropdown = /*#__PURE__*/fixedForwardRef(DropdownComponent);
4
+ var Dropdown = /*#__PURE__*/component(mergedConfig);
13
5
  export { Dropdown };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.167.1-canary.1562.11858039838.0",
3
+ "version": "0.168.0-canary.1556.11879682469.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,7 +19,7 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.193.1-canary.1562.11858039838.0",
22
+ "@salutejs/plasma-new-hope": "0.194.0-canary.1556.11879682469.0",
23
23
  "@salutejs/sdds-themes": "0.27.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -94,5 +94,5 @@
94
94
  "Vasiliy Loginevskiy"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "f369f45541e75a8a9caca0bdbda7c5bd477a6246"
97
+ "gitHead": "51da2410c5a3995cd5109dc790f74ff6643d1641"
98
98
  }