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