@hh.ru/magritte-ui-modal 4.0.5 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Modal.js +1 -1
- package/ModalContentFullHeight.d.ts +4 -0
- package/ModalContentFullHeight.js +12 -0
- package/ModalContentFullHeight.js.map +1 -0
- package/ModalContentWithHeader.js +1 -1
- package/ModalFooter.js +1 -1
- package/ModalHeader.js +1 -1
- package/index.css +40 -37
- package/index.d.ts +1 -0
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/index.mock.d.ts +1 -0
- package/index.mock.js +2 -1
- package/index.mock.js.map +1 -1
- package/modal-DxwfFlMp.js +5 -0
- package/modal-DxwfFlMp.js.map +1 -0
- package/package.json +4 -4
- package/modal-DrFN2dL8.js +0 -5
- package/modal-DrFN2dL8.js.map +0 -1
package/Modal.js
CHANGED
|
@@ -15,7 +15,7 @@ import { Layer } from '@hh.ru/magritte-ui-layer';
|
|
|
15
15
|
import { ModalContentWithHeader } from './ModalContentWithHeader.js';
|
|
16
16
|
import { ModalFooter } from './ModalFooter.js';
|
|
17
17
|
import { useModalOrder } from './useModalOrder.js';
|
|
18
|
-
import { s as styles } from './modal-
|
|
18
|
+
import { s as styles } from './modal-DxwfFlMp.js';
|
|
19
19
|
import '@hh.ru/magritte-common-func-utils';
|
|
20
20
|
import '@hh.ru/magritte-ui-divider';
|
|
21
21
|
import './ModalHeader.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
import { s as styles } from './modal-DxwfFlMp.js';
|
|
5
|
+
|
|
6
|
+
const ModalContentFullHeight = forwardRef((props, ref) => {
|
|
7
|
+
return jsx("div", { className: styles.modalContentFullHeight, ref: ref, ...props });
|
|
8
|
+
});
|
|
9
|
+
ModalContentFullHeight.displayName = 'ModalContentFullHeight';
|
|
10
|
+
|
|
11
|
+
export { ModalContentFullHeight };
|
|
12
|
+
//# sourceMappingURL=ModalContentFullHeight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalContentFullHeight.js","sources":["../src/ModalContentFullHeight.tsx"],"sourcesContent":["import { PropsWithChildren, forwardRef, HTMLAttributes } from 'react';\n\nimport styles from './modal.less';\n\nexport const ModalContentFullHeight = forwardRef<HTMLDivElement, PropsWithChildren<HTMLAttributes<HTMLDivElement>>>(\n (props, ref) => {\n return <div className={styles.modalContentFullHeight} ref={ref} {...props} />;\n }\n);\nModalContentFullHeight.displayName = 'ModalContentFullHeight';\n"],"names":["_jsx"],"mappings":";;;;AAIa,MAAA,sBAAsB,GAAG,UAAU,CAC5C,CAAC,KAAK,EAAE,GAAG,KAAI;AACX,IAAA,OAAOA,GAAK,CAAA,KAAA,EAAA,EAAA,SAAS,EAAE,MAAM,CAAC,sBAAsB,EAAE,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,GAAI,CAAC;AAClF,CAAC,EACH;AACF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB;;;;"}
|
|
@@ -5,7 +5,7 @@ import classnames from 'classnames';
|
|
|
5
5
|
import { requestAnimation } from '@hh.ru/magritte-common-func-utils';
|
|
6
6
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
7
7
|
import { ModalHeader } from './ModalHeader.js';
|
|
8
|
-
import { s as styles } from './modal-
|
|
8
|
+
import { s as styles } from './modal-DxwfFlMp.js';
|
|
9
9
|
import '@hh.ru/magritte-ui-title';
|
|
10
10
|
|
|
11
11
|
const checkIsScrolledToBottom = (el) => {
|
package/ModalFooter.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import { s as styles } from './modal-
|
|
3
|
+
import { s as styles } from './modal-DxwfFlMp.js';
|
|
4
4
|
|
|
5
5
|
const ModalFooter = ({ leftButtons, rightButtons }) => {
|
|
6
6
|
if (!leftButtons && !rightButtons) {
|
package/ModalHeader.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Title } from '@hh.ru/magritte-ui-title';
|
|
5
5
|
|
|
6
|
-
var styles = {"wrapper":"magritte-wrapper___zH8vB_4-
|
|
6
|
+
var styles = {"wrapper":"magritte-wrapper___zH8vB_4-1-1","content":"magritte-content___o6ktq_4-1-1","options":"magritte-options___qfErQ_4-1-1","content-with-image":"magritte-content-with-image___YarBO_4-1-1","contentWithImage":"magritte-content-with-image___YarBO_4-1-1","actions":"magritte-actions___nQILV_4-1-1","actions-with-link":"magritte-actions-with-link___hnDux_4-1-1","actionsWithLink":"magritte-actions-with-link___hnDux_4-1-1","actions-single":"magritte-actions-single___usfKu_4-1-1","actionsSingle":"magritte-actions-single___usfKu_4-1-1"};
|
|
7
7
|
|
|
8
8
|
const ModalHeader = ({ title, headerImage, headerHeight = 0, titleAlignment, titleElement, titleMaxLines, titleSize, titleDescription, titleDescriptionMaxLines, titleStyle, titleDescriptionStyle, options, actions: _actions, actionLink, labelId, }) => {
|
|
9
9
|
const actions = Array.isArray(_actions) ? _actions.slice(0, 5) : _actions;
|
package/index.css
CHANGED
|
@@ -10,30 +10,30 @@
|
|
|
10
10
|
--magritte-color-component-modal-background-action-v18-3-0:#20262b99;
|
|
11
11
|
--magritte-gradient-component-modal-background-fade-v18-3-0:linear-gradient(180deg, #00000000 0%, #0000007a 100%);
|
|
12
12
|
}
|
|
13
|
-
.magritte-wrapper___zH8vB_4-
|
|
13
|
+
.magritte-wrapper___zH8vB_4-1-1{
|
|
14
14
|
margin-bottom:32px;
|
|
15
15
|
}
|
|
16
|
-
.magritte-content___o6ktq_4-
|
|
16
|
+
.magritte-content___o6ktq_4-1-1{
|
|
17
17
|
display:flex;
|
|
18
18
|
align-items:flex-start;
|
|
19
19
|
}
|
|
20
|
-
.magritte-content___o6ktq_4-
|
|
20
|
+
.magritte-content___o6ktq_4-1-1 + .magritte-options___qfErQ_4-1-1{
|
|
21
21
|
margin-top:24px;
|
|
22
22
|
}
|
|
23
|
-
.magritte-content___o6ktq_4-
|
|
23
|
+
.magritte-content___o6ktq_4-1-1.magritte-content-with-image___YarBO_4-1-1 + .magritte-options___qfErQ_4-1-1{
|
|
24
24
|
margin-top:32px;
|
|
25
25
|
}
|
|
26
|
-
.magritte-actions___nQILV_4-
|
|
26
|
+
.magritte-actions___nQILV_4-1-1{
|
|
27
27
|
display:flex;
|
|
28
28
|
padding-left:16px;
|
|
29
29
|
gap:4px;
|
|
30
30
|
margin-left:auto;
|
|
31
31
|
--magritte-ui-link-padding-override:9px;
|
|
32
32
|
}
|
|
33
|
-
.magritte-actions-with-link___hnDux_4-
|
|
33
|
+
.magritte-actions-with-link___hnDux_4-1-1{
|
|
34
34
|
padding:0 8px 0 28px;
|
|
35
35
|
}
|
|
36
|
-
.magritte-content-with-image___YarBO_4-
|
|
36
|
+
.magritte-content-with-image___YarBO_4-1-1{
|
|
37
37
|
flex-direction:column;
|
|
38
38
|
justify-content:flex-end;
|
|
39
39
|
margin:-20px -20px 0;
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
padding:12px 24px 24px;
|
|
44
44
|
box-sizing:border-box;
|
|
45
45
|
}
|
|
46
|
-
.magritte-content-with-image___YarBO_4-
|
|
46
|
+
.magritte-content-with-image___YarBO_4-1-1 .magritte-actions___nQILV_4-1-1{
|
|
47
47
|
order:-1;
|
|
48
48
|
gap:0;
|
|
49
49
|
margin-right:-12px;
|
|
50
50
|
margin-bottom:auto;
|
|
51
51
|
}
|
|
52
|
-
.magritte-content-with-image___YarBO_4-
|
|
52
|
+
.magritte-content-with-image___YarBO_4-1-1 .magritte-actions___nQILV_4-1-1:not(.magritte-actions-with-link___hnDux_4-1-1){
|
|
53
53
|
padding:0 4px;
|
|
54
54
|
background-color:var(--magritte-color-component-modal-background-action-v18-3-0);
|
|
55
55
|
border-radius:var(--magritte-static-border-radius-300-v18-3-0);
|
|
56
56
|
}
|
|
57
|
-
.magritte-content-with-image___YarBO_4-
|
|
57
|
+
.magritte-content-with-image___YarBO_4-1-1 .magritte-actions___nQILV_4-1-1.magritte-actions-single___usfKu_4-1-1:not(.magritte-actions-with-link___hnDux_4-1-1){
|
|
58
58
|
padding:0;
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
--magritte-color-background-overlay-v18-3-0:#20262b99;
|
|
74
74
|
--magritte-color-component-modal-background-content-v18-3-0:#1B1B1B;
|
|
75
75
|
}
|
|
76
|
-
.magritte-modal-overlay___lK22l_4-
|
|
76
|
+
.magritte-modal-overlay___lK22l_4-1-1{
|
|
77
77
|
position:fixed;
|
|
78
78
|
top:0;
|
|
79
79
|
right:0;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
z-index:1;
|
|
87
87
|
user-select:text;
|
|
88
88
|
}
|
|
89
|
-
.magritte-modal___RAW6S_4-
|
|
89
|
+
.magritte-modal___RAW6S_4-1-1{
|
|
90
90
|
display:flex;
|
|
91
91
|
box-sizing:border-box;
|
|
92
92
|
width:720px;
|
|
@@ -99,89 +99,92 @@
|
|
|
99
99
|
border-radius:var(--magritte-static-border-radius-800-v18-3-0);
|
|
100
100
|
overflow:hidden;
|
|
101
101
|
}
|
|
102
|
-
.magritte-modal-small___MMQT4_4-
|
|
102
|
+
.magritte-modal-small___MMQT4_4-1-1{
|
|
103
103
|
width:460px;
|
|
104
104
|
}
|
|
105
|
-
.magritte-modal-
|
|
105
|
+
.magritte-modal___RAW6S_4-1-1:has(.magritte-modal-content-full-height___e6e1m_4-1-1){
|
|
106
|
+
height:100%;
|
|
107
|
+
}
|
|
108
|
+
.magritte-modal-content___46QFS_4-1-1{
|
|
106
109
|
flex:1 1;
|
|
107
110
|
overflow-y:auto;
|
|
108
111
|
padding:0 5px;
|
|
109
112
|
margin:0 -5px;
|
|
110
113
|
overscroll-behavior:none;
|
|
111
114
|
}
|
|
112
|
-
.magritte-modal-content__with-divider___an3I5_4-
|
|
115
|
+
.magritte-modal-content__with-divider___an3I5_4-1-1{
|
|
113
116
|
margin-top:-16px;
|
|
114
117
|
}
|
|
115
|
-
.magritte-modal-content-wrapper___23XFT_4-
|
|
118
|
+
.magritte-modal-content-wrapper___23XFT_4-1-1{
|
|
116
119
|
display:flex;
|
|
117
120
|
flex-direction:column;
|
|
118
121
|
min-height:0;
|
|
119
122
|
flex:1 1;
|
|
120
123
|
}
|
|
121
|
-
.magritte-modal-content-wrapper__one-line___tYg8d_4-
|
|
124
|
+
.magritte-modal-content-wrapper__one-line___tYg8d_4-1-1{
|
|
122
125
|
flex-direction:row-reverse;
|
|
123
126
|
}
|
|
124
|
-
.magritte-divider-container___qP3VK_4-
|
|
127
|
+
.magritte-divider-container___qP3VK_4-1-1{
|
|
125
128
|
margin:0 -32px;
|
|
126
129
|
}
|
|
127
|
-
.magritte-divider-container___qP3VK_4-
|
|
130
|
+
.magritte-divider-container___qP3VK_4-1-1.magritte-divider-container-hidden___EIxB-_4-1-1{
|
|
128
131
|
display:none;
|
|
129
132
|
}
|
|
130
|
-
.magritte-modal-footer___8xPqQ_4-
|
|
133
|
+
.magritte-modal-footer___8xPqQ_4-1-1{
|
|
131
134
|
flex:0 0;
|
|
132
135
|
padding-top:32px;
|
|
133
136
|
display:flex;
|
|
134
137
|
justify-content:space-between;
|
|
135
138
|
}
|
|
136
|
-
.magritte-modal-buttons-container___1O1Nr_4-
|
|
139
|
+
.magritte-modal-buttons-container___1O1Nr_4-1-1{
|
|
137
140
|
display:flex;
|
|
138
141
|
gap:12px;
|
|
139
142
|
}
|
|
140
|
-
.magritte-animation-timeout___w-j7K_4-
|
|
141
|
-
.magritte-modal-animation-enter-active___E8KLu_4-
|
|
142
|
-
.magritte-modal-animation-exit-active___ERjKa_4-
|
|
143
|
+
.magritte-animation-timeout___w-j7K_4-1-1,
|
|
144
|
+
.magritte-modal-animation-enter-active___E8KLu_4-1-1,
|
|
145
|
+
.magritte-modal-animation-exit-active___ERjKa_4-1-1{
|
|
143
146
|
--enter-animation-duration:0;
|
|
144
147
|
--exit-animation-duration:0;
|
|
145
148
|
}
|
|
146
149
|
@media (prefers-reduced-motion: no-preference){
|
|
147
|
-
.magritte-animation-timeout___w-j7K_4-
|
|
148
|
-
.magritte-modal-animation-enter-active___E8KLu_4-
|
|
149
|
-
.magritte-modal-animation-exit-active___ERjKa_4-
|
|
150
|
+
.magritte-animation-timeout___w-j7K_4-1-1,
|
|
151
|
+
.magritte-modal-animation-enter-active___E8KLu_4-1-1,
|
|
152
|
+
.magritte-modal-animation-exit-active___ERjKa_4-1-1{
|
|
150
153
|
--enter-animation-duration:var(--magritte-semantic-animation-ease-in-out-300-duration-v18-3-0);
|
|
151
154
|
--exit-animation-duration:var(--magritte-semantic-animation-ease-in-out-200-duration-v18-3-0);
|
|
152
155
|
}
|
|
153
156
|
}
|
|
154
|
-
.magritte-modal-animation-enter___kruLO_4-
|
|
157
|
+
.magritte-modal-animation-enter___kruLO_4-1-1.magritte-modal-overlay___lK22l_4-1-1{
|
|
155
158
|
opacity:0;
|
|
156
159
|
}
|
|
157
|
-
.magritte-modal-animation-enter___kruLO_4-
|
|
160
|
+
.magritte-modal-animation-enter___kruLO_4-1-1 .magritte-modal___RAW6S_4-1-1{
|
|
158
161
|
opacity:0;
|
|
159
162
|
transform:scale(0.96);
|
|
160
163
|
}
|
|
161
|
-
.magritte-modal-animation-enter-active___E8KLu_4-
|
|
162
|
-
.magritte-modal-animation-enter-active___E8KLu_4-
|
|
164
|
+
.magritte-modal-animation-enter-active___E8KLu_4-1-1 .magritte-modal___RAW6S_4-1-1,
|
|
165
|
+
.magritte-modal-animation-enter-active___E8KLu_4-1-1.magritte-modal-overlay___lK22l_4-1-1{
|
|
163
166
|
opacity:1;
|
|
164
167
|
transform:scale(1);
|
|
165
168
|
transition-property:opacity, transform;
|
|
166
169
|
transition-duration:var(--enter-animation-duration);
|
|
167
170
|
transition-timing-function:var(--magritte-semantic-animation-ease-in-out-300-timing-function-v18-3-0);
|
|
168
171
|
}
|
|
169
|
-
.magritte-modal-animation-exit___0jNgl_4-
|
|
172
|
+
.magritte-modal-animation-exit___0jNgl_4-1-1.magritte-modal-overlay___lK22l_4-1-1{
|
|
170
173
|
opacity:1;
|
|
171
174
|
}
|
|
172
|
-
.magritte-modal-animation-exit___0jNgl_4-
|
|
175
|
+
.magritte-modal-animation-exit___0jNgl_4-1-1 .magritte-modal___RAW6S_4-1-1{
|
|
173
176
|
opacity:1;
|
|
174
177
|
transform:scale(1);
|
|
175
178
|
}
|
|
176
|
-
.magritte-modal-animation-exit-active___ERjKa_4-
|
|
179
|
+
.magritte-modal-animation-exit-active___ERjKa_4-1-1.magritte-modal-overlay___lK22l_4-1-1{
|
|
177
180
|
opacity:0;
|
|
178
181
|
}
|
|
179
|
-
.magritte-modal-animation-exit-active___ERjKa_4-
|
|
182
|
+
.magritte-modal-animation-exit-active___ERjKa_4-1-1 .magritte-modal___RAW6S_4-1-1{
|
|
180
183
|
opacity:0;
|
|
181
184
|
transform:scale(0.96);
|
|
182
185
|
}
|
|
183
|
-
.magritte-modal-animation-exit-active___ERjKa_4-
|
|
184
|
-
.magritte-modal-animation-exit-active___ERjKa_4-
|
|
186
|
+
.magritte-modal-animation-exit-active___ERjKa_4-1-1 .magritte-modal___RAW6S_4-1-1,
|
|
187
|
+
.magritte-modal-animation-exit-active___ERjKa_4-1-1.magritte-modal-overlay___lK22l_4-1-1{
|
|
185
188
|
transition-property:opacity, transform;
|
|
186
189
|
transition-duration:var(--exit-animation-duration);
|
|
187
190
|
transition-timing-function:var(--magritte-semantic-animation-ease-in-out-200-timing-function-v18-3-0);
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export * from '@hh.ru/magritte-ui-theme-provider';
|
|
3
3
|
export { Modal } from './Modal.js';
|
|
4
|
+
export { ModalContentFullHeight } from './ModalContentFullHeight.js';
|
|
4
5
|
import 'react/jsx-runtime';
|
|
5
6
|
import 'react';
|
|
6
7
|
import 'react-dom';
|
|
@@ -19,7 +20,7 @@ import '@hh.ru/magritte-common-func-utils';
|
|
|
19
20
|
import '@hh.ru/magritte-ui-divider';
|
|
20
21
|
import './ModalHeader.js';
|
|
21
22
|
import '@hh.ru/magritte-ui-title';
|
|
22
|
-
import './modal-
|
|
23
|
+
import './modal-DxwfFlMp.js';
|
|
23
24
|
import './ModalFooter.js';
|
|
24
25
|
import './useModalOrder.js';
|
|
25
26
|
import '@hh.ru/magritte-common-dom-storage';
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/index.mock.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ import { ForwardRefExoticComponent } from 'react';
|
|
|
2
2
|
declare const ThemeProvider: any;
|
|
3
3
|
export { ThemeProvider };
|
|
4
4
|
export declare const Modal: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
5
|
+
export declare const ModalContentFullHeight: ForwardRefExoticComponent<Record<string, unknown>>;
|
package/index.mock.js
CHANGED
|
@@ -6,6 +6,7 @@ const { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/
|
|
|
6
6
|
const Modal = mockComponent('Modal', undefined, {
|
|
7
7
|
withChildren: true,
|
|
8
8
|
});
|
|
9
|
+
const ModalContentFullHeight = mockComponent('ModalContentFullHeight', undefined, { withChildren: true });
|
|
9
10
|
|
|
10
|
-
export { Modal, ThemeProvider };
|
|
11
|
+
export { Modal, ModalContentFullHeight, ThemeProvider };
|
|
11
12
|
//# sourceMappingURL=index.mock.js.map
|
package/index.mock.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\nconst { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');\n\nexport { ThemeProvider };\n\nexport const Modal: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('Modal', undefined, {\n withChildren: true,\n});\n"],"names":[],"mappings":";;AAIA;AACM,MAAA,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,yCAAyC,EAAE;MAI3E,KAAK,GAAuD,aAAa,CAAC,OAAO,EAAE,SAAS,EAAE;AACvG,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA;;;;"}
|
|
1
|
+
{"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\nconst { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');\n\nexport { ThemeProvider };\n\nexport const Modal: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('Modal', undefined, {\n withChildren: true,\n});\n\nexport const ModalContentFullHeight: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'ModalContentFullHeight',\n undefined,\n { withChildren: true }\n);\n"],"names":[],"mappings":";;AAIA;AACM,MAAA,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,yCAAyC,EAAE;MAI3E,KAAK,GAAuD,aAAa,CAAC,OAAO,EAAE,SAAS,EAAE;AACvG,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EAAE;AAEU,MAAA,sBAAsB,GAAuD,aAAa,CACnG,wBAAwB,EACxB,SAAS,EACT,EAAE,YAAY,EAAE,IAAI,EAAE;;;;"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
var styles = {"modal-overlay":"magritte-modal-overlay___lK22l_4-1-1","modalOverlay":"magritte-modal-overlay___lK22l_4-1-1","modal":"magritte-modal___RAW6S_4-1-1","modal-small":"magritte-modal-small___MMQT4_4-1-1","modalSmall":"magritte-modal-small___MMQT4_4-1-1","modal-content-full-height":"magritte-modal-content-full-height___e6e1m_4-1-1","modalContentFullHeight":"magritte-modal-content-full-height___e6e1m_4-1-1","modal-content":"magritte-modal-content___46QFS_4-1-1","modalContent":"magritte-modal-content___46QFS_4-1-1","modal-content__with-divider":"magritte-modal-content__with-divider___an3I5_4-1-1","modalContentWithDivider":"magritte-modal-content__with-divider___an3I5_4-1-1","modal-content-wrapper":"magritte-modal-content-wrapper___23XFT_4-1-1","modalContentWrapper":"magritte-modal-content-wrapper___23XFT_4-1-1","modal-content-wrapper__one-line":"magritte-modal-content-wrapper__one-line___tYg8d_4-1-1","modalContentWrapperOneLine":"magritte-modal-content-wrapper__one-line___tYg8d_4-1-1","divider-container":"magritte-divider-container___qP3VK_4-1-1","dividerContainer":"magritte-divider-container___qP3VK_4-1-1","divider-container-hidden":"magritte-divider-container-hidden___EIxB-_4-1-1","dividerContainerHidden":"magritte-divider-container-hidden___EIxB-_4-1-1","modal-footer":"magritte-modal-footer___8xPqQ_4-1-1","modalFooter":"magritte-modal-footer___8xPqQ_4-1-1","modal-buttons-container":"magritte-modal-buttons-container___1O1Nr_4-1-1","modalButtonsContainer":"magritte-modal-buttons-container___1O1Nr_4-1-1","animation-timeout":"magritte-animation-timeout___w-j7K_4-1-1","animationTimeout":"magritte-animation-timeout___w-j7K_4-1-1","modal-animation-enter-active":"magritte-modal-animation-enter-active___E8KLu_4-1-1","modalAnimationEnterActive":"magritte-modal-animation-enter-active___E8KLu_4-1-1","modal-animation-exit-active":"magritte-modal-animation-exit-active___ERjKa_4-1-1","modalAnimationExitActive":"magritte-modal-animation-exit-active___ERjKa_4-1-1","modal-animation-enter":"magritte-modal-animation-enter___kruLO_4-1-1","modalAnimationEnter":"magritte-modal-animation-enter___kruLO_4-1-1","modal-animation-exit":"magritte-modal-animation-exit___0jNgl_4-1-1","modalAnimationExit":"magritte-modal-animation-exit___0jNgl_4-1-1"};
|
|
3
|
+
|
|
4
|
+
export { styles as s };
|
|
5
|
+
//# sourceMappingURL=modal-DxwfFlMp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal-DxwfFlMp.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-modal",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@hh.ru/magritte-common-use-no-bubbling": "1.0.1",
|
|
30
30
|
"@hh.ru/magritte-design-tokens": "18.3.0",
|
|
31
31
|
"@hh.ru/magritte-internal-layer-name": "2.2.0",
|
|
32
|
-
"@hh.ru/magritte-ui-action": "4.3.
|
|
32
|
+
"@hh.ru/magritte-ui-action": "4.3.19",
|
|
33
33
|
"@hh.ru/magritte-ui-breakpoint": "4.0.3",
|
|
34
34
|
"@hh.ru/magritte-ui-divider": "1.1.30",
|
|
35
|
-
"@hh.ru/magritte-ui-icon": "7.3.
|
|
35
|
+
"@hh.ru/magritte-ui-icon": "7.3.1",
|
|
36
36
|
"@hh.ru/magritte-ui-layer": "2.0.6",
|
|
37
37
|
"@hh.ru/magritte-ui-mock-component": "1.0.11",
|
|
38
38
|
"@hh.ru/magritte-ui-theme-provider": "1.1.26",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "63d3837ac149f9f935504ca438212690f1cd6f46"
|
|
51
51
|
}
|
package/modal-DrFN2dL8.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './index.css';
|
|
2
|
-
var styles = {"modal-overlay":"magritte-modal-overlay___lK22l_4-0-5","modalOverlay":"magritte-modal-overlay___lK22l_4-0-5","modal":"magritte-modal___RAW6S_4-0-5","modal-small":"magritte-modal-small___MMQT4_4-0-5","modalSmall":"magritte-modal-small___MMQT4_4-0-5","modal-content":"magritte-modal-content___46QFS_4-0-5","modalContent":"magritte-modal-content___46QFS_4-0-5","modal-content__with-divider":"magritte-modal-content__with-divider___an3I5_4-0-5","modalContentWithDivider":"magritte-modal-content__with-divider___an3I5_4-0-5","modal-content-wrapper":"magritte-modal-content-wrapper___23XFT_4-0-5","modalContentWrapper":"magritte-modal-content-wrapper___23XFT_4-0-5","modal-content-wrapper__one-line":"magritte-modal-content-wrapper__one-line___tYg8d_4-0-5","modalContentWrapperOneLine":"magritte-modal-content-wrapper__one-line___tYg8d_4-0-5","divider-container":"magritte-divider-container___qP3VK_4-0-5","dividerContainer":"magritte-divider-container___qP3VK_4-0-5","divider-container-hidden":"magritte-divider-container-hidden___EIxB-_4-0-5","dividerContainerHidden":"magritte-divider-container-hidden___EIxB-_4-0-5","modal-footer":"magritte-modal-footer___8xPqQ_4-0-5","modalFooter":"magritte-modal-footer___8xPqQ_4-0-5","modal-buttons-container":"magritte-modal-buttons-container___1O1Nr_4-0-5","modalButtonsContainer":"magritte-modal-buttons-container___1O1Nr_4-0-5","animation-timeout":"magritte-animation-timeout___w-j7K_4-0-5","animationTimeout":"magritte-animation-timeout___w-j7K_4-0-5","modal-animation-enter-active":"magritte-modal-animation-enter-active___E8KLu_4-0-5","modalAnimationEnterActive":"magritte-modal-animation-enter-active___E8KLu_4-0-5","modal-animation-exit-active":"magritte-modal-animation-exit-active___ERjKa_4-0-5","modalAnimationExitActive":"magritte-modal-animation-exit-active___ERjKa_4-0-5","modal-animation-enter":"magritte-modal-animation-enter___kruLO_4-0-5","modalAnimationEnter":"magritte-modal-animation-enter___kruLO_4-0-5","modal-animation-exit":"magritte-modal-animation-exit___0jNgl_4-0-5","modalAnimationExit":"magritte-modal-animation-exit___0jNgl_4-0-5"};
|
|
3
|
-
|
|
4
|
-
export { styles as s };
|
|
5
|
-
//# sourceMappingURL=modal-DrFN2dL8.js.map
|
package/modal-DrFN2dL8.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"modal-DrFN2dL8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|