@salutejs/sdds-serv 0.222.1-canary.1688.12525587188.0 → 0.222.1-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/Accordion/Accordion.config.js +1 -1
- package/components/Attach/Attach.config.js +1 -1
- package/components/Autocomplete/Autocomplete.config.js +1 -1
- package/components/Avatar/Avatar.config.js +1 -1
- package/components/Badge/Badge.config.js +1 -1
- package/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
- package/components/Button/Button.config.js +1 -1
- package/components/ButtonGroup/ButtonGroup.config.js +1 -1
- package/components/Calendar/CalendarBase.config.js +1 -1
- package/components/Calendar/CalendarDouble.config.js +1 -1
- package/components/Cell/Cell.config.js +1 -1
- package/components/Checkbox/Checkbox.config.js +1 -1
- package/components/Chip/Chip.config.js +1 -1
- package/components/ChipGroup/ChipGroup.config.js +1 -1
- package/components/Combobox/Combobox.config.js +1 -1
- package/components/Counter/Counter.config.js +1 -1
- package/components/DatePicker/DatePicker.config.js +1 -1
- package/components/Divider/Divider.config.js +1 -1
- package/components/Drawer/Drawer.config.js +1 -1
- package/components/Dropdown/Dropdown.config.js +1 -1
- package/components/Dropzone/Dropzone.config.js +1 -1
- package/components/EmptyState/EmptyState.config.js +1 -1
- package/components/Grid/Grid.config.js +1 -1
- package/components/IconButton/IconButton.config.js +1 -1
- package/components/Indicator/Indicator.config.js +1 -1
- package/components/Link/Link.config.js +1 -1
- package/components/Modal/Modal.config.js +1 -1
- package/components/Note/Note.config.js +1 -1
- package/components/Notification/Notification.config.js +1 -1
- package/components/NumberInput/NumberInput.config.js +1 -1
- package/components/Pagination/Pagination.config.js +1 -1
- package/components/Popover/Popover.config.js +1 -1
- package/components/Progress/Progress.config.js +1 -1
- package/components/Radiobox/Radiobox.config.js +1 -1
- package/components/Range/Range.config.js +1 -1
- package/components/Rating/Rating.config.js +1 -1
- package/components/Segment/SegmentGroup.config.js +1 -1
- package/components/Segment/SegmentItem.config.js +1 -1
- package/components/Select/Select.config.js +1 -1
- package/components/Sheet/Sheet.config.js +1 -1
- package/components/Skeleton/LineSkeleton.config.js +1 -1
- package/components/Slider/Slider.config.js +1 -1
- package/components/Spinner/Spinner.config.js +1 -1
- package/components/Steps/Steps.config.js +1 -1
- package/components/Switch/Switch.config.js +1 -1
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
- package/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/components/Tabs/vertical/VerticalTabs.config.js +1 -1
- package/components/TextArea/TextArea.config.js +1 -1
- package/components/TextField/TextField.config.js +1 -1
- package/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
- package/components/Toast/Toast.config.js +1 -1
- package/components/Toolbar/Toolbar.config.js +1 -1
- package/components/Tooltip/Tooltip.config.js +1 -1
- package/components/Tree/Tree.config.js +1 -1
- package/components/Typography/Body.config.js +1 -1
- package/components/Typography/Dspl.config.js +1 -1
- package/components/Typography/Heading.config.js +1 -1
- package/components/Typography/Text.config.js +1 -1
- package/components/ViewContainer/ViewContainer.config.js +1 -1
- package/package.json +21 -5
- package/_virtual/_rollupPluginBabelHelpers.js +0 -21
- package/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-serv",
|
3
|
-
"version": "0.222.1-
|
3
|
+
"version": "0.222.1-dev.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.237.1-
|
51
|
+
"@salutejs/plasma-new-hope": "0.237.1-dev.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": "7fc78258fe61b50aa631b3bc31dde2c029fbc909"
|
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":";;;;;;;;;;;;;;;;;;;;;"}
|