@alfalab/core-components-bottom-sheet 6.0.2 → 6.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.
- package/{component-a3ad36ed.js → component-e3586b15.js} +2 -2
- package/component.js +1 -1
- package/components/footer/Component.js +1 -1
- package/components/footer/index.css +7 -6
- package/components/header/Component.js +1 -1
- package/components/header/index.css +15 -15
- package/cssm/components/footer/index.module.css +3 -2
- package/cssm/components/header/index.module.css +2 -2
- package/cssm/index.module.css +4 -2
- package/esm/{component-aae461b7.js → component-0dfef8a0.js} +2 -2
- package/esm/component.js +1 -1
- package/esm/components/footer/Component.js +1 -1
- package/esm/components/footer/index.css +7 -6
- package/esm/components/header/Component.js +1 -1
- package/esm/components/header/index.css +15 -15
- package/esm/index.css +19 -17
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/index.css +19 -17
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/modern/{component-b079185c.js → component-eb0f16c2.js} +2 -2
- package/modern/component.js +1 -1
- package/modern/components/footer/Component.js +1 -1
- package/modern/components/footer/index.css +7 -6
- package/modern/components/header/Component.js +1 -1
- package/modern/components/header/index.css +15 -15
- package/modern/index.css +19 -17
- package/modern/index.d.ts +1 -1
- package/modern/index.js +1 -1
- package/package.json +1 -1
- /package/{component-a3ad36ed.d.ts → component-e3586b15.d.ts} +0 -0
- /package/esm/{component-aae461b7.d.ts → component-0dfef8a0.d.ts} +0 -0
- /package/modern/{component-b079185c.d.ts → component-eb0f16c2.d.ts} +0 -0
|
@@ -22,7 +22,7 @@ var getDataTestId = function (dataTestId, element) {
|
|
|
22
22
|
return dataTestId ? "".concat(dataTestId).concat(elementPart) : undefined;
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
-
var styles$1 = {"headerWrapper":"bottom-
|
|
25
|
+
var styles$1 = {"headerWrapper":"bottom-sheet__headerWrapper_1v3ta","hasContent":"bottom-sheet__hasContent_1v3ta","header":"bottom-sheet__header_1v3ta","sticky":"bottom-sheet__sticky_1v3ta","highlighted":"bottom-sheet__highlighted_1v3ta","justifyEnd":"bottom-sheet__justifyEnd_1v3ta","addon":"bottom-sheet__addon_1v3ta","addonFixed":"bottom-sheet__addonFixed_1v3ta","title":"bottom-sheet__title_1v3ta","titleCenter":"bottom-sheet__titleCenter_1v3ta","titleLeft":"bottom-sheet__titleLeft_1v3ta","trimTitle":"bottom-sheet__trimTitle_1v3ta"};
|
|
26
26
|
require('./components/header/index.css')
|
|
27
27
|
|
|
28
28
|
var Header = function (_a) {
|
|
@@ -43,7 +43,7 @@ var Header = function (_a) {
|
|
|
43
43
|
_b)), contentClassName: cn__default.default(styles$1.title) }), children));
|
|
44
44
|
};
|
|
45
45
|
|
|
46
|
-
var styles = {"modal":"bottom-
|
|
46
|
+
var styles = {"modal":"bottom-sheet__modal_1ix1z","component":"bottom-sheet__component_1ix1z","withTransition":"bottom-sheet__withTransition_1ix1z","scrollableContainer":"bottom-sheet__scrollableContainer_1ix1z","marker":"bottom-sheet__marker_1ix1z","content":"bottom-sheet__content_1ix1z","noHeader":"bottom-sheet__noHeader_1ix1z","noFooter":"bottom-sheet__noFooter_1ix1z","scrollLocked":"bottom-sheet__scrollLocked_1ix1z","appear":"bottom-sheet__appear_1ix1z","enter":"bottom-sheet__enter_1ix1z","appearActive":"bottom-sheet__appearActive_1ix1z","enterActive":"bottom-sheet__enterActive_1ix1z","enterDone":"bottom-sheet__enterDone_1ix1z","appearDone":"bottom-sheet__appearDone_1ix1z","exit":"bottom-sheet__exit_1ix1z","exitActive":"bottom-sheet__exitActive_1ix1z"};
|
|
47
47
|
require('./index.css')
|
|
48
48
|
|
|
49
49
|
var TIMEOUT = 300;
|
package/component.js
CHANGED
|
@@ -7,7 +7,7 @@ require('react-merge-refs');
|
|
|
7
7
|
require('react-swipeable');
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('@alfalab/core-components-base-modal');
|
|
10
|
-
var components_header_Component = require('./component-
|
|
10
|
+
var components_header_Component = require('./component-e3586b15.js');
|
|
11
11
|
require('./components/footer/Component.js');
|
|
12
12
|
require('./components/swipeable-backdrop/Component.js');
|
|
13
13
|
require('@alfalab/core-components-navigation-bar');
|
|
@@ -9,7 +9,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
9
9
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
10
10
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
11
11
|
|
|
12
|
-
var styles = {"footer":"bottom-
|
|
12
|
+
var styles = {"footer":"bottom-sheet__footer_1n8yi","sticky":"bottom-sheet__sticky_1n8yi","highlighted":"bottom-sheet__highlighted_1n8yi"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
var Footer = function (_a) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1l5ou */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-primary: #dbdee1;
|
|
6
|
-
} :root {
|
|
5
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
9
9
|
|
|
@@ -20,13 +20,14 @@
|
|
|
20
20
|
} :root {
|
|
21
21
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-border-primary);
|
|
22
22
|
--bottom-sheet-footer-background-color: var(--color-light-bg-primary);
|
|
23
|
-
} .bottom-
|
|
23
|
+
} .bottom-sheet__footer_1n8yi {
|
|
24
24
|
padding: var(--gap-m) var(--gap-m);
|
|
25
25
|
background-color: var(--color-light-bg-primary);
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__sticky_1n8yi {
|
|
27
27
|
position: sticky;
|
|
28
28
|
bottom: 0;
|
|
29
|
-
|
|
29
|
+
z-index: 1;
|
|
30
|
+
} .bottom-sheet__highlighted_1n8yi {
|
|
30
31
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
31
32
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
32
33
|
}
|
|
@@ -5,7 +5,7 @@ require('react');
|
|
|
5
5
|
require('classnames');
|
|
6
6
|
require('@alfalab/core-components-base-modal');
|
|
7
7
|
require('@alfalab/core-components-navigation-bar');
|
|
8
|
-
var components_header_Component = require('../../component-
|
|
8
|
+
var components_header_Component = require('../../component-e3586b15.js');
|
|
9
9
|
require('react-div-100vh');
|
|
10
10
|
require('react-merge-refs');
|
|
11
11
|
require('react-swipeable');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ogos */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-primary: #dbdee1;
|
|
6
|
-
} :root {
|
|
5
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
9
9
|
|
|
@@ -28,42 +28,42 @@
|
|
|
28
28
|
--bottom-sheet-title-font-weight: 700;
|
|
29
29
|
--bottom-sheet-title-line-height: 24px;
|
|
30
30
|
--bottom-sheet-title-font-family: var(--font-family-system);
|
|
31
|
-
} .bottom-
|
|
31
|
+
} .bottom-sheet__headerWrapper_1v3ta {
|
|
32
32
|
padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
|
|
33
33
|
border-top-right-radius: var(--border-radius-xl);
|
|
34
34
|
border-top-left-radius: var(--border-radius-xl);
|
|
35
35
|
z-index: 1;
|
|
36
|
-
} .bottom-
|
|
36
|
+
} .bottom-sheet__hasContent_1v3ta {
|
|
37
37
|
background-color: var(--color-light-bg-primary);
|
|
38
|
-
} .bottom-
|
|
38
|
+
} .bottom-sheet__header_1v3ta {
|
|
39
39
|
display: flex;
|
|
40
|
-
} .bottom-
|
|
40
|
+
} .bottom-sheet__sticky_1v3ta {
|
|
41
41
|
position: sticky;
|
|
42
42
|
top: 0;
|
|
43
|
-
} .bottom-
|
|
43
|
+
} .bottom-sheet__highlighted_1v3ta {
|
|
44
44
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__justifyEnd_1v3ta {
|
|
46
46
|
justify-content: flex-end;
|
|
47
|
-
} .bottom-
|
|
47
|
+
} .bottom-sheet__addon_1v3ta {
|
|
48
48
|
display: flex;
|
|
49
49
|
justify-content: center;
|
|
50
50
|
align-items: center;
|
|
51
51
|
min-width: 48px;
|
|
52
52
|
height: 48px;
|
|
53
|
-
} .bottom-
|
|
53
|
+
} .bottom-sheet__addonFixed_1v3ta {
|
|
54
54
|
position: fixed;
|
|
55
|
-
} .bottom-
|
|
55
|
+
} .bottom-sheet__title_1v3ta {
|
|
56
56
|
padding: var(--gap-s) var(--gap-xs);
|
|
57
57
|
width: 100%;
|
|
58
58
|
font-size: var(--bottom-sheet-title-font-size);
|
|
59
59
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
60
60
|
line-height: var(--bottom-sheet-title-line-height);
|
|
61
61
|
font-family: var(--bottom-sheet-title-font-family);
|
|
62
|
-
} .bottom-
|
|
62
|
+
} .bottom-sheet__titleCenter_1v3ta {
|
|
63
63
|
text-align: center;
|
|
64
|
-
} .bottom-
|
|
64
|
+
} .bottom-sheet__titleLeft_1v3ta {
|
|
65
65
|
text-align: left;
|
|
66
|
-
} .bottom-
|
|
66
|
+
} .bottom-sheet__trimTitle_1v3ta {
|
|
67
67
|
white-space: nowrap;
|
|
68
68
|
overflow: hidden;
|
|
69
69
|
text-overflow: ellipsis;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
|
-
--color-light-border-primary: #dbdee1;
|
|
5
|
-
} :root {
|
|
4
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
6
|
} :root {
|
|
7
7
|
} :root {
|
|
8
8
|
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
} .sticky {
|
|
26
26
|
position: sticky;
|
|
27
27
|
bottom: 0;
|
|
28
|
+
z-index: 1;
|
|
28
29
|
} .highlighted {
|
|
29
30
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
30
31
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
|
-
--color-light-border-primary: #dbdee1;
|
|
5
|
-
} :root {
|
|
4
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
6
|
} :root {
|
|
7
7
|
} :root {
|
|
8
8
|
|
package/cssm/index.module.css
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-graphic-quaternary: #dbdee1;
|
|
5
|
-
--color-light-text-primary: #0b1f35;
|
|
6
|
-
} :root {
|
|
5
|
+
--color-light-text-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
9
9
|
|
|
@@ -57,6 +57,8 @@
|
|
|
57
57
|
background-color: var(--color-light-graphic-quaternary);
|
|
58
58
|
z-index: 1000;
|
|
59
59
|
} .content {
|
|
60
|
+
position: relative;
|
|
61
|
+
z-index: 0;
|
|
60
62
|
display: flex;
|
|
61
63
|
flex-direction: column;
|
|
62
64
|
flex: 1;
|
|
@@ -14,7 +14,7 @@ var getDataTestId = function (dataTestId, element) {
|
|
|
14
14
|
return dataTestId ? "".concat(dataTestId).concat(elementPart) : undefined;
|
|
15
15
|
};
|
|
16
16
|
|
|
17
|
-
var styles$1 = {"headerWrapper":"bottom-
|
|
17
|
+
var styles$1 = {"headerWrapper":"bottom-sheet__headerWrapper_1v3ta","hasContent":"bottom-sheet__hasContent_1v3ta","header":"bottom-sheet__header_1v3ta","sticky":"bottom-sheet__sticky_1v3ta","highlighted":"bottom-sheet__highlighted_1v3ta","justifyEnd":"bottom-sheet__justifyEnd_1v3ta","addon":"bottom-sheet__addon_1v3ta","addonFixed":"bottom-sheet__addonFixed_1v3ta","title":"bottom-sheet__title_1v3ta","titleCenter":"bottom-sheet__titleCenter_1v3ta","titleLeft":"bottom-sheet__titleLeft_1v3ta","trimTitle":"bottom-sheet__trimTitle_1v3ta"};
|
|
18
18
|
require('./components/header/index.css')
|
|
19
19
|
|
|
20
20
|
var Header = function (_a) {
|
|
@@ -35,7 +35,7 @@ var Header = function (_a) {
|
|
|
35
35
|
_b)), contentClassName: cn(styles$1.title) }), children));
|
|
36
36
|
};
|
|
37
37
|
|
|
38
|
-
var styles = {"modal":"bottom-
|
|
38
|
+
var styles = {"modal":"bottom-sheet__modal_1ix1z","component":"bottom-sheet__component_1ix1z","withTransition":"bottom-sheet__withTransition_1ix1z","scrollableContainer":"bottom-sheet__scrollableContainer_1ix1z","marker":"bottom-sheet__marker_1ix1z","content":"bottom-sheet__content_1ix1z","noHeader":"bottom-sheet__noHeader_1ix1z","noFooter":"bottom-sheet__noFooter_1ix1z","scrollLocked":"bottom-sheet__scrollLocked_1ix1z","appear":"bottom-sheet__appear_1ix1z","enter":"bottom-sheet__enter_1ix1z","appearActive":"bottom-sheet__appearActive_1ix1z","enterActive":"bottom-sheet__enterActive_1ix1z","enterDone":"bottom-sheet__enterDone_1ix1z","appearDone":"bottom-sheet__appearDone_1ix1z","exit":"bottom-sheet__exit_1ix1z","exitActive":"bottom-sheet__exitActive_1ix1z"};
|
|
39
39
|
require('./index.css')
|
|
40
40
|
|
|
41
41
|
var TIMEOUT = 300;
|
package/esm/component.js
CHANGED
|
@@ -5,7 +5,7 @@ import 'react-merge-refs';
|
|
|
5
5
|
import 'react-swipeable';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '@alfalab/core-components-base-modal/esm';
|
|
8
|
-
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-
|
|
8
|
+
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-0dfef8a0.js';
|
|
9
9
|
import './components/footer/Component.js';
|
|
10
10
|
import './components/swipeable-backdrop/Component.js';
|
|
11
11
|
import '@alfalab/core-components-navigation-bar/esm';
|
|
@@ -2,7 +2,7 @@ import React, { useContext, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"bottom-
|
|
5
|
+
var styles = {"footer":"bottom-sheet__footer_1n8yi","sticky":"bottom-sheet__sticky_1n8yi","highlighted":"bottom-sheet__highlighted_1n8yi"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
var Footer = function (_a) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1l5ou */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-primary: #dbdee1;
|
|
6
|
-
} :root {
|
|
5
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
9
9
|
|
|
@@ -20,13 +20,14 @@
|
|
|
20
20
|
} :root {
|
|
21
21
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-border-primary);
|
|
22
22
|
--bottom-sheet-footer-background-color: var(--color-light-bg-primary);
|
|
23
|
-
} .bottom-
|
|
23
|
+
} .bottom-sheet__footer_1n8yi {
|
|
24
24
|
padding: var(--gap-m) var(--gap-m);
|
|
25
25
|
background-color: var(--color-light-bg-primary);
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__sticky_1n8yi {
|
|
27
27
|
position: sticky;
|
|
28
28
|
bottom: 0;
|
|
29
|
-
|
|
29
|
+
z-index: 1;
|
|
30
|
+
} .bottom-sheet__highlighted_1n8yi {
|
|
30
31
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
31
32
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
32
33
|
}
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components-base-modal/esm';
|
|
5
5
|
import '@alfalab/core-components-navigation-bar/esm';
|
|
6
|
-
export { a as Header } from '../../component-
|
|
6
|
+
export { a as Header } from '../../component-0dfef8a0.js';
|
|
7
7
|
import 'react-div-100vh';
|
|
8
8
|
import 'react-merge-refs';
|
|
9
9
|
import 'react-swipeable';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ogos */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-primary: #dbdee1;
|
|
6
|
-
} :root {
|
|
5
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
9
9
|
|
|
@@ -28,42 +28,42 @@
|
|
|
28
28
|
--bottom-sheet-title-font-weight: 700;
|
|
29
29
|
--bottom-sheet-title-line-height: 24px;
|
|
30
30
|
--bottom-sheet-title-font-family: var(--font-family-system);
|
|
31
|
-
} .bottom-
|
|
31
|
+
} .bottom-sheet__headerWrapper_1v3ta {
|
|
32
32
|
padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
|
|
33
33
|
border-top-right-radius: var(--border-radius-xl);
|
|
34
34
|
border-top-left-radius: var(--border-radius-xl);
|
|
35
35
|
z-index: 1;
|
|
36
|
-
} .bottom-
|
|
36
|
+
} .bottom-sheet__hasContent_1v3ta {
|
|
37
37
|
background-color: var(--color-light-bg-primary);
|
|
38
|
-
} .bottom-
|
|
38
|
+
} .bottom-sheet__header_1v3ta {
|
|
39
39
|
display: flex;
|
|
40
|
-
} .bottom-
|
|
40
|
+
} .bottom-sheet__sticky_1v3ta {
|
|
41
41
|
position: sticky;
|
|
42
42
|
top: 0;
|
|
43
|
-
} .bottom-
|
|
43
|
+
} .bottom-sheet__highlighted_1v3ta {
|
|
44
44
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__justifyEnd_1v3ta {
|
|
46
46
|
justify-content: flex-end;
|
|
47
|
-
} .bottom-
|
|
47
|
+
} .bottom-sheet__addon_1v3ta {
|
|
48
48
|
display: flex;
|
|
49
49
|
justify-content: center;
|
|
50
50
|
align-items: center;
|
|
51
51
|
min-width: 48px;
|
|
52
52
|
height: 48px;
|
|
53
|
-
} .bottom-
|
|
53
|
+
} .bottom-sheet__addonFixed_1v3ta {
|
|
54
54
|
position: fixed;
|
|
55
|
-
} .bottom-
|
|
55
|
+
} .bottom-sheet__title_1v3ta {
|
|
56
56
|
padding: var(--gap-s) var(--gap-xs);
|
|
57
57
|
width: 100%;
|
|
58
58
|
font-size: var(--bottom-sheet-title-font-size);
|
|
59
59
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
60
60
|
line-height: var(--bottom-sheet-title-line-height);
|
|
61
61
|
font-family: var(--bottom-sheet-title-font-family);
|
|
62
|
-
} .bottom-
|
|
62
|
+
} .bottom-sheet__titleCenter_1v3ta {
|
|
63
63
|
text-align: center;
|
|
64
|
-
} .bottom-
|
|
64
|
+
} .bottom-sheet__titleLeft_1v3ta {
|
|
65
65
|
text-align: left;
|
|
66
|
-
} .bottom-
|
|
66
|
+
} .bottom-sheet__trimTitle_1v3ta {
|
|
67
67
|
white-space: nowrap;
|
|
68
68
|
overflow: hidden;
|
|
69
69
|
text-overflow: ellipsis;
|
package/esm/index.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5gopi */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
5
|
--color-light-graphic-quaternary: #dbdee1;
|
|
6
|
-
--color-light-text-primary: #0b1f35;
|
|
7
|
-
} :root {
|
|
6
|
+
--color-light-text-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
8
8
|
} :root {
|
|
9
9
|
} :root {
|
|
10
10
|
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
} :root {
|
|
25
25
|
--bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
|
|
26
26
|
--bottom-sheet-out-transition: 0.3s ease;
|
|
27
|
-
} .bottom-
|
|
27
|
+
} .bottom-sheet__modal_1ix1z {
|
|
28
28
|
background-color: transparent;
|
|
29
29
|
position: fixed;
|
|
30
30
|
bottom: 0;
|
|
31
31
|
width: 100%;
|
|
32
32
|
max-width: 600px;
|
|
33
|
-
} .bottom-
|
|
33
|
+
} .bottom-sheet__component_1ix1z {
|
|
34
34
|
overflow: hidden;
|
|
35
35
|
position: relative;
|
|
36
36
|
display: flex;
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
border-top-left-radius: var(--border-radius-xl);
|
|
40
40
|
background: var(--color-light-bg-primary);
|
|
41
41
|
transform: translateY(100%);
|
|
42
|
-
} .bottom-
|
|
42
|
+
} .bottom-sheet__withTransition_1ix1z {
|
|
43
43
|
transition: var(--bottom-sheet-out-transition);
|
|
44
|
-
} .bottom-
|
|
44
|
+
} .bottom-sheet__scrollableContainer_1ix1z {
|
|
45
45
|
overflow: auto;
|
|
46
46
|
display: flex;
|
|
47
47
|
flex-direction: column;
|
|
48
48
|
position: relative;
|
|
49
49
|
height: 100%;
|
|
50
|
-
} .bottom-
|
|
50
|
+
} .bottom-sheet__marker_1ix1z {
|
|
51
51
|
position: fixed;
|
|
52
52
|
top: var(--gap-2xs);
|
|
53
53
|
left: 50%;
|
|
@@ -57,29 +57,31 @@
|
|
|
57
57
|
transform: translateX(-50%);
|
|
58
58
|
background-color: var(--color-light-graphic-quaternary);
|
|
59
59
|
z-index: 1000;
|
|
60
|
-
} .bottom-
|
|
60
|
+
} .bottom-sheet__content_1ix1z {
|
|
61
|
+
position: relative;
|
|
62
|
+
z-index: 0;
|
|
61
63
|
display: flex;
|
|
62
64
|
flex-direction: column;
|
|
63
65
|
flex: 1;
|
|
64
66
|
padding: 0 var(--gap-m);
|
|
65
67
|
color: var(--color-light-text-primary);
|
|
66
68
|
background-color: var(--color-light-bg-primary);
|
|
67
|
-
} .bottom-
|
|
69
|
+
} .bottom-sheet__noHeader_1ix1z {
|
|
68
70
|
padding-top: var(--gap-m);
|
|
69
|
-
} .bottom-
|
|
71
|
+
} .bottom-sheet__noFooter_1ix1z {
|
|
70
72
|
padding-bottom: var(--gap-m);
|
|
71
|
-
} .bottom-
|
|
73
|
+
} .bottom-sheet__scrollLocked_1ix1z {
|
|
72
74
|
overflow: hidden;
|
|
73
|
-
} .bottom-
|
|
75
|
+
} .bottom-sheet__appear_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__enter_1ix1z .bottom-sheet__component_1ix1z {
|
|
74
76
|
transition: none;
|
|
75
|
-
} .bottom-
|
|
77
|
+
} .bottom-sheet__appearActive_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__enterActive_1ix1z .bottom-sheet__component_1ix1z {
|
|
76
78
|
transition: var(--bottom-sheet-in-transition);
|
|
77
79
|
transform: translateY(0);
|
|
78
|
-
} .bottom-
|
|
80
|
+
} .bottom-sheet__enterDone_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__appearDone_1ix1z .bottom-sheet__component_1ix1z {
|
|
79
81
|
transform: translateY(0);
|
|
80
|
-
} .bottom-
|
|
82
|
+
} .bottom-sheet__exit_1ix1z .bottom-sheet__component_1ix1z {
|
|
81
83
|
transform: translateY(0);
|
|
82
|
-
} .bottom-
|
|
84
|
+
} .bottom-sheet__exitActive_1ix1z .bottom-sheet__component_1ix1z {
|
|
83
85
|
transition: var(--bottom-sheet-out-transition);
|
|
84
86
|
transform: translateY(100%);
|
|
85
87
|
}
|
package/esm/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./component-
|
|
1
|
+
export * from "./component-0dfef8a0";
|
package/esm/index.js
CHANGED
package/index.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5gopi */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
5
|
--color-light-graphic-quaternary: #dbdee1;
|
|
6
|
-
--color-light-text-primary: #0b1f35;
|
|
7
|
-
} :root {
|
|
6
|
+
--color-light-text-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
8
8
|
} :root {
|
|
9
9
|
} :root {
|
|
10
10
|
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
} :root {
|
|
25
25
|
--bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
|
|
26
26
|
--bottom-sheet-out-transition: 0.3s ease;
|
|
27
|
-
} .bottom-
|
|
27
|
+
} .bottom-sheet__modal_1ix1z {
|
|
28
28
|
background-color: transparent;
|
|
29
29
|
position: fixed;
|
|
30
30
|
bottom: 0;
|
|
31
31
|
width: 100%;
|
|
32
32
|
max-width: 600px;
|
|
33
|
-
} .bottom-
|
|
33
|
+
} .bottom-sheet__component_1ix1z {
|
|
34
34
|
overflow: hidden;
|
|
35
35
|
position: relative;
|
|
36
36
|
display: flex;
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
border-top-left-radius: var(--border-radius-xl);
|
|
40
40
|
background: var(--color-light-bg-primary);
|
|
41
41
|
transform: translateY(100%);
|
|
42
|
-
} .bottom-
|
|
42
|
+
} .bottom-sheet__withTransition_1ix1z {
|
|
43
43
|
transition: var(--bottom-sheet-out-transition);
|
|
44
|
-
} .bottom-
|
|
44
|
+
} .bottom-sheet__scrollableContainer_1ix1z {
|
|
45
45
|
overflow: auto;
|
|
46
46
|
display: flex;
|
|
47
47
|
flex-direction: column;
|
|
48
48
|
position: relative;
|
|
49
49
|
height: 100%;
|
|
50
|
-
} .bottom-
|
|
50
|
+
} .bottom-sheet__marker_1ix1z {
|
|
51
51
|
position: fixed;
|
|
52
52
|
top: var(--gap-2xs);
|
|
53
53
|
left: 50%;
|
|
@@ -57,29 +57,31 @@
|
|
|
57
57
|
transform: translateX(-50%);
|
|
58
58
|
background-color: var(--color-light-graphic-quaternary);
|
|
59
59
|
z-index: 1000;
|
|
60
|
-
} .bottom-
|
|
60
|
+
} .bottom-sheet__content_1ix1z {
|
|
61
|
+
position: relative;
|
|
62
|
+
z-index: 0;
|
|
61
63
|
display: flex;
|
|
62
64
|
flex-direction: column;
|
|
63
65
|
flex: 1;
|
|
64
66
|
padding: 0 var(--gap-m);
|
|
65
67
|
color: var(--color-light-text-primary);
|
|
66
68
|
background-color: var(--color-light-bg-primary);
|
|
67
|
-
} .bottom-
|
|
69
|
+
} .bottom-sheet__noHeader_1ix1z {
|
|
68
70
|
padding-top: var(--gap-m);
|
|
69
|
-
} .bottom-
|
|
71
|
+
} .bottom-sheet__noFooter_1ix1z {
|
|
70
72
|
padding-bottom: var(--gap-m);
|
|
71
|
-
} .bottom-
|
|
73
|
+
} .bottom-sheet__scrollLocked_1ix1z {
|
|
72
74
|
overflow: hidden;
|
|
73
|
-
} .bottom-
|
|
75
|
+
} .bottom-sheet__appear_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__enter_1ix1z .bottom-sheet__component_1ix1z {
|
|
74
76
|
transition: none;
|
|
75
|
-
} .bottom-
|
|
77
|
+
} .bottom-sheet__appearActive_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__enterActive_1ix1z .bottom-sheet__component_1ix1z {
|
|
76
78
|
transition: var(--bottom-sheet-in-transition);
|
|
77
79
|
transform: translateY(0);
|
|
78
|
-
} .bottom-
|
|
80
|
+
} .bottom-sheet__enterDone_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__appearDone_1ix1z .bottom-sheet__component_1ix1z {
|
|
79
81
|
transform: translateY(0);
|
|
80
|
-
} .bottom-
|
|
82
|
+
} .bottom-sheet__exit_1ix1z .bottom-sheet__component_1ix1z {
|
|
81
83
|
transform: translateY(0);
|
|
82
|
-
} .bottom-
|
|
84
|
+
} .bottom-sheet__exitActive_1ix1z .bottom-sheet__component_1ix1z {
|
|
83
85
|
transition: var(--bottom-sheet-out-transition);
|
|
84
86
|
transform: translateY(100%);
|
|
85
87
|
}
|
package/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./component-
|
|
1
|
+
export * from "./component-e3586b15";
|
package/index.js
CHANGED
|
@@ -13,7 +13,7 @@ const getDataTestId = (dataTestId, element) => {
|
|
|
13
13
|
return dataTestId ? `${dataTestId}${elementPart}` : undefined;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
const styles$1 = {"headerWrapper":"bottom-
|
|
16
|
+
const styles$1 = {"headerWrapper":"bottom-sheet__headerWrapper_1v3ta","hasContent":"bottom-sheet__hasContent_1v3ta","header":"bottom-sheet__header_1v3ta","sticky":"bottom-sheet__sticky_1v3ta","highlighted":"bottom-sheet__highlighted_1v3ta","justifyEnd":"bottom-sheet__justifyEnd_1v3ta","addon":"bottom-sheet__addon_1v3ta","addonFixed":"bottom-sheet__addonFixed_1v3ta","title":"bottom-sheet__title_1v3ta","titleCenter":"bottom-sheet__titleCenter_1v3ta","titleLeft":"bottom-sheet__titleLeft_1v3ta","trimTitle":"bottom-sheet__trimTitle_1v3ta"};
|
|
17
17
|
require('./components/header/index.css')
|
|
18
18
|
|
|
19
19
|
const Header = ({ className, sticky, title, children, ...restProps }) => {
|
|
@@ -32,7 +32,7 @@ const Header = ({ className, sticky, title, children, ...restProps }) => {
|
|
|
32
32
|
}), contentClassName: cn(styles$1.title) }, children));
|
|
33
33
|
};
|
|
34
34
|
|
|
35
|
-
const styles = {"modal":"bottom-
|
|
35
|
+
const styles = {"modal":"bottom-sheet__modal_1ix1z","component":"bottom-sheet__component_1ix1z","withTransition":"bottom-sheet__withTransition_1ix1z","scrollableContainer":"bottom-sheet__scrollableContainer_1ix1z","marker":"bottom-sheet__marker_1ix1z","content":"bottom-sheet__content_1ix1z","noHeader":"bottom-sheet__noHeader_1ix1z","noFooter":"bottom-sheet__noFooter_1ix1z","scrollLocked":"bottom-sheet__scrollLocked_1ix1z","appear":"bottom-sheet__appear_1ix1z","enter":"bottom-sheet__enter_1ix1z","appearActive":"bottom-sheet__appearActive_1ix1z","enterActive":"bottom-sheet__enterActive_1ix1z","enterDone":"bottom-sheet__enterDone_1ix1z","appearDone":"bottom-sheet__appearDone_1ix1z","exit":"bottom-sheet__exit_1ix1z","exitActive":"bottom-sheet__exitActive_1ix1z"};
|
|
36
36
|
require('./index.css')
|
|
37
37
|
|
|
38
38
|
const TIMEOUT = 300;
|
package/modern/component.js
CHANGED
|
@@ -4,7 +4,7 @@ import 'react-merge-refs';
|
|
|
4
4
|
import 'react-swipeable';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '@alfalab/core-components-base-modal/modern';
|
|
7
|
-
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-
|
|
7
|
+
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-eb0f16c2.js';
|
|
8
8
|
import './components/footer/Component.js';
|
|
9
9
|
import './components/swipeable-backdrop/Component.js';
|
|
10
10
|
import '@alfalab/core-components-navigation-bar/modern';
|
|
@@ -2,7 +2,7 @@ import React, { useContext, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
|
|
4
4
|
|
|
5
|
-
const styles = {"footer":"bottom-
|
|
5
|
+
const styles = {"footer":"bottom-sheet__footer_1n8yi","sticky":"bottom-sheet__sticky_1n8yi","highlighted":"bottom-sheet__highlighted_1n8yi"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const Footer = ({ children, className, sticky }) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1l5ou */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-primary: #dbdee1;
|
|
6
|
-
} :root {
|
|
5
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
9
9
|
|
|
@@ -20,13 +20,14 @@
|
|
|
20
20
|
} :root {
|
|
21
21
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-border-primary);
|
|
22
22
|
--bottom-sheet-footer-background-color: var(--color-light-bg-primary);
|
|
23
|
-
} .bottom-
|
|
23
|
+
} .bottom-sheet__footer_1n8yi {
|
|
24
24
|
padding: var(--gap-m) var(--gap-m);
|
|
25
25
|
background-color: var(--color-light-bg-primary);
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__sticky_1n8yi {
|
|
27
27
|
position: sticky;
|
|
28
28
|
bottom: 0;
|
|
29
|
-
|
|
29
|
+
z-index: 1;
|
|
30
|
+
} .bottom-sheet__highlighted_1n8yi {
|
|
30
31
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
31
32
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
32
33
|
}
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '@alfalab/core-components-base-modal/modern';
|
|
4
4
|
import '@alfalab/core-components-navigation-bar/modern';
|
|
5
|
-
export { a as Header } from '../../component-
|
|
5
|
+
export { a as Header } from '../../component-eb0f16c2.js';
|
|
6
6
|
import 'react-div-100vh';
|
|
7
7
|
import 'react-merge-refs';
|
|
8
8
|
import 'react-swipeable';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ogos */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-primary: #dbdee1;
|
|
6
|
-
} :root {
|
|
5
|
+
--color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
9
9
|
|
|
@@ -28,42 +28,42 @@
|
|
|
28
28
|
--bottom-sheet-title-font-weight: 700;
|
|
29
29
|
--bottom-sheet-title-line-height: 24px;
|
|
30
30
|
--bottom-sheet-title-font-family: var(--font-family-system);
|
|
31
|
-
} .bottom-
|
|
31
|
+
} .bottom-sheet__headerWrapper_1v3ta {
|
|
32
32
|
padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
|
|
33
33
|
border-top-right-radius: var(--border-radius-xl);
|
|
34
34
|
border-top-left-radius: var(--border-radius-xl);
|
|
35
35
|
z-index: 1;
|
|
36
|
-
} .bottom-
|
|
36
|
+
} .bottom-sheet__hasContent_1v3ta {
|
|
37
37
|
background-color: var(--color-light-bg-primary);
|
|
38
|
-
} .bottom-
|
|
38
|
+
} .bottom-sheet__header_1v3ta {
|
|
39
39
|
display: flex;
|
|
40
|
-
} .bottom-
|
|
40
|
+
} .bottom-sheet__sticky_1v3ta {
|
|
41
41
|
position: sticky;
|
|
42
42
|
top: 0;
|
|
43
|
-
} .bottom-
|
|
43
|
+
} .bottom-sheet__highlighted_1v3ta {
|
|
44
44
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__justifyEnd_1v3ta {
|
|
46
46
|
justify-content: flex-end;
|
|
47
|
-
} .bottom-
|
|
47
|
+
} .bottom-sheet__addon_1v3ta {
|
|
48
48
|
display: flex;
|
|
49
49
|
justify-content: center;
|
|
50
50
|
align-items: center;
|
|
51
51
|
min-width: 48px;
|
|
52
52
|
height: 48px;
|
|
53
|
-
} .bottom-
|
|
53
|
+
} .bottom-sheet__addonFixed_1v3ta {
|
|
54
54
|
position: fixed;
|
|
55
|
-
} .bottom-
|
|
55
|
+
} .bottom-sheet__title_1v3ta {
|
|
56
56
|
padding: var(--gap-s) var(--gap-xs);
|
|
57
57
|
width: 100%;
|
|
58
58
|
font-size: var(--bottom-sheet-title-font-size);
|
|
59
59
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
60
60
|
line-height: var(--bottom-sheet-title-line-height);
|
|
61
61
|
font-family: var(--bottom-sheet-title-font-family);
|
|
62
|
-
} .bottom-
|
|
62
|
+
} .bottom-sheet__titleCenter_1v3ta {
|
|
63
63
|
text-align: center;
|
|
64
|
-
} .bottom-
|
|
64
|
+
} .bottom-sheet__titleLeft_1v3ta {
|
|
65
65
|
text-align: left;
|
|
66
|
-
} .bottom-
|
|
66
|
+
} .bottom-sheet__trimTitle_1v3ta {
|
|
67
67
|
white-space: nowrap;
|
|
68
68
|
overflow: hidden;
|
|
69
69
|
text-overflow: ellipsis;
|
package/modern/index.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5gopi */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
5
5
|
--color-light-graphic-quaternary: #dbdee1;
|
|
6
|
-
--color-light-text-primary: #0b1f35;
|
|
7
|
-
} :root {
|
|
6
|
+
--color-light-text-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
8
8
|
} :root {
|
|
9
9
|
} :root {
|
|
10
10
|
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
} :root {
|
|
25
25
|
--bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
|
|
26
26
|
--bottom-sheet-out-transition: 0.3s ease;
|
|
27
|
-
} .bottom-
|
|
27
|
+
} .bottom-sheet__modal_1ix1z {
|
|
28
28
|
background-color: transparent;
|
|
29
29
|
position: fixed;
|
|
30
30
|
bottom: 0;
|
|
31
31
|
width: 100%;
|
|
32
32
|
max-width: 600px;
|
|
33
|
-
} .bottom-
|
|
33
|
+
} .bottom-sheet__component_1ix1z {
|
|
34
34
|
overflow: hidden;
|
|
35
35
|
position: relative;
|
|
36
36
|
display: flex;
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
border-top-left-radius: var(--border-radius-xl);
|
|
40
40
|
background: var(--color-light-bg-primary);
|
|
41
41
|
transform: translateY(100%);
|
|
42
|
-
} .bottom-
|
|
42
|
+
} .bottom-sheet__withTransition_1ix1z {
|
|
43
43
|
transition: var(--bottom-sheet-out-transition);
|
|
44
|
-
} .bottom-
|
|
44
|
+
} .bottom-sheet__scrollableContainer_1ix1z {
|
|
45
45
|
overflow: auto;
|
|
46
46
|
display: flex;
|
|
47
47
|
flex-direction: column;
|
|
48
48
|
position: relative;
|
|
49
49
|
height: 100%;
|
|
50
|
-
} .bottom-
|
|
50
|
+
} .bottom-sheet__marker_1ix1z {
|
|
51
51
|
position: fixed;
|
|
52
52
|
top: var(--gap-2xs);
|
|
53
53
|
left: 50%;
|
|
@@ -57,29 +57,31 @@
|
|
|
57
57
|
transform: translateX(-50%);
|
|
58
58
|
background-color: var(--color-light-graphic-quaternary);
|
|
59
59
|
z-index: 1000;
|
|
60
|
-
} .bottom-
|
|
60
|
+
} .bottom-sheet__content_1ix1z {
|
|
61
|
+
position: relative;
|
|
62
|
+
z-index: 0;
|
|
61
63
|
display: flex;
|
|
62
64
|
flex-direction: column;
|
|
63
65
|
flex: 1;
|
|
64
66
|
padding: 0 var(--gap-m);
|
|
65
67
|
color: var(--color-light-text-primary);
|
|
66
68
|
background-color: var(--color-light-bg-primary);
|
|
67
|
-
} .bottom-
|
|
69
|
+
} .bottom-sheet__noHeader_1ix1z {
|
|
68
70
|
padding-top: var(--gap-m);
|
|
69
|
-
} .bottom-
|
|
71
|
+
} .bottom-sheet__noFooter_1ix1z {
|
|
70
72
|
padding-bottom: var(--gap-m);
|
|
71
|
-
} .bottom-
|
|
73
|
+
} .bottom-sheet__scrollLocked_1ix1z {
|
|
72
74
|
overflow: hidden;
|
|
73
|
-
} .bottom-
|
|
75
|
+
} .bottom-sheet__appear_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__enter_1ix1z .bottom-sheet__component_1ix1z {
|
|
74
76
|
transition: none;
|
|
75
|
-
} .bottom-
|
|
77
|
+
} .bottom-sheet__appearActive_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__enterActive_1ix1z .bottom-sheet__component_1ix1z {
|
|
76
78
|
transition: var(--bottom-sheet-in-transition);
|
|
77
79
|
transform: translateY(0);
|
|
78
|
-
} .bottom-
|
|
80
|
+
} .bottom-sheet__enterDone_1ix1z .bottom-sheet__component_1ix1z, .bottom-sheet__appearDone_1ix1z .bottom-sheet__component_1ix1z {
|
|
79
81
|
transform: translateY(0);
|
|
80
|
-
} .bottom-
|
|
82
|
+
} .bottom-sheet__exit_1ix1z .bottom-sheet__component_1ix1z {
|
|
81
83
|
transform: translateY(0);
|
|
82
|
-
} .bottom-
|
|
84
|
+
} .bottom-sheet__exitActive_1ix1z .bottom-sheet__component_1ix1z {
|
|
83
85
|
transition: var(--bottom-sheet-out-transition);
|
|
84
86
|
transform: translateY(100%);
|
|
85
87
|
}
|
package/modern/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./component-
|
|
1
|
+
export * from "./component-eb0f16c2";
|
package/modern/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-
|
|
1
|
+
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-eb0f16c2.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react-div-100vh';
|
|
4
4
|
import 'react-merge-refs';
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|