@salutejs/sdds-cs 0.322.0-canary.1655.16264742580.0 → 0.322.0-canary.1655.16288660676.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/api/sdds-cs.api.md +1 -1
- package/package.json +3 -3
package/api/sdds-cs.api.md
CHANGED
@@ -1505,7 +1505,7 @@ borderRadius: {
|
|
1505
1505
|
none: PolymorphicClassName;
|
1506
1506
|
default: PolymorphicClassName;
|
1507
1507
|
};
|
1508
|
-
}> &
|
1508
|
+
}> & PopupProps & PanelProps & {
|
1509
1509
|
placement?: "top" | "bottom" | "right" | "left" | undefined;
|
1510
1510
|
asModal?: boolean | undefined;
|
1511
1511
|
customBackgroundColor?: string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.322.0-canary.1655.
|
3
|
+
"version": "0.322.0-canary.1655.16288660676.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.330.0-canary.1655.
|
33
|
+
"@salutejs/plasma-new-hope": "0.330.0-canary.1655.16288660676.0",
|
34
34
|
"@salutejs/sdds-themes": "0.41.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "5da5f302015553e09dc13ea17dca1c5924f14503"
|
127
127
|
}
|