@alfalab/core-components-notification 5.4.0 → 6.0.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/Component.js +1 -1
- package/esm/Component.js +1 -1
- package/esm/index.css +8 -8
- package/index.css +8 -8
- package/modern/Component.js +1 -1
- package/modern/index.css +8 -8
- package/package.json +5 -5
- package/CHANGELOG.md +0 -593
package/Component.js
CHANGED
|
@@ -58,7 +58,7 @@ function __rest(s, e) {
|
|
|
58
58
|
return t;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
var styles = {"notificationComponent":"
|
|
61
|
+
var styles = {"notificationComponent":"notification__notificationComponent_5e1m2","isVisible":"notification__isVisible_5e1m2","isClosing":"notification__isClosing_5e1m2","toastContent":"notification__toastContent_5e1m2","actionSection":"notification__actionSection_5e1m2"};
|
|
62
62
|
require('./index.css')
|
|
63
63
|
|
|
64
64
|
var notificationClassNameSelector = "." + styles.notificationComponent;
|
package/esm/Component.js
CHANGED
|
@@ -47,7 +47,7 @@ function __rest(s, e) {
|
|
|
47
47
|
return t;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
var styles = {"notificationComponent":"
|
|
50
|
+
var styles = {"notificationComponent":"notification__notificationComponent_5e1m2","isVisible":"notification__isVisible_5e1m2","isClosing":"notification__isClosing_5e1m2","toastContent":"notification__toastContent_5e1m2","actionSection":"notification__actionSection_5e1m2"};
|
|
51
51
|
require('./index.css')
|
|
52
52
|
|
|
53
53
|
var notificationClassNameSelector = "." + styles.notificationComponent;
|
package/esm/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1i4gi */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
:root {
|
|
18
18
|
--notification-desktop-content-width: 278px;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.notification__notificationComponent_5e1m2 {
|
|
21
21
|
visibility: hidden;
|
|
22
22
|
position: fixed;
|
|
23
23
|
right: var(--gap-s);
|
|
@@ -30,31 +30,31 @@
|
|
|
30
30
|
transition: transform 0.4s ease-out
|
|
31
31
|
}
|
|
32
32
|
@media screen and (min-width: 600px) {
|
|
33
|
-
.
|
|
33
|
+
.notification__notificationComponent_5e1m2 {
|
|
34
34
|
right: var(--gap-4xl);
|
|
35
35
|
width: auto;
|
|
36
36
|
transform: translate(calc(100% + var(--gap-4xl)), 0)
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.notification__notificationComponent_5e1m2.notification__isVisible_5e1m2 {
|
|
40
40
|
visibility: visible;
|
|
41
41
|
transform: translate(0, 0);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.notification__notificationComponent_5e1m2.notification__isClosing_5e1m2 {
|
|
44
44
|
transition: transform 0.1s ease-out;
|
|
45
45
|
transform: translate(100vw, 0)
|
|
46
46
|
}
|
|
47
47
|
@media screen and (min-width: 600px) {
|
|
48
|
-
.
|
|
48
|
+
.notification__notificationComponent_5e1m2.notification__isClosing_5e1m2 {
|
|
49
49
|
transform: translate(calc(100% + var(--gap-4xl)), 0)
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
@media screen and (min-width: 600px) {
|
|
53
|
-
.
|
|
53
|
+
.notification__toastContent_5e1m2 {
|
|
54
54
|
width: var(--notification-desktop-content-width)
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.notification__actionSection_5e1m2 {
|
|
58
58
|
min-width: 104px;
|
|
59
59
|
min-height: 48px;
|
|
60
60
|
padding: 0 var(--gap-xs);
|
package/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1i4gi */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
:root {
|
|
18
18
|
--notification-desktop-content-width: 278px;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.notification__notificationComponent_5e1m2 {
|
|
21
21
|
visibility: hidden;
|
|
22
22
|
position: fixed;
|
|
23
23
|
right: var(--gap-s);
|
|
@@ -30,31 +30,31 @@
|
|
|
30
30
|
transition: transform 0.4s ease-out
|
|
31
31
|
}
|
|
32
32
|
@media screen and (min-width: 600px) {
|
|
33
|
-
.
|
|
33
|
+
.notification__notificationComponent_5e1m2 {
|
|
34
34
|
right: var(--gap-4xl);
|
|
35
35
|
width: auto;
|
|
36
36
|
transform: translate(calc(100% + var(--gap-4xl)), 0)
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.notification__notificationComponent_5e1m2.notification__isVisible_5e1m2 {
|
|
40
40
|
visibility: visible;
|
|
41
41
|
transform: translate(0, 0);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.notification__notificationComponent_5e1m2.notification__isClosing_5e1m2 {
|
|
44
44
|
transition: transform 0.1s ease-out;
|
|
45
45
|
transform: translate(100vw, 0)
|
|
46
46
|
}
|
|
47
47
|
@media screen and (min-width: 600px) {
|
|
48
|
-
.
|
|
48
|
+
.notification__notificationComponent_5e1m2.notification__isClosing_5e1m2 {
|
|
49
49
|
transform: translate(calc(100% + var(--gap-4xl)), 0)
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
@media screen and (min-width: 600px) {
|
|
53
|
-
.
|
|
53
|
+
.notification__toastContent_5e1m2 {
|
|
54
54
|
width: var(--notification-desktop-content-width)
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.notification__actionSection_5e1m2 {
|
|
58
58
|
min-width: 104px;
|
|
59
59
|
min-height: 48px;
|
|
60
60
|
padding: 0 var(--gap-xs);
|
package/modern/Component.js
CHANGED
|
@@ -8,7 +8,7 @@ import { ToastPlate } from '@alfalab/core-components-toast-plate/modern';
|
|
|
8
8
|
import { stackingOrder, Stack } from '@alfalab/core-components-stack/modern';
|
|
9
9
|
import { useClickOutside } from './utils/index.js';
|
|
10
10
|
|
|
11
|
-
var styles = {"notificationComponent":"
|
|
11
|
+
var styles = {"notificationComponent":"notification__notificationComponent_5e1m2","isVisible":"notification__isVisible_5e1m2","isClosing":"notification__isClosing_5e1m2","toastContent":"notification__toastContent_5e1m2","actionSection":"notification__actionSection_5e1m2"};
|
|
12
12
|
require('./index.css')
|
|
13
13
|
|
|
14
14
|
const notificationClassNameSelector = `.${styles.notificationComponent}`;
|
package/modern/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1i4gi */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
:root {
|
|
18
18
|
--notification-desktop-content-width: 278px;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.notification__notificationComponent_5e1m2 {
|
|
21
21
|
visibility: hidden;
|
|
22
22
|
position: fixed;
|
|
23
23
|
right: var(--gap-s);
|
|
@@ -30,31 +30,31 @@
|
|
|
30
30
|
transition: transform 0.4s ease-out
|
|
31
31
|
}
|
|
32
32
|
@media screen and (min-width: 600px) {
|
|
33
|
-
.
|
|
33
|
+
.notification__notificationComponent_5e1m2 {
|
|
34
34
|
right: var(--gap-4xl);
|
|
35
35
|
width: auto;
|
|
36
36
|
transform: translate(calc(100% + var(--gap-4xl)), 0)
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.notification__notificationComponent_5e1m2.notification__isVisible_5e1m2 {
|
|
40
40
|
visibility: visible;
|
|
41
41
|
transform: translate(0, 0);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.notification__notificationComponent_5e1m2.notification__isClosing_5e1m2 {
|
|
44
44
|
transition: transform 0.1s ease-out;
|
|
45
45
|
transform: translate(100vw, 0)
|
|
46
46
|
}
|
|
47
47
|
@media screen and (min-width: 600px) {
|
|
48
|
-
.
|
|
48
|
+
.notification__notificationComponent_5e1m2.notification__isClosing_5e1m2 {
|
|
49
49
|
transform: translate(calc(100% + var(--gap-4xl)), 0)
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
@media screen and (min-width: 600px) {
|
|
53
|
-
.
|
|
53
|
+
.notification__toastContent_5e1m2 {
|
|
54
54
|
width: var(--notification-desktop-content-width)
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.notification__actionSection_5e1m2 {
|
|
58
58
|
min-width: 104px;
|
|
59
59
|
min-height: 48px;
|
|
60
60
|
padding: 0 var(--gap-xs);
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-notification",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "index.js",
|
|
8
|
-
"module": "./
|
|
8
|
+
"module": "./esm/index.js",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
|
|
11
11
|
},
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@alfalab/core-components-portal": "^
|
|
21
|
-
"@alfalab/core-components-stack": "^
|
|
22
|
-
"@alfalab/core-components-toast-plate": "^
|
|
20
|
+
"@alfalab/core-components-portal": "^3.0.0",
|
|
21
|
+
"@alfalab/core-components-stack": "^4.0.0",
|
|
22
|
+
"@alfalab/core-components-toast-plate": "^5.0.0",
|
|
23
23
|
"classnames": "^2.3.1",
|
|
24
24
|
"element-closest": "^3.0.2",
|
|
25
25
|
"react-merge-refs": "^1.1.0",
|
package/CHANGELOG.md
DELETED
|
@@ -1,593 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [5.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.3.3...@alfalab/core-components-notification@5.4.0) (2022-08-04)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [5.3.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.3.2...@alfalab/core-components-notification@5.3.3) (2022-07-18)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [5.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.3.1...@alfalab/core-components-notification@5.3.2) (2022-07-15)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
## [5.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.3.0...@alfalab/core-components-notification@5.3.1) (2022-07-14)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
# [5.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.2.10...@alfalab/core-components-notification@5.3.0) (2022-06-28)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Features
|
|
48
|
-
|
|
49
|
-
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## [5.2.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.2.9...@alfalab/core-components-notification@5.2.10) (2022-06-24)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
* **icon-button:** fix disabled colors ([#104](https://github.com/core-ds/core-components/issues/104)) ([3f03849](https://github.com/core-ds/core-components/commit/3f038495bb63f72cd81ceeedbe55b52119581d57))
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## [5.2.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.2.8...@alfalab/core-components-notification@5.2.9) (2022-06-23)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## [5.2.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.2.7...@alfalab/core-components-notification@5.2.8) (2022-06-20)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
* **badge:** fix classname ([#100](https://github.com/core-ds/core-components/issues/100)) ([4b5f2bc](https://github.com/core-ds/core-components/commit/4b5f2bc9ab17daf865a5515828d178eaff94bd2d))
|
|
80
|
-
* **icon-button:** fix loading ([#105](https://github.com/core-ds/core-components/issues/105)) ([0b133f0](https://github.com/core-ds/core-components/commit/0b133f042e86702ec2861915f2cdbcdbad9ca905))
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
## [5.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.2.6...@alfalab/core-components-notification@5.2.7) (2022-06-03)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
# [5.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.1.1...@alfalab/core-components-notification@5.2.0) (2022-03-04)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
### Features
|
|
98
|
-
|
|
99
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
## [5.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.1.0...@alfalab/core-components-notification@5.1.1) (2022-02-17)
|
|
106
|
-
|
|
107
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
# [5.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.16...@alfalab/core-components-notification@5.1.0) (2022-02-15)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Features
|
|
117
|
-
|
|
118
|
-
* **notification:** disabled trackMouse ([#987](https://github.com/core-ds/core-components/issues/987)) ([c237b04](https://github.com/core-ds/core-components/commit/c237b04be227d370b321bb2d4585ce72b4d9994e))
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## [5.0.16](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.15...@alfalab/core-components-notification@5.0.16) (2022-02-09)
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
## [5.0.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.14...@alfalab/core-components-notification@5.0.15) (2022-02-03)
|
|
133
|
-
|
|
134
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## [5.0.14](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.13...@alfalab/core-components-notification@5.0.14) (2022-02-02)
|
|
141
|
-
|
|
142
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
## [5.0.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.12...@alfalab/core-components-notification@5.0.13) (2021-12-29)
|
|
149
|
-
|
|
150
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## [5.0.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.11...@alfalab/core-components-notification@5.0.12) (2021-12-14)
|
|
157
|
-
|
|
158
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
## [5.0.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.10...@alfalab/core-components-notification@5.0.11) (2021-12-08)
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## [5.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.9...@alfalab/core-components-notification@5.0.10) (2021-12-01)
|
|
173
|
-
|
|
174
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
## [5.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.8...@alfalab/core-components-notification@5.0.9) (2021-11-26)
|
|
181
|
-
|
|
182
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
## [5.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.7...@alfalab/core-components-notification@5.0.8) (2021-11-16)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
## [5.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.6...@alfalab/core-components-notification@5.0.7) (2021-10-25)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Bug Fixes
|
|
200
|
-
|
|
201
|
-
* **textarea:** поправлен отступ в размере xl ([#859](https://github.com/core-ds/core-components/issues/859)) ([fcd586b](https://github.com/core-ds/core-components/commit/fcd586b03761bda053c7c3fd9381bb94227711d7))
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
## [5.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.5...@alfalab/core-components-notification@5.0.6) (2021-09-14)
|
|
208
|
-
|
|
209
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
## [5.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.4...@alfalab/core-components-notification@5.0.5) (2021-08-27)
|
|
216
|
-
|
|
217
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## [5.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.3...@alfalab/core-components-notification@5.0.4) (2021-08-04)
|
|
224
|
-
|
|
225
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
## [5.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.2...@alfalab/core-components-notification@5.0.3) (2021-07-23)
|
|
232
|
-
|
|
233
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
## [5.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.1...@alfalab/core-components-notification@5.0.2) (2021-07-19)
|
|
240
|
-
|
|
241
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## [5.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@5.0.0...@alfalab/core-components-notification@5.0.1) (2021-07-09)
|
|
248
|
-
|
|
249
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
# [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@4.1.0...@alfalab/core-components-notification@5.0.0) (2021-07-08)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
### Features
|
|
259
|
-
|
|
260
|
-
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
261
|
-
|
|
262
|
-
# [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@4.0.1...@alfalab/core-components-notification@4.1.0) (2021-06-22)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### Features
|
|
266
|
-
|
|
267
|
-
* **notification:** add null autoCloseDelay ([#698](https://github.com/core-ds/core-components/issues/698)) ([6c2f0e0](https://github.com/core-ds/core-components/commit/6c2f0e083ec94797e8193b19d8bbafd042a5c2a5))
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@4.0.0...@alfalab/core-components-notification@4.0.1) (2021-05-31)
|
|
274
|
-
|
|
275
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
# [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@3.0.5...@alfalab/core-components-notification@4.0.0) (2021-05-25)
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
### Features
|
|
285
|
-
|
|
286
|
-
* **button:** add inverted ([#649](https://github.com/core-ds/core-components/issues/649)) ([be321b0](https://github.com/core-ds/core-components/commit/be321b07e99d20824138ad65141f3fbed1b6e315)), closes [#658](https://github.com/core-ds/core-components/issues/658) [#657](https://github.com/core-ds/core-components/issues/657)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### BREAKING CHANGES
|
|
290
|
-
|
|
291
|
-
* **button:** remove inverted themes
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
## [3.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@3.0.4...@alfalab/core-components-notification@3.0.5) (2021-05-25)
|
|
298
|
-
|
|
299
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
## [3.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@3.0.3...@alfalab/core-components-notification@3.0.4) (2021-05-18)
|
|
306
|
-
|
|
307
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
## [3.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@3.0.2...@alfalab/core-components-notification@3.0.3) (2021-05-07)
|
|
314
|
-
|
|
315
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
## [3.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@3.0.1...@alfalab/core-components-notification@3.0.2) (2021-05-05)
|
|
322
|
-
|
|
323
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
## [3.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@3.0.0...@alfalab/core-components-notification@3.0.1) (2021-05-04)
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
### Bug Fixes
|
|
333
|
-
|
|
334
|
-
* **notification:** move closest polyfill to mount ([#639](https://github.com/core-ds/core-components/issues/639)) ([364a9f6](https://github.com/core-ds/core-components/commit/364a9f69b632428394ce8571333d8f0e6dc11f1e))
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
# [3.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.2.0...@alfalab/core-components-notification@3.0.0) (2021-04-26)
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
### Features
|
|
344
|
-
|
|
345
|
-
* **stack:** add new component ([#612](https://github.com/core-ds/core-components/issues/612)) ([c520f91](https://github.com/core-ds/core-components/commit/c520f91cd22bb9e23fd2f428719865b4c7d5a2a6))
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
### BREAKING CHANGES
|
|
349
|
-
|
|
350
|
-
* **stack:** remove z-index, add stack component
|
|
351
|
-
|
|
352
|
-
* feat(modal): remove z-index, add stack component
|
|
353
|
-
|
|
354
|
-
remove z-index, add stack component
|
|
355
|
-
* **stack:** remove z-index, add stack component
|
|
356
|
-
|
|
357
|
-
* feat(notification-manager): remove z-index, add stack component
|
|
358
|
-
|
|
359
|
-
remove z-index, add stack component
|
|
360
|
-
* **stack:** remove z-index, add stack component
|
|
361
|
-
|
|
362
|
-
* feat(notification): remove z-index, add stack component
|
|
363
|
-
|
|
364
|
-
remove z-index, add stack component
|
|
365
|
-
* **stack:** remove z-index, add stack component
|
|
366
|
-
|
|
367
|
-
* feat(popover): remove z-index, add stack component
|
|
368
|
-
|
|
369
|
-
remove z-index, add stack component
|
|
370
|
-
* **stack:** remove z-index, add stack component
|
|
371
|
-
|
|
372
|
-
* feat(select): remove z-index, add stack component
|
|
373
|
-
|
|
374
|
-
remove z-index, add stack component
|
|
375
|
-
* **stack:** remove z-index, add stack component
|
|
376
|
-
|
|
377
|
-
* feat(toast): remove z-index, add stack component
|
|
378
|
-
|
|
379
|
-
remove z-index, add stack component
|
|
380
|
-
* **stack:** remove z-index, add stack component
|
|
381
|
-
|
|
382
|
-
* feat(tooltip): remove z-index, add stack component
|
|
383
|
-
|
|
384
|
-
remove z-index, add stack component
|
|
385
|
-
* **stack:** remove z-index, add stack component
|
|
386
|
-
|
|
387
|
-
* feat(stack): fix comment
|
|
388
|
-
|
|
389
|
-
* Revert "feat(modal): remove z-index, add stack component"
|
|
390
|
-
|
|
391
|
-
This reverts commit fcae901c6ec58311701cd491296a7b04016a9a65.
|
|
392
|
-
|
|
393
|
-
* feat(base-modal): remove z-index, add stack component
|
|
394
|
-
|
|
395
|
-
remove z-index, add stack component
|
|
396
|
-
* **stack:** remove z-index, add stack component
|
|
397
|
-
|
|
398
|
-
* test(file-upload-item): update snapshot
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
# [2.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.1.3...@alfalab/core-components-notification@2.2.0) (2021-04-26)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
### Bug Fixes
|
|
408
|
-
|
|
409
|
-
* **notification:** ie fixes ([#633](https://github.com/core-ds/core-components/issues/633)) ([decbf8f](https://github.com/core-ds/core-components/commit/decbf8f4d55cb48a5f3a6430e30e750104907552))
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
### Features
|
|
413
|
-
|
|
414
|
-
* **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
## [2.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.1.2...@alfalab/core-components-notification@2.1.3) (2021-04-01)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
## [2.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.1.1...@alfalab/core-components-notification@2.1.2) (2021-03-30)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
## [2.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.1.0...@alfalab/core-components-notification@2.1.1) (2021-03-30)
|
|
437
|
-
|
|
438
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
# [2.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.16...@alfalab/core-components-notification@2.1.0) (2021-03-24)
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
### Features
|
|
448
|
-
|
|
449
|
-
* **notification-manager:** add component ([#565](https://github.com/core-ds/core-components/issues/565)) ([ad6ffab](https://github.com/core-ds/core-components/commit/ad6ffabb0f9665cd453b862279e96b7a1a6f359b))
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
## [2.0.16](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.15...@alfalab/core-components-notification@2.0.16) (2021-03-19)
|
|
456
|
-
|
|
457
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
## [2.0.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.13...@alfalab/core-components-notification@2.0.15) (2021-03-18)
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
### Bug Fixes
|
|
467
|
-
|
|
468
|
-
* one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
## [2.0.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.11...@alfalab/core-components-notification@2.0.13) (2021-03-16)
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### Bug Fixes
|
|
478
|
-
|
|
479
|
-
* border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
## [2.0.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.10...@alfalab/core-components-notification@2.0.11) (2021-03-15)
|
|
486
|
-
|
|
487
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
## [2.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.9...@alfalab/core-components-notification@2.0.10) (2021-03-14)
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
### Bug Fixes
|
|
497
|
-
|
|
498
|
-
* **button:** set type button by default ([#564](https://github.com/core-ds/core-components/issues/564)) ([59fdefd](https://github.com/core-ds/core-components/commit/59fdefd4f37fbe589840aa8944d88bde5b8cda6e))
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
## [2.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.8...@alfalab/core-components-notification@2.0.9) (2021-03-10)
|
|
505
|
-
|
|
506
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
## [2.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.7...@alfalab/core-components-notification@2.0.8) (2021-03-04)
|
|
513
|
-
|
|
514
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
## [2.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.6...@alfalab/core-components-notification@2.0.7) (2021-03-03)
|
|
521
|
-
|
|
522
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
## [2.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.5...@alfalab/core-components-notification@2.0.6) (2021-03-03)
|
|
529
|
-
|
|
530
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
## [2.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.4...@alfalab/core-components-notification@2.0.5) (2021-03-03)
|
|
537
|
-
|
|
538
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
## [2.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.3...@alfalab/core-components-notification@2.0.4) (2021-02-20)
|
|
545
|
-
|
|
546
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
## [2.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.2...@alfalab/core-components-notification@2.0.3) (2021-02-19)
|
|
553
|
-
|
|
554
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
## [2.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.1...@alfalab/core-components-notification@2.0.2) (2021-02-19)
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
### Bug Fixes
|
|
564
|
-
|
|
565
|
-
* **notification:** fix css var name ([#526](https://github.com/core-ds/core-components/issues/526)) ([6bbc851](https://github.com/core-ds/core-components/commit/6bbc851fba023309292a89f0152fbe0603a955a1))
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@2.0.0...@alfalab/core-components-notification@2.0.1) (2021-02-19)
|
|
572
|
-
|
|
573
|
-
**Note:** Version bump only for package @alfalab/core-components-notification
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
# [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification@1.4.0...@alfalab/core-components-notification@2.0.0) (2021-02-18)
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Bug Fixes
|
|
583
|
-
|
|
584
|
-
* update versions ([#525](https://github.com/core-ds/core-components/issues/525)) ([31b2e4c](https://github.com/core-ds/core-components/commit/31b2e4c92fde6e2b63a3391a4e053cd328e93e70))
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
* Betters toasts (#521) ([628b032](https://github.com/core-ds/core-components/commit/628b032f00dc36a71563f62238bd3f559968f320)), closes [#521](https://github.com/core-ds/core-components/issues/521)
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
### BREAKING CHANGES
|
|
592
|
-
|
|
593
|
-
* --notification-desktop-width var removed
|