@salutejs/sdds-cs 0.328.0-canary.2214.17542835950.0 → 0.328.0-canary.2218.17555761279.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.
@@ -24,7 +24,7 @@ declare const DropdownNewHope: React.FunctionComponent<import("@salutejs/plasma-
24
24
  hasArrow?: boolean;
25
25
  closeOnSelect?: boolean;
26
26
  closeOnOverlayClick?: boolean;
27
- onToggle?: (isOpen: boolean, event: React.SyntheticEvent | Event) => void;
27
+ onToggle?: (isOpen: boolean, event?: React.SyntheticEvent | Event) => void;
28
28
  size?: string;
29
29
  view?: string;
30
30
  variant?: "normal" | "tight";
@@ -62,7 +62,7 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
62
62
  hasArrow?: boolean;
63
63
  closeOnSelect?: boolean;
64
64
  closeOnOverlayClick?: boolean;
65
- onToggle?: (isOpen: boolean, event: React.SyntheticEvent | Event) => void;
65
+ onToggle?: (isOpen: boolean, event?: React.SyntheticEvent | Event) => void;
66
66
  size?: string;
67
67
  view?: string;
68
68
  variant?: "normal" | "tight";
@@ -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> | import("@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutDraggable<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>)>;
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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.328.0-canary.2214.17542835950.0",
3
+ "version": "0.328.0-canary.2218.17555761279.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.17542835950.0",
33
+ "@salutejs/plasma-new-hope": "0.336.0-canary.2218.17555761279.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": "cb44db8071f5cd692899c15713d052df24e4765e"
126
+ "gitHead": "9565b03e9004ba1f3577f7a11fb4f119e23ac390"
127
127
  }