@alfalab/core-components-notification-manager 4.3.0 → 4.3.1

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.
File without changes
package/component.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var components_notification_component = require('./component-6834d6a6.js');
5
+ var components_notification_component = require('./component-e8e2f7ea.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var reactTransitionGroup = require('react-transition-group');
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
16
16
 
17
- var styles = {"component":"notification-manager__component_t26d7","notification":"notification-manager__notification_t26d7","enter":"notification-manager__enter_t26d7","enterActive":"notification-manager__enterActive_t26d7","exit":"notification-manager__exit_t26d7","exitActive":"notification-manager__exitActive_t26d7"};
17
+ var styles = {"component":"notification-manager__component_1h54h","notification":"notification-manager__notification_1h54h","enter":"notification-manager__enter_1h54h","enterActive":"notification-manager__enterActive_1h54h","exit":"notification-manager__exit_1h54h","exitActive":"notification-manager__exitActive_1h54h"};
18
18
  require('./index.css')
19
19
 
20
20
  var CSS_TRANSITION_CLASS_NAMES = {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var components_notification_component = require('../component-6834d6a6.js');
5
+ var components_notification_component = require('../component-e8e2f7ea.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var components_notification_component = require('../../component-6834d6a6.js');
5
+ var components_notification_component = require('../../component-e8e2f7ea.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
 
@@ -1 +1 @@
1
- export * from "../../component-6834d6a6";
1
+ export * from "../../component-e8e2f7ea";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var components_notification_component = require('../../component-6834d6a6.js');
5
+ var components_notification_component = require('../../component-e8e2f7ea.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
 
package/esm/component.js CHANGED
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign, N as Notification } from './component-cf7e58b6.js';
1
+ import { _ as __rest, a as __assign, N as Notification } from './component-3daca087.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TransitionGroup, CSSTransition } from 'react-transition-group';
5
5
  import { Portal } from '@alfalab/core-components-portal/esm';
6
6
  import { stackingOrder, Stack } from '@alfalab/core-components-stack/esm';
7
7
 
8
- var styles = {"component":"notification-manager__component_t26d7","notification":"notification-manager__notification_t26d7","enter":"notification-manager__enter_t26d7","enterActive":"notification-manager__enterActive_t26d7","exit":"notification-manager__exit_t26d7","exitActive":"notification-manager__exitActive_t26d7"};
8
+ var styles = {"component":"notification-manager__component_1h54h","notification":"notification-manager__notification_1h54h","enter":"notification-manager__enter_1h54h","enterActive":"notification-manager__enterActive_1h54h","exit":"notification-manager__exit_1h54h","exitActive":"notification-manager__exitActive_1h54h"};
9
9
  require('./index.css')
10
10
 
11
11
  var CSS_TRANSITION_CLASS_NAMES = {
@@ -1,3 +1,3 @@
1
- export { N as Notification } from '../component-cf7e58b6.js';
1
+ export { N as Notification } from '../component-3daca087.js';
2
2
  import 'react';
3
3
  import 'classnames';
@@ -1,3 +1,3 @@
1
- export { N as Notification } from '../../component-cf7e58b6.js';
1
+ export { N as Notification } from '../../component-3daca087.js';
2
2
  import 'react';
3
3
  import 'classnames';
@@ -1 +1 @@
1
- export * from "../../component-cf7e58b6";
1
+ export * from "../../component-3daca087";
@@ -1,3 +1,3 @@
1
- export { N as Notification } from '../../component-cf7e58b6.js';
1
+ export { N as Notification } from '../../component-3daca087.js';
2
2
  import 'react';
3
3
  import 'classnames';
package/esm/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_t26d7 {
8
+ .notification-manager__component_1h54h {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,48 +13,48 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
16
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
17
17
  position: static;
18
18
  width: calc(100vw - var(--gap-xl));
19
19
  margin-top: var(--gap-s);
20
20
  will-change: transform;
21
21
  }
22
22
 
23
- .notification-manager__enter_t26d7 {
23
+ .notification-manager__enter_1h54h {
24
24
  visibility: hidden;
25
25
  transform: translate(0, -500px);
26
26
  transition: transform 0.4s ease-out;
27
27
  }
28
28
 
29
- .notification-manager__enterActive_t26d7 {
29
+ .notification-manager__enterActive_1h54h {
30
30
  visibility: visible;
31
31
  transform: translate(0);
32
32
  }
33
33
 
34
- .notification-manager__exit_t26d7 {
34
+ .notification-manager__exit_1h54h {
35
35
  opacity: 0;
36
36
  transition: opacity 0.15s ease-in-out;
37
37
  }
38
38
 
39
- .notification-manager__exitActive_t26d7 {
39
+ .notification-manager__exitActive_1h54h {
40
40
  visibility: hidden;
41
41
  opacity: 0;
42
42
  }
43
43
 
44
44
  @media (min-width: 600px) {
45
- .notification-manager__component_t26d7 {
45
+ .notification-manager__component_1h54h {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
49
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_t26d7 {
53
+ .notification-manager__enter_1h54h {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_t26d7 {
57
+ .notification-manager__enterActive_1h54h {
58
58
  transform: translate(0);
59
59
  }
60
60
  }
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './component-cf7e58b6.js';
1
+ import './component-3daca087.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-transition-group';
package/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_t26d7 {
8
+ .notification-manager__component_1h54h {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,48 +13,48 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
16
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
17
17
  position: static;
18
18
  width: calc(100vw - var(--gap-xl));
19
19
  margin-top: var(--gap-s);
20
20
  will-change: transform;
21
21
  }
22
22
 
23
- .notification-manager__enter_t26d7 {
23
+ .notification-manager__enter_1h54h {
24
24
  visibility: hidden;
25
25
  transform: translate(0, -500px);
26
26
  transition: transform 0.4s ease-out;
27
27
  }
28
28
 
29
- .notification-manager__enterActive_t26d7 {
29
+ .notification-manager__enterActive_1h54h {
30
30
  visibility: visible;
31
31
  transform: translate(0);
32
32
  }
33
33
 
34
- .notification-manager__exit_t26d7 {
34
+ .notification-manager__exit_1h54h {
35
35
  opacity: 0;
36
36
  transition: opacity 0.15s ease-in-out;
37
37
  }
38
38
 
39
- .notification-manager__exitActive_t26d7 {
39
+ .notification-manager__exitActive_1h54h {
40
40
  visibility: hidden;
41
41
  opacity: 0;
42
42
  }
43
43
 
44
44
  @media (min-width: 600px) {
45
- .notification-manager__component_t26d7 {
45
+ .notification-manager__component_1h54h {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
49
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_t26d7 {
53
+ .notification-manager__enter_1h54h {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_t26d7 {
57
+ .notification-manager__enterActive_1h54h {
58
58
  transform: translate(0);
59
59
  }
60
60
  }
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./component-6834d6a6.js');
5
+ require('./component-e8e2f7ea.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('react-transition-group');
@@ -5,7 +5,7 @@ import { Portal } from '@alfalab/core-components-portal/modern';
5
5
  import { stackingOrder, Stack } from '@alfalab/core-components-stack/modern';
6
6
  import { Notification } from './components/notification/component.js';
7
7
 
8
- var styles = {"component":"notification-manager__component_t26d7","notification":"notification-manager__notification_t26d7","enter":"notification-manager__enter_t26d7","enterActive":"notification-manager__enterActive_t26d7","exit":"notification-manager__exit_t26d7","exitActive":"notification-manager__exitActive_t26d7"};
8
+ var styles = {"component":"notification-manager__component_1h54h","notification":"notification-manager__notification_1h54h","enter":"notification-manager__enter_1h54h","enterActive":"notification-manager__enterActive_1h54h","exit":"notification-manager__exit_1h54h","exitActive":"notification-manager__exitActive_1h54h"};
9
9
  require('./index.css')
10
10
 
11
11
  const CSS_TRANSITION_CLASS_NAMES = {
package/modern/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_t26d7 {
8
+ .notification-manager__component_1h54h {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,48 +13,48 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
16
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
17
17
  position: static;
18
18
  width: calc(100vw - var(--gap-xl));
19
19
  margin-top: var(--gap-s);
20
20
  will-change: transform;
21
21
  }
22
22
 
23
- .notification-manager__enter_t26d7 {
23
+ .notification-manager__enter_1h54h {
24
24
  visibility: hidden;
25
25
  transform: translate(0, -500px);
26
26
  transition: transform 0.4s ease-out;
27
27
  }
28
28
 
29
- .notification-manager__enterActive_t26d7 {
29
+ .notification-manager__enterActive_1h54h {
30
30
  visibility: visible;
31
31
  transform: translate(0);
32
32
  }
33
33
 
34
- .notification-manager__exit_t26d7 {
34
+ .notification-manager__exit_1h54h {
35
35
  opacity: 0;
36
36
  transition: opacity 0.15s ease-in-out;
37
37
  }
38
38
 
39
- .notification-manager__exitActive_t26d7 {
39
+ .notification-manager__exitActive_1h54h {
40
40
  visibility: hidden;
41
41
  opacity: 0;
42
42
  }
43
43
 
44
44
  @media (min-width: 600px) {
45
- .notification-manager__component_t26d7 {
45
+ .notification-manager__component_1h54h {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_t26d7 .notification-manager__notification_t26d7 {
49
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_t26d7 {
53
+ .notification-manager__enter_1h54h {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_t26d7 {
57
+ .notification-manager__enterActive_1h54h {
58
58
  transform: translate(0);
59
59
  }
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification-manager",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Notification manager",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@alfalab/core-components-notification": "^5.4.0",
20
+ "@alfalab/core-components-notification": "^5.4.1",
21
21
  "@alfalab/core-components-portal": "^2.1.0",
22
22
  "@alfalab/core-components-stack": "^3.1.0",
23
23
  "classnames": "^2.3.1",
package/CHANGELOG.md DELETED
@@ -1,432 +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
- # [4.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.3...@alfalab/core-components-notification-manager@4.3.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
- ## [4.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.2...@alfalab/core-components-notification-manager@4.2.3) (2022-07-18)
18
-
19
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
20
-
21
-
22
-
23
-
24
-
25
- ## [4.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.1...@alfalab/core-components-notification-manager@4.2.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
- ## [4.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.2.0...@alfalab/core-components-notification-manager@4.2.1) (2022-07-14)
37
-
38
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
39
-
40
-
41
-
42
-
43
-
44
- # [4.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.1.10...@alfalab/core-components-notification-manager@4.2.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
- ## [4.1.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.1.9...@alfalab/core-components-notification-manager@4.1.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
- ## [4.1.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.1.8...@alfalab/core-components-notification-manager@4.1.9) (2022-06-23)
67
-
68
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
69
-
70
-
71
-
72
-
73
-
74
- ## [4.1.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.1.7...@alfalab/core-components-notification-manager@4.1.8) (2022-06-20)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **icon-button:** fix loading ([#105](https://github.com/core-ds/core-components/issues/105)) ([0b133f0](https://github.com/core-ds/core-components/commit/0b133f042e86702ec2861915f2cdbcdbad9ca905))
80
-
81
-
82
-
83
-
84
-
85
- ## [4.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.1.6...@alfalab/core-components-notification-manager@4.1.7) (2022-06-03)
86
-
87
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
88
-
89
-
90
-
91
-
92
-
93
- # [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.18...@alfalab/core-components-notification-manager@4.1.0) (2022-03-04)
94
-
95
-
96
- ### Features
97
-
98
- * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
99
-
100
-
101
-
102
-
103
-
104
- ## [4.0.18](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.17...@alfalab/core-components-notification-manager@4.0.18) (2022-02-17)
105
-
106
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
107
-
108
-
109
-
110
-
111
-
112
- ## [4.0.17](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.16...@alfalab/core-components-notification-manager@4.0.17) (2022-02-15)
113
-
114
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
115
-
116
-
117
-
118
-
119
-
120
- ## [4.0.16](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.15...@alfalab/core-components-notification-manager@4.0.16) (2022-02-09)
121
-
122
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
123
-
124
-
125
-
126
-
127
-
128
- ## [4.0.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.14...@alfalab/core-components-notification-manager@4.0.15) (2022-02-03)
129
-
130
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
131
-
132
-
133
-
134
-
135
-
136
- ## [4.0.14](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.13...@alfalab/core-components-notification-manager@4.0.14) (2022-02-02)
137
-
138
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
139
-
140
-
141
-
142
-
143
-
144
- ## [4.0.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.12...@alfalab/core-components-notification-manager@4.0.13) (2021-12-29)
145
-
146
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
147
-
148
-
149
-
150
-
151
-
152
- ## [4.0.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.11...@alfalab/core-components-notification-manager@4.0.12) (2021-12-14)
153
-
154
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
155
-
156
-
157
-
158
-
159
-
160
- ## [4.0.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.10...@alfalab/core-components-notification-manager@4.0.11) (2021-12-08)
161
-
162
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
163
-
164
-
165
-
166
-
167
-
168
- ## [4.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.9...@alfalab/core-components-notification-manager@4.0.10) (2021-12-01)
169
-
170
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
171
-
172
-
173
-
174
-
175
-
176
- ## [4.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.8...@alfalab/core-components-notification-manager@4.0.9) (2021-11-26)
177
-
178
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
179
-
180
-
181
-
182
-
183
-
184
- ## [4.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.7...@alfalab/core-components-notification-manager@4.0.8) (2021-11-16)
185
-
186
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
187
-
188
-
189
-
190
-
191
-
192
- ## [4.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.6...@alfalab/core-components-notification-manager@4.0.7) (2021-10-25)
193
-
194
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
195
-
196
-
197
-
198
-
199
-
200
- ## [4.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.5...@alfalab/core-components-notification-manager@4.0.6) (2021-09-14)
201
-
202
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
203
-
204
-
205
-
206
-
207
-
208
- ## [4.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.4...@alfalab/core-components-notification-manager@4.0.5) (2021-08-27)
209
-
210
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
211
-
212
-
213
-
214
-
215
-
216
- ## [4.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.3...@alfalab/core-components-notification-manager@4.0.4) (2021-08-04)
217
-
218
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
219
-
220
-
221
-
222
-
223
-
224
- ## [4.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.2...@alfalab/core-components-notification-manager@4.0.3) (2021-07-23)
225
-
226
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
227
-
228
-
229
-
230
-
231
-
232
- ## [4.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.1...@alfalab/core-components-notification-manager@4.0.2) (2021-07-19)
233
-
234
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
235
-
236
-
237
-
238
-
239
-
240
- ## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@4.0.0...@alfalab/core-components-notification-manager@4.0.1) (2021-07-09)
241
-
242
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
243
-
244
-
245
-
246
-
247
-
248
- # [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@3.0.2...@alfalab/core-components-notification-manager@4.0.0) (2021-07-08)
249
-
250
-
251
- ### Features
252
-
253
- * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
254
-
255
- ## [3.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@3.0.1...@alfalab/core-components-notification-manager@3.0.2) (2021-06-22)
256
-
257
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
258
-
259
-
260
-
261
-
262
-
263
- ## [3.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@3.0.0...@alfalab/core-components-notification-manager@3.0.1) (2021-05-31)
264
-
265
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
266
-
267
-
268
-
269
-
270
-
271
- # [3.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@2.0.5...@alfalab/core-components-notification-manager@3.0.0) (2021-05-25)
272
-
273
-
274
- ### Features
275
-
276
- * **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)
277
-
278
-
279
- ### BREAKING CHANGES
280
-
281
- * **button:** remove inverted themes
282
-
283
-
284
-
285
-
286
-
287
- ## [2.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@2.0.4...@alfalab/core-components-notification-manager@2.0.5) (2021-05-25)
288
-
289
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
290
-
291
-
292
-
293
-
294
-
295
- ## [2.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@2.0.3...@alfalab/core-components-notification-manager@2.0.4) (2021-05-18)
296
-
297
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
298
-
299
-
300
-
301
-
302
-
303
- ## [2.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@2.0.2...@alfalab/core-components-notification-manager@2.0.3) (2021-05-07)
304
-
305
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
306
-
307
-
308
-
309
-
310
-
311
- ## [2.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@2.0.1...@alfalab/core-components-notification-manager@2.0.2) (2021-05-05)
312
-
313
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
314
-
315
-
316
-
317
-
318
-
319
- ## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@2.0.0...@alfalab/core-components-notification-manager@2.0.1) (2021-05-04)
320
-
321
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
322
-
323
-
324
-
325
-
326
-
327
- # [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@1.2.0...@alfalab/core-components-notification-manager@2.0.0) (2021-04-26)
328
-
329
-
330
- ### Features
331
-
332
- * **stack:** add new component ([#612](https://github.com/core-ds/core-components/issues/612)) ([c520f91](https://github.com/core-ds/core-components/commit/c520f91cd22bb9e23fd2f428719865b4c7d5a2a6))
333
-
334
-
335
- ### BREAKING CHANGES
336
-
337
- * **stack:** remove z-index, add stack component
338
-
339
- * feat(modal): remove z-index, add stack component
340
-
341
- remove z-index, add stack component
342
- * **stack:** remove z-index, add stack component
343
-
344
- * feat(notification-manager): remove z-index, add stack component
345
-
346
- remove z-index, add stack component
347
- * **stack:** remove z-index, add stack component
348
-
349
- * feat(notification): remove z-index, add stack component
350
-
351
- remove z-index, add stack component
352
- * **stack:** remove z-index, add stack component
353
-
354
- * feat(popover): remove z-index, add stack component
355
-
356
- remove z-index, add stack component
357
- * **stack:** remove z-index, add stack component
358
-
359
- * feat(select): remove z-index, add stack component
360
-
361
- remove z-index, add stack component
362
- * **stack:** remove z-index, add stack component
363
-
364
- * feat(toast): remove z-index, add stack component
365
-
366
- remove z-index, add stack component
367
- * **stack:** remove z-index, add stack component
368
-
369
- * feat(tooltip): remove z-index, add stack component
370
-
371
- remove z-index, add stack component
372
- * **stack:** remove z-index, add stack component
373
-
374
- * feat(stack): fix comment
375
-
376
- * Revert "feat(modal): remove z-index, add stack component"
377
-
378
- This reverts commit fcae901c6ec58311701cd491296a7b04016a9a65.
379
-
380
- * feat(base-modal): remove z-index, add stack component
381
-
382
- remove z-index, add stack component
383
- * **stack:** remove z-index, add stack component
384
-
385
- * test(file-upload-item): update snapshot
386
-
387
-
388
-
389
-
390
-
391
- # [1.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@1.1.3...@alfalab/core-components-notification-manager@1.2.0) (2021-04-26)
392
-
393
-
394
- ### Features
395
-
396
- * **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
397
-
398
-
399
-
400
-
401
-
402
- ## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@1.1.2...@alfalab/core-components-notification-manager@1.1.3) (2021-04-01)
403
-
404
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
405
-
406
-
407
-
408
-
409
-
410
- ## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@1.1.1...@alfalab/core-components-notification-manager@1.1.2) (2021-03-30)
411
-
412
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
413
-
414
-
415
-
416
-
417
-
418
- ## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-notification-manager@1.1.0...@alfalab/core-components-notification-manager@1.1.1) (2021-03-30)
419
-
420
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
421
-
422
-
423
-
424
-
425
-
426
- # 1.1.0 (2021-03-24)
427
-
428
-
429
- ### Features
430
-
431
-
432
- * **notification-manager:** add component ([#565](https://github.com/core-ds/core-components/issues/565)) ([ad6ffab](https://github.com/core-ds/core-components/commit/ad6ffabb0f9665cd453b862279e96b7a1a6f359b))