@salutejs/plasma-web 1.589.0-canary.1655.16171144116.0 → 1.589.0-canary.1655.16175078069.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.
@@ -80,8 +80,8 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
80
80
  text?: string | undefined;
81
81
  contentLeft?: import("react").ReactNode;
82
82
  contentRight?: import("react").ReactNode;
83
- customBackgroundColor?: string | undefined;
84
83
  customColor?: string | undefined;
84
+ customBackgroundColor?: string | undefined;
85
85
  } & {
86
86
  counterView?: undefined;
87
87
  count?: undefined;
@@ -108,8 +108,8 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
108
108
  text?: undefined;
109
109
  contentLeft?: undefined;
110
110
  contentRight?: never | undefined;
111
- customBackgroundColor?: undefined;
112
111
  customColor?: undefined;
112
+ customBackgroundColor?: undefined;
113
113
  } & import("react").RefAttributes<HTMLDivElement>)>;
114
114
  declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
115
115
  view: {
@@ -161,8 +161,8 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
161
161
  text?: string | undefined;
162
162
  contentLeft?: import("react").ReactNode;
163
163
  contentRight?: import("react").ReactNode;
164
- customBackgroundColor?: string | undefined;
165
164
  customColor?: string | undefined;
165
+ customBackgroundColor?: string | undefined;
166
166
  } & {
167
167
  counterView?: undefined;
168
168
  count?: undefined;
@@ -189,7 +189,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
189
189
  text?: undefined;
190
190
  contentLeft?: undefined;
191
191
  contentRight?: never | undefined;
192
- customBackgroundColor?: undefined;
193
192
  customColor?: undefined;
193
+ customBackgroundColor?: undefined;
194
194
  } & import("react").RefAttributes<HTMLDivElement>))>;
195
195
  export { Avatar, mergedConfig };
@@ -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
- }> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "handle" | "resizable"> & Omit<import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps, "draggable"> & {
15
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "resizable"> & import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
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/plasma-web",
3
- "version": "1.589.0-canary.1655.16171144116.0",
3
+ "version": "1.589.0-canary.1655.16175078069.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.201.0-dev.0",
23
23
  "@salutejs/plasma-hope": "1.347.0-dev.0",
24
- "@salutejs/plasma-new-hope": "0.331.0-canary.1655.16171144116.0",
24
+ "@salutejs/plasma-new-hope": "0.331.0-canary.1655.16175078069.0",
25
25
  "@salutejs/plasma-themes": "0.34.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.50.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.61.0",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "bf9e5f4ef8bbf0370ff796d691bcabca0874699e"
114
+ "gitHead": "55a78fe2752bffa14e1db7b8b08ad734bfd01c9f"
115
115
  }