@alfalab/core-components-notification-manager 4.2.2 → 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-ff381519.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_18991","notification":"notification-manager__notification_18991","enter":"notification-manager__enter_18991","enterActive":"notification-manager__enterActive_18991","exit":"notification-manager__exit_18991","exitActive":"notification-manager__exitActive_18991"};
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-ff381519.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-ff381519.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-ff381519";
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-ff381519.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-ec6cb0bb.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_18991","notification":"notification-manager__notification_18991","enter":"notification-manager__enter_18991","enterActive":"notification-manager__enterActive_18991","exit":"notification-manager__exit_18991","exitActive":"notification-manager__exitActive_18991"};
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-ec6cb0bb.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-ec6cb0bb.js';
1
+ export { N as Notification } from '../../component-3daca087.js';
2
2
  import 'react';
3
3
  import 'classnames';
@@ -1 +1 @@
1
- export * from "../../component-ec6cb0bb";
1
+ export * from "../../component-3daca087";
@@ -1,3 +1,3 @@
1
- export { N as Notification } from '../../component-ec6cb0bb.js';
1
+ export { N as Notification } from '../../component-3daca087.js';
2
2
  import 'react';
3
3
  import 'classnames';
package/esm/index.css CHANGED
@@ -1,11 +1,11 @@
1
- /* hash: ls4jx */
1
+ /* hash: 1u18y */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_18991 {
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_18991 .notification-manager__notification_18991 {
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_18991 {
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_18991 {
29
+ .notification-manager__enterActive_1h54h {
30
30
  visibility: visible;
31
31
  transform: translate(0);
32
32
  }
33
33
 
34
- .notification-manager__exit_18991 {
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_18991 {
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_18991 {
45
+ .notification-manager__component_1h54h {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_18991 .notification-manager__notification_18991 {
49
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_18991 {
53
+ .notification-manager__enter_1h54h {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_18991 {
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-ec6cb0bb.js';
1
+ import './component-3daca087.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-transition-group';
package/index.css CHANGED
@@ -1,11 +1,11 @@
1
- /* hash: ls4jx */
1
+ /* hash: 1u18y */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_18991 {
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_18991 .notification-manager__notification_18991 {
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_18991 {
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_18991 {
29
+ .notification-manager__enterActive_1h54h {
30
30
  visibility: visible;
31
31
  transform: translate(0);
32
32
  }
33
33
 
34
- .notification-manager__exit_18991 {
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_18991 {
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_18991 {
45
+ .notification-manager__component_1h54h {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_18991 .notification-manager__notification_18991 {
49
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_18991 {
53
+ .notification-manager__enter_1h54h {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_18991 {
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-ff381519.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_18991","notification":"notification-manager__notification_18991","enter":"notification-manager__enter_18991","enterActive":"notification-manager__enterActive_18991","exit":"notification-manager__exit_18991","exitActive":"notification-manager__exitActive_18991"};
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
@@ -1,11 +1,11 @@
1
- /* hash: ls4jx */
1
+ /* hash: 1u18y */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_18991 {
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_18991 .notification-manager__notification_18991 {
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_18991 {
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_18991 {
29
+ .notification-manager__enterActive_1h54h {
30
30
  visibility: visible;
31
31
  transform: translate(0);
32
32
  }
33
33
 
34
- .notification-manager__exit_18991 {
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_18991 {
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_18991 {
45
+ .notification-manager__component_1h54h {
46
46
  right: var(--gap-4xl);
47
47
  }
48
48
 
49
- .notification-manager__component_18991 .notification-manager__notification_18991 {
49
+ .notification-manager__component_1h54h .notification-manager__notification_1h54h {
50
50
  width: auto;
51
51
  }
52
52
 
53
- .notification-manager__enter_18991 {
53
+ .notification-manager__enter_1h54h {
54
54
  transform: translate(100%, 0);
55
55
  }
56
56
 
57
- .notification-manager__enterActive_18991 {
57
+ .notification-manager__enterActive_1h54h {
58
58
  transform: translate(0);
59
59
  }
60
60
  }
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification-manager",
3
- "version": "4.2.2",
3
+ "version": "4.3.1",
4
4
  "description": "Notification manager",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "main": "index.js",
8
8
  "module": "./dist/modern/index.js",
9
9
  "scripts": {
10
- "postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
10
+ "postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public",
14
14
  "directory": "dist"
15
15
  },
16
16
  "peerDependencies": {
17
- "react": "^16.9.0 || ^17.0.1"
17
+ "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@alfalab/core-components-notification": "^5.3.2",
21
- "@alfalab/core-components-portal": "^2.0.5",
22
- "@alfalab/core-components-stack": "^3.0.5",
23
- "classnames": "^2.2.6",
20
+ "@alfalab/core-components-notification": "^5.4.1",
21
+ "@alfalab/core-components-portal": "^2.1.0",
22
+ "@alfalab/core-components-stack": "^3.1.0",
23
+ "classnames": "^2.3.1",
24
24
  "react-transition-group": "^4.4.1"
25
25
  }
26
26
  }
package/CHANGELOG.md DELETED
@@ -1,413 +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.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)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
12
-
13
-
14
-
15
-
16
-
17
- ## [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)
18
-
19
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
20
-
21
-
22
-
23
-
24
-
25
- # [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)
26
-
27
-
28
- ### Features
29
-
30
- * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
31
-
32
-
33
-
34
-
35
-
36
- ## [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)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * **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))
42
-
43
-
44
-
45
-
46
-
47
- ## [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)
48
-
49
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
50
-
51
-
52
-
53
-
54
-
55
- ## [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)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * **icon-button:** fix loading ([#105](https://github.com/core-ds/core-components/issues/105)) ([0b133f0](https://github.com/core-ds/core-components/commit/0b133f042e86702ec2861915f2cdbcdbad9ca905))
61
-
62
-
63
-
64
-
65
-
66
- ## [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)
67
-
68
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
69
-
70
-
71
-
72
-
73
-
74
- # [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)
75
-
76
-
77
- ### Features
78
-
79
- * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
80
-
81
-
82
-
83
-
84
-
85
- ## [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)
86
-
87
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
88
-
89
-
90
-
91
-
92
-
93
- ## [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)
94
-
95
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
96
-
97
-
98
-
99
-
100
-
101
- ## [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)
102
-
103
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
104
-
105
-
106
-
107
-
108
-
109
- ## [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)
110
-
111
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
112
-
113
-
114
-
115
-
116
-
117
- ## [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)
118
-
119
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
120
-
121
-
122
-
123
-
124
-
125
- ## [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)
126
-
127
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
128
-
129
-
130
-
131
-
132
-
133
- ## [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)
134
-
135
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
136
-
137
-
138
-
139
-
140
-
141
- ## [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)
142
-
143
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
144
-
145
-
146
-
147
-
148
-
149
- ## [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)
150
-
151
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
152
-
153
-
154
-
155
-
156
-
157
- ## [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)
158
-
159
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
160
-
161
-
162
-
163
-
164
-
165
- ## [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)
166
-
167
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
168
-
169
-
170
-
171
-
172
-
173
- ## [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)
174
-
175
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
176
-
177
-
178
-
179
-
180
-
181
- ## [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)
182
-
183
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
184
-
185
-
186
-
187
-
188
-
189
- ## [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)
190
-
191
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
192
-
193
-
194
-
195
-
196
-
197
- ## [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)
198
-
199
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
200
-
201
-
202
-
203
-
204
-
205
- ## [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)
206
-
207
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
208
-
209
-
210
-
211
-
212
-
213
- ## [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)
214
-
215
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
216
-
217
-
218
-
219
-
220
-
221
- ## [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)
222
-
223
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
224
-
225
-
226
-
227
-
228
-
229
- # [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)
230
-
231
-
232
- ### Features
233
-
234
- * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
235
-
236
- ## [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)
237
-
238
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
239
-
240
-
241
-
242
-
243
-
244
- ## [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)
245
-
246
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
247
-
248
-
249
-
250
-
251
-
252
- # [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)
253
-
254
-
255
- ### Features
256
-
257
- * **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)
258
-
259
-
260
- ### BREAKING CHANGES
261
-
262
- * **button:** remove inverted themes
263
-
264
-
265
-
266
-
267
-
268
- ## [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)
269
-
270
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
271
-
272
-
273
-
274
-
275
-
276
- ## [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)
277
-
278
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
279
-
280
-
281
-
282
-
283
-
284
- ## [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)
285
-
286
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
287
-
288
-
289
-
290
-
291
-
292
- ## [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)
293
-
294
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
295
-
296
-
297
-
298
-
299
-
300
- ## [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)
301
-
302
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
303
-
304
-
305
-
306
-
307
-
308
- # [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)
309
-
310
-
311
- ### Features
312
-
313
- * **stack:** add new component ([#612](https://github.com/core-ds/core-components/issues/612)) ([c520f91](https://github.com/core-ds/core-components/commit/c520f91cd22bb9e23fd2f428719865b4c7d5a2a6))
314
-
315
-
316
- ### BREAKING CHANGES
317
-
318
- * **stack:** remove z-index, add stack component
319
-
320
- * feat(modal): remove z-index, add stack component
321
-
322
- remove z-index, add stack component
323
- * **stack:** remove z-index, add stack component
324
-
325
- * feat(notification-manager): remove z-index, add stack component
326
-
327
- remove z-index, add stack component
328
- * **stack:** remove z-index, add stack component
329
-
330
- * feat(notification): remove z-index, add stack component
331
-
332
- remove z-index, add stack component
333
- * **stack:** remove z-index, add stack component
334
-
335
- * feat(popover): remove z-index, add stack component
336
-
337
- remove z-index, add stack component
338
- * **stack:** remove z-index, add stack component
339
-
340
- * feat(select): remove z-index, add stack component
341
-
342
- remove z-index, add stack component
343
- * **stack:** remove z-index, add stack component
344
-
345
- * feat(toast): remove z-index, add stack component
346
-
347
- remove z-index, add stack component
348
- * **stack:** remove z-index, add stack component
349
-
350
- * feat(tooltip): remove z-index, add stack component
351
-
352
- remove z-index, add stack component
353
- * **stack:** remove z-index, add stack component
354
-
355
- * feat(stack): fix comment
356
-
357
- * Revert "feat(modal): remove z-index, add stack component"
358
-
359
- This reverts commit fcae901c6ec58311701cd491296a7b04016a9a65.
360
-
361
- * feat(base-modal): remove z-index, add stack component
362
-
363
- remove z-index, add stack component
364
- * **stack:** remove z-index, add stack component
365
-
366
- * test(file-upload-item): update snapshot
367
-
368
-
369
-
370
-
371
-
372
- # [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)
373
-
374
-
375
- ### Features
376
-
377
- * **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
378
-
379
-
380
-
381
-
382
-
383
- ## [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)
384
-
385
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
386
-
387
-
388
-
389
-
390
-
391
- ## [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)
392
-
393
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
394
-
395
-
396
-
397
-
398
-
399
- ## [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)
400
-
401
- **Note:** Version bump only for package @alfalab/core-components-notification-manager
402
-
403
-
404
-
405
-
406
-
407
- # 1.1.0 (2021-03-24)
408
-
409
-
410
- ### Features
411
-
412
-
413
- * **notification-manager:** add component ([#565](https://github.com/core-ds/core-components/issues/565)) ([ad6ffab](https://github.com/core-ds/core-components/commit/ad6ffabb0f9665cd453b862279e96b7a1a6f359b))