@alfalab/core-components-modal 5.2.3 → 5.2.7
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 +36 -0
- package/{dist/Component.desktop.d.ts → Component.desktop.d.ts} +0 -0
- package/{dist/Component.desktop.js → Component.desktop.js} +3 -3
- package/{dist/Component.mobile.d.ts → Component.mobile.d.ts} +0 -0
- package/{dist/Component.mobile.js → Component.mobile.js} +3 -3
- package/{dist/Component.responsive.d.ts → Component.responsive.d.ts} +0 -0
- package/{dist/Component.responsive.js → Component.responsive.js} +2 -2
- package/{dist/Context.d.ts → Context.d.ts} +0 -0
- package/{dist/Context.js → Context.js} +0 -0
- package/{dist/components → components}/closer/Component.d.ts +0 -0
- package/{dist/components → components}/closer/Component.js +2 -2
- package/{dist/components → components}/closer/index.css +4 -4
- package/{dist/components → components}/content/Component.d.ts +0 -0
- package/{dist/components → components}/content/Component.desktop.d.ts +0 -0
- package/{dist/components → components}/content/Component.desktop.js +2 -2
- package/{dist/components → components}/content/Component.js +1 -1
- package/{dist/components → components}/content/Component.mobile.d.ts +0 -0
- package/{dist/components → components}/content/Component.mobile.js +2 -2
- package/{dist/esm/components → components}/content/desktop.css +8 -8
- package/{dist/esm/components → components}/content/index.css +3 -3
- package/{dist/esm/components → components}/content/mobile.css +3 -3
- package/{dist/components → components}/footer/Component.d.ts +0 -0
- package/{dist/components → components}/footer/Component.desktop.d.ts +0 -0
- package/{dist/components → components}/footer/Component.desktop.js +2 -2
- package/{dist/components → components}/footer/Component.js +2 -2
- package/{dist/components → components}/footer/Component.mobile.d.ts +0 -0
- package/{dist/components → components}/footer/Component.mobile.js +2 -2
- package/{dist/modern/components → components}/footer/desktop.css +9 -9
- package/{dist/esm/components → components}/footer/index.css +4 -4
- package/components/footer/layout.css +84 -0
- package/{dist/modern/components → components}/footer/mobile.css +3 -3
- package/{dist/components → components}/header/Component.d.ts +0 -0
- package/{dist/components → components}/header/Component.desktop.d.ts +0 -0
- package/{dist/components → components}/header/Component.desktop.js +2 -2
- package/{dist/components → components}/header/Component.js +1 -1
- package/{dist/components → components}/header/Component.mobile.d.ts +0 -0
- package/{dist/components → components}/header/Component.mobile.js +2 -2
- package/{dist/esm/components → components}/header/desktop.css +17 -17
- package/{dist/esm/components → components}/header/index.css +15 -15
- package/{dist/esm/components → components}/header/mobile.css +3 -3
- package/{dist/cssm → cssm}/Component.desktop.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.desktop.js +2 -2
- package/{dist/cssm → cssm}/Component.mobile.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.mobile.js +2 -2
- package/{dist/cssm → cssm}/Component.responsive.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.responsive.js +2 -2
- package/{dist/cssm → cssm}/Context.d.ts +0 -0
- package/{dist/cssm → cssm}/Context.js +1 -1
- package/{dist/cssm → cssm}/components/closer/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/closer/Component.js +2 -2
- package/{dist/cssm → cssm}/components/closer/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/content/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/content/Component.desktop.d.ts +0 -0
- package/{dist/cssm → cssm}/components/content/Component.desktop.js +1 -1
- package/{dist/cssm → cssm}/components/content/Component.js +1 -1
- package/{dist/cssm → cssm}/components/content/Component.mobile.d.ts +0 -0
- package/{dist/cssm → cssm}/components/content/Component.mobile.js +1 -1
- package/{dist/cssm → cssm}/components/content/desktop.module.css +0 -0
- package/{dist/cssm → cssm}/components/content/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/content/mobile.module.css +0 -0
- package/{dist/cssm → cssm}/components/footer/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/footer/Component.desktop.d.ts +0 -0
- package/{dist/cssm → cssm}/components/footer/Component.desktop.js +1 -1
- package/{dist/cssm → cssm}/components/footer/Component.js +1 -1
- package/{dist/cssm → cssm}/components/footer/Component.mobile.d.ts +0 -0
- package/{dist/cssm → cssm}/components/footer/Component.mobile.js +1 -1
- package/{dist/cssm → cssm}/components/footer/desktop.module.css +0 -0
- package/{dist/cssm → cssm}/components/footer/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/footer/layout.module.css +0 -0
- package/{dist/cssm → cssm}/components/footer/mobile.module.css +0 -0
- package/{dist/cssm → cssm}/components/header/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/header/Component.desktop.d.ts +0 -0
- package/{dist/cssm → cssm}/components/header/Component.desktop.js +2 -2
- package/{dist/cssm → cssm}/components/header/Component.js +1 -1
- package/{dist/cssm → cssm}/components/header/Component.mobile.d.ts +0 -0
- package/{dist/cssm → cssm}/components/header/Component.mobile.js +2 -2
- package/{dist/cssm → cssm}/components/header/desktop.module.css +0 -0
- package/{dist/cssm → cssm}/components/header/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/header/mobile.module.css +0 -0
- package/{dist/cssm → cssm}/desktop.d.ts +0 -0
- package/{dist/cssm → cssm}/desktop.js +2 -2
- package/{dist/cssm → cssm}/desktop.module.css +0 -0
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +2 -2
- package/{dist/cssm → cssm}/mobile.d.ts +0 -0
- package/{dist/cssm → cssm}/mobile.js +2 -2
- package/{dist/cssm → cssm}/mobile.module.css +0 -0
- package/{dist/cssm → cssm}/responsive.d.ts +0 -0
- package/{dist/cssm → cssm}/responsive.js +2 -2
- package/{dist/cssm → cssm}/transitions.module.css +0 -0
- package/{dist/cssm → cssm}/tslib.es6-ce870b46.d.ts +0 -0
- package/{dist/cssm → cssm}/tslib.es6-ce870b46.js +0 -0
- package/{dist/cssm → cssm}/utils.d.ts +0 -0
- package/{dist/cssm → cssm}/utils.js +0 -0
- package/{dist/cssm → cssm}/vars.css +0 -0
- package/{dist/esm/desktop.css → desktop.css} +9 -9
- package/{dist/desktop.d.ts → desktop.d.ts} +0 -0
- package/{dist/desktop.js → desktop.js} +2 -2
- package/{dist/esm → esm}/Component.desktop.d.ts +0 -0
- package/{dist/esm → esm}/Component.desktop.js +5 -5
- package/{dist/esm → esm}/Component.mobile.d.ts +0 -0
- package/{dist/esm → esm}/Component.mobile.js +5 -5
- package/{dist/esm → esm}/Component.responsive.d.ts +0 -0
- package/{dist/esm → esm}/Component.responsive.js +4 -4
- package/{dist/esm → esm}/Context.d.ts +0 -0
- package/{dist/esm → esm}/Context.js +1 -1
- package/{dist/esm → esm}/components/closer/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/closer/Component.js +4 -4
- package/{dist/esm → esm}/components/closer/index.css +4 -4
- package/{dist/esm → esm}/components/content/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/content/Component.desktop.d.ts +0 -0
- package/{dist/esm → esm}/components/content/Component.desktop.js +3 -3
- package/{dist/esm → esm}/components/content/Component.js +2 -2
- package/{dist/esm → esm}/components/content/Component.mobile.d.ts +0 -0
- package/{dist/esm → esm}/components/content/Component.mobile.js +3 -3
- 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 → esm}/components/footer/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/footer/Component.desktop.d.ts +0 -0
- package/{dist/esm → esm}/components/footer/Component.desktop.js +3 -3
- package/{dist/esm → esm}/components/footer/Component.js +3 -3
- package/{dist/esm → esm}/components/footer/Component.mobile.d.ts +0 -0
- package/{dist/esm → esm}/components/footer/Component.mobile.js +3 -3
- package/{dist/esm → esm}/components/footer/desktop.css +9 -9
- package/{dist/modern → esm}/components/footer/index.css +4 -4
- package/esm/components/footer/layout.css +84 -0
- package/{dist/esm → esm}/components/footer/mobile.css +3 -3
- package/{dist/esm → esm}/components/header/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/header/Component.desktop.d.ts +0 -0
- package/{dist/esm → esm}/components/header/Component.desktop.js +4 -4
- package/{dist/esm → esm}/components/header/Component.js +2 -2
- package/{dist/esm → esm}/components/header/Component.mobile.d.ts +0 -0
- package/{dist/esm → esm}/components/header/Component.mobile.js +4 -4
- package/{dist → esm}/components/header/desktop.css +17 -17
- package/{dist/modern → esm}/components/header/index.css +15 -15
- package/{dist/modern → esm}/components/header/mobile.css +3 -3
- package/{dist → esm}/desktop.css +9 -9
- package/{dist/esm → esm}/desktop.d.ts +0 -0
- package/{dist/esm → esm}/desktop.js +4 -4
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/{dist/esm → esm}/index.js +4 -4
- package/{dist/modern → esm}/mobile.css +2 -2
- package/{dist/esm → esm}/mobile.d.ts +0 -0
- package/{dist/esm → esm}/mobile.js +4 -4
- package/{dist/esm → esm}/responsive.d.ts +0 -0
- package/{dist/esm → esm}/responsive.js +4 -4
- package/{dist/esm → esm}/transitions.css +8 -8
- package/esm/transitions.module-1403a282.js +4 -0
- package/{dist/esm/tslib.es6-a981d30c.d.ts → esm/tslib.es6-95d263a8.d.ts} +0 -0
- package/{dist/esm/tslib.es6-a981d30c.js → esm/tslib.es6-95d263a8.js} +0 -0
- package/{dist/esm → esm}/utils.d.ts +0 -0
- package/{dist/esm → esm}/utils.js +0 -0
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +2 -2
- package/{dist/mobile.css → mobile.css} +2 -2
- package/{dist/mobile.d.ts → mobile.d.ts} +0 -0
- package/{dist/mobile.js → mobile.js} +2 -2
- package/{dist/modern → modern}/Component.desktop.d.ts +0 -0
- package/{dist/modern → modern}/Component.desktop.js +4 -4
- package/{dist/modern → modern}/Component.mobile.d.ts +0 -0
- package/{dist/modern → modern}/Component.mobile.js +4 -4
- package/{dist/modern → modern}/Component.responsive.d.ts +0 -0
- package/{dist/modern → modern}/Component.responsive.js +3 -3
- package/{dist/modern → modern}/Context.d.ts +0 -0
- package/{dist/modern → modern}/Context.js +1 -1
- package/{dist/modern → modern}/components/closer/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/closer/Component.js +3 -3
- package/{dist/modern → modern}/components/closer/index.css +4 -4
- package/{dist/modern → modern}/components/content/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/content/Component.desktop.d.ts +0 -0
- package/{dist/modern → modern}/components/content/Component.desktop.js +2 -2
- package/{dist/modern → modern}/components/content/Component.js +2 -2
- package/{dist/modern → modern}/components/content/Component.mobile.d.ts +0 -0
- package/{dist/modern → modern}/components/content/Component.mobile.js +2 -2
- package/{dist/modern → modern}/components/content/desktop.css +8 -8
- package/{dist/modern → modern}/components/content/index.css +3 -3
- package/{dist/modern → modern}/components/content/mobile.css +3 -3
- package/{dist/modern → modern}/components/footer/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/footer/Component.desktop.d.ts +0 -0
- package/{dist/modern → modern}/components/footer/Component.desktop.js +2 -2
- package/{dist/modern → modern}/components/footer/Component.js +3 -3
- package/{dist/modern → modern}/components/footer/Component.mobile.d.ts +0 -0
- package/{dist/modern → modern}/components/footer/Component.mobile.js +2 -2
- package/{dist → modern}/components/footer/desktop.css +9 -9
- package/{dist → modern}/components/footer/index.css +4 -4
- package/modern/components/footer/layout.css +84 -0
- package/{dist → modern}/components/footer/mobile.css +3 -3
- package/{dist/modern → modern}/components/header/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/header/Component.desktop.d.ts +0 -0
- package/{dist/modern → modern}/components/header/Component.desktop.js +3 -3
- package/{dist/modern → modern}/components/header/Component.js +2 -2
- package/{dist/modern → modern}/components/header/Component.mobile.d.ts +0 -0
- package/{dist/modern → modern}/components/header/Component.mobile.js +3 -3
- package/{dist/modern → 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 → modern}/desktop.css +9 -9
- package/{dist/modern → modern}/desktop.d.ts +0 -0
- package/{dist/modern → modern}/desktop.js +3 -3
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +3 -3
- package/{dist/esm → modern}/mobile.css +2 -2
- package/{dist/modern → modern}/mobile.d.ts +0 -0
- package/{dist/modern → modern}/mobile.js +3 -3
- package/{dist/modern → modern}/responsive.d.ts +0 -0
- package/{dist/modern → modern}/responsive.js +3 -3
- package/{dist/modern → modern}/transitions.css +8 -8
- package/modern/transitions.module-1403a282.js +4 -0
- package/{dist/modern → modern}/utils.d.ts +0 -0
- package/{dist/modern → modern}/utils.js +0 -0
- package/package.json +9 -12
- package/{dist/responsive.d.ts → responsive.d.ts} +0 -0
- package/{dist/responsive.js → responsive.js} +2 -2
- package/{dist/send-stats.js → send-stats.js} +0 -0
- package/{dist/transitions.css → transitions.css} +8 -8
- package/transitions.module-21cce0a0.js +6 -0
- package/{dist/tslib.es6-22b54c63.d.ts → tslib.es6-eacbc725.d.ts} +0 -0
- package/{dist/tslib.es6-22b54c63.js → tslib.es6-eacbc725.js} +0 -0
- package/{dist/utils.d.ts → utils.d.ts} +0 -0
- package/{dist/utils.js → utils.js} +0 -0
- package/dist/components/footer/layout.css +0 -84
- package/dist/esm/components/footer/layout.css +0 -84
- package/dist/esm/transitions.module-e5d11057.js +0 -4
- package/dist/modern/components/footer/layout.css +0 -84
- package/dist/modern/transitions.module-e5d11057.js +0 -4
- package/dist/transitions.module-0b303341.js +0 -6
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from './tslib.es6-95d263a8.js';
|
|
2
2
|
import React, { forwardRef, useMemo, useContext } from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import './Context.js';
|
|
7
7
|
import './components/header/Component.js';
|
|
8
|
-
import '@alfalab/core-components-icon-button/
|
|
8
|
+
import '@alfalab/core-components-icon-button/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
10
10
|
import { Closer } from './components/closer/Component.js';
|
|
11
11
|
import './components/header/Component.desktop.js';
|
|
@@ -14,7 +14,7 @@ import './components/content/Component.desktop.js';
|
|
|
14
14
|
import './components/footer/Component.js';
|
|
15
15
|
import './components/footer/Component.desktop.js';
|
|
16
16
|
import { ModalDesktop } from './Component.desktop.js';
|
|
17
|
-
import './transitions.module-
|
|
17
|
+
import './transitions.module-1403a282.js';
|
|
18
18
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
19
19
|
import './components/header/Component.mobile.js';
|
|
20
20
|
import './components/content/Component.mobile.js';
|
|
File without changes
|
|
File without changes
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-95d263a8.js';
|
|
2
2
|
import React, { useContext, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import { ModalContext } from '../../Context.js';
|
|
6
|
-
import { IconButton } from '@alfalab/core-components-icon-button/
|
|
6
|
+
import { IconButton } from '@alfalab/core-components-icon-button/esm';
|
|
7
7
|
import { CrossHeavyMIcon } from '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
8
8
|
|
|
9
|
-
var styles = {"closer":"
|
|
9
|
+
var styles = {"closer":"modal__closer_ynwee","button":"modal__button_ynwee","sticky":"modal__sticky_ynwee"};
|
|
10
10
|
require('./index.css')
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: t5gp4 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
4
4
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
:root {
|
|
30
30
|
--modal-closer-bg-color: var(--color-light-bg-primary-alpha-40);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.modal__closer_ynwee {
|
|
33
33
|
flex-shrink: 0;
|
|
34
34
|
width: 48px;
|
|
35
35
|
height: 48px;
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
align-items: center;
|
|
39
39
|
justify-content: center;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.modal__button_ynwee {
|
|
42
42
|
background: var(--modal-closer-bg-color);
|
|
43
43
|
-webkit-backdrop-filter: blur(10px);
|
|
44
44
|
backdrop-filter: blur(10px);
|
|
45
45
|
border-radius: 50px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.modal__sticky_ynwee {
|
|
48
48
|
position: sticky;
|
|
49
49
|
top: calc(var(--modal-vertical-padding) * -1);
|
|
50
50
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-95d263a8.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import { Content } from './Component.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"s":"
|
|
8
|
+
var styles = {"s":"modal__s_12a6s","m":"modal__m_12a6s","l":"modal__l_12a6s","xl":"modal__xl_12a6s","fullscreen":"modal__fullscreen_12a6s"};
|
|
9
9
|
require('./desktop.css')
|
|
10
10
|
|
|
11
11
|
var ContentDesktop = function (_a) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { useContext } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import '@alfalab/core-components-base-modal/
|
|
3
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
|
|
6
|
-
var styles = {"content":"
|
|
6
|
+
var styles = {"content":"modal__content_bcjt8","flex":"modal__flex_bcjt8"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
var Content = function (_a) {
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-95d263a8.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import { Content } from './Component.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"content":"
|
|
8
|
+
var styles = {"content":"modal__content_1ewbl"};
|
|
9
9
|
require('./mobile.css')
|
|
10
10
|
|
|
11
11
|
var ContentMobile = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: fbbpf */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
|
|
25
25
|
/* mobile */
|
|
26
26
|
}
|
|
27
|
-
.
|
|
28
|
-
.
|
|
27
|
+
.modal__s_12a6s,
|
|
28
|
+
.modal__m_12a6s {
|
|
29
29
|
padding: var(--modal-s-content-paddings)
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.modal__s_12a6s:last-child, .modal__m_12a6s:last-child {
|
|
32
32
|
padding-bottom: var(--modal-s-content-only-bottom-padding);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
35
|
-
.
|
|
36
|
-
.
|
|
34
|
+
.modal__l_12a6s,
|
|
35
|
+
.modal__xl_12a6s,
|
|
36
|
+
.modal__fullscreen_12a6s {
|
|
37
37
|
padding: 0 var(--gap-6xl)
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.modal__l_12a6s:last-child, .modal__xl_12a6s:last-child, .modal__fullscreen_12a6s:last-child {
|
|
40
40
|
padding-bottom: var(--gap-6xl);
|
|
41
41
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: i3xjb */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
|
|
20
20
|
/* mobile */
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.modal__content_bcjt8 {
|
|
23
23
|
box-sizing: border-box;
|
|
24
24
|
width: 100%;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.modal__flex_bcjt8 {
|
|
27
27
|
flex: 1 1 auto;
|
|
28
28
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1eteu */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
/* mobile */
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.modal__content_1ewbl {
|
|
26
26
|
padding: 0 var(--gap-m)
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.modal__content_1ewbl:last-child {
|
|
29
29
|
padding-bottom: var(--gap-m);
|
|
30
30
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-95d263a8.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import { Footer } from './Component.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"footer":"
|
|
8
|
+
var styles = {"footer":"modal__footer_1l3ew","sticky":"modal__sticky_1l3ew","fullscreen":"modal__fullscreen_1l3ew","s":"modal__s_1l3ew","m":"modal__m_1l3ew","l":"modal__l_1l3ew","xl":"modal__xl_1l3ew"};
|
|
9
9
|
require('./desktop.css')
|
|
10
10
|
|
|
11
11
|
var FooterDesktop = function (_a) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React, { useContext, useEffect } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import '@alfalab/core-components-base-modal/
|
|
3
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
|
|
6
|
-
var styles = {"footer":"
|
|
6
|
+
var styles = {"footer":"modal__footer_a501a","sticky":"modal__sticky_a501a","highlighted":"modal__highlighted_a501a"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
|
-
var layoutStyles = {"column":"
|
|
9
|
+
var layoutStyles = {"column":"modal__column_74d01","gap-16":"modal__gap-16_74d01","gap-24":"modal__gap-24_74d01","gap-32":"modal__gap-32_74d01","start":"modal__start_74d01","center":"modal__center_74d01","space-between":"modal__space-between_74d01"};
|
|
10
10
|
require('./layout.css')
|
|
11
11
|
|
|
12
12
|
var Footer = function (_a) {
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-95d263a8.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import { Footer } from './Component.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"footer":"
|
|
8
|
+
var styles = {"footer":"modal__footer_1xqlk","sticky":"modal__sticky_1xqlk"};
|
|
9
9
|
require('./mobile.css')
|
|
10
10
|
|
|
11
11
|
var FooterMobile = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: e98if */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
|
|
32
32
|
/* mobile */
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.modal__footer_1l3ew {
|
|
35
35
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
36
36
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.modal__sticky_1l3ew {
|
|
39
39
|
bottom: calc(var(--modal-vertical-padding) * -1)
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.modal__sticky_1l3ew.modal__fullscreen_1l3ew {
|
|
42
42
|
bottom: 0;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
45
|
-
.
|
|
44
|
+
.modal__s_1l3ew,
|
|
45
|
+
.modal__m_1l3ew {
|
|
46
46
|
padding: var(--modal-s-footer-paddings);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
49
|
-
.
|
|
50
|
-
.
|
|
48
|
+
.modal__l_1l3ew,
|
|
49
|
+
.modal__xl_1l3ew,
|
|
50
|
+
.modal__fullscreen_1l3ew {
|
|
51
51
|
padding: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
|
|
52
52
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: dizyo */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-border-primary: #dbdee1;
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
|
|
27
27
|
/* mobile */
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.modal__footer_a501a {
|
|
30
30
|
width: 100%;
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
transition: box-shadow 0.2s ease, background 0.2s ease;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.modal__sticky_a501a {
|
|
35
35
|
background: var(--modal-footer-background);
|
|
36
36
|
position: sticky;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.modal__highlighted_a501a {
|
|
39
39
|
background: var(--modal-footer-highlight-background);
|
|
40
40
|
box-shadow: var(--modal-footer-highlight-box-shadow);
|
|
41
41
|
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/* hash: iwlpl */
|
|
2
|
+
:root {
|
|
3
|
+
|
|
4
|
+
/* Hard */
|
|
5
|
+
|
|
6
|
+
/* Up */
|
|
7
|
+
|
|
8
|
+
/* Hard up */
|
|
9
|
+
}
|
|
10
|
+
:root {
|
|
11
|
+
--gap-m: 16px;
|
|
12
|
+
--gap-xl: 24px;
|
|
13
|
+
--gap-2xl: 32px;
|
|
14
|
+
}
|
|
15
|
+
:root {
|
|
16
|
+
--modal-footer-default-gap: var(--gap-m);
|
|
17
|
+
|
|
18
|
+
/* sizes */
|
|
19
|
+
|
|
20
|
+
/* paddings */
|
|
21
|
+
|
|
22
|
+
/* scroll */
|
|
23
|
+
|
|
24
|
+
/* desktop */
|
|
25
|
+
|
|
26
|
+
/* mobile */
|
|
27
|
+
}
|
|
28
|
+
.modal__column_74d01 {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column
|
|
31
|
+
}
|
|
32
|
+
.modal__column_74d01 > * {
|
|
33
|
+
margin-bottom: var(--modal-footer-default-gap);
|
|
34
|
+
}
|
|
35
|
+
.modal__column_74d01 > *:last-child,
|
|
36
|
+
.modal__column_74d01 > *:only-child {
|
|
37
|
+
margin-bottom: 0;
|
|
38
|
+
}
|
|
39
|
+
.modal__column_74d01.modal__gap-16_74d01 > * {
|
|
40
|
+
margin-bottom: var(--gap-m);
|
|
41
|
+
}
|
|
42
|
+
.modal__column_74d01.modal__gap-24_74d01 > * {
|
|
43
|
+
margin-bottom: var(--gap-xl);
|
|
44
|
+
}
|
|
45
|
+
.modal__column_74d01.modal__gap-32_74d01 > * {
|
|
46
|
+
margin-bottom: var(--gap-2xl);
|
|
47
|
+
}
|
|
48
|
+
.modal__start_74d01 {
|
|
49
|
+
justify-content: flex-start;
|
|
50
|
+
}
|
|
51
|
+
.modal__center_74d01 {
|
|
52
|
+
justify-content: center;
|
|
53
|
+
}
|
|
54
|
+
.modal__space-between_74d01 {
|
|
55
|
+
justify-content: space-between
|
|
56
|
+
}
|
|
57
|
+
.modal__space-between_74d01 > * {
|
|
58
|
+
flex: 1;
|
|
59
|
+
}
|
|
60
|
+
.modal__start_74d01,
|
|
61
|
+
.modal__center_74d01,
|
|
62
|
+
.modal__space-between_74d01 {
|
|
63
|
+
display: flex
|
|
64
|
+
}
|
|
65
|
+
.modal__start_74d01 > *, .modal__center_74d01 > *, .modal__space-between_74d01 > * {
|
|
66
|
+
margin-right: var(--modal-footer-default-gap);
|
|
67
|
+
}
|
|
68
|
+
.modal__start_74d01 > *:last-child,
|
|
69
|
+
.modal__start_74d01 > *:only-child,
|
|
70
|
+
.modal__center_74d01 > *:last-child,
|
|
71
|
+
.modal__center_74d01 > *:only-child,
|
|
72
|
+
.modal__space-between_74d01 > *:last-child,
|
|
73
|
+
.modal__space-between_74d01 > *:only-child {
|
|
74
|
+
margin-right: 0;
|
|
75
|
+
}
|
|
76
|
+
.modal__start_74d01.modal__gap-16_74d01 > *, .modal__center_74d01.modal__gap-16_74d01 > *, .modal__space-between_74d01.modal__gap-16_74d01 > * {
|
|
77
|
+
margin-right: var(--gap-m);
|
|
78
|
+
}
|
|
79
|
+
.modal__start_74d01.modal__gap-24_74d01 > *, .modal__center_74d01.modal__gap-24_74d01 > *, .modal__space-between_74d01.modal__gap-24_74d01 > * {
|
|
80
|
+
margin-right: var(--gap-xl);
|
|
81
|
+
}
|
|
82
|
+
.modal__start_74d01.modal__gap-32_74d01 > *, .modal__center_74d01.modal__gap-32_74d01 > *, .modal__space-between_74d01.modal__gap-32_74d01 > * {
|
|
83
|
+
margin-right: var(--gap-2xl);
|
|
84
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1pd1v */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
/* mobile */
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.modal__footer_1xqlk {
|
|
26
26
|
padding: var(--gap-m);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.modal__sticky_1xqlk {
|
|
29
29
|
bottom: 0;
|
|
30
30
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-95d263a8.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import { Header } from './Component.js';
|
|
7
|
-
import '@alfalab/core-components-icon-button/
|
|
7
|
+
import '@alfalab/core-components-icon-button/esm';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
9
9
|
import { Closer } from '../closer/Component.js';
|
|
10
10
|
|
|
11
|
-
var styles = {"header":"
|
|
11
|
+
var styles = {"header":"modal__header_z7dpb","content":"modal__content_z7dpb","s":"modal__s_z7dpb","m":"modal__m_z7dpb","l":"modal__l_z7dpb","xl":"modal__xl_z7dpb","fullscreen":"modal__fullscreen_z7dpb","hasContent":"modal__hasContent_z7dpb","sticky":"modal__sticky_z7dpb"};
|
|
12
12
|
require('./desktop.css')
|
|
13
13
|
|
|
14
14
|
var HeaderDesktop = function (_a) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { useContext, useEffect } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import '@alfalab/core-components-base-modal/
|
|
3
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
|
|
6
|
-
var styles = {"header":"
|
|
6
|
+
var styles = {"header":"modal__header_puwvl","hasContent":"modal__hasContent_puwvl","highlighted":"modal__highlighted_puwvl","sticky":"modal__sticky_puwvl","content":"modal__content_puwvl","title":"modal__title_puwvl","addon":"modal__addon_puwvl","closer":"modal__closer_puwvl","left":"modal__left_puwvl","center":"modal__center_puwvl","right":"modal__right_puwvl","trim":"modal__trim_puwvl"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
var Header = function (_a) {
|
|
File without changes
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-95d263a8.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/
|
|
4
|
+
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import { Header } from './Component.js';
|
|
7
|
-
import '@alfalab/core-components-icon-button/
|
|
7
|
+
import '@alfalab/core-components-icon-button/esm';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
9
9
|
import { Closer } from '../closer/Component.js';
|
|
10
10
|
import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
|
|
12
|
-
var styles = {"sticky":"
|
|
12
|
+
var styles = {"sticky":"modal__sticky_13ljz","content":"modal__content_13ljz"};
|
|
13
13
|
require('./mobile.css')
|
|
14
14
|
|
|
15
15
|
var HeaderMobile = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 18ady */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -43,45 +43,45 @@
|
|
|
43
43
|
|
|
44
44
|
/* mobile */
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.modal__header_z7dpb {
|
|
47
47
|
border-top-left-radius: var(--modal-border-radius);
|
|
48
48
|
border-top-right-radius: var(--modal-border-radius);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.modal__content_z7dpb {
|
|
51
51
|
font-weight: var(--modal-header-desktop-font-weight);
|
|
52
52
|
font-family: var(--modal-header-desktop-font-family);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
55
|
-
.
|
|
54
|
+
.modal__s_z7dpb .modal__content_z7dpb,
|
|
55
|
+
.modal__m_z7dpb .modal__content_z7dpb {
|
|
56
56
|
padding: var(--modal-s-header-desktop-content-paddings);
|
|
57
57
|
font-size: var(--modal-s-header-desktop-font-size);
|
|
58
58
|
line-height: var(--modal-s-header-desktop-line-height);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
61
|
-
.
|
|
62
|
-
.
|
|
60
|
+
.modal__l_z7dpb .modal__content_z7dpb,
|
|
61
|
+
.modal__xl_z7dpb .modal__content_z7dpb,
|
|
62
|
+
.modal__fullscreen_z7dpb .modal__content_z7dpb {
|
|
63
63
|
padding: var(--modal-l-header-desktop-content-paddings);
|
|
64
64
|
font-size: var(--modal-l-header-desktop-font-size);
|
|
65
65
|
line-height: var(--modal-l-header-desktop-line-height);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
68
|
-
.
|
|
67
|
+
.modal__s_z7dpb,
|
|
68
|
+
.modal__m_z7dpb {
|
|
69
69
|
padding: var(--modal-s-header-paddings)
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.modal__s_z7dpb:not(.modal__hasContent_z7dpb), .modal__m_z7dpb:not(.modal__hasContent_z7dpb) {
|
|
72
72
|
padding-bottom: 0;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
75
|
-
.
|
|
76
|
-
.
|
|
74
|
+
.modal__l_z7dpb,
|
|
75
|
+
.modal__xl_z7dpb,
|
|
76
|
+
.modal__fullscreen_z7dpb {
|
|
77
77
|
padding: var(--gap-xl) var(--gap-xl) var(--gap-m)
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
.modal__l_z7dpb:not(.modal__hasContent_z7dpb), .modal__xl_z7dpb:not(.modal__hasContent_z7dpb), .modal__fullscreen_z7dpb:not(.modal__hasContent_z7dpb) {
|
|
80
80
|
padding-bottom: var(--gap-m);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.modal__sticky_z7dpb {
|
|
83
83
|
top: calc(var(--modal-vertical-padding) * -1)
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.modal__sticky_z7dpb.modal__fullscreen_z7dpb {
|
|
86
86
|
top: 0;
|
|
87
87
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1qi8w */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
/* mobile */
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.modal__header_puwvl {
|
|
29
29
|
width: 100%;
|
|
30
30
|
box-sizing: border-box;
|
|
31
31
|
display: flex;
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
justify-content: space-between;
|
|
34
34
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.modal__header_puwvl:not(.modal__hasContent_puwvl) {
|
|
37
37
|
pointer-events: none;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.modal__highlighted_puwvl {
|
|
40
40
|
background: var(--modal-header-highlight-background);
|
|
41
41
|
box-shadow: var(--modal-header-highlight-box-shadow);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.modal__sticky_puwvl {
|
|
44
44
|
position: sticky
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.modal__sticky_puwvl.modal__hasContent_puwvl {
|
|
47
47
|
background: var(--modal-header-background);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.modal__content_puwvl {
|
|
50
50
|
flex-grow: 1;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.modal__title_puwvl {
|
|
53
53
|
word-break: break-word;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.modal__addon_puwvl {
|
|
56
56
|
min-width: 48px;
|
|
57
57
|
height: 48px;
|
|
58
58
|
display: flex;
|
|
@@ -60,25 +60,25 @@
|
|
|
60
60
|
align-items: center;
|
|
61
61
|
pointer-events: all;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.modal__closer_puwvl {
|
|
64
64
|
margin-left: auto;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.modal__left_puwvl {
|
|
67
67
|
justify-content: flex-start;
|
|
68
68
|
text-align: left;
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.modal__center_puwvl {
|
|
71
71
|
justify-content: center;
|
|
72
72
|
text-align: center;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.modal__right_puwvl {
|
|
75
75
|
justify-content: flex-end;
|
|
76
76
|
text-align: right;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.modal__trim_puwvl {
|
|
79
79
|
overflow: hidden
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.modal__trim_puwvl .modal__title_puwvl {
|
|
82
82
|
overflow: hidden;
|
|
83
83
|
white-space: nowrap;
|
|
84
84
|
text-overflow: ellipsis;
|