@salutejs/sdds-serv 0.222.1-canary.1688.12525231628.0 → 0.222.1-canary.1688.12525587188.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ function _extends() {
6
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
7
+ for (var i = 1; i < arguments.length; i++) {
8
+ var source = arguments[i];
9
+ for (var key in source) {
10
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
11
+ target[key] = source[key];
12
+ }
13
+ }
14
+ }
15
+ return target;
16
+ };
17
+ return _extends.apply(this, arguments);
18
+ }
19
+
20
+ exports.extends = _extends;
21
+ //# sourceMappingURL=_rollupPluginBabelHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_rollupPluginBabelHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.222.1-canary.1688.12525231628.0",
3
+ "version": "0.222.1-canary.1688.12525587188.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS SERV web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -20,7 +20,8 @@
20
20
  "tokens",
21
21
  "index.d.ts",
22
22
  "api-extractor.json",
23
- "CHANGELOG.md"
23
+ "CHANGELOG.md",
24
+ "_virtual"
24
25
  ],
25
26
  "main": "./index.js",
26
27
  "module": "./es/index.js",
@@ -31,7 +32,7 @@
31
32
  "directory": "packages/sdds-serv"
32
33
  },
33
34
  "dependencies": {
34
- "@salutejs/plasma-new-hope": "0.237.1-canary.1688.12525231628.0",
35
+ "@salutejs/plasma-new-hope": "0.237.1-canary.1688.12525587188.0",
35
36
  "@salutejs/sdds-themes": "0.31.0"
36
37
  },
37
38
  "peerDependencies": {
@@ -136,5 +137,5 @@
136
137
  "sideEffects": [
137
138
  "*.css"
138
139
  ],
139
- "gitHead": "1acaf046f1100e35d3fa37de261577701a7b4863"
140
+ "gitHead": "fb733846a8e692c7a204ed67e9add24bb16fe103"
140
141
  }