@alfalab/core-components-modal 5.0.2 → 5.0.5
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/CHANGELOG.md +76 -76
- package/dist/Component.desktop.js +3 -3
- package/dist/Component.mobile.js +3 -3
- package/dist/Component.responsive.d.ts +1 -1
- package/dist/Component.responsive.js +2 -2
- package/dist/components/closer/Component.js +2 -2
- package/dist/components/closer/index.css +4 -4
- package/dist/components/content/Component.desktop.js +2 -2
- package/dist/components/content/Component.js +1 -1
- package/dist/components/content/Component.mobile.js +2 -2
- package/dist/components/content/desktop.css +8 -8
- package/dist/components/content/index.css +3 -3
- package/dist/components/content/mobile.css +3 -3
- package/dist/components/footer/Component.desktop.js +2 -2
- package/dist/components/footer/Component.js +2 -2
- package/dist/components/footer/Component.mobile.js +2 -2
- package/dist/components/footer/desktop.css +9 -9
- package/dist/components/footer/index.css +4 -4
- package/dist/components/footer/layout.css +25 -25
- package/dist/components/footer/mobile.css +3 -3
- package/dist/components/header/Component.desktop.js +2 -2
- package/dist/components/header/Component.js +1 -1
- package/dist/components/header/Component.mobile.js +2 -2
- package/dist/components/header/desktop.css +17 -17
- package/dist/components/header/index.css +15 -15
- package/dist/components/header/mobile.css +3 -3
- package/dist/desktop.css +9 -9
- package/dist/desktop.js +2 -2
- package/dist/esm/Component.desktop.js +3 -3
- package/dist/esm/Component.mobile.js +3 -3
- package/dist/esm/Component.responsive.js +2 -2
- package/dist/esm/components/closer/Component.js +2 -2
- package/dist/esm/components/closer/index.css +4 -4
- package/dist/esm/components/content/Component.desktop.js +2 -2
- package/dist/esm/components/content/Component.js +1 -1
- package/dist/esm/components/content/Component.mobile.js +2 -2
- package/dist/esm/components/content/desktop.css +8 -8
- package/dist/esm/components/content/index.css +3 -3
- package/dist/esm/components/content/mobile.css +3 -3
- package/dist/esm/components/footer/Component.desktop.js +2 -2
- package/dist/esm/components/footer/Component.js +2 -2
- package/dist/esm/components/footer/Component.mobile.js +2 -2
- package/dist/esm/components/footer/desktop.css +9 -9
- package/dist/esm/components/footer/index.css +4 -4
- package/dist/esm/components/footer/layout.css +25 -25
- package/dist/esm/components/footer/mobile.css +3 -3
- package/dist/esm/components/header/Component.desktop.js +2 -2
- package/dist/esm/components/header/Component.js +1 -1
- package/dist/esm/components/header/Component.mobile.js +2 -2
- package/dist/esm/components/header/desktop.css +17 -17
- package/dist/esm/components/header/index.css +15 -15
- package/dist/esm/components/header/mobile.css +3 -3
- package/dist/esm/desktop.css +9 -9
- package/dist/esm/desktop.js +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/mobile.css +2 -2
- package/dist/esm/mobile.js +2 -2
- package/dist/esm/responsive.js +2 -2
- package/dist/esm/transitions.css +8 -8
- package/dist/esm/transitions.module-66c6530d.js +4 -0
- package/dist/esm/{tslib.es6-acfafc87.d.ts → tslib.es6-72b1ddb8.d.ts} +0 -0
- package/dist/esm/{tslib.es6-acfafc87.js → tslib.es6-72b1ddb8.js} +0 -0
- package/dist/index.js +2 -2
- package/dist/mobile.css +2 -2
- package/dist/mobile.js +2 -2
- package/dist/modern/Component.desktop.js +2 -2
- package/dist/modern/Component.mobile.js +2 -2
- package/dist/modern/Component.responsive.d.ts +1 -1
- package/dist/modern/Component.responsive.js +1 -1
- package/dist/modern/components/closer/Component.js +1 -1
- package/dist/modern/components/closer/index.css +4 -4
- package/dist/modern/components/content/Component.desktop.js +1 -1
- package/dist/modern/components/content/Component.js +1 -1
- package/dist/modern/components/content/Component.mobile.js +1 -1
- package/dist/modern/components/content/desktop.css +8 -8
- package/dist/modern/components/content/index.css +3 -3
- package/dist/modern/components/content/mobile.css +3 -3
- package/dist/modern/components/footer/Component.desktop.js +1 -1
- package/dist/modern/components/footer/Component.js +2 -2
- package/dist/modern/components/footer/Component.mobile.js +1 -1
- package/dist/modern/components/footer/desktop.css +9 -9
- package/dist/modern/components/footer/index.css +4 -4
- package/dist/modern/components/footer/layout.css +25 -25
- package/dist/modern/components/footer/mobile.css +3 -3
- package/dist/modern/components/header/Component.desktop.js +1 -1
- package/dist/modern/components/header/Component.js +1 -1
- package/dist/modern/components/header/Component.mobile.js +1 -1
- package/dist/modern/components/header/desktop.css +17 -17
- package/dist/modern/components/header/index.css +15 -15
- package/dist/modern/components/header/mobile.css +3 -3
- package/dist/modern/desktop.css +9 -9
- package/dist/modern/desktop.js +1 -1
- package/dist/modern/index.js +1 -1
- package/dist/modern/mobile.css +2 -2
- package/dist/modern/mobile.js +1 -1
- package/dist/modern/responsive.js +1 -1
- package/dist/modern/transitions.css +8 -8
- package/dist/modern/transitions.module-66c6530d.js +4 -0
- package/dist/responsive.js +2 -2
- package/dist/transitions.css +8 -8
- package/dist/transitions.module-4fc862d0.js +6 -0
- package/dist/{tslib.es6-aeaa6cae.d.ts → tslib.es6-bccc352a.d.ts} +0 -0
- package/dist/{tslib.es6-aeaa6cae.js → tslib.es6-bccc352a.js} +0 -0
- package/package.json +5 -5
- package/dist/esm/transitions.module-c3e21445.js +0 -4
- package/dist/modern/transitions.module-c3e21445.js +0 -4
- package/dist/transitions.module-ff9f50b2.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [5.0.1](https://github.com/
|
|
6
|
+
## [5.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@5.0.0...@alfalab/core-components-modal@5.0.1) (2022-03-28)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* fix modal and bottom-sheet dark mode ([#1043](https://github.com/
|
|
11
|
+
* fix modal and bottom-sheet dark mode ([#1043](https://github.com/core-ds/core-components/issues/1043)) ([cad36a2](https://github.com/core-ds/core-components/commit/cad36a25b28bfa71296c3dd9dc325eec28b5c241))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
# [5.0.0](https://github.com/
|
|
17
|
+
# [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.2.0...@alfalab/core-components-modal@5.0.0) (2022-03-24)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Features
|
|
21
21
|
|
|
22
|
-
* **modal:** update styles ([#1024](https://github.com/
|
|
22
|
+
* **modal:** update styles ([#1024](https://github.com/core-ds/core-components/issues/1024)) ([fdf2cdc](https://github.com/core-ds/core-components/commit/fdf2cdca9f785b27cd5d3998245a34d42e1240d1))
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
### BREAKING CHANGES
|
|
@@ -32,29 +32,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
# [4.2.0](https://github.com/
|
|
35
|
+
# [4.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.1.0...@alfalab/core-components-modal@4.2.0) (2022-03-04)
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
### Features
|
|
39
39
|
|
|
40
|
-
* **modal:** mobile header ([#1018](https://github.com/
|
|
40
|
+
* **modal:** mobile header ([#1018](https://github.com/core-ds/core-components/issues/1018)) ([54b879f](https://github.com/core-ds/core-components/commit/54b879f500d1124a6956d3d5a57349c856a09904))
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
# [4.1.0](https://github.com/
|
|
46
|
+
# [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.7...@alfalab/core-components-modal@4.1.0) (2022-03-01)
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
### Features
|
|
50
50
|
|
|
51
|
-
* Исправить импорты в сторях. ([#998](https://github.com/
|
|
51
|
+
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
## [4.0.7](https://github.com/
|
|
57
|
+
## [4.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.6...@alfalab/core-components-modal@4.0.7) (2022-02-15)
|
|
58
58
|
|
|
59
59
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
60
60
|
|
|
@@ -62,7 +62,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
## [4.0.6](https://github.com/
|
|
65
|
+
## [4.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.5...@alfalab/core-components-modal@4.0.6) (2022-02-09)
|
|
66
66
|
|
|
67
67
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
68
68
|
|
|
@@ -70,7 +70,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
## [4.0.5](https://github.com/
|
|
73
|
+
## [4.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.4...@alfalab/core-components-modal@4.0.5) (2022-02-03)
|
|
74
74
|
|
|
75
75
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
76
76
|
|
|
@@ -78,7 +78,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
## [4.0.4](https://github.com/
|
|
81
|
+
## [4.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.3...@alfalab/core-components-modal@4.0.4) (2022-02-02)
|
|
82
82
|
|
|
83
83
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
84
84
|
|
|
@@ -86,7 +86,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
## [4.0.3](https://github.com/
|
|
89
|
+
## [4.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.2...@alfalab/core-components-modal@4.0.3) (2022-01-17)
|
|
90
90
|
|
|
91
91
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
92
92
|
|
|
@@ -94,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
|
|
97
|
-
## [4.0.2](https://github.com/
|
|
97
|
+
## [4.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.1...@alfalab/core-components-modal@4.0.2) (2021-12-29)
|
|
98
98
|
|
|
99
99
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
## [4.0.1](https://github.com/
|
|
105
|
+
## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@4.0.0...@alfalab/core-components-modal@4.0.1) (2021-12-14)
|
|
106
106
|
|
|
107
107
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
108
108
|
|
|
@@ -110,10 +110,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
# [4.0.0](https://github.com/
|
|
113
|
+
# [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@3.0.2...@alfalab/core-components-modal@4.0.0) (2021-12-08)
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
* fix!: новый cdn иконок (#913) (#917) ([224831f](https://github.com/
|
|
116
|
+
* fix!: новый cdn иконок (#913) (#917) ([224831f](https://github.com/core-ds/core-components/commit/224831f41ed2de49dc1a228dc081b0629cf274b1)), closes [#913](https://github.com/core-ds/core-components/issues/913) [#917](https://github.com/core-ds/core-components/issues/917)
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
### BREAKING CHANGES
|
|
@@ -126,34 +126,34 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
|
|
129
|
-
## [3.0.2](https://github.com/
|
|
129
|
+
## [3.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@3.0.1...@alfalab/core-components-modal@3.0.2) (2021-12-08)
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
### Bug Fixes
|
|
133
133
|
|
|
134
|
-
* revert 0e8124552206f96149d104f65cff1667e857bf01 ([#916](https://github.com/
|
|
134
|
+
* revert 0e8124552206f96149d104f65cff1667e857bf01 ([#916](https://github.com/core-ds/core-components/issues/916)) ([953fbcf](https://github.com/core-ds/core-components/commit/953fbcfec46a40089a5cfde670597315269b05f5))
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
## [3.0.1](https://github.com/
|
|
140
|
+
## [3.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@3.0.0...@alfalab/core-components-modal@3.0.1) (2021-12-08)
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
### Bug Fixes
|
|
144
144
|
|
|
145
|
-
* новый cdn иконок ([#913](https://github.com/
|
|
145
|
+
* новый cdn иконок ([#913](https://github.com/core-ds/core-components/issues/913)) ([0e81245](https://github.com/core-ds/core-components/commit/0e8124552206f96149d104f65cff1667e857bf01))
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
# [3.0.0](https://github.com/
|
|
151
|
+
# [3.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.8...@alfalab/core-components-modal@3.0.0) (2021-11-26)
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
### Features
|
|
155
155
|
|
|
156
|
-
* **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/
|
|
156
|
+
* **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/core-ds/core-components/issues/886)) ([88e657a](https://github.com/core-ds/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/core-ds/core-components/issues/890)
|
|
157
157
|
|
|
158
158
|
|
|
159
159
|
### BREAKING CHANGES
|
|
@@ -188,18 +188,18 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
|
|
191
|
-
## [2.0.8](https://github.com/
|
|
191
|
+
## [2.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.7...@alfalab/core-components-modal@2.0.8) (2021-11-08)
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
### Bug Fixes
|
|
195
195
|
|
|
196
|
-
* **modal:** add spreading backdrop props ([#870](https://github.com/
|
|
196
|
+
* **modal:** add spreading backdrop props ([#870](https://github.com/core-ds/core-components/issues/870)) ([b523426](https://github.com/core-ds/core-components/commit/b52342616adf1f4b227f603264b70474e53c16f8))
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
|
|
202
|
-
## [2.0.7](https://github.com/
|
|
202
|
+
## [2.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.6...@alfalab/core-components-modal@2.0.7) (2021-09-14)
|
|
203
203
|
|
|
204
204
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
205
205
|
|
|
@@ -207,7 +207,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
207
207
|
|
|
208
208
|
|
|
209
209
|
|
|
210
|
-
## [2.0.6](https://github.com/
|
|
210
|
+
## [2.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.5...@alfalab/core-components-modal@2.0.6) (2021-08-27)
|
|
211
211
|
|
|
212
212
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
213
213
|
|
|
@@ -215,18 +215,18 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
215
215
|
|
|
216
216
|
|
|
217
217
|
|
|
218
|
-
## [2.0.5](https://github.com/
|
|
218
|
+
## [2.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.4...@alfalab/core-components-modal@2.0.5) (2021-08-11)
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
### Bug Fixes
|
|
222
222
|
|
|
223
|
-
* **modal:** max-width 100% ([#794](https://github.com/
|
|
223
|
+
* **modal:** max-width 100% ([#794](https://github.com/core-ds/core-components/issues/794)) ([793a765](https://github.com/core-ds/core-components/commit/793a765e7d5dc251eee810acde4605e139565906))
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
|
|
227
227
|
|
|
228
228
|
|
|
229
|
-
## [2.0.4](https://github.com/
|
|
229
|
+
## [2.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.3...@alfalab/core-components-modal@2.0.4) (2021-08-04)
|
|
230
230
|
|
|
231
231
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
232
232
|
|
|
@@ -234,7 +234,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
234
234
|
|
|
235
235
|
|
|
236
236
|
|
|
237
|
-
## [2.0.3](https://github.com/
|
|
237
|
+
## [2.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.2...@alfalab/core-components-modal@2.0.3) (2021-07-23)
|
|
238
238
|
|
|
239
239
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
240
240
|
|
|
@@ -242,7 +242,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
|
|
245
|
-
## [2.0.2](https://github.com/
|
|
245
|
+
## [2.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.1...@alfalab/core-components-modal@2.0.2) (2021-07-19)
|
|
246
246
|
|
|
247
247
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
248
248
|
|
|
@@ -250,7 +250,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
250
250
|
|
|
251
251
|
|
|
252
252
|
|
|
253
|
-
## [2.0.1](https://github.com/
|
|
253
|
+
## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@2.0.0...@alfalab/core-components-modal@2.0.1) (2021-07-09)
|
|
254
254
|
|
|
255
255
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
256
256
|
|
|
@@ -258,14 +258,14 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
258
258
|
|
|
259
259
|
|
|
260
260
|
|
|
261
|
-
# [2.0.0](https://github.com/
|
|
261
|
+
# [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.5.6...@alfalab/core-components-modal@2.0.0) (2021-07-08)
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
### Features
|
|
265
265
|
|
|
266
|
-
* upgrade storybook ([#696](https://github.com/
|
|
266
|
+
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
267
267
|
|
|
268
|
-
## [1.5.6](https://github.com/
|
|
268
|
+
## [1.5.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.5.5...@alfalab/core-components-modal@1.5.6) (2021-07-02)
|
|
269
269
|
|
|
270
270
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
271
271
|
|
|
@@ -273,7 +273,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
273
273
|
|
|
274
274
|
|
|
275
275
|
|
|
276
|
-
## [1.5.5](https://github.com/
|
|
276
|
+
## [1.5.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.5.4...@alfalab/core-components-modal@1.5.5) (2021-06-28)
|
|
277
277
|
|
|
278
278
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
279
279
|
|
|
@@ -281,18 +281,18 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
281
281
|
|
|
282
282
|
|
|
283
283
|
|
|
284
|
-
## [1.5.4](https://github.com/
|
|
284
|
+
## [1.5.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.5.3...@alfalab/core-components-modal@1.5.4) (2021-06-04)
|
|
285
285
|
|
|
286
286
|
|
|
287
287
|
### Bug Fixes
|
|
288
288
|
|
|
289
|
-
* **modal:** header height & paddings ([#676](https://github.com/
|
|
289
|
+
* **modal:** header height & paddings ([#676](https://github.com/core-ds/core-components/issues/676)) ([d8945c6](https://github.com/core-ds/core-components/commit/d8945c6839b059325ad2a90ca4fc6eda2da3b4c2))
|
|
290
290
|
|
|
291
291
|
|
|
292
292
|
|
|
293
293
|
|
|
294
294
|
|
|
295
|
-
## [1.5.3](https://github.com/
|
|
295
|
+
## [1.5.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.5.2...@alfalab/core-components-modal@1.5.3) (2021-05-31)
|
|
296
296
|
|
|
297
297
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
298
298
|
|
|
@@ -300,7 +300,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
|
|
303
|
-
## [1.5.2](https://github.com/
|
|
303
|
+
## [1.5.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.5.1...@alfalab/core-components-modal@1.5.2) (2021-05-28)
|
|
304
304
|
|
|
305
305
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
306
306
|
|
|
@@ -308,7 +308,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
308
308
|
|
|
309
309
|
|
|
310
310
|
|
|
311
|
-
## [1.5.1](https://github.com/
|
|
311
|
+
## [1.5.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.5.0...@alfalab/core-components-modal@1.5.1) (2021-05-25)
|
|
312
312
|
|
|
313
313
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
314
314
|
|
|
@@ -316,34 +316,34 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
316
316
|
|
|
317
317
|
|
|
318
318
|
|
|
319
|
-
# [1.5.0](https://github.com/
|
|
319
|
+
# [1.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.4.3...@alfalab/core-components-modal@1.5.0) (2021-05-25)
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
### Bug Fixes
|
|
323
323
|
|
|
324
|
-
* **modal:** fix styles ([#665](https://github.com/
|
|
324
|
+
* **modal:** fix styles ([#665](https://github.com/core-ds/core-components/issues/665)) ([06f3615](https://github.com/core-ds/core-components/commit/06f3615c532f8ec2932d8a4d1fcbb1f5ee6b6a30))
|
|
325
325
|
|
|
326
326
|
|
|
327
327
|
### Features
|
|
328
328
|
|
|
329
|
-
* **modal:** add layout to footer ([#644](https://github.com/
|
|
329
|
+
* **modal:** add layout to footer ([#644](https://github.com/core-ds/core-components/issues/644)) ([eb5a66e](https://github.com/core-ds/core-components/commit/eb5a66ef928df663f4ad0fe048b5d3097b4f4b72))
|
|
330
330
|
|
|
331
331
|
|
|
332
332
|
|
|
333
333
|
|
|
334
334
|
|
|
335
|
-
## [1.4.3](https://github.com/
|
|
335
|
+
## [1.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.4.2...@alfalab/core-components-modal@1.4.3) (2021-05-18)
|
|
336
336
|
|
|
337
337
|
|
|
338
338
|
### Bug Fixes
|
|
339
339
|
|
|
340
|
-
* **modal:** click theme sticky footer bg ([#641](https://github.com/
|
|
340
|
+
* **modal:** click theme sticky footer bg ([#641](https://github.com/core-ds/core-components/issues/641)) ([215a155](https://github.com/core-ds/core-components/commit/215a155030d9966508afa1b8ee8059cc422a2765))
|
|
341
341
|
|
|
342
342
|
|
|
343
343
|
|
|
344
344
|
|
|
345
345
|
|
|
346
|
-
## [1.4.2](https://github.com/
|
|
346
|
+
## [1.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.4.1...@alfalab/core-components-modal@1.4.2) (2021-05-07)
|
|
347
347
|
|
|
348
348
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
349
349
|
|
|
@@ -351,7 +351,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
351
351
|
|
|
352
352
|
|
|
353
353
|
|
|
354
|
-
## [1.4.1](https://github.com/
|
|
354
|
+
## [1.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.4.0...@alfalab/core-components-modal@1.4.1) (2021-04-26)
|
|
355
355
|
|
|
356
356
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
357
357
|
|
|
@@ -359,18 +359,18 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
359
359
|
|
|
360
360
|
|
|
361
361
|
|
|
362
|
-
# [1.4.0](https://github.com/
|
|
362
|
+
# [1.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.3.2...@alfalab/core-components-modal@1.4.0) (2021-04-26)
|
|
363
363
|
|
|
364
364
|
|
|
365
365
|
### Features
|
|
366
366
|
|
|
367
|
-
* **modal:** fixed position ([#617](https://github.com/
|
|
367
|
+
* **modal:** fixed position ([#617](https://github.com/core-ds/core-components/issues/617)) ([77db054](https://github.com/core-ds/core-components/commit/77db054b18c1dba6713d9a9d99c95a1ef5c98e8e))
|
|
368
368
|
|
|
369
369
|
|
|
370
370
|
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
## [1.3.2](https://github.com/
|
|
373
|
+
## [1.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.3.1...@alfalab/core-components-modal@1.3.2) (2021-04-26)
|
|
374
374
|
|
|
375
375
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
376
376
|
|
|
@@ -378,7 +378,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
378
378
|
|
|
379
379
|
|
|
380
380
|
|
|
381
|
-
## [1.3.1](https://github.com/
|
|
381
|
+
## [1.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.3.0...@alfalab/core-components-modal@1.3.1) (2021-04-09)
|
|
382
382
|
|
|
383
383
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
384
384
|
|
|
@@ -386,29 +386,29 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
386
386
|
|
|
387
387
|
|
|
388
388
|
|
|
389
|
-
# [1.3.0](https://github.com/
|
|
389
|
+
# [1.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.2.8...@alfalab/core-components-modal@1.3.0) (2021-04-09)
|
|
390
390
|
|
|
391
391
|
|
|
392
392
|
### Features
|
|
393
393
|
|
|
394
|
-
* **backdrop:** add component ([948a6c2](https://github.com/
|
|
394
|
+
* **backdrop:** add component ([948a6c2](https://github.com/core-ds/core-components/commit/948a6c2fb5ec58edb2d087691ce4713d75da6e35))
|
|
395
395
|
|
|
396
396
|
|
|
397
397
|
|
|
398
398
|
|
|
399
399
|
|
|
400
|
-
## [1.2.8](https://github.com/
|
|
400
|
+
## [1.2.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.2.7...@alfalab/core-components-modal@1.2.8) (2021-04-01)
|
|
401
401
|
|
|
402
402
|
|
|
403
403
|
### Bug Fixes
|
|
404
404
|
|
|
405
|
-
* **modal:** fullscreen & header title styles ([#580](https://github.com/
|
|
405
|
+
* **modal:** fullscreen & header title styles ([#580](https://github.com/core-ds/core-components/issues/580)) ([39fa494](https://github.com/core-ds/core-components/commit/39fa4940223b6187a391ff6c0b6706ae8a333dc0))
|
|
406
406
|
|
|
407
407
|
|
|
408
408
|
|
|
409
409
|
|
|
410
410
|
|
|
411
|
-
## [1.2.7](https://github.com/
|
|
411
|
+
## [1.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.2.6...@alfalab/core-components-modal@1.2.7) (2021-03-30)
|
|
412
412
|
|
|
413
413
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
414
414
|
|
|
@@ -416,7 +416,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
416
416
|
|
|
417
417
|
|
|
418
418
|
|
|
419
|
-
## [1.2.6](https://github.com/
|
|
419
|
+
## [1.2.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.2.5...@alfalab/core-components-modal@1.2.6) (2021-03-24)
|
|
420
420
|
|
|
421
421
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
422
422
|
|
|
@@ -424,7 +424,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
424
424
|
|
|
425
425
|
|
|
426
426
|
|
|
427
|
-
## [1.2.5](https://github.com/
|
|
427
|
+
## [1.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.2.4...@alfalab/core-components-modal@1.2.5) (2021-03-19)
|
|
428
428
|
|
|
429
429
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
430
430
|
|
|
@@ -432,40 +432,40 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
432
432
|
|
|
433
433
|
|
|
434
434
|
|
|
435
|
-
## [1.2.4](https://github.com/
|
|
435
|
+
## [1.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.2.2...@alfalab/core-components-modal@1.2.4) (2021-03-18)
|
|
436
436
|
|
|
437
437
|
|
|
438
438
|
### Bug Fixes
|
|
439
439
|
|
|
440
|
-
* one more sborka bug ([#579](https://github.com/
|
|
440
|
+
* one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
|
|
441
441
|
|
|
442
442
|
|
|
443
443
|
|
|
444
444
|
|
|
445
445
|
|
|
446
|
-
## [1.2.2](https://github.com/
|
|
446
|
+
## [1.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.2.0...@alfalab/core-components-modal@1.2.2) (2021-03-16)
|
|
447
447
|
|
|
448
448
|
|
|
449
449
|
### Bug Fixes
|
|
450
450
|
|
|
451
|
-
* border-radius in packages ([781749e](https://github.com/
|
|
451
|
+
* border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
|
|
452
452
|
|
|
453
453
|
|
|
454
454
|
|
|
455
455
|
|
|
456
456
|
|
|
457
|
-
# [1.2.0](https://github.com/
|
|
457
|
+
# [1.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.7...@alfalab/core-components-modal@1.2.0) (2021-03-15)
|
|
458
458
|
|
|
459
459
|
|
|
460
460
|
### Features
|
|
461
461
|
|
|
462
|
-
* **vars:** introducing border-radius vars ([1a6fb28](https://github.com/
|
|
462
|
+
* **vars:** introducing border-radius vars ([1a6fb28](https://github.com/core-ds/core-components/commit/1a6fb287bcfab50048c3a9100645b4dee8cd3395))
|
|
463
463
|
|
|
464
464
|
|
|
465
465
|
|
|
466
466
|
|
|
467
467
|
|
|
468
|
-
## [1.1.7](https://github.com/
|
|
468
|
+
## [1.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.6...@alfalab/core-components-modal@1.1.7) (2021-03-14)
|
|
469
469
|
|
|
470
470
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
471
471
|
|
|
@@ -473,7 +473,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
473
473
|
|
|
474
474
|
|
|
475
475
|
|
|
476
|
-
## [1.1.6](https://github.com/
|
|
476
|
+
## [1.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.5...@alfalab/core-components-modal@1.1.6) (2021-03-10)
|
|
477
477
|
|
|
478
478
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
479
479
|
|
|
@@ -481,7 +481,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
481
481
|
|
|
482
482
|
|
|
483
483
|
|
|
484
|
-
## [1.1.5](https://github.com/
|
|
484
|
+
## [1.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.4...@alfalab/core-components-modal@1.1.5) (2021-03-04)
|
|
485
485
|
|
|
486
486
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
487
487
|
|
|
@@ -489,7 +489,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
489
489
|
|
|
490
490
|
|
|
491
491
|
|
|
492
|
-
## [1.1.4](https://github.com/
|
|
492
|
+
## [1.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.3...@alfalab/core-components-modal@1.1.4) (2021-03-03)
|
|
493
493
|
|
|
494
494
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
495
495
|
|
|
@@ -497,7 +497,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
497
497
|
|
|
498
498
|
|
|
499
499
|
|
|
500
|
-
## [1.1.3](https://github.com/
|
|
500
|
+
## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.2...@alfalab/core-components-modal@1.1.3) (2021-03-03)
|
|
501
501
|
|
|
502
502
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
503
503
|
|
|
@@ -505,7 +505,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
505
505
|
|
|
506
506
|
|
|
507
507
|
|
|
508
|
-
## [1.1.2](https://github.com/
|
|
508
|
+
## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.1...@alfalab/core-components-modal@1.1.2) (2021-03-03)
|
|
509
509
|
|
|
510
510
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
511
511
|
|
|
@@ -513,7 +513,7 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
513
513
|
|
|
514
514
|
|
|
515
515
|
|
|
516
|
-
## [1.1.1](https://github.com/
|
|
516
|
+
## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.1.0...@alfalab/core-components-modal@1.1.1) (2021-02-20)
|
|
517
517
|
|
|
518
518
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
519
519
|
|
|
@@ -521,17 +521,17 @@ This reverts commit 953fbcfec46a40089a5cfde670597315269b05f5.
|
|
|
521
521
|
|
|
522
522
|
|
|
523
523
|
|
|
524
|
-
# [1.1.0](https://github.com/
|
|
524
|
+
# [1.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.0.1...@alfalab/core-components-modal@1.1.0) (2021-02-19)
|
|
525
525
|
|
|
526
526
|
|
|
527
527
|
### Features
|
|
528
528
|
|
|
529
|
-
* **modal:** reinvent modal ([#489](https://github.com/
|
|
529
|
+
* **modal:** reinvent modal ([#489](https://github.com/core-ds/core-components/issues/489)) ([06cb8ba](https://github.com/core-ds/core-components/commit/06cb8ba7f7a09445c04ab2a9871a86c1abf4a79c))
|
|
530
530
|
|
|
531
531
|
|
|
532
532
|
|
|
533
533
|
|
|
534
534
|
|
|
535
|
-
## [1.0.1](https://github.com/
|
|
535
|
+
## [1.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-modal@1.0.0...@alfalab/core-components-modal@1.0.1) (2021-02-18)
|
|
536
536
|
|
|
537
537
|
**Note:** Version bump only for package @alfalab/core-components-modal
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('./tslib.es6-
|
|
5
|
+
var tslib_es6 = require('./tslib.es6-bccc352a.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
|
|
@@ -17,7 +17,7 @@ require('./components/content/Component.js');
|
|
|
17
17
|
var components_content_Component_desktop = require('./components/content/Component.desktop.js');
|
|
18
18
|
require('./components/footer/Component.js');
|
|
19
19
|
var components_footer_Component_desktop = require('./components/footer/Component.desktop.js');
|
|
20
|
-
var transitions_module = require('./transitions.module-
|
|
20
|
+
var transitions_module = require('./transitions.module-4fc862d0.js');
|
|
21
21
|
|
|
22
22
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
23
23
|
|
|
@@ -25,7 +25,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
25
25
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
26
26
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultLegacy(mergeRefs);
|
|
27
27
|
|
|
28
|
-
var styles = {"wrapper":"
|
|
28
|
+
var styles = {"wrapper":"modal__wrapper_1hlza","component":"modal__component_1hlza","fullscreen":"modal__fullscreen_1hlza","s":"modal__s_1hlza","m":"modal__m_1hlza","l":"modal__l_1hlza","xl":"modal__xl_1hlza"};
|
|
29
29
|
require('./desktop.css')
|
|
30
30
|
|
|
31
31
|
var ModalDesktopComponent = React.forwardRef(function (_a, ref) {
|
package/dist/Component.mobile.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('./tslib.es6-
|
|
5
|
+
var tslib_es6 = require('./tslib.es6-bccc352a.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
|
|
@@ -13,7 +13,7 @@ require('@alfalab/icons-glyph/CrossHeavyMIcon');
|
|
|
13
13
|
var components_closer_Component = require('./components/closer/Component.js');
|
|
14
14
|
require('./components/content/Component.js');
|
|
15
15
|
require('./components/footer/Component.js');
|
|
16
|
-
var transitions_module = require('./transitions.module-
|
|
16
|
+
var transitions_module = require('./transitions.module-4fc862d0.js');
|
|
17
17
|
require('@alfalab/icons-glyph/CrossMIcon');
|
|
18
18
|
var components_header_Component_mobile = require('./components/header/Component.mobile.js');
|
|
19
19
|
var components_content_Component_mobile = require('./components/content/Component.mobile.js');
|
|
@@ -24,7 +24,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
24
24
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
25
25
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
26
26
|
|
|
27
|
-
var styles = {"component":"
|
|
27
|
+
var styles = {"component":"modal__component_snhqr"};
|
|
28
28
|
require('./mobile.css')
|
|
29
29
|
|
|
30
30
|
var ModalMobileComponent = React.forwardRef(function (_a, ref) {
|