@snack-uikit/notification 0.7.4-preview-da21d728.0 → 0.7.4
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 +9 -0
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.7.4 (2024-02-27)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/list@0.5.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 0.7.3 (2024-02-26)
|
|
7
16
|
|
|
8
17
|
### Only dependencies have been changed
|
package/README.md
CHANGED
|
@@ -118,7 +118,7 @@ const cards = [
|
|
|
118
118
|
| title | `string` | - | Заголовок |
|
|
119
119
|
| className | `string` | - | CSS-класс |
|
|
120
120
|
| icon | `Pick<IconPredefinedProps, "appearance" \| "icon" \| "decor">` | - | Иконка |
|
|
121
|
-
| description | `
|
|
121
|
+
| description | `string` | - | Подзаголовок |
|
|
122
122
|
## NotificationPanel.Divider
|
|
123
123
|
### Props
|
|
124
124
|
| name | type | default value | description |
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Notification",
|
|
7
|
-
"version": "0.7.4
|
|
7
|
+
"version": "0.7.4",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@snack-uikit/button": "0.16.1",
|
|
36
|
-
"@snack-uikit/chips": "0.12.
|
|
36
|
+
"@snack-uikit/chips": "0.12.0",
|
|
37
37
|
"@snack-uikit/icons": "0.20.1",
|
|
38
38
|
"@snack-uikit/info-block": "0.3.0",
|
|
39
39
|
"@snack-uikit/link": "0.11.3",
|
|
40
|
-
"@snack-uikit/list": "0.
|
|
40
|
+
"@snack-uikit/list": "0.5.0",
|
|
41
41
|
"@snack-uikit/popover-private": "0.13.0",
|
|
42
42
|
"@snack-uikit/scroll": "0.5.2",
|
|
43
43
|
"@snack-uikit/skeleton": "0.3.3",
|
|
44
|
-
"@snack-uikit/tag": "0.8.
|
|
44
|
+
"@snack-uikit/tag": "0.8.0",
|
|
45
45
|
"@snack-uikit/truncate-string": "0.4.9",
|
|
46
46
|
"@snack-uikit/typography": "0.6.1",
|
|
47
47
|
"@snack-uikit/utils": "3.2.0",
|
|
48
48
|
"classnames": "2.3.2"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "bfdd4a8e3c077eab0d45e177172a62b6dcbda06b"
|
|
51
51
|
}
|