@salutejs/sdds-serv 0.225.0-canary.1697.12783039602.0 → 0.225.1-canary.1704.12786192228.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.225.
|
3
|
+
"version": "0.225.1-canary.1704.12786192228.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,35 +20,19 @@
|
|
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",
|
27
28
|
"types": "./index.d.ts",
|
28
|
-
"exports": {
|
29
|
-
".": {
|
30
|
-
"require": "./components/index.js",
|
31
|
-
"import": "./es/index.js",
|
32
|
-
"types": "./index.d.ts"
|
33
|
-
},
|
34
|
-
"./styled-components": {
|
35
|
-
"require": "./styled-components/cjs/index.js",
|
36
|
-
"import": "./styled-components/es/index.js",
|
37
|
-
"types": "./index.d.ts"
|
38
|
-
},
|
39
|
-
"./emotion": {
|
40
|
-
"require": "./emotion/cjs/index.js",
|
41
|
-
"import": "./emotion/es/index.js",
|
42
|
-
"types": "./index.d.ts"
|
43
|
-
}
|
44
|
-
},
|
45
29
|
"repository": {
|
46
30
|
"type": "git",
|
47
31
|
"url": "ssh://git@github.com:salute-developers/plasma.git",
|
48
32
|
"directory": "packages/sdds-serv"
|
49
33
|
},
|
50
34
|
"dependencies": {
|
51
|
-
"@salutejs/plasma-new-hope": "0.240.
|
35
|
+
"@salutejs/plasma-new-hope": "0.240.1-canary.1704.12786192228.0",
|
52
36
|
"@salutejs/sdds-themes": "0.31.0"
|
53
37
|
},
|
54
38
|
"peerDependencies": {
|
@@ -153,5 +137,5 @@
|
|
153
137
|
"sideEffects": [
|
154
138
|
"*.css"
|
155
139
|
],
|
156
|
-
"gitHead": "
|
140
|
+
"gitHead": "515dcfd441e1e9009228058a5dabdf9650ca578b"
|
157
141
|
}
|