@snack-uikit/notification 0.7.43 → 0.7.44-preview-3201b907.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.
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
.notificationCardTitleText{
|
|
13
13
|
box-sizing:border-box;
|
|
14
|
-
color:var(--sys-neutral-text-main, #
|
|
14
|
+
color:var(--sys-neutral-text-main, #41424e);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.notificationCardTitleIcon{
|
|
@@ -77,16 +77,16 @@
|
|
|
77
77
|
color:var(--sys-neutral-accent-default, #787b8a);
|
|
78
78
|
}
|
|
79
79
|
.notificationCard[data-appearance=error] .notificationCardTitleIcon, .notificationCard[data-appearance=errorCritical] .notificationCardTitleIcon{
|
|
80
|
-
color:var(--sys-red-accent-default, #
|
|
80
|
+
color:var(--sys-red-accent-default, #cb3f3e);
|
|
81
81
|
}
|
|
82
82
|
.notificationCard[data-appearance=errorCritical][data-unread]::before, .notificationCard[data-appearance=errorCritical][data-droplist-open]::before, .notificationCard[data-appearance=errorCritical]:hover::before, .notificationCard[data-appearance=errorCritical]:focus-visible::before, .notificationCard[data-appearance=errorCritical]:focus-within:not(:focus)::before{
|
|
83
|
-
background-color:var(--sys-red-accent-default, #
|
|
83
|
+
background-color:var(--sys-red-accent-default, #cb3f3e);
|
|
84
84
|
}
|
|
85
85
|
.notificationCard[data-appearance=errorCritical] .notificationCardTitleText{
|
|
86
|
-
color:var(--sys-red-accent-default, #
|
|
86
|
+
color:var(--sys-red-accent-default, #cb3f3e);
|
|
87
87
|
}
|
|
88
88
|
.notificationCard[data-appearance=warning] .notificationCardTitleIcon{
|
|
89
|
-
color:var(--sys-yellow-accent-default, #
|
|
89
|
+
color:var(--sys-yellow-accent-default, #e2b134);
|
|
90
90
|
}
|
|
91
91
|
.notificationCard[data-appearance=success] .notificationCardTitleIcon{
|
|
92
92
|
color:var(--sys-green-accent-default, #57b762);
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
gap:var(--space-notification-panel-header-headline-gap, 16px);
|
|
42
42
|
display:flex;
|
|
43
43
|
align-items:center;
|
|
44
|
-
color:var(--sys-neutral-text-main, #
|
|
44
|
+
color:var(--sys-neutral-text-main, #41424e);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.notificationPanelTitle{
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
outline-color:var(--sys-available-complementary, #15151b);
|
|
93
93
|
}
|
|
94
94
|
.notificationPanelFooterButton:active{
|
|
95
|
-
color:var(--sys-neutral-text-main, #
|
|
95
|
+
color:var(--sys-neutral-text-main, #41424e);
|
|
96
96
|
border-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
97
97
|
}
|
|
98
98
|
|
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.44-preview-3201b907.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/button": "0.17.
|
|
36
|
-
"@snack-uikit/chips": "0.14.
|
|
35
|
+
"@snack-uikit/button": "0.17.3-preview-3201b907.0",
|
|
36
|
+
"@snack-uikit/chips": "0.14.16-preview-3201b907.0",
|
|
37
37
|
"@snack-uikit/icons": "0.22.0",
|
|
38
|
-
"@snack-uikit/info-block": "0.4.
|
|
38
|
+
"@snack-uikit/info-block": "0.4.5-preview-3201b907.0",
|
|
39
39
|
"@snack-uikit/link": "0.13.0",
|
|
40
|
-
"@snack-uikit/list": "0.14.
|
|
40
|
+
"@snack-uikit/list": "0.14.3-preview-3201b907.0",
|
|
41
41
|
"@snack-uikit/popover-private": "0.13.4",
|
|
42
42
|
"@snack-uikit/scroll": "0.6.0",
|
|
43
43
|
"@snack-uikit/skeleton": "0.3.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"@snack-uikit/utils": "3.3.0",
|
|
48
48
|
"classnames": "2.3.2"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "67c7a0bdb505a5c114d611ecdda7a5d2d3d43c76"
|
|
51
51
|
}
|