@salutejs/sdds-cs 0.328.0-canary.2214.17514828735.0 → 0.328.0-canary.2214.17526953179.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Notification/Notification.d.ts +1 -1
- package/components/Tree/Tree.d.ts +1 -1
- package/components/Tree/Tree.js +0 -1
- package/emotion/cjs/components/Tree/Tree.js +0 -1
- package/emotion/es/components/Tree/Tree.js +0 -1
- package/es/components/Tree/Tree.js +0 -1
- package/package.json +3 -3
@@ -16,7 +16,7 @@ export declare const NotificationNewHope: React.FunctionComponent<import("@salut
|
|
16
16
|
closeIconType: {
|
17
17
|
thin: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
18
|
};
|
19
|
-
}> & (React.HTMLAttributes<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutOnChange<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
|
19
|
+
}> & (React.HTMLAttributes<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutOnChange<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutDraggable<HTMLElement>)>;
|
20
20
|
type ConfigProps = 'size' | 'view' | 'layout' | 'closeIconType';
|
21
21
|
type NotificationProps = Pick<ComponentProps<typeof NotificationNewHope>, ConfigProps> & Omit<NotificationPropsNewHope, ConfigProps>;
|
22
22
|
export declare const Notification: ForwardRefExoticComponent<NotificationProps>;
|
@@ -5,4 +5,4 @@ export declare const Tree: import("react").FunctionComponent<import("@salutejs/p
|
|
5
5
|
size: {
|
6
6
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
7
7
|
};
|
8
|
-
}> &
|
8
|
+
}> & import("@salutejs/plasma-new-hope/styled-components").TreeProps & import("react").RefAttributes<HTMLDivElement>>;
|
package/components/Tree/Tree.js
CHANGED
@@ -10,6 +10,5 @@ Object.defineProperty(exports, "Tree", {
|
|
10
10
|
});
|
11
11
|
var _styledcomponents = require("@salutejs/plasma-new-hope/styled-components");
|
12
12
|
var _Treeconfig = require("./Tree.config");
|
13
|
-
// @ts-ignore
|
14
13
|
var mergedConfig = (0, _styledcomponents.mergeConfig)(_styledcomponents.treeConfig, _Treeconfig.config);
|
15
14
|
var Tree = (0, _styledcomponents.component)(mergedConfig);
|
@@ -10,6 +10,5 @@ Object.defineProperty(exports, "Tree", {
|
|
10
10
|
});
|
11
11
|
var _emotion = require("@salutejs/plasma-new-hope/emotion");
|
12
12
|
var _Treeconfig = require("./Tree.config");
|
13
|
-
// @ts-ignore
|
14
13
|
var mergedConfig = (0, _emotion.mergeConfig)(_emotion.treeConfig, _Treeconfig.config);
|
15
14
|
var Tree = (0, _emotion.component)(mergedConfig);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.328.0-canary.2214.
|
3
|
+
"version": "0.328.0-canary.2214.17526953179.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.336.0-canary.2214.
|
33
|
+
"@salutejs/plasma-new-hope": "0.336.0-canary.2214.17526953179.0",
|
34
34
|
"@salutejs/sdds-themes": "0.47.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "d67ae35e680381cf9cd94dbd1a1fc77be6e9f7c7"
|
127
127
|
}
|