@alfalab/core-components-bottom-sheet 4.3.2 → 4.4.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 (50) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/{component-01854e98.d.ts → component-21be0323.d.ts} +0 -0
  3. package/dist/{component-01854e98.js → component-21be0323.js} +3 -3
  4. package/dist/component.js +2 -2
  5. package/dist/components/backer/Component.js +2 -2
  6. package/dist/components/backer/index.css +3 -3
  7. package/dist/components/closer/Component.js +2 -2
  8. package/dist/components/closer/index.css +3 -3
  9. package/dist/components/footer/Component.js +1 -1
  10. package/dist/components/footer/index.css +4 -4
  11. package/dist/components/header/Component.js +2 -2
  12. package/dist/components/header/index.css +17 -17
  13. package/dist/components/swipeable-backdrop/Component.js +1 -1
  14. package/dist/esm/{component-3c2b5fd7.d.ts → component-2bd0a9bb.d.ts} +0 -0
  15. package/dist/esm/{component-3c2b5fd7.js → component-2bd0a9bb.js} +3 -3
  16. package/dist/esm/component.js +2 -2
  17. package/dist/esm/components/backer/Component.js +2 -2
  18. package/dist/esm/components/backer/index.css +3 -3
  19. package/dist/esm/components/closer/Component.js +2 -2
  20. package/dist/esm/components/closer/index.css +3 -3
  21. package/dist/esm/components/footer/Component.js +1 -1
  22. package/dist/esm/components/footer/index.css +4 -4
  23. package/dist/esm/components/header/Component.js +2 -2
  24. package/dist/esm/components/header/index.css +17 -17
  25. package/dist/esm/components/swipeable-backdrop/Component.js +1 -1
  26. package/dist/esm/index.css +16 -16
  27. package/dist/esm/index.d.ts +1 -1
  28. package/dist/esm/index.js +2 -2
  29. package/dist/esm/{tslib.es6-5568f64c.d.ts → tslib.es6-120afd1e.d.ts} +0 -0
  30. package/dist/esm/{tslib.es6-5568f64c.js → tslib.es6-120afd1e.js} +0 -0
  31. package/dist/index.css +16 -16
  32. package/dist/index.d.ts +1 -1
  33. package/dist/index.js +2 -2
  34. package/dist/modern/{component-0e021541.d.ts → component-de166356.d.ts} +0 -0
  35. package/dist/modern/{component-0e021541.js → component-de166356.js} +2 -2
  36. package/dist/modern/component.js +1 -1
  37. package/dist/modern/components/backer/Component.js +1 -1
  38. package/dist/modern/components/backer/index.css +3 -3
  39. package/dist/modern/components/closer/Component.js +1 -1
  40. package/dist/modern/components/closer/index.css +3 -3
  41. package/dist/modern/components/footer/Component.js +1 -1
  42. package/dist/modern/components/footer/index.css +4 -4
  43. package/dist/modern/components/header/Component.js +1 -1
  44. package/dist/modern/components/header/index.css +17 -17
  45. package/dist/modern/index.css +16 -16
  46. package/dist/modern/index.d.ts +1 -1
  47. package/dist/modern/index.js +1 -1
  48. package/dist/{tslib.es6-071a0cac.d.ts → tslib.es6-6c67417e.d.ts} +0 -0
  49. package/dist/{tslib.es6-071a0cac.js → tslib.es6-6c67417e.js} +0 -0
  50. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-bottom-sheet@4.4.1...@alfalab/core-components-bottom-sheet@4.4.2) (2022-07-01)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-bottom-sheet
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-bottom-sheet@4.4.0...@alfalab/core-components-bottom-sheet@4.4.1) (2022-06-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **base-modal:** fixed outside modal click ([#115](https://github.com/core-ds/core-components/issues/115)) ([6a08f72](https://github.com/core-ds/core-components/commit/6a08f726521dcd9a310b0e06345950429eac246a))
20
+
21
+
22
+
23
+
24
+
25
+ # [4.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-bottom-sheet@4.3.2...@alfalab/core-components-bottom-sheet@4.4.0) (2022-06-28)
26
+
27
+
28
+ ### Features
29
+
30
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [4.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-bottom-sheet@4.3.1...@alfalab/core-components-bottom-sheet@4.3.2) (2022-06-24)
7
37
 
8
38
  **Note:** Version bump only for package @alfalab/core-components-bottom-sheet
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-071a0cac.js');
3
+ var tslib_es6 = require('./tslib.es6-6c67417e.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var reactDiv100vh = require('react-div-100vh');
@@ -17,7 +17,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
17
17
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
18
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
19
19
 
20
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_ghjc3","header":"bottom-sheet__header_ghjc3","sticky":"bottom-sheet__sticky_ghjc3","highlighted":"bottom-sheet__highlighted_ghjc3","justifyEnd":"bottom-sheet__justifyEnd_ghjc3","addon":"bottom-sheet__addon_ghjc3","addonFixed":"bottom-sheet__addonFixed_ghjc3","addonLeft":"bottom-sheet__addonLeft_ghjc3","addonRight":"bottom-sheet__addonRight_ghjc3","title":"bottom-sheet__title_ghjc3","titleCenter":"bottom-sheet__titleCenter_ghjc3","titleLeft":"bottom-sheet__titleLeft_ghjc3","trimTitle":"bottom-sheet__trimTitle_ghjc3","titleBigIndentHorizontal":"bottom-sheet__titleBigIndentHorizontal_ghjc3","titleIndentRight":"bottom-sheet__titleIndentRight_ghjc3","titleIndentLeft":"bottom-sheet__titleIndentLeft_ghjc3"};
20
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_fyi7e","header":"bottom-sheet__header_fyi7e","sticky":"bottom-sheet__sticky_fyi7e","highlighted":"bottom-sheet__highlighted_fyi7e","justifyEnd":"bottom-sheet__justifyEnd_fyi7e","addon":"bottom-sheet__addon_fyi7e","addonFixed":"bottom-sheet__addonFixed_fyi7e","addonLeft":"bottom-sheet__addonLeft_fyi7e","addonRight":"bottom-sheet__addonRight_fyi7e","title":"bottom-sheet__title_fyi7e","titleCenter":"bottom-sheet__titleCenter_fyi7e","titleLeft":"bottom-sheet__titleLeft_fyi7e","trimTitle":"bottom-sheet__trimTitle_fyi7e","titleBigIndentHorizontal":"bottom-sheet__titleBigIndentHorizontal_fyi7e","titleIndentRight":"bottom-sheet__titleIndentRight_fyi7e","titleIndentLeft":"bottom-sheet__titleIndentLeft_fyi7e"};
21
21
  require('./components/header/index.css')
22
22
 
23
23
  var Header = function (_a) {
@@ -67,7 +67,7 @@ var Header = function (_a) {
67
67
  bottomAddons));
68
68
  };
69
69
 
70
- var styles$1 = {"modal":"bottom-sheet__modal_x2u51","component":"bottom-sheet__component_x2u51","withTransition":"bottom-sheet__withTransition_x2u51","withZeroTransition":"bottom-sheet__withZeroTransition_x2u51","scrollableContainer":"bottom-sheet__scrollableContainer_x2u51","marker":"bottom-sheet__marker_x2u51","content":"bottom-sheet__content_x2u51","noHeader":"bottom-sheet__noHeader_x2u51","noFooter":"bottom-sheet__noFooter_x2u51","scrollLocked":"bottom-sheet__scrollLocked_x2u51","appear":"bottom-sheet__appear_x2u51","enter":"bottom-sheet__enter_x2u51","appearActive":"bottom-sheet__appearActive_x2u51","enterActive":"bottom-sheet__enterActive_x2u51","enterDone":"bottom-sheet__enterDone_x2u51","appearDone":"bottom-sheet__appearDone_x2u51","exit":"bottom-sheet__exit_x2u51","exitActive":"bottom-sheet__exitActive_x2u51"};
70
+ var styles$1 = {"modal":"bottom-sheet__modal_19129","component":"bottom-sheet__component_19129","withTransition":"bottom-sheet__withTransition_19129","withZeroTransition":"bottom-sheet__withZeroTransition_19129","scrollableContainer":"bottom-sheet__scrollableContainer_19129","marker":"bottom-sheet__marker_19129","content":"bottom-sheet__content_19129","noHeader":"bottom-sheet__noHeader_19129","noFooter":"bottom-sheet__noFooter_19129","scrollLocked":"bottom-sheet__scrollLocked_19129","appear":"bottom-sheet__appear_19129","enter":"bottom-sheet__enter_19129","appearActive":"bottom-sheet__appearActive_19129","enterActive":"bottom-sheet__enterActive_19129","enterDone":"bottom-sheet__enterDone_19129","appearDone":"bottom-sheet__appearDone_19129","exit":"bottom-sheet__exit_19129","exitActive":"bottom-sheet__exitActive_19129"};
71
71
  require('./index.css')
72
72
 
73
73
  var TIMEOUT = 300;
package/dist/component.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-071a0cac.js');
5
+ require('./tslib.es6-6c67417e.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('react-div-100vh');
@@ -14,7 +14,7 @@ require('@alfalab/icons-glyph/CrossMIcon');
14
14
  require('./components/closer/Component.js');
15
15
  require('@alfalab/icons-glyph/ArrowBackMIcon');
16
16
  require('./components/backer/Component.js');
17
- var components_header_Component = require('./component-01854e98.js');
17
+ var components_header_Component = require('./component-21be0323.js');
18
18
  require('./components/footer/Component.js');
19
19
  require('@alfalab/core-components-backdrop');
20
20
  require('./components/swipeable-backdrop/Component.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-071a0cac.js');
5
+ var tslib_es6 = require('../../tslib.es6-6c67417e.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsIconButton = require('@alfalab/core-components-icon-button');
@@ -13,7 +13,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
15
15
 
16
- var styles = {"backer":"bottom-sheet__backer_17yfr","button":"bottom-sheet__button_17yfr"};
16
+ var styles = {"backer":"bottom-sheet__backer_qotv9","button":"bottom-sheet__button_qotv9"};
17
17
  require('./index.css')
18
18
 
19
19
  var Backer = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: v6wpa */
1
+ /* hash: 1tfgz */
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_17yfr {
6
+ .bottom-sheet__backer_qotv9 {
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_17yfr {
16
+ .bottom-sheet__button_qotv9 {
17
17
  background: var(--bottom-sheet-backer-bg-color);
18
18
  -webkit-backdrop-filter: blur(10px);
19
19
  backdrop-filter: blur(10px);
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-071a0cac.js');
5
+ var tslib_es6 = require('../../tslib.es6-6c67417e.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsBaseModal = require('@alfalab/core-components-base-modal');
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
16
16
 
17
- var styles = {"closer":"bottom-sheet__closer_yne74","button":"bottom-sheet__button_yne74"};
17
+ var styles = {"closer":"bottom-sheet__closer_xv63n","button":"bottom-sheet__button_xv63n"};
18
18
  require('./index.css')
19
19
 
20
20
  var Closer = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: 1g6km */
1
+ /* hash: n9ur4 */
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_yne74 {
6
+ .bottom-sheet__closer_xv63n {
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_yne74 {
16
+ .bottom-sheet__button_xv63n {
17
17
  background: var(--bottom-sheet-closer-bg-color);
18
18
  -webkit-backdrop-filter: blur(10px);
19
19
  backdrop-filter: blur(10px);
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
13
13
 
14
- var styles = {"footer":"bottom-sheet__footer_1poao","sticky":"bottom-sheet__sticky_1poao","highlighted":"bottom-sheet__highlighted_1poao"};
14
+ var styles = {"footer":"bottom-sheet__footer_ppknk","sticky":"bottom-sheet__sticky_ppknk","highlighted":"bottom-sheet__highlighted_ppknk"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1w1xm */
1
+ /* hash: tt6y0 */
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_1poao {
21
+ .bottom-sheet__footer_ppknk {
22
22
  padding: var(--gap-m) var(--gap-m);
23
23
  background-color: var(--color-light-bg-primary);
24
24
  }
25
- .bottom-sheet__sticky_1poao {
25
+ .bottom-sheet__sticky_ppknk {
26
26
  position: sticky;
27
27
  bottom: 0;
28
28
  }
29
- .bottom-sheet__highlighted_1poao {
29
+ .bottom-sheet__highlighted_ppknk {
30
30
  border-top: var(--bottom-sheet-footer-border-top);
31
31
  background-color: var(--bottom-sheet-footer-background-color);
32
32
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../tslib.es6-071a0cac.js');
5
+ require('../../tslib.es6-6c67417e.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('react-div-100vh');
@@ -14,7 +14,7 @@ require('@alfalab/icons-glyph/CrossMIcon');
14
14
  require('../closer/Component.js');
15
15
  require('@alfalab/icons-glyph/ArrowBackMIcon');
16
16
  require('../backer/Component.js');
17
- var components_header_Component = require('../../component-01854e98.js');
17
+ var components_header_Component = require('../../component-21be0323.js');
18
18
  require('../footer/Component.js');
19
19
  require('@alfalab/core-components-backdrop');
20
20
  require('../swipeable-backdrop/Component.js');
@@ -1,4 +1,4 @@
1
- /* hash: d9ojq */
1
+ /* hash: 3jrid */
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_ghjc3 {
33
+ .bottom-sheet__headerWrapper_fyi7e {
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_ghjc3 {
41
+ .bottom-sheet__header_fyi7e {
42
42
  display: flex;
43
43
  }
44
- .bottom-sheet__sticky_ghjc3 {
44
+ .bottom-sheet__sticky_fyi7e {
45
45
  position: sticky;
46
46
  top: 0;
47
47
  }
48
- .bottom-sheet__highlighted_ghjc3 {
48
+ .bottom-sheet__highlighted_fyi7e {
49
49
  border-bottom: var(--bottom-sheet-header-border-bottom);
50
50
  }
51
- .bottom-sheet__justifyEnd_ghjc3 {
51
+ .bottom-sheet__justifyEnd_fyi7e {
52
52
  justify-content: flex-end;
53
53
  }
54
- .bottom-sheet__addon_ghjc3 {
54
+ .bottom-sheet__addon_fyi7e {
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_ghjc3 {
61
+ .bottom-sheet__addonFixed_fyi7e {
62
62
  position: fixed;
63
63
  }
64
- .bottom-sheet__addonLeft_ghjc3 {
64
+ .bottom-sheet__addonLeft_fyi7e {
65
65
  left: 0;
66
66
  margin-left: var(--gap-xs);
67
67
  }
68
- .bottom-sheet__addonRight_ghjc3 {
68
+ .bottom-sheet__addonRight_fyi7e {
69
69
  right: 0;
70
70
  margin-right: var(--gap-xs);
71
71
  }
72
- .bottom-sheet__title_ghjc3 {
72
+ .bottom-sheet__title_fyi7e {
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_ghjc3 {
81
+ .bottom-sheet__titleCenter_fyi7e {
82
82
  text-align: center;
83
83
  }
84
- .bottom-sheet__titleLeft_ghjc3 {
84
+ .bottom-sheet__titleLeft_fyi7e {
85
85
  text-align: left;
86
86
  }
87
- .bottom-sheet__trimTitle_ghjc3 {
87
+ .bottom-sheet__trimTitle_fyi7e {
88
88
  white-space: nowrap;
89
89
  overflow: hidden;
90
90
  text-overflow: ellipsis;
91
91
  }
92
- .bottom-sheet__titleBigIndentHorizontal_ghjc3 {
92
+ .bottom-sheet__titleBigIndentHorizontal_fyi7e {
93
93
  margin: var(--bottom-sheet-title-margin-vertical) var(--gap-4xl);
94
94
  }
95
- .bottom-sheet__titleIndentRight_ghjc3 {
95
+ .bottom-sheet__titleIndentRight_fyi7e {
96
96
  margin-right: var(--gap-4xl);
97
97
  }
98
- .bottom-sheet__titleIndentLeft_ghjc3 {
98
+ .bottom-sheet__titleIndentLeft_fyi7e {
99
99
  margin-left: var(--gap-4xl);
100
100
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-071a0cac.js');
5
+ var tslib_es6 = require('../../tslib.es6-6c67417e.js');
6
6
  var React = require('react');
7
7
  var coreComponentsBackdrop = require('@alfalab/core-components-backdrop');
8
8
 
@@ -1,4 +1,4 @@
1
- import { _ as __assign } from './tslib.es6-5568f64c.js';
1
+ import { _ as __assign } from './tslib.es6-120afd1e.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';
@@ -10,7 +10,7 @@ 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_ghjc3","header":"bottom-sheet__header_ghjc3","sticky":"bottom-sheet__sticky_ghjc3","highlighted":"bottom-sheet__highlighted_ghjc3","justifyEnd":"bottom-sheet__justifyEnd_ghjc3","addon":"bottom-sheet__addon_ghjc3","addonFixed":"bottom-sheet__addonFixed_ghjc3","addonLeft":"bottom-sheet__addonLeft_ghjc3","addonRight":"bottom-sheet__addonRight_ghjc3","title":"bottom-sheet__title_ghjc3","titleCenter":"bottom-sheet__titleCenter_ghjc3","titleLeft":"bottom-sheet__titleLeft_ghjc3","trimTitle":"bottom-sheet__trimTitle_ghjc3","titleBigIndentHorizontal":"bottom-sheet__titleBigIndentHorizontal_ghjc3","titleIndentRight":"bottom-sheet__titleIndentRight_ghjc3","titleIndentLeft":"bottom-sheet__titleIndentLeft_ghjc3"};
13
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_fyi7e","header":"bottom-sheet__header_fyi7e","sticky":"bottom-sheet__sticky_fyi7e","highlighted":"bottom-sheet__highlighted_fyi7e","justifyEnd":"bottom-sheet__justifyEnd_fyi7e","addon":"bottom-sheet__addon_fyi7e","addonFixed":"bottom-sheet__addonFixed_fyi7e","addonLeft":"bottom-sheet__addonLeft_fyi7e","addonRight":"bottom-sheet__addonRight_fyi7e","title":"bottom-sheet__title_fyi7e","titleCenter":"bottom-sheet__titleCenter_fyi7e","titleLeft":"bottom-sheet__titleLeft_fyi7e","trimTitle":"bottom-sheet__trimTitle_fyi7e","titleBigIndentHorizontal":"bottom-sheet__titleBigIndentHorizontal_fyi7e","titleIndentRight":"bottom-sheet__titleIndentRight_fyi7e","titleIndentLeft":"bottom-sheet__titleIndentLeft_fyi7e"};
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_x2u51","component":"bottom-sheet__component_x2u51","withTransition":"bottom-sheet__withTransition_x2u51","withZeroTransition":"bottom-sheet__withZeroTransition_x2u51","scrollableContainer":"bottom-sheet__scrollableContainer_x2u51","marker":"bottom-sheet__marker_x2u51","content":"bottom-sheet__content_x2u51","noHeader":"bottom-sheet__noHeader_x2u51","noFooter":"bottom-sheet__noFooter_x2u51","scrollLocked":"bottom-sheet__scrollLocked_x2u51","appear":"bottom-sheet__appear_x2u51","enter":"bottom-sheet__enter_x2u51","appearActive":"bottom-sheet__appearActive_x2u51","enterActive":"bottom-sheet__enterActive_x2u51","enterDone":"bottom-sheet__enterDone_x2u51","appearDone":"bottom-sheet__appearDone_x2u51","exit":"bottom-sheet__exit_x2u51","exitActive":"bottom-sheet__exitActive_x2u51"};
63
+ var styles$1 = {"modal":"bottom-sheet__modal_19129","component":"bottom-sheet__component_19129","withTransition":"bottom-sheet__withTransition_19129","withZeroTransition":"bottom-sheet__withZeroTransition_19129","scrollableContainer":"bottom-sheet__scrollableContainer_19129","marker":"bottom-sheet__marker_19129","content":"bottom-sheet__content_19129","noHeader":"bottom-sheet__noHeader_19129","noFooter":"bottom-sheet__noFooter_19129","scrollLocked":"bottom-sheet__scrollLocked_19129","appear":"bottom-sheet__appear_19129","enter":"bottom-sheet__enter_19129","appearActive":"bottom-sheet__appearActive_19129","enterActive":"bottom-sheet__enterActive_19129","enterDone":"bottom-sheet__enterDone_19129","appearDone":"bottom-sheet__appearDone_19129","exit":"bottom-sheet__exit_19129","exitActive":"bottom-sheet__exitActive_19129"};
64
64
  require('./index.css')
65
65
 
66
66
  var TIMEOUT = 300;
@@ -1,4 +1,4 @@
1
- import './tslib.es6-5568f64c.js';
1
+ import './tslib.es6-120afd1e.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-div-100vh';
@@ -10,7 +10,7 @@ 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-3c2b5fd7.js';
13
+ export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-2bd0a9bb.js';
14
14
  import './components/footer/Component.js';
15
15
  import '@alfalab/core-components-backdrop/dist/esm';
16
16
  import './components/swipeable-backdrop/Component.js';
@@ -1,10 +1,10 @@
1
- import { a as __rest, _ as __assign } from '../../tslib.es6-5568f64c.js';
1
+ import { a as __rest, _ as __assign } from '../../tslib.es6-120afd1e.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { IconButton } from '@alfalab/core-components-icon-button/dist/esm';
5
5
  import { ArrowBackMIcon } from '@alfalab/icons-glyph/ArrowBackMIcon';
6
6
 
7
- var styles = {"backer":"bottom-sheet__backer_17yfr","button":"bottom-sheet__button_17yfr"};
7
+ var styles = {"backer":"bottom-sheet__backer_qotv9","button":"bottom-sheet__button_qotv9"};
8
8
  require('./index.css')
9
9
 
10
10
  var Backer = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: v6wpa */
1
+ /* hash: 1tfgz */
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_17yfr {
6
+ .bottom-sheet__backer_qotv9 {
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_17yfr {
16
+ .bottom-sheet__button_qotv9 {
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-5568f64c.js';
1
+ import { a as __rest, _ as __assign } from '../../tslib.es6-120afd1e.js';
2
2
  import React, { useContext, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModalContext } from '@alfalab/core-components-base-modal/dist/esm';
5
5
  import { IconButton } from '@alfalab/core-components-icon-button/dist/esm';
6
6
  import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
7
7
 
8
- var styles = {"closer":"bottom-sheet__closer_yne74","button":"bottom-sheet__button_yne74"};
8
+ var styles = {"closer":"bottom-sheet__closer_xv63n","button":"bottom-sheet__button_xv63n"};
9
9
  require('./index.css')
10
10
 
11
11
  var Closer = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: 1g6km */
1
+ /* hash: n9ur4 */
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_yne74 {
6
+ .bottom-sheet__closer_xv63n {
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_yne74 {
16
+ .bottom-sheet__button_xv63n {
17
17
  background: var(--bottom-sheet-closer-bg-color);
18
18
  -webkit-backdrop-filter: blur(10px);
19
19
  backdrop-filter: blur(10px);
@@ -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/dist/esm';
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_1poao","sticky":"bottom-sheet__sticky_1poao","highlighted":"bottom-sheet__highlighted_1poao"};
5
+ var styles = {"footer":"bottom-sheet__footer_ppknk","sticky":"bottom-sheet__sticky_ppknk","highlighted":"bottom-sheet__highlighted_ppknk"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1w1xm */
1
+ /* hash: tt6y0 */
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_1poao {
21
+ .bottom-sheet__footer_ppknk {
22
22
  padding: var(--gap-m) var(--gap-m);
23
23
  background-color: var(--color-light-bg-primary);
24
24
  }
25
- .bottom-sheet__sticky_1poao {
25
+ .bottom-sheet__sticky_ppknk {
26
26
  position: sticky;
27
27
  bottom: 0;
28
28
  }
29
- .bottom-sheet__highlighted_1poao {
29
+ .bottom-sheet__highlighted_ppknk {
30
30
  border-top: var(--bottom-sheet-footer-border-top);
31
31
  background-color: var(--bottom-sheet-footer-background-color);
32
32
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-5568f64c.js';
1
+ import '../../tslib.es6-120afd1e.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-div-100vh';
@@ -10,7 +10,7 @@ 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-3c2b5fd7.js';
13
+ export { a as Header } from '../../component-2bd0a9bb.js';
14
14
  import '../footer/Component.js';
15
15
  import '@alfalab/core-components-backdrop/dist/esm';
16
16
  import '../swipeable-backdrop/Component.js';
@@ -1,4 +1,4 @@
1
- /* hash: d9ojq */
1
+ /* hash: 3jrid */
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_ghjc3 {
33
+ .bottom-sheet__headerWrapper_fyi7e {
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_ghjc3 {
41
+ .bottom-sheet__header_fyi7e {
42
42
  display: flex;
43
43
  }
44
- .bottom-sheet__sticky_ghjc3 {
44
+ .bottom-sheet__sticky_fyi7e {
45
45
  position: sticky;
46
46
  top: 0;
47
47
  }
48
- .bottom-sheet__highlighted_ghjc3 {
48
+ .bottom-sheet__highlighted_fyi7e {
49
49
  border-bottom: var(--bottom-sheet-header-border-bottom);
50
50
  }
51
- .bottom-sheet__justifyEnd_ghjc3 {
51
+ .bottom-sheet__justifyEnd_fyi7e {
52
52
  justify-content: flex-end;
53
53
  }
54
- .bottom-sheet__addon_ghjc3 {
54
+ .bottom-sheet__addon_fyi7e {
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_ghjc3 {
61
+ .bottom-sheet__addonFixed_fyi7e {
62
62
  position: fixed;
63
63
  }
64
- .bottom-sheet__addonLeft_ghjc3 {
64
+ .bottom-sheet__addonLeft_fyi7e {
65
65
  left: 0;
66
66
  margin-left: var(--gap-xs);
67
67
  }
68
- .bottom-sheet__addonRight_ghjc3 {
68
+ .bottom-sheet__addonRight_fyi7e {
69
69
  right: 0;
70
70
  margin-right: var(--gap-xs);
71
71
  }
72
- .bottom-sheet__title_ghjc3 {
72
+ .bottom-sheet__title_fyi7e {
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_ghjc3 {
81
+ .bottom-sheet__titleCenter_fyi7e {
82
82
  text-align: center;
83
83
  }
84
- .bottom-sheet__titleLeft_ghjc3 {
84
+ .bottom-sheet__titleLeft_fyi7e {
85
85
  text-align: left;
86
86
  }
87
- .bottom-sheet__trimTitle_ghjc3 {
87
+ .bottom-sheet__trimTitle_fyi7e {
88
88
  white-space: nowrap;
89
89
  overflow: hidden;
90
90
  text-overflow: ellipsis;
91
91
  }
92
- .bottom-sheet__titleBigIndentHorizontal_ghjc3 {
92
+ .bottom-sheet__titleBigIndentHorizontal_fyi7e {
93
93
  margin: var(--bottom-sheet-title-margin-vertical) var(--gap-4xl);
94
94
  }
95
- .bottom-sheet__titleIndentRight_ghjc3 {
95
+ .bottom-sheet__titleIndentRight_fyi7e {
96
96
  margin-right: var(--gap-4xl);
97
97
  }
98
- .bottom-sheet__titleIndentLeft_ghjc3 {
98
+ .bottom-sheet__titleIndentLeft_fyi7e {
99
99
  margin-left: var(--gap-4xl);
100
100
  }
@@ -1,4 +1,4 @@
1
- import { a as __rest, _ as __assign } from '../../tslib.es6-5568f64c.js';
1
+ import { a as __rest, _ as __assign } from '../../tslib.es6-120afd1e.js';
2
2
  import React from 'react';
3
3
  import { Backdrop } from '@alfalab/core-components-backdrop/dist/esm';
4
4