@snack-uikit/notification 0.12.11 → 0.13.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/CHANGELOG.md +11 -0
- package/dist/cjs/components/NotificationPanelPopover/NotificationPanelPopover.d.ts +1 -1
- package/dist/esm/components/NotificationPanelPopover/NotificationPanelPopover.d.ts +1 -1
- package/package.json +15 -15
- package/src/components/NotificationPanelPopover/NotificationPanelPopover.tsx +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 0.13.0 (2025-07-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **PDS-2556:** add closeOnPopstate prop ([7f56996](https://github.com/cloud-ru-tech/snack-uikit/commit/7f5699646fd3c3eee2c00bd0c0d4dc94ccc019f8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## 0.12.11 (2025-06-27)
|
|
7
18
|
|
|
8
19
|
### Only dependencies have been changed
|
|
@@ -6,6 +6,6 @@ export type NotificationPanelPopoverProps = WithSupportProps<{
|
|
|
6
6
|
content: ReactElement<NotificationPanelProps, typeof NotificationPanel>;
|
|
7
7
|
/** CSS-класс для элемента содержащего контент */
|
|
8
8
|
contentClassName?: string;
|
|
9
|
-
} & Pick<PopoverPrivateProps, 'className' | 'triggerClassName' | 'open' | 'onOpenChange' | 'hoverDelayOpen' | 'hoverDelayClose' | 'offset' | 'children' | 'closeOnEscapeKey' | 'triggerClickByKeys' | 'triggerRef'> & Partial<Pick<PopoverPrivateProps, 'trigger' | 'placement'>>>;
|
|
9
|
+
} & Pick<PopoverPrivateProps, 'className' | 'triggerClassName' | 'open' | 'onOpenChange' | 'hoverDelayOpen' | 'hoverDelayClose' | 'offset' | 'children' | 'closeOnEscapeKey' | 'triggerClickByKeys' | 'triggerRef' | 'closeOnPopstate'> & Partial<Pick<PopoverPrivateProps, 'trigger' | 'placement'>>>;
|
|
10
10
|
/** Компонент-обёртка для NotificationPanel для использования как выпадающий элемент */
|
|
11
11
|
export declare function NotificationPanelPopover({ content, trigger, placement, children, triggerRef, contentClassName, ...otherProps }: NotificationPanelPopoverProps): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -6,6 +6,6 @@ export type NotificationPanelPopoverProps = WithSupportProps<{
|
|
|
6
6
|
content: ReactElement<NotificationPanelProps, typeof NotificationPanel>;
|
|
7
7
|
/** CSS-класс для элемента содержащего контент */
|
|
8
8
|
contentClassName?: string;
|
|
9
|
-
} & Pick<PopoverPrivateProps, 'className' | 'triggerClassName' | 'open' | 'onOpenChange' | 'hoverDelayOpen' | 'hoverDelayClose' | 'offset' | 'children' | 'closeOnEscapeKey' | 'triggerClickByKeys' | 'triggerRef'> & Partial<Pick<PopoverPrivateProps, 'trigger' | 'placement'>>>;
|
|
9
|
+
} & Pick<PopoverPrivateProps, 'className' | 'triggerClassName' | 'open' | 'onOpenChange' | 'hoverDelayOpen' | 'hoverDelayClose' | 'offset' | 'children' | 'closeOnEscapeKey' | 'triggerClickByKeys' | 'triggerRef' | 'closeOnPopstate'> & Partial<Pick<PopoverPrivateProps, 'trigger' | 'placement'>>>;
|
|
10
10
|
/** Компонент-обёртка для NotificationPanel для использования как выпадающий элемент */
|
|
11
11
|
export declare function NotificationPanelPopover({ content, trigger, placement, children, triggerRef, contentClassName, ...otherProps }: NotificationPanelPopoverProps): import("react/jsx-runtime").JSX.Element | null;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Notification",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.13.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"license": "Apache-2.0",
|
|
37
37
|
"scripts": {},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@snack-uikit/button": "0.19.
|
|
40
|
-
"@snack-uikit/chips": "0.27.
|
|
41
|
-
"@snack-uikit/icons": "0.27.
|
|
42
|
-
"@snack-uikit/info-block": "0.6.
|
|
43
|
-
"@snack-uikit/link": "0.17.
|
|
44
|
-
"@snack-uikit/list": "0.
|
|
45
|
-
"@snack-uikit/popover-private": "0.
|
|
46
|
-
"@snack-uikit/scroll": "0.10.
|
|
47
|
-
"@snack-uikit/skeleton": "0.6.
|
|
48
|
-
"@snack-uikit/tag": "0.15.
|
|
49
|
-
"@snack-uikit/truncate-string": "0.6.
|
|
50
|
-
"@snack-uikit/typography": "0.8.
|
|
51
|
-
"@snack-uikit/utils": "3.
|
|
39
|
+
"@snack-uikit/button": "0.19.12",
|
|
40
|
+
"@snack-uikit/chips": "0.27.11",
|
|
41
|
+
"@snack-uikit/icons": "0.27.1",
|
|
42
|
+
"@snack-uikit/info-block": "0.6.27",
|
|
43
|
+
"@snack-uikit/link": "0.17.5",
|
|
44
|
+
"@snack-uikit/list": "0.31.0",
|
|
45
|
+
"@snack-uikit/popover-private": "0.15.0",
|
|
46
|
+
"@snack-uikit/scroll": "0.10.2",
|
|
47
|
+
"@snack-uikit/skeleton": "0.6.6",
|
|
48
|
+
"@snack-uikit/tag": "0.15.4",
|
|
49
|
+
"@snack-uikit/truncate-string": "0.6.23",
|
|
50
|
+
"@snack-uikit/typography": "0.8.8",
|
|
51
|
+
"@snack-uikit/utils": "3.9.0",
|
|
52
52
|
"classnames": "2.5.1"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "9e08a5c61a90e739f44ba128242a95d866452dc0"
|
|
55
55
|
}
|