@salutejs/sdds-serv 0.225.1-canary.1704.12786192228.0 → 0.225.1-canary.1705.12790178134.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-serv",
|
3
|
-
"version": "0.225.1-canary.
|
3
|
+
"version": "0.225.1-canary.1705.12790178134.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,19 +20,35 @@
|
|
20
20
|
"tokens",
|
21
21
|
"index.d.ts",
|
22
22
|
"api-extractor.json",
|
23
|
-
"CHANGELOG.md"
|
24
|
-
"_virtual"
|
23
|
+
"CHANGELOG.md"
|
25
24
|
],
|
26
25
|
"main": "./index.js",
|
27
26
|
"module": "./es/index.js",
|
28
27
|
"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
|
+
},
|
29
45
|
"repository": {
|
30
46
|
"type": "git",
|
31
47
|
"url": "ssh://git@github.com:salute-developers/plasma.git",
|
32
48
|
"directory": "packages/sdds-serv"
|
33
49
|
},
|
34
50
|
"dependencies": {
|
35
|
-
"@salutejs/plasma-new-hope": "0.240.1-canary.
|
51
|
+
"@salutejs/plasma-new-hope": "0.240.1-canary.1705.12790178134.0",
|
36
52
|
"@salutejs/sdds-themes": "0.31.0"
|
37
53
|
},
|
38
54
|
"peerDependencies": {
|
@@ -137,5 +153,5 @@
|
|
137
153
|
"sideEffects": [
|
138
154
|
"*.css"
|
139
155
|
],
|
140
|
-
"gitHead": "
|
156
|
+
"gitHead": "c29fe5abac8b4c23d54a60fd649abbafdd656e4d"
|
141
157
|
}
|
@@ -1,21 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"_rollupPluginBabelHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
|