@alfalab/core-components-bottom-sheet 4.5.1 → 4.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/{component-f022c60b.d.ts → component-640abf82.d.ts} +13 -0
  3. package/{component-f022c60b.js → component-640abf82.js} +5 -10
  4. package/component.js +2 -2
  5. package/components/backer/Component.js +2 -2
  6. package/components/backer/index.css +3 -3
  7. package/components/closer/Component.js +2 -2
  8. package/components/closer/index.css +3 -3
  9. package/components/footer/Component.js +1 -1
  10. package/components/footer/index.css +4 -4
  11. package/components/header/Component.js +2 -2
  12. package/components/header/index.css +17 -17
  13. package/components/swipeable-backdrop/Component.js +1 -1
  14. package/{esm/component-d7d8fd5e.d.ts → cssm/component-78755a1d.d.ts} +13 -0
  15. package/cssm/{component-eb26b84c.js → component-78755a1d.js} +4 -9
  16. package/cssm/component.js +5 -5
  17. package/cssm/components/backer/Component.js +1 -1
  18. package/cssm/components/closer/Component.js +2 -2
  19. package/cssm/components/footer/Component.js +1 -1
  20. package/cssm/components/header/Component.js +5 -5
  21. package/cssm/components/swipeable-backdrop/Component.js +1 -1
  22. package/cssm/index.d.ts +1 -1
  23. package/cssm/index.js +5 -5
  24. package/cssm/index.module.css +3 -3
  25. package/{cssm/component-eb26b84c.d.ts → esm/component-ccb0592e.d.ts} +13 -0
  26. package/esm/{component-d7d8fd5e.js → component-ccb0592e.js} +7 -12
  27. package/esm/component.js +6 -6
  28. package/esm/components/backer/Component.js +3 -3
  29. package/esm/components/backer/index.css +3 -3
  30. package/esm/components/closer/Component.js +4 -4
  31. package/esm/components/closer/index.css +3 -3
  32. package/esm/components/footer/Component.js +2 -2
  33. package/esm/components/footer/index.css +4 -4
  34. package/esm/components/header/Component.js +6 -6
  35. package/esm/components/header/index.css +17 -17
  36. package/esm/components/swipeable-backdrop/Component.js +2 -2
  37. package/esm/index.css +19 -19
  38. package/esm/index.d.ts +1 -1
  39. package/esm/index.js +6 -6
  40. package/esm/{tslib.es6-fb144452.d.ts → tslib.es6-7bd2d41b.d.ts} +0 -0
  41. package/esm/{tslib.es6-fb144452.js → tslib.es6-7bd2d41b.js} +0 -0
  42. package/index.css +19 -19
  43. package/index.d.ts +1 -1
  44. package/index.js +2 -2
  45. package/modern/{component-9e2002e4.d.ts → component-1c3da841.d.ts} +13 -0
  46. package/modern/{component-9e2002e4.js → component-1c3da841.js} +7 -6
  47. package/modern/component.js +5 -5
  48. package/modern/components/backer/Component.js +2 -2
  49. package/modern/components/backer/index.css +3 -3
  50. package/modern/components/closer/Component.js +3 -3
  51. package/modern/components/closer/index.css +3 -3
  52. package/modern/components/footer/Component.js +2 -2
  53. package/modern/components/footer/index.css +4 -4
  54. package/modern/components/header/Component.js +5 -5
  55. package/modern/components/header/index.css +17 -17
  56. package/modern/components/swipeable-backdrop/Component.js +1 -1
  57. package/modern/index.css +19 -19
  58. package/modern/index.d.ts +1 -1
  59. package/modern/index.js +5 -5
  60. package/package.json +6 -6
  61. /package/{tslib.es6-545c30b9.d.ts → tslib.es6-fd688139.d.ts} +0 -0
  62. /package/{tslib.es6-545c30b9.js → tslib.es6-fd688139.js} +0 -0
@@ -17,7 +17,7 @@
17
17
  --gap-xl: 24px;
18
18
  }
19
19
  :root {
20
- --border-radius-xl: 16px;
20
+ --border-radius-3xl: 24px;
21
21
  }
22
22
  :root {
23
23
  --bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
@@ -35,8 +35,8 @@
35
35
  position: relative;
36
36
  display: flex;
37
37
  flex-direction: column;
38
- border-top-right-radius: var(--border-radius-xl);
39
- border-top-left-radius: var(--border-radius-xl);
38
+ border-top-right-radius: var(--border-radius-3xl);
39
+ border-top-left-radius: var(--border-radius-3xl);
40
40
  background: var(--color-light-bg-primary);
41
41
  transform: translateY(100%);
42
42
  }
@@ -4,6 +4,7 @@ import React from "react";
4
4
  import { FC, ReactNode, HTMLAttributes } from "react";
5
5
  import { BottomSheetTitleAlign } from "./index";
6
6
  import { TransitionProps } from 'react-transition-group/Transition';
7
+ import { BaseModalProps } from "@alfalab/core-components-base-modal";
7
8
  type HeaderProps = {
8
9
  /**
9
10
  * Заголовок
@@ -121,6 +122,10 @@ type BottomSheetProps = {
121
122
  * Дополнительный класс для компонента модального окна
122
123
  */
123
124
  modalClassName?: string;
125
+ /**
126
+ * Дополнительный класс для обертки модального окна
127
+ */
128
+ modalWrapperClassName?: string;
124
129
  /**
125
130
  * TransitionProps, прокидываются в компонент CSSTransitionProps.
126
131
  */
@@ -190,10 +195,18 @@ type BottomSheetProps = {
190
195
  * Запретить закрытие шторки кликом на оверлэй
191
196
  */
192
197
  disableOverlayClick?: boolean;
198
+ /**
199
+ * Отключает блокировку скролла при открытии модального окна
200
+ */
201
+ disableBlockingScroll?: boolean;
193
202
  /**
194
203
  * Не анимировать шторку при изменении размера вьюпорта
195
204
  */
196
205
  ignoreScreenChange?: boolean;
206
+ /**
207
+ * Свойства для Бэкдропа
208
+ */
209
+ backdropProps?: BaseModalProps['backdropProps'];
197
210
  /**
198
211
  * Обработчик закрытия
199
212
  */
@@ -1,16 +1,16 @@
1
- import { _ as __assign } from './tslib.es6-fb144452.js';
1
+ import { _ as __assign } from './tslib.es6-7bd2d41b.js';
2
2
  import React, { useContext, useEffect, forwardRef, useState, useRef, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { use100vh } from 'react-div-100vh';
5
5
  import { useSwipeable } from 'react-swipeable';
6
- import { BaseModalContext, BaseModal } from '@alfalab/core-components-base-modal/dist/esm';
7
- import { Typography } from '@alfalab/core-components-typography/dist/esm';
6
+ import { BaseModalContext, BaseModal } from '@alfalab/core-components-base-modal/esm';
7
+ import { Typography } from '@alfalab/core-components-typography/esm';
8
8
  import { Closer } from './components/closer/Component.js';
9
9
  import { Backer } from './components/backer/Component.js';
10
10
  import { Footer } from './components/footer/Component.js';
11
11
  import { SwipeableBackdrop } from './components/swipeable-backdrop/Component.js';
12
12
 
13
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1xjmw","header":"bottom-sheet__header_1xjmw","sticky":"bottom-sheet__sticky_1xjmw","highlighted":"bottom-sheet__highlighted_1xjmw","justifyEnd":"bottom-sheet__justifyEnd_1xjmw","addon":"bottom-sheet__addon_1xjmw","addonFixed":"bottom-sheet__addonFixed_1xjmw","addonLeft":"bottom-sheet__addonLeft_1xjmw","addonRight":"bottom-sheet__addonRight_1xjmw","title":"bottom-sheet__title_1xjmw","titleCenter":"bottom-sheet__titleCenter_1xjmw","titleLeft":"bottom-sheet__titleLeft_1xjmw","trimTitle":"bottom-sheet__trimTitle_1xjmw","titleBigIndentHorizontal":"bottom-sheet__titleBigIndentHorizontal_1xjmw","titleIndentRight":"bottom-sheet__titleIndentRight_1xjmw","titleIndentLeft":"bottom-sheet__titleIndentLeft_1xjmw"};
13
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1hskz","header":"bottom-sheet__header_1hskz","sticky":"bottom-sheet__sticky_1hskz","highlighted":"bottom-sheet__highlighted_1hskz","justifyEnd":"bottom-sheet__justifyEnd_1hskz","addon":"bottom-sheet__addon_1hskz","addonFixed":"bottom-sheet__addonFixed_1hskz","addonLeft":"bottom-sheet__addonLeft_1hskz","addonRight":"bottom-sheet__addonRight_1hskz","title":"bottom-sheet__title_1hskz","titleCenter":"bottom-sheet__titleCenter_1hskz","titleLeft":"bottom-sheet__titleLeft_1hskz","trimTitle":"bottom-sheet__trimTitle_1hskz","titleBigIndentHorizontal":"bottom-sheet__titleBigIndentHorizontal_1hskz","titleIndentRight":"bottom-sheet__titleIndentRight_1hskz","titleIndentLeft":"bottom-sheet__titleIndentLeft_1hskz"};
14
14
  require('./components/header/index.css')
15
15
 
16
16
  var Header = function (_a) {
@@ -60,7 +60,7 @@ var Header = function (_a) {
60
60
  bottomAddons));
61
61
  };
62
62
 
63
- var styles$1 = {"modal":"bottom-sheet__modal_14cdf","component":"bottom-sheet__component_14cdf","withTransition":"bottom-sheet__withTransition_14cdf","withZeroTransition":"bottom-sheet__withZeroTransition_14cdf","scrollableContainer":"bottom-sheet__scrollableContainer_14cdf","marker":"bottom-sheet__marker_14cdf","content":"bottom-sheet__content_14cdf","noHeader":"bottom-sheet__noHeader_14cdf","noFooter":"bottom-sheet__noFooter_14cdf","scrollLocked":"bottom-sheet__scrollLocked_14cdf","appear":"bottom-sheet__appear_14cdf","enter":"bottom-sheet__enter_14cdf","appearActive":"bottom-sheet__appearActive_14cdf","enterActive":"bottom-sheet__enterActive_14cdf","enterDone":"bottom-sheet__enterDone_14cdf","appearDone":"bottom-sheet__appearDone_14cdf","exit":"bottom-sheet__exit_14cdf","exitActive":"bottom-sheet__exitActive_14cdf"};
63
+ var styles$1 = {"modal":"bottom-sheet__modal_1dcpm","component":"bottom-sheet__component_1dcpm","withTransition":"bottom-sheet__withTransition_1dcpm","withZeroTransition":"bottom-sheet__withZeroTransition_1dcpm","scrollableContainer":"bottom-sheet__scrollableContainer_1dcpm","marker":"bottom-sheet__marker_1dcpm","content":"bottom-sheet__content_1dcpm","noHeader":"bottom-sheet__noHeader_1dcpm","noFooter":"bottom-sheet__noFooter_1dcpm","scrollLocked":"bottom-sheet__scrollLocked_1dcpm","appear":"bottom-sheet__appear_1dcpm","enter":"bottom-sheet__enter_1dcpm","appearActive":"bottom-sheet__appearActive_1dcpm","enterActive":"bottom-sheet__enterActive_1dcpm","enterDone":"bottom-sheet__enterDone_1dcpm","appearDone":"bottom-sheet__appearDone_1dcpm","exit":"bottom-sheet__exit_1dcpm","exitActive":"bottom-sheet__exitActive_1dcpm"};
64
64
  require('./index.css')
65
65
 
66
66
  var TIMEOUT = 300;
@@ -73,7 +73,7 @@ var HEADER_OFFSET = 24;
73
73
  var CLOSE_OFFSET = 0.2;
74
74
  var BottomSheet = forwardRef(function (_a, ref) {
75
75
  var _b, _c, _d;
76
- var open = _a.open, title = _a.title, actionButton = _a.actionButton, contentClassName = _a.contentClassName, containerClassName = _a.containerClassName, containerProps = _a.containerProps, headerClassName = _a.headerClassName, footerClassName = _a.footerClassName, addonClassName = _a.addonClassName, closerClassName = _a.closerClassName, backerClassName = _a.backerClassName, modalClassName = _a.modalClassName, className = _a.className, leftAddons = _a.leftAddons, rightAddons = _a.rightAddons, bottomAddons = _a.bottomAddons, hasCloser = _a.hasCloser, hasBacker = _a.hasBacker, _e = _a.titleAlign, titleAlign = _e === void 0 ? 'left' : _e, trimTitle = _a.trimTitle, stickyHeader = _a.stickyHeader, _f = _a.stickyFooter, stickyFooter = _f === void 0 ? true : _f, _g = _a.initialHeight, initialHeight = _g === void 0 ? 'default' : _g, hideOverlay = _a.hideOverlay, hideHeader = _a.hideHeader, disableOverlayClick = _a.disableOverlayClick, children = _a.children, zIndex = _a.zIndex, _h = _a.transitionProps, transitionProps = _h === void 0 ? {} : _h, dataTestId = _a.dataTestId, _j = _a.swipeable, swipeable = _j === void 0 ? true : _j, _k = _a.ignoreScreenChange, ignoreScreenChange = _k === void 0 ? false : _k, onClose = _a.onClose, onBack = _a.onBack;
76
+ var open = _a.open, title = _a.title, actionButton = _a.actionButton, contentClassName = _a.contentClassName, containerClassName = _a.containerClassName, containerProps = _a.containerProps, headerClassName = _a.headerClassName, footerClassName = _a.footerClassName, addonClassName = _a.addonClassName, closerClassName = _a.closerClassName, backerClassName = _a.backerClassName, modalClassName = _a.modalClassName, modalWrapperClassName = _a.modalWrapperClassName, className = _a.className, leftAddons = _a.leftAddons, rightAddons = _a.rightAddons, bottomAddons = _a.bottomAddons, hasCloser = _a.hasCloser, hasBacker = _a.hasBacker, _e = _a.titleAlign, titleAlign = _e === void 0 ? 'left' : _e, trimTitle = _a.trimTitle, stickyHeader = _a.stickyHeader, _f = _a.stickyFooter, stickyFooter = _f === void 0 ? true : _f, _g = _a.initialHeight, initialHeight = _g === void 0 ? 'default' : _g, hideOverlay = _a.hideOverlay, hideHeader = _a.hideHeader, disableOverlayClick = _a.disableOverlayClick, disableBlockingScroll = _a.disableBlockingScroll, children = _a.children, zIndex = _a.zIndex, _h = _a.transitionProps, transitionProps = _h === void 0 ? {} : _h, dataTestId = _a.dataTestId, _j = _a.swipeable, swipeable = _j === void 0 ? true : _j, _k = _a.ignoreScreenChange, ignoreScreenChange = _k === void 0 ? false : _k, backdropProps = _a.backdropProps, onClose = _a.onClose, onBack = _a.onBack;
77
77
  var _l = useState(0), sheetOffset = _l[0], setSheetOffset = _l[1];
78
78
  var _m = useState(1), backdropOpacity = _m[0], setBackdropOpacity = _m[1];
79
79
  var _o = useState(false), scrollLocked = _o[0], setScrollLocked = _o[1];
@@ -225,12 +225,7 @@ var BottomSheet = forwardRef(function (_a, ref) {
225
225
  height: initialHeight === 'full' ? targetHeight : 'unset',
226
226
  maxHeight: targetHeight,
227
227
  }); };
228
- return (React.createElement(BaseModal, { open: open, ref: ref, dataTestId: dataTestId, zIndex: zIndex, onClose: onClose, scrollHandler: scrollableContainer, Backdrop: SwipeableBackdrop, backdropProps: {
229
- opacity: backdropOpacity,
230
- handlers: swipeable ? backdropSwipeablehandlers : false,
231
- opacityTimeout: TIMEOUT,
232
- invisible: initialHeight === 'full' ? false : hideOverlay,
233
- }, disableBackdropClick: hideOverlay ? true : disableOverlayClick, className: cn(styles$1.modal, modalClassName), transitionProps: __assign(__assign({ appear: true, timeout: TIMEOUT, classNames: styles$1 }, transitionProps), { onExited: handleExited, onEntered: handleEntered }) },
228
+ return (React.createElement(BaseModal, { open: open, ref: ref, dataTestId: dataTestId, zIndex: zIndex, onClose: onClose, scrollHandler: scrollableContainer, Backdrop: SwipeableBackdrop, backdropProps: __assign(__assign({}, backdropProps), { opacity: backdropOpacity, handlers: swipeable ? backdropSwipeablehandlers : false, opacityTimeout: TIMEOUT, invisible: initialHeight === 'full' ? false : hideOverlay }), disableBackdropClick: hideOverlay ? true : disableOverlayClick, className: cn(styles$1.modal, modalClassName), wrapperClassName: modalWrapperClassName, disableBlockingScroll: disableBlockingScroll, transitionProps: __assign(__assign({ appear: true, timeout: TIMEOUT, classNames: styles$1 }, transitionProps), { onExited: handleExited, onEntered: handleEntered }) },
234
229
  React.createElement("div", __assign({ className: cn(styles$1.component, className, (_b = {},
235
230
  _b[transitionClassName] = !sheetOffset,
236
231
  _b)), style: __assign(__assign({}, getSwipeStyles()), getHeightStyles()) }, sheetSwipeablehandlers),
package/esm/component.js CHANGED
@@ -1,16 +1,16 @@
1
- import './tslib.es6-fb144452.js';
1
+ import './tslib.es6-7bd2d41b.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-div-100vh';
5
5
  import 'react-swipeable';
6
- import '@alfalab/core-components-base-modal/dist/esm';
7
- import '@alfalab/core-components-typography/dist/esm';
8
- import '@alfalab/core-components-icon-button/dist/esm';
6
+ import '@alfalab/core-components-base-modal/esm';
7
+ import '@alfalab/core-components-typography/esm';
8
+ import '@alfalab/core-components-icon-button/esm';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
10
10
  import './components/closer/Component.js';
11
11
  import '@alfalab/icons-glyph/ArrowBackMIcon';
12
12
  import './components/backer/Component.js';
13
- export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-d7d8fd5e.js';
13
+ export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-ccb0592e.js';
14
14
  import './components/footer/Component.js';
15
- import '@alfalab/core-components-backdrop/dist/esm';
15
+ import '@alfalab/core-components-backdrop/esm';
16
16
  import './components/swipeable-backdrop/Component.js';
@@ -1,10 +1,10 @@
1
- import { a as __rest, _ as __assign } from '../../tslib.es6-fb144452.js';
1
+ import { a as __rest, _ as __assign } from '../../tslib.es6-7bd2d41b.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
- import { IconButton } from '@alfalab/core-components-icon-button/dist/esm';
4
+ import { IconButton } from '@alfalab/core-components-icon-button/esm';
5
5
  import { ArrowBackMIcon } from '@alfalab/icons-glyph/ArrowBackMIcon';
6
6
 
7
- var styles = {"backer":"bottom-sheet__backer_r1cya","button":"bottom-sheet__button_r1cya"};
7
+ var styles = {"backer":"bottom-sheet__backer_14xzk","button":"bottom-sheet__button_14xzk"};
8
8
  require('./index.css')
9
9
 
10
10
  var Backer = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: it13w */
1
+ /* hash: 1hgxs */
2
2
  :root {
3
3
  --bottom-sheet-backer-bg-color: var(--color-light-bg-primary-inverted-alpha-3);
4
4
  }
5
5
 
6
- .bottom-sheet__backer_r1cya {
6
+ .bottom-sheet__backer_14xzk {
7
7
  width: 32px;
8
8
  height: 32px;
9
9
  display: flex;
@@ -13,7 +13,7 @@
13
13
  color: var(--color-light-graphic-primary);
14
14
  }
15
15
 
16
- .bottom-sheet__button_r1cya {
16
+ .bottom-sheet__button_14xzk {
17
17
  background: var(--bottom-sheet-backer-bg-color);
18
18
  -webkit-backdrop-filter: blur(10px);
19
19
  backdrop-filter: blur(10px);
@@ -1,11 +1,11 @@
1
- import { a as __rest, _ as __assign } from '../../tslib.es6-fb144452.js';
1
+ import { a as __rest, _ as __assign } from '../../tslib.es6-7bd2d41b.js';
2
2
  import React, { useContext, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
- import { BaseModalContext } from '@alfalab/core-components-base-modal/dist/esm';
5
- import { IconButton } from '@alfalab/core-components-icon-button/dist/esm';
4
+ import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
5
+ import { IconButton } from '@alfalab/core-components-icon-button/esm';
6
6
  import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
7
7
 
8
- var styles = {"closer":"bottom-sheet__closer_1pec2","button":"bottom-sheet__button_1pec2"};
8
+ var styles = {"closer":"bottom-sheet__closer_1yeo9","button":"bottom-sheet__button_1yeo9"};
9
9
  require('./index.css')
10
10
 
11
11
  var Closer = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: tj8z2 */
1
+ /* hash: 1jhck */
2
2
  :root {
3
3
  --bottom-sheet-closer-bg-color: var(--color-light-bg-primary-inverted-alpha-3);
4
4
  }
5
5
 
6
- .bottom-sheet__closer_1pec2 {
6
+ .bottom-sheet__closer_1yeo9 {
7
7
  width: 32px;
8
8
  height: 32px;
9
9
  display: flex;
@@ -13,7 +13,7 @@
13
13
  color: var(--color-light-graphic-primary);
14
14
  }
15
15
 
16
- .bottom-sheet__button_1pec2 {
16
+ .bottom-sheet__button_1yeo9 {
17
17
  background: var(--bottom-sheet-closer-bg-color);
18
18
  -webkit-backdrop-filter: blur(10px);
19
19
  backdrop-filter: blur(10px);
@@ -1,8 +1,8 @@
1
1
  import React, { useContext, useEffect } from 'react';
2
2
  import cn from 'classnames';
3
- import { BaseModalContext } from '@alfalab/core-components-base-modal/dist/esm';
3
+ import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_es7e8","sticky":"bottom-sheet__sticky_es7e8","highlighted":"bottom-sheet__highlighted_es7e8"};
5
+ var styles = {"footer":"bottom-sheet__footer_1fcyh","sticky":"bottom-sheet__sticky_1fcyh","highlighted":"bottom-sheet__highlighted_1fcyh"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1jo20 */
1
+ /* hash: 1jlm4 */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -18,15 +18,15 @@
18
18
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-primary);
19
19
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
20
20
  }
21
- .bottom-sheet__footer_es7e8 {
21
+ .bottom-sheet__footer_1fcyh {
22
22
  padding: var(--gap-m) var(--gap-m);
23
23
  background-color: var(--color-light-bg-primary);
24
24
  }
25
- .bottom-sheet__sticky_es7e8 {
25
+ .bottom-sheet__sticky_1fcyh {
26
26
  position: sticky;
27
27
  bottom: 0;
28
28
  }
29
- .bottom-sheet__highlighted_es7e8 {
29
+ .bottom-sheet__highlighted_1fcyh {
30
30
  border-top: var(--bottom-sheet-footer-border-top);
31
31
  background-color: var(--bottom-sheet-footer-background-color);
32
32
  }
@@ -1,16 +1,16 @@
1
- import '../../tslib.es6-fb144452.js';
1
+ import '../../tslib.es6-7bd2d41b.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-div-100vh';
5
5
  import 'react-swipeable';
6
- import '@alfalab/core-components-base-modal/dist/esm';
7
- import '@alfalab/core-components-typography/dist/esm';
8
- import '@alfalab/core-components-icon-button/dist/esm';
6
+ import '@alfalab/core-components-base-modal/esm';
7
+ import '@alfalab/core-components-typography/esm';
8
+ import '@alfalab/core-components-icon-button/esm';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
10
10
  import '../closer/Component.js';
11
11
  import '@alfalab/icons-glyph/ArrowBackMIcon';
12
12
  import '../backer/Component.js';
13
- export { a as Header } from '../../component-d7d8fd5e.js';
13
+ export { a as Header } from '../../component-ccb0592e.js';
14
14
  import '../footer/Component.js';
15
- import '@alfalab/core-components-backdrop/dist/esm';
15
+ import '@alfalab/core-components-backdrop/esm';
16
16
  import '../swipeable-backdrop/Component.js';
@@ -1,4 +1,4 @@
1
- /* hash: 18qz5 */
1
+ /* hash: a32gl */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -30,7 +30,7 @@
30
30
  --bottom-sheet-title-font-family: var(--font-family-system);
31
31
  --bottom-sheet-title-margin-vertical: var(--gap-2xs);
32
32
  }
33
- .bottom-sheet__headerWrapper_1xjmw {
33
+ .bottom-sheet__headerWrapper_1hskz {
34
34
  padding: var(--gap-xs);
35
35
  padding-bottom: 0;
36
36
  background-color: var(--color-light-bg-primary);
@@ -38,38 +38,38 @@
38
38
  border-top-left-radius: var(--border-radius-xl);
39
39
  z-index: 1;
40
40
  }
41
- .bottom-sheet__header_1xjmw {
41
+ .bottom-sheet__header_1hskz {
42
42
  display: flex;
43
43
  }
44
- .bottom-sheet__sticky_1xjmw {
44
+ .bottom-sheet__sticky_1hskz {
45
45
  position: sticky;
46
46
  top: 0;
47
47
  }
48
- .bottom-sheet__highlighted_1xjmw {
48
+ .bottom-sheet__highlighted_1hskz {
49
49
  border-bottom: var(--bottom-sheet-header-border-bottom);
50
50
  }
51
- .bottom-sheet__justifyEnd_1xjmw {
51
+ .bottom-sheet__justifyEnd_1hskz {
52
52
  justify-content: flex-end;
53
53
  }
54
- .bottom-sheet__addon_1xjmw {
54
+ .bottom-sheet__addon_1hskz {
55
55
  display: flex;
56
56
  justify-content: center;
57
57
  align-items: center;
58
58
  min-width: 48px;
59
59
  height: 48px;
60
60
  }
61
- .bottom-sheet__addonFixed_1xjmw {
61
+ .bottom-sheet__addonFixed_1hskz {
62
62
  position: fixed;
63
63
  }
64
- .bottom-sheet__addonLeft_1xjmw {
64
+ .bottom-sheet__addonLeft_1hskz {
65
65
  left: 0;
66
66
  margin-left: var(--gap-xs);
67
67
  }
68
- .bottom-sheet__addonRight_1xjmw {
68
+ .bottom-sheet__addonRight_1hskz {
69
69
  right: 0;
70
70
  margin-right: var(--gap-xs);
71
71
  }
72
- .bottom-sheet__title_1xjmw {
72
+ .bottom-sheet__title_1hskz {
73
73
  padding: var(--gap-xs) var(--gap-xs);
74
74
  margin: var(--bottom-sheet-title-margin-vertical) 0;
75
75
  width: 100%;
@@ -78,23 +78,23 @@
78
78
  line-height: var(--bottom-sheet-title-line-height);
79
79
  font-family: var(--bottom-sheet-title-font-family);
80
80
  }
81
- .bottom-sheet__titleCenter_1xjmw {
81
+ .bottom-sheet__titleCenter_1hskz {
82
82
  text-align: center;
83
83
  }
84
- .bottom-sheet__titleLeft_1xjmw {
84
+ .bottom-sheet__titleLeft_1hskz {
85
85
  text-align: left;
86
86
  }
87
- .bottom-sheet__trimTitle_1xjmw {
87
+ .bottom-sheet__trimTitle_1hskz {
88
88
  white-space: nowrap;
89
89
  overflow: hidden;
90
90
  text-overflow: ellipsis;
91
91
  }
92
- .bottom-sheet__titleBigIndentHorizontal_1xjmw {
92
+ .bottom-sheet__titleBigIndentHorizontal_1hskz {
93
93
  margin: var(--bottom-sheet-title-margin-vertical) var(--gap-4xl);
94
94
  }
95
- .bottom-sheet__titleIndentRight_1xjmw {
95
+ .bottom-sheet__titleIndentRight_1hskz {
96
96
  margin-right: var(--gap-4xl);
97
97
  }
98
- .bottom-sheet__titleIndentLeft_1xjmw {
98
+ .bottom-sheet__titleIndentLeft_1hskz {
99
99
  margin-left: var(--gap-4xl);
100
100
  }
@@ -1,6 +1,6 @@
1
- import { a as __rest, _ as __assign } from '../../tslib.es6-fb144452.js';
1
+ import { a as __rest, _ as __assign } from '../../tslib.es6-7bd2d41b.js';
2
2
  import React from 'react';
3
- import { Backdrop } from '@alfalab/core-components-backdrop/dist/esm';
3
+ import { Backdrop } from '@alfalab/core-components-backdrop/esm';
4
4
 
5
5
  var SwipeableBackdrop = function (_a) {
6
6
  var opacity = _a.opacity, handlers = _a.handlers, opacityTimeout = _a.opacityTimeout, style = _a.style, backdropProps = __rest(_a, ["opacity", "handlers", "opacityTimeout", "style"]);
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1czmg */
1
+ /* hash: 3wlzb */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-graphic-quaternary: #dbdee1;
@@ -18,43 +18,43 @@
18
18
  --gap-xl: 24px;
19
19
  }
20
20
  :root {
21
- --border-radius-xl: 16px;
21
+ --border-radius-3xl: 24px;
22
22
  }
23
23
  :root {
24
24
  --bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
25
25
  --bottom-sheet-out-transition: 0.3s ease;
26
26
  }
27
- .bottom-sheet__modal_14cdf {
27
+ .bottom-sheet__modal_1dcpm {
28
28
  background-color: transparent;
29
29
  position: fixed;
30
30
  bottom: 0;
31
31
  width: 100%;
32
32
  max-width: 600px;
33
33
  }
34
- .bottom-sheet__component_14cdf {
34
+ .bottom-sheet__component_1dcpm {
35
35
  overflow: hidden;
36
36
  position: relative;
37
37
  display: flex;
38
38
  flex-direction: column;
39
- border-top-right-radius: var(--border-radius-xl);
40
- border-top-left-radius: var(--border-radius-xl);
39
+ border-top-right-radius: var(--border-radius-3xl);
40
+ border-top-left-radius: var(--border-radius-3xl);
41
41
  background: var(--color-light-bg-primary);
42
42
  transform: translateY(100%);
43
43
  }
44
- .bottom-sheet__withTransition_14cdf {
44
+ .bottom-sheet__withTransition_1dcpm {
45
45
  transition: var(--bottom-sheet-out-transition);
46
46
  }
47
- .bottom-sheet__withZeroTransition_14cdf {
47
+ .bottom-sheet__withZeroTransition_1dcpm {
48
48
  transition: 0s linear;
49
49
  }
50
- .bottom-sheet__scrollableContainer_14cdf {
50
+ .bottom-sheet__scrollableContainer_1dcpm {
51
51
  overflow: auto;
52
52
  display: flex;
53
53
  flex-direction: column;
54
54
  position: relative;
55
55
  height: 100%;
56
56
  }
57
- .bottom-sheet__marker_14cdf {
57
+ .bottom-sheet__marker_1dcpm {
58
58
  position: fixed;
59
59
  top: var(--gap-2xs);
60
60
  left: 50%;
@@ -65,7 +65,7 @@
65
65
  background-color: var(--color-light-graphic-quaternary);
66
66
  z-index: 1000;
67
67
  }
68
- .bottom-sheet__content_14cdf {
68
+ .bottom-sheet__content_1dcpm {
69
69
  display: flex;
70
70
  flex-direction: column;
71
71
  flex: 1;
@@ -73,29 +73,29 @@
73
73
  color: var(--color-light-text-primary);
74
74
  background-color: var(--color-light-bg-primary);
75
75
  }
76
- .bottom-sheet__noHeader_14cdf {
76
+ .bottom-sheet__noHeader_1dcpm {
77
77
  padding-top: var(--gap-xl);
78
78
  }
79
- .bottom-sheet__noFooter_14cdf {
79
+ .bottom-sheet__noFooter_1dcpm {
80
80
  padding-bottom: var(--gap-m);
81
81
  }
82
- .bottom-sheet__scrollLocked_14cdf {
82
+ .bottom-sheet__scrollLocked_1dcpm {
83
83
  overflow: hidden;
84
84
  }
85
- .bottom-sheet__appear_14cdf .bottom-sheet__component_14cdf, .bottom-sheet__enter_14cdf .bottom-sheet__component_14cdf {
85
+ .bottom-sheet__appear_1dcpm .bottom-sheet__component_1dcpm, .bottom-sheet__enter_1dcpm .bottom-sheet__component_1dcpm {
86
86
  transition: none;
87
87
  }
88
- .bottom-sheet__appearActive_14cdf .bottom-sheet__component_14cdf, .bottom-sheet__enterActive_14cdf .bottom-sheet__component_14cdf {
88
+ .bottom-sheet__appearActive_1dcpm .bottom-sheet__component_1dcpm, .bottom-sheet__enterActive_1dcpm .bottom-sheet__component_1dcpm {
89
89
  transition: var(--bottom-sheet-in-transition);
90
90
  transform: translateY(0);
91
91
  }
92
- .bottom-sheet__enterDone_14cdf .bottom-sheet__component_14cdf, .bottom-sheet__appearDone_14cdf .bottom-sheet__component_14cdf {
92
+ .bottom-sheet__enterDone_1dcpm .bottom-sheet__component_1dcpm, .bottom-sheet__appearDone_1dcpm .bottom-sheet__component_1dcpm {
93
93
  transform: translateY(0);
94
94
  }
95
- .bottom-sheet__exit_14cdf .bottom-sheet__component_14cdf {
95
+ .bottom-sheet__exit_1dcpm .bottom-sheet__component_1dcpm {
96
96
  transform: translateY(0);
97
97
  }
98
- .bottom-sheet__exitActive_14cdf .bottom-sheet__component_14cdf {
98
+ .bottom-sheet__exitActive_1dcpm .bottom-sheet__component_1dcpm {
99
99
  transition: var(--bottom-sheet-out-transition);
100
100
  transform: translateY(100%);
101
101
  }
package/esm/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./component-d7d8fd5e";
1
+ export * from "./component-ccb0592e";
package/esm/index.js CHANGED
@@ -1,16 +1,16 @@
1
- import './tslib.es6-fb144452.js';
1
+ import './tslib.es6-7bd2d41b.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-div-100vh';
5
5
  import 'react-swipeable';
6
- import '@alfalab/core-components-base-modal/dist/esm';
7
- import '@alfalab/core-components-typography/dist/esm';
8
- import '@alfalab/core-components-icon-button/dist/esm';
6
+ import '@alfalab/core-components-base-modal/esm';
7
+ import '@alfalab/core-components-typography/esm';
8
+ import '@alfalab/core-components-icon-button/esm';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
10
10
  import './components/closer/Component.js';
11
11
  import '@alfalab/icons-glyph/ArrowBackMIcon';
12
12
  import './components/backer/Component.js';
13
- export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-d7d8fd5e.js';
13
+ export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-ccb0592e.js';
14
14
  import './components/footer/Component.js';
15
- import '@alfalab/core-components-backdrop/dist/esm';
15
+ import '@alfalab/core-components-backdrop/esm';
16
16
  import './components/swipeable-backdrop/Component.js';
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1czmg */
1
+ /* hash: 3wlzb */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-graphic-quaternary: #dbdee1;
@@ -18,43 +18,43 @@
18
18
  --gap-xl: 24px;
19
19
  }
20
20
  :root {
21
- --border-radius-xl: 16px;
21
+ --border-radius-3xl: 24px;
22
22
  }
23
23
  :root {
24
24
  --bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
25
25
  --bottom-sheet-out-transition: 0.3s ease;
26
26
  }
27
- .bottom-sheet__modal_14cdf {
27
+ .bottom-sheet__modal_1dcpm {
28
28
  background-color: transparent;
29
29
  position: fixed;
30
30
  bottom: 0;
31
31
  width: 100%;
32
32
  max-width: 600px;
33
33
  }
34
- .bottom-sheet__component_14cdf {
34
+ .bottom-sheet__component_1dcpm {
35
35
  overflow: hidden;
36
36
  position: relative;
37
37
  display: flex;
38
38
  flex-direction: column;
39
- border-top-right-radius: var(--border-radius-xl);
40
- border-top-left-radius: var(--border-radius-xl);
39
+ border-top-right-radius: var(--border-radius-3xl);
40
+ border-top-left-radius: var(--border-radius-3xl);
41
41
  background: var(--color-light-bg-primary);
42
42
  transform: translateY(100%);
43
43
  }
44
- .bottom-sheet__withTransition_14cdf {
44
+ .bottom-sheet__withTransition_1dcpm {
45
45
  transition: var(--bottom-sheet-out-transition);
46
46
  }
47
- .bottom-sheet__withZeroTransition_14cdf {
47
+ .bottom-sheet__withZeroTransition_1dcpm {
48
48
  transition: 0s linear;
49
49
  }
50
- .bottom-sheet__scrollableContainer_14cdf {
50
+ .bottom-sheet__scrollableContainer_1dcpm {
51
51
  overflow: auto;
52
52
  display: flex;
53
53
  flex-direction: column;
54
54
  position: relative;
55
55
  height: 100%;
56
56
  }
57
- .bottom-sheet__marker_14cdf {
57
+ .bottom-sheet__marker_1dcpm {
58
58
  position: fixed;
59
59
  top: var(--gap-2xs);
60
60
  left: 50%;
@@ -65,7 +65,7 @@
65
65
  background-color: var(--color-light-graphic-quaternary);
66
66
  z-index: 1000;
67
67
  }
68
- .bottom-sheet__content_14cdf {
68
+ .bottom-sheet__content_1dcpm {
69
69
  display: flex;
70
70
  flex-direction: column;
71
71
  flex: 1;
@@ -73,29 +73,29 @@
73
73
  color: var(--color-light-text-primary);
74
74
  background-color: var(--color-light-bg-primary);
75
75
  }
76
- .bottom-sheet__noHeader_14cdf {
76
+ .bottom-sheet__noHeader_1dcpm {
77
77
  padding-top: var(--gap-xl);
78
78
  }
79
- .bottom-sheet__noFooter_14cdf {
79
+ .bottom-sheet__noFooter_1dcpm {
80
80
  padding-bottom: var(--gap-m);
81
81
  }
82
- .bottom-sheet__scrollLocked_14cdf {
82
+ .bottom-sheet__scrollLocked_1dcpm {
83
83
  overflow: hidden;
84
84
  }
85
- .bottom-sheet__appear_14cdf .bottom-sheet__component_14cdf, .bottom-sheet__enter_14cdf .bottom-sheet__component_14cdf {
85
+ .bottom-sheet__appear_1dcpm .bottom-sheet__component_1dcpm, .bottom-sheet__enter_1dcpm .bottom-sheet__component_1dcpm {
86
86
  transition: none;
87
87
  }
88
- .bottom-sheet__appearActive_14cdf .bottom-sheet__component_14cdf, .bottom-sheet__enterActive_14cdf .bottom-sheet__component_14cdf {
88
+ .bottom-sheet__appearActive_1dcpm .bottom-sheet__component_1dcpm, .bottom-sheet__enterActive_1dcpm .bottom-sheet__component_1dcpm {
89
89
  transition: var(--bottom-sheet-in-transition);
90
90
  transform: translateY(0);
91
91
  }
92
- .bottom-sheet__enterDone_14cdf .bottom-sheet__component_14cdf, .bottom-sheet__appearDone_14cdf .bottom-sheet__component_14cdf {
92
+ .bottom-sheet__enterDone_1dcpm .bottom-sheet__component_1dcpm, .bottom-sheet__appearDone_1dcpm .bottom-sheet__component_1dcpm {
93
93
  transform: translateY(0);
94
94
  }
95
- .bottom-sheet__exit_14cdf .bottom-sheet__component_14cdf {
95
+ .bottom-sheet__exit_1dcpm .bottom-sheet__component_1dcpm {
96
96
  transform: translateY(0);
97
97
  }
98
- .bottom-sheet__exitActive_14cdf .bottom-sheet__component_14cdf {
98
+ .bottom-sheet__exitActive_1dcpm .bottom-sheet__component_1dcpm {
99
99
  transition: var(--bottom-sheet-out-transition);
100
100
  transform: translateY(100%);
101
101
  }
package/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./component-f022c60b";
1
+ export * from "./component-640abf82";