@snack-uikit/notification 0.7.51 → 0.7.52
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
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
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.52 (2024-09-23)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/button@0.17.5](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/button/CHANGELOG.md)
|
|
10
|
+
* [@snack-uikit/chips@0.15.2](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/chips/CHANGELOG.md)
|
|
11
|
+
* [@snack-uikit/icons@0.22.1](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/icons/CHANGELOG.md)
|
|
12
|
+
* [@snack-uikit/info-block@0.4.8](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/info-block/CHANGELOG.md)
|
|
13
|
+
* [@snack-uikit/link@0.13.2](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/link/CHANGELOG.md)
|
|
14
|
+
* [@snack-uikit/list@0.16.2](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
|
|
15
|
+
* [@snack-uikit/popover-private@0.13.6](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/popover-private/CHANGELOG.md)
|
|
16
|
+
* [@snack-uikit/scroll@0.6.1](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/scroll/CHANGELOG.md)
|
|
17
|
+
* [@snack-uikit/skeleton@0.3.5](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/skeleton/CHANGELOG.md)
|
|
18
|
+
* [@snack-uikit/tag@0.9.9](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/tag/CHANGELOG.md)
|
|
19
|
+
* [@snack-uikit/truncate-string@0.4.22](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/truncate-string/CHANGELOG.md)
|
|
20
|
+
* [@snack-uikit/typography@0.6.3](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/typography/CHANGELOG.md)
|
|
21
|
+
* [@snack-uikit/utils@3.4.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/utils/CHANGELOG.md)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## 0.7.51 (2024-09-06)
|
|
7
28
|
|
|
8
29
|
### Only dependencies have been changed
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
55
55
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
56
56
|
border-bottom-color:transparent;
|
|
57
|
-
outline-color:var(--sys-available-complementary, #
|
|
57
|
+
outline-color:var(--sys-available-complementary, #1c1c24);
|
|
58
58
|
}
|
|
59
59
|
.notificationCard[data-droplist-open]::before, .notificationCard:hover::before, .notificationCard:focus-visible::before, .notificationCard:focus-within:not(:focus)::before{
|
|
60
60
|
background-color:var(--sys-neutral-accent-default, #787b8a);
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
outline-offset:calc(var(--border-state-focus-s-border-width, 2px) * -1);
|
|
90
90
|
color:var(--sys-neutral-text-support, #6d707f);
|
|
91
91
|
border-color:transparent;
|
|
92
|
-
outline-color:var(--sys-available-complementary, #
|
|
92
|
+
outline-color:var(--sys-available-complementary, #1c1c24);
|
|
93
93
|
}
|
|
94
94
|
.notificationPanelFooterButton:active{
|
|
95
95
|
color:var(--sys-neutral-text-main, #41424e);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Notification",
|
|
7
|
-
"version": "0.7.
|
|
7
|
+
"version": "0.7.52",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/button": "0.17.
|
|
36
|
-
"@snack-uikit/chips": "0.15.
|
|
37
|
-
"@snack-uikit/icons": "0.22.
|
|
38
|
-
"@snack-uikit/info-block": "0.4.
|
|
39
|
-
"@snack-uikit/link": "0.13.
|
|
40
|
-
"@snack-uikit/list": "0.16.
|
|
41
|
-
"@snack-uikit/popover-private": "0.13.
|
|
42
|
-
"@snack-uikit/scroll": "0.6.
|
|
43
|
-
"@snack-uikit/skeleton": "0.3.
|
|
44
|
-
"@snack-uikit/tag": "0.9.
|
|
45
|
-
"@snack-uikit/truncate-string": "0.4.
|
|
46
|
-
"@snack-uikit/typography": "0.6.
|
|
47
|
-
"@snack-uikit/utils": "3.
|
|
35
|
+
"@snack-uikit/button": "0.17.5",
|
|
36
|
+
"@snack-uikit/chips": "0.15.2",
|
|
37
|
+
"@snack-uikit/icons": "0.22.1",
|
|
38
|
+
"@snack-uikit/info-block": "0.4.8",
|
|
39
|
+
"@snack-uikit/link": "0.13.2",
|
|
40
|
+
"@snack-uikit/list": "0.16.2",
|
|
41
|
+
"@snack-uikit/popover-private": "0.13.6",
|
|
42
|
+
"@snack-uikit/scroll": "0.6.1",
|
|
43
|
+
"@snack-uikit/skeleton": "0.3.5",
|
|
44
|
+
"@snack-uikit/tag": "0.9.9",
|
|
45
|
+
"@snack-uikit/truncate-string": "0.4.22",
|
|
46
|
+
"@snack-uikit/typography": "0.6.3",
|
|
47
|
+
"@snack-uikit/utils": "3.4.0",
|
|
48
48
|
"classnames": "2.3.2"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f9212fe04b0dbba9bedea1bb3a034ab612287841"
|
|
51
51
|
}
|