@salutejs/sdds-serv 0.222.0-dev.0 → 0.222.1-canary.1688.12525231628.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 +3 -20
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-serv",
|
3
|
-
"version": "0.222.
|
3
|
+
"version": "0.222.1-canary.1688.12525231628.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",
|
@@ -25,30 +25,13 @@
|
|
25
25
|
"main": "./index.js",
|
26
26
|
"module": "./es/index.js",
|
27
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
|
-
},
|
45
28
|
"repository": {
|
46
29
|
"type": "git",
|
47
30
|
"url": "ssh://git@github.com:salute-developers/plasma.git",
|
48
31
|
"directory": "packages/sdds-serv"
|
49
32
|
},
|
50
33
|
"dependencies": {
|
51
|
-
"@salutejs/plasma-new-hope": "0.237.
|
34
|
+
"@salutejs/plasma-new-hope": "0.237.1-canary.1688.12525231628.0",
|
52
35
|
"@salutejs/sdds-themes": "0.31.0"
|
53
36
|
},
|
54
37
|
"peerDependencies": {
|
@@ -153,5 +136,5 @@
|
|
153
136
|
"sideEffects": [
|
154
137
|
"*.css"
|
155
138
|
],
|
156
|
-
"gitHead": "
|
139
|
+
"gitHead": "1acaf046f1100e35d3fa37de261577701a7b4863"
|
157
140
|
}
|