@alfalab/core-components-modal 5.0.0 → 5.0.3

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