@salutejs/sdds-serv 0.317.0-dev.0 → 0.318.0-canary.1655.16171144116.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.
@@ -1638,7 +1638,7 @@ borderRadius: {
1638
1638
  none: PolymorphicClassName;
1639
1639
  default: PolymorphicClassName;
1640
1640
  };
1641
- }> & PopupProps & PanelProps & {
1641
+ }> & Omit<PopupProps, "draggable" | "handle" | "resizable"> & Omit<PanelProps, "draggable"> & {
1642
1642
  placement?: "top" | "bottom" | "right" | "left" | undefined;
1643
1643
  asModal?: boolean | undefined;
1644
1644
  customBackgroundColor?: string | undefined;
@@ -12,7 +12,7 @@ export declare const Drawer: import("react").FunctionComponent<import("@salutejs
12
12
  none: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
13
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
14
  };
15
- }> & import("@salutejs/plasma-new-hope/styled-components").PopupProps & import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
15
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "handle" | "resizable"> & Omit<import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps, "draggable"> & {
16
16
  placement?: import("@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types").DrawerPlacement;
17
17
  asModal?: boolean;
18
18
  customBackgroundColor?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.317.0-dev.0",
3
+ "version": "0.318.0-canary.1655.16171144116.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",
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/sdds-serv"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.330.0-dev.0",
35
+ "@salutejs/plasma-new-hope": "0.331.0-canary.1655.16171144116.0",
36
36
  "@salutejs/sdds-themes": "0.41.0-dev.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -137,5 +137,5 @@
137
137
  "sideEffects": [
138
138
  "*.css"
139
139
  ],
140
- "gitHead": "fb3652d0496ba839897b74469332d4e644b37e23"
140
+ "gitHead": "bf9e5f4ef8bbf0370ff796d691bcabca0874699e"
141
141
  }