@alfalab/core-components-bottom-sheet 6.2.0 → 6.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/component.js CHANGED
@@ -29,7 +29,7 @@ var getDataTestId = function (dataTestId, element) {
29
29
 
30
30
  var isClient = function () { return typeof window !== 'undefined'; };
31
31
 
32
- var styles = {"modal":"bottom-sheet__modal_6ikry","wrapper":"bottom-sheet__wrapper_6ikry","component":"bottom-sheet__component_6ikry","withTransition":"bottom-sheet__withTransition_6ikry","scrollableContainer":"bottom-sheet__scrollableContainer_6ikry","marker":"bottom-sheet__marker_6ikry","content":"bottom-sheet__content_6ikry","noHeader":"bottom-sheet__noHeader_6ikry","noFooter":"bottom-sheet__noFooter_6ikry","scrollLocked":"bottom-sheet__scrollLocked_6ikry","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6ikry","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6ikry","appear":"bottom-sheet__appear_6ikry","enter":"bottom-sheet__enter_6ikry","appearActive":"bottom-sheet__appearActive_6ikry","enterActive":"bottom-sheet__enterActive_6ikry","enterDone":"bottom-sheet__enterDone_6ikry","appearDone":"bottom-sheet__appearDone_6ikry","exit":"bottom-sheet__exit_6ikry","exitActive":"bottom-sheet__exitActive_6ikry","background-accent":"bottom-sheet__background-accent_6ikry","background-info":"bottom-sheet__background-info_6ikry","background-attention-muted":"bottom-sheet__background-attention-muted_6ikry","background-positive-muted":"bottom-sheet__background-positive-muted_6ikry","background-negative-muted":"bottom-sheet__background-negative-muted_6ikry","background-primary":"bottom-sheet__background-primary_6ikry","background-primary-inverted":"bottom-sheet__background-primary-inverted_6ikry","background-secondary":"bottom-sheet__background-secondary_6ikry","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6ikry","background-tertiary":"bottom-sheet__background-tertiary_6ikry","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6ikry","background-quaternary":"bottom-sheet__background-quaternary_6ikry","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6ikry","background-specialbg-component":"bottom-sheet__background-specialbg-component_6ikry","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6ikry","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6ikry","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6ikry","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6ikry","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6ikry","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6ikry","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6ikry","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ikry"};
32
+ var styles = {"modal":"bottom-sheet__modal_7jq8y","wrapper":"bottom-sheet__wrapper_7jq8y","component":"bottom-sheet__component_7jq8y","withTransition":"bottom-sheet__withTransition_7jq8y","scrollableContainer":"bottom-sheet__scrollableContainer_7jq8y","marker":"bottom-sheet__marker_7jq8y","content":"bottom-sheet__content_7jq8y","noHeader":"bottom-sheet__noHeader_7jq8y","noFooter":"bottom-sheet__noFooter_7jq8y","scrollLocked":"bottom-sheet__scrollLocked_7jq8y","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_7jq8y","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_7jq8y","appear":"bottom-sheet__appear_7jq8y","enter":"bottom-sheet__enter_7jq8y","appearActive":"bottom-sheet__appearActive_7jq8y","enterActive":"bottom-sheet__enterActive_7jq8y","enterDone":"bottom-sheet__enterDone_7jq8y","appearDone":"bottom-sheet__appearDone_7jq8y","exit":"bottom-sheet__exit_7jq8y","exitActive":"bottom-sheet__exitActive_7jq8y","background-accent":"bottom-sheet__background-accent_7jq8y","background-info":"bottom-sheet__background-info_7jq8y","background-attention-muted":"bottom-sheet__background-attention-muted_7jq8y","background-positive-muted":"bottom-sheet__background-positive-muted_7jq8y","background-negative-muted":"bottom-sheet__background-negative-muted_7jq8y","background-primary":"bottom-sheet__background-primary_7jq8y","background-primary-inverted":"bottom-sheet__background-primary-inverted_7jq8y","background-secondary":"bottom-sheet__background-secondary_7jq8y","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_7jq8y","background-tertiary":"bottom-sheet__background-tertiary_7jq8y","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_7jq8y","background-quaternary":"bottom-sheet__background-quaternary_7jq8y","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_7jq8y","background-specialbg-component":"bottom-sheet__background-specialbg-component_7jq8y","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_7jq8y","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_7jq8y","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_7jq8y","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_7jq8y","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_7jq8y","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_7jq8y","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_7jq8y","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_7jq8y"};
33
33
  require('./index.css')
34
34
 
35
35
  var BottomSheet = React.forwardRef(function (_a, ref) {
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
 
14
- var styles = {"footer":"bottom-sheet__footer_w482m","sticky":"bottom-sheet__sticky_w482m","highlighted":"bottom-sheet__highlighted_w482m","background-accent":"bottom-sheet__background-accent_w482m","background-info":"bottom-sheet__background-info_w482m","background-attention-muted":"bottom-sheet__background-attention-muted_w482m","background-positive-muted":"bottom-sheet__background-positive-muted_w482m","background-negative-muted":"bottom-sheet__background-negative-muted_w482m","background-primary":"bottom-sheet__background-primary_w482m","background-primary-inverted":"bottom-sheet__background-primary-inverted_w482m","background-secondary":"bottom-sheet__background-secondary_w482m","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_w482m","background-tertiary":"bottom-sheet__background-tertiary_w482m","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_w482m","background-quaternary":"bottom-sheet__background-quaternary_w482m","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_w482m","background-specialbg-component":"bottom-sheet__background-specialbg-component_w482m","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_w482m","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_w482m","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_w482m","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_w482m","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_w482m","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_w482m","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_w482m","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_w482m"};
14
+ var styles = {"footer":"bottom-sheet__footer_156iw","sticky":"bottom-sheet__sticky_156iw","highlighted":"bottom-sheet__highlighted_156iw","background-accent":"bottom-sheet__background-accent_156iw","background-info":"bottom-sheet__background-info_156iw","background-attention-muted":"bottom-sheet__background-attention-muted_156iw","background-positive-muted":"bottom-sheet__background-positive-muted_156iw","background-negative-muted":"bottom-sheet__background-negative-muted_156iw","background-primary":"bottom-sheet__background-primary_156iw","background-primary-inverted":"bottom-sheet__background-primary-inverted_156iw","background-secondary":"bottom-sheet__background-secondary_156iw","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_156iw","background-tertiary":"bottom-sheet__background-tertiary_156iw","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_156iw","background-quaternary":"bottom-sheet__background-quaternary_156iw","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_156iw","background-specialbg-component":"bottom-sheet__background-specialbg-component_156iw","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_156iw","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_156iw","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_156iw","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_156iw","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_156iw","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_156iw","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_156iw","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_156iw"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: xwbh9 */
1
+ /* hash: 13uyg */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -41,58 +41,58 @@
41
41
  } :root {
42
42
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-secondary);
43
43
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
44
- } .bottom-sheet__footer_w482m {
44
+ } .bottom-sheet__footer_156iw {
45
45
  padding: var(--gap-m) var(--gap-m);
46
46
  background-color: var(--color-light-bg-primary);
47
- } .bottom-sheet__sticky_w482m {
47
+ } .bottom-sheet__sticky_156iw {
48
48
  position: sticky;
49
49
  bottom: 0;
50
50
  z-index: 1;
51
- } .bottom-sheet__highlighted_w482m {
51
+ } .bottom-sheet__highlighted_156iw {
52
52
  border-top: var(--bottom-sheet-footer-border-top);
53
53
  background-color: var(--bottom-sheet-footer-background-color);
54
- } .bottom-sheet__background-accent_w482m {
54
+ } .bottom-sheet__background-accent_156iw {
55
55
  background-color: var(--color-light-bg-accent);
56
- } .bottom-sheet__background-info_w482m {
56
+ } .bottom-sheet__background-info_156iw {
57
57
  background-color: var(--color-light-bg-info);
58
- } .bottom-sheet__background-attention-muted_w482m {
58
+ } .bottom-sheet__background-attention-muted_156iw {
59
59
  background-color: var(--color-light-bg-attention-muted);
60
- } .bottom-sheet__background-positive-muted_w482m {
60
+ } .bottom-sheet__background-positive-muted_156iw {
61
61
  background-color: var(--color-light-bg-positive-muted);
62
- } .bottom-sheet__background-negative-muted_w482m {
62
+ } .bottom-sheet__background-negative-muted_156iw {
63
63
  background-color: var(--color-light-bg-negative-muted);
64
- } .bottom-sheet__background-primary_w482m {
64
+ } .bottom-sheet__background-primary_156iw {
65
65
  background-color: var(--color-light-bg-primary);
66
- } .bottom-sheet__background-primary-inverted_w482m {
66
+ } .bottom-sheet__background-primary-inverted_156iw {
67
67
  background-color: var(--color-light-bg-primary-inverted);
68
- } .bottom-sheet__background-secondary_w482m {
68
+ } .bottom-sheet__background-secondary_156iw {
69
69
  background-color: var(--color-light-bg-secondary);
70
- } .bottom-sheet__background-secondary-inverted_w482m {
70
+ } .bottom-sheet__background-secondary-inverted_156iw {
71
71
  background-color: var(--color-light-bg-secondary-inverted);
72
- } .bottom-sheet__background-tertiary_w482m {
72
+ } .bottom-sheet__background-tertiary_156iw {
73
73
  background-color: var(--color-light-bg-tertiary);
74
- } .bottom-sheet__background-tertiary-inverted_w482m {
74
+ } .bottom-sheet__background-tertiary-inverted_156iw {
75
75
  background-color: var(--color-light-bg-tertiary-inverted);
76
- } .bottom-sheet__background-quaternary_w482m {
76
+ } .bottom-sheet__background-quaternary_156iw {
77
77
  background-color: var(--color-light-bg-quaternary);
78
- } .bottom-sheet__background-quaternary-inverted_w482m {
78
+ } .bottom-sheet__background-quaternary-inverted_156iw {
79
79
  background-color: var(--color-light-bg-quaternary-inverted);
80
- } .bottom-sheet__background-specialbg-component_w482m {
80
+ } .bottom-sheet__background-specialbg-component_156iw {
81
81
  background-color: var(--color-light-specialbg-component);
82
- } .bottom-sheet__background-specialbg-component-inverted_w482m {
82
+ } .bottom-sheet__background-specialbg-component-inverted_156iw {
83
83
  background-color: var(--color-light-specialbg-component-inverted);
84
- } .bottom-sheet__background-specialbg-primary-grouped_w482m {
84
+ } .bottom-sheet__background-specialbg-primary-grouped_156iw {
85
85
  background-color: var(--color-light-specialbg-primary-grouped);
86
- } .bottom-sheet__background-specialbg-secondary-grouped_w482m {
86
+ } .bottom-sheet__background-specialbg-secondary-grouped_156iw {
87
87
  background-color: var(--color-light-specialbg-secondary-grouped);
88
- } .bottom-sheet__background-specialbg-tertiary-grouped_w482m {
88
+ } .bottom-sheet__background-specialbg-tertiary-grouped_156iw {
89
89
  background-color: var(--color-light-specialbg-tertiary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-transparent_w482m {
90
+ } .bottom-sheet__background-specialbg-secondary-transparent_156iw {
91
91
  background-color: var(--color-light-specialbg-secondary-transparent);
92
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_w482m {
92
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_156iw {
93
93
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
94
- } .bottom-sheet__background-specialbg-tertiary-transparent_w482m {
94
+ } .bottom-sheet__background-specialbg-tertiary-transparent_156iw {
95
95
  background-color: var(--color-light-specialbg-tertiary-transparent);
96
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_w482m {
96
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_156iw {
97
97
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
98
98
  }
@@ -14,7 +14,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
16
16
 
17
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_tel2m","hasContent":"bottom-sheet__hasContent_tel2m","header":"bottom-sheet__header_tel2m","sticky":"bottom-sheet__sticky_tel2m","highlighted":"bottom-sheet__highlighted_tel2m","justifyEnd":"bottom-sheet__justifyEnd_tel2m","addon":"bottom-sheet__addon_tel2m","addonFixed":"bottom-sheet__addonFixed_tel2m","title":"bottom-sheet__title_tel2m","titleCenter":"bottom-sheet__titleCenter_tel2m","titleLeft":"bottom-sheet__titleLeft_tel2m","trimTitle":"bottom-sheet__trimTitle_tel2m"};
17
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1xspb","hasContent":"bottom-sheet__hasContent_1xspb","header":"bottom-sheet__header_1xspb","sticky":"bottom-sheet__sticky_1xspb","highlighted":"bottom-sheet__highlighted_1xspb","justifyEnd":"bottom-sheet__justifyEnd_1xspb","addon":"bottom-sheet__addon_1xspb","addonFixed":"bottom-sheet__addonFixed_1xspb","title":"bottom-sheet__title_1xspb","titleCenter":"bottom-sheet__titleCenter_1xspb","titleLeft":"bottom-sheet__titleLeft_1xspb","trimTitle":"bottom-sheet__trimTitle_1xspb"};
18
18
  require('./index.css')
19
19
 
20
20
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: gnzfi */
1
+ /* hash: 6qb4a */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-secondary: #e9e9eb; /* 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 */
@@ -27,42 +27,42 @@
27
27
  --bottom-sheet-title-font-weight: 700;
28
28
  --bottom-sheet-title-line-height: 24px;
29
29
  --bottom-sheet-title-font-family: var(--font-family-system);
30
- } .bottom-sheet__headerWrapper_tel2m {
30
+ } .bottom-sheet__headerWrapper_1xspb {
31
31
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
32
32
  border-top-right-radius: var(--border-radius-xl);
33
33
  border-top-left-radius: var(--border-radius-xl);
34
34
  z-index: 1;
35
- } .bottom-sheet__hasContent_tel2m {
35
+ } .bottom-sheet__hasContent_1xspb {
36
36
  background-color: inherit;
37
- } .bottom-sheet__header_tel2m {
37
+ } .bottom-sheet__header_1xspb {
38
38
  display: flex;
39
- } .bottom-sheet__sticky_tel2m {
39
+ } .bottom-sheet__sticky_1xspb {
40
40
  position: sticky;
41
41
  top: 0;
42
- } .bottom-sheet__highlighted_tel2m {
42
+ } .bottom-sheet__highlighted_1xspb {
43
43
  border-bottom: var(--bottom-sheet-header-border-bottom);
44
- } .bottom-sheet__justifyEnd_tel2m {
44
+ } .bottom-sheet__justifyEnd_1xspb {
45
45
  justify-content: flex-end;
46
- } .bottom-sheet__addon_tel2m {
46
+ } .bottom-sheet__addon_1xspb {
47
47
  display: flex;
48
48
  justify-content: center;
49
49
  align-items: center;
50
50
  min-width: 48px;
51
51
  height: 48px;
52
- } .bottom-sheet__addonFixed_tel2m {
52
+ } .bottom-sheet__addonFixed_1xspb {
53
53
  position: fixed;
54
- } .bottom-sheet__title_tel2m {
54
+ } .bottom-sheet__title_1xspb {
55
55
  padding: var(--gap-s) var(--gap-xs);
56
56
  width: 100%;
57
57
  font-size: var(--bottom-sheet-title-font-size);
58
58
  font-weight: var(--bottom-sheet-title-font-weight);
59
59
  line-height: var(--bottom-sheet-title-line-height);
60
60
  font-family: var(--bottom-sheet-title-font-family);
61
- } .bottom-sheet__titleCenter_tel2m {
61
+ } .bottom-sheet__titleCenter_1xspb {
62
62
  text-align: center;
63
- } .bottom-sheet__titleLeft_tel2m {
63
+ } .bottom-sheet__titleLeft_1xspb {
64
64
  text-align: left;
65
- } .bottom-sheet__trimTitle_tel2m {
65
+ } .bottom-sheet__trimTitle_1xspb {
66
66
  white-space: nowrap;
67
67
  overflow: hidden;
68
68
  text-overflow: ellipsis;
package/esm/component.js CHANGED
@@ -19,7 +19,7 @@ var getDataTestId = function (dataTestId, element) {
19
19
 
20
20
  var isClient = function () { return typeof window !== 'undefined'; };
21
21
 
22
- var styles = {"modal":"bottom-sheet__modal_6ikry","wrapper":"bottom-sheet__wrapper_6ikry","component":"bottom-sheet__component_6ikry","withTransition":"bottom-sheet__withTransition_6ikry","scrollableContainer":"bottom-sheet__scrollableContainer_6ikry","marker":"bottom-sheet__marker_6ikry","content":"bottom-sheet__content_6ikry","noHeader":"bottom-sheet__noHeader_6ikry","noFooter":"bottom-sheet__noFooter_6ikry","scrollLocked":"bottom-sheet__scrollLocked_6ikry","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6ikry","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6ikry","appear":"bottom-sheet__appear_6ikry","enter":"bottom-sheet__enter_6ikry","appearActive":"bottom-sheet__appearActive_6ikry","enterActive":"bottom-sheet__enterActive_6ikry","enterDone":"bottom-sheet__enterDone_6ikry","appearDone":"bottom-sheet__appearDone_6ikry","exit":"bottom-sheet__exit_6ikry","exitActive":"bottom-sheet__exitActive_6ikry","background-accent":"bottom-sheet__background-accent_6ikry","background-info":"bottom-sheet__background-info_6ikry","background-attention-muted":"bottom-sheet__background-attention-muted_6ikry","background-positive-muted":"bottom-sheet__background-positive-muted_6ikry","background-negative-muted":"bottom-sheet__background-negative-muted_6ikry","background-primary":"bottom-sheet__background-primary_6ikry","background-primary-inverted":"bottom-sheet__background-primary-inverted_6ikry","background-secondary":"bottom-sheet__background-secondary_6ikry","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6ikry","background-tertiary":"bottom-sheet__background-tertiary_6ikry","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6ikry","background-quaternary":"bottom-sheet__background-quaternary_6ikry","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6ikry","background-specialbg-component":"bottom-sheet__background-specialbg-component_6ikry","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6ikry","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6ikry","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6ikry","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6ikry","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6ikry","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6ikry","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6ikry","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ikry"};
22
+ var styles = {"modal":"bottom-sheet__modal_7jq8y","wrapper":"bottom-sheet__wrapper_7jq8y","component":"bottom-sheet__component_7jq8y","withTransition":"bottom-sheet__withTransition_7jq8y","scrollableContainer":"bottom-sheet__scrollableContainer_7jq8y","marker":"bottom-sheet__marker_7jq8y","content":"bottom-sheet__content_7jq8y","noHeader":"bottom-sheet__noHeader_7jq8y","noFooter":"bottom-sheet__noFooter_7jq8y","scrollLocked":"bottom-sheet__scrollLocked_7jq8y","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_7jq8y","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_7jq8y","appear":"bottom-sheet__appear_7jq8y","enter":"bottom-sheet__enter_7jq8y","appearActive":"bottom-sheet__appearActive_7jq8y","enterActive":"bottom-sheet__enterActive_7jq8y","enterDone":"bottom-sheet__enterDone_7jq8y","appearDone":"bottom-sheet__appearDone_7jq8y","exit":"bottom-sheet__exit_7jq8y","exitActive":"bottom-sheet__exitActive_7jq8y","background-accent":"bottom-sheet__background-accent_7jq8y","background-info":"bottom-sheet__background-info_7jq8y","background-attention-muted":"bottom-sheet__background-attention-muted_7jq8y","background-positive-muted":"bottom-sheet__background-positive-muted_7jq8y","background-negative-muted":"bottom-sheet__background-negative-muted_7jq8y","background-primary":"bottom-sheet__background-primary_7jq8y","background-primary-inverted":"bottom-sheet__background-primary-inverted_7jq8y","background-secondary":"bottom-sheet__background-secondary_7jq8y","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_7jq8y","background-tertiary":"bottom-sheet__background-tertiary_7jq8y","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_7jq8y","background-quaternary":"bottom-sheet__background-quaternary_7jq8y","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_7jq8y","background-specialbg-component":"bottom-sheet__background-specialbg-component_7jq8y","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_7jq8y","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_7jq8y","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_7jq8y","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_7jq8y","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_7jq8y","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_7jq8y","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_7jq8y","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_7jq8y"};
23
23
  require('./index.css')
24
24
 
25
25
  var BottomSheet = forwardRef(function (_a, ref) {
@@ -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-sheet__footer_w482m","sticky":"bottom-sheet__sticky_w482m","highlighted":"bottom-sheet__highlighted_w482m","background-accent":"bottom-sheet__background-accent_w482m","background-info":"bottom-sheet__background-info_w482m","background-attention-muted":"bottom-sheet__background-attention-muted_w482m","background-positive-muted":"bottom-sheet__background-positive-muted_w482m","background-negative-muted":"bottom-sheet__background-negative-muted_w482m","background-primary":"bottom-sheet__background-primary_w482m","background-primary-inverted":"bottom-sheet__background-primary-inverted_w482m","background-secondary":"bottom-sheet__background-secondary_w482m","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_w482m","background-tertiary":"bottom-sheet__background-tertiary_w482m","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_w482m","background-quaternary":"bottom-sheet__background-quaternary_w482m","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_w482m","background-specialbg-component":"bottom-sheet__background-specialbg-component_w482m","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_w482m","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_w482m","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_w482m","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_w482m","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_w482m","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_w482m","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_w482m","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_w482m"};
5
+ var styles = {"footer":"bottom-sheet__footer_156iw","sticky":"bottom-sheet__sticky_156iw","highlighted":"bottom-sheet__highlighted_156iw","background-accent":"bottom-sheet__background-accent_156iw","background-info":"bottom-sheet__background-info_156iw","background-attention-muted":"bottom-sheet__background-attention-muted_156iw","background-positive-muted":"bottom-sheet__background-positive-muted_156iw","background-negative-muted":"bottom-sheet__background-negative-muted_156iw","background-primary":"bottom-sheet__background-primary_156iw","background-primary-inverted":"bottom-sheet__background-primary-inverted_156iw","background-secondary":"bottom-sheet__background-secondary_156iw","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_156iw","background-tertiary":"bottom-sheet__background-tertiary_156iw","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_156iw","background-quaternary":"bottom-sheet__background-quaternary_156iw","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_156iw","background-specialbg-component":"bottom-sheet__background-specialbg-component_156iw","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_156iw","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_156iw","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_156iw","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_156iw","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_156iw","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_156iw","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_156iw","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_156iw"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: xwbh9 */
1
+ /* hash: 13uyg */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -41,58 +41,58 @@
41
41
  } :root {
42
42
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-secondary);
43
43
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
44
- } .bottom-sheet__footer_w482m {
44
+ } .bottom-sheet__footer_156iw {
45
45
  padding: var(--gap-m) var(--gap-m);
46
46
  background-color: var(--color-light-bg-primary);
47
- } .bottom-sheet__sticky_w482m {
47
+ } .bottom-sheet__sticky_156iw {
48
48
  position: sticky;
49
49
  bottom: 0;
50
50
  z-index: 1;
51
- } .bottom-sheet__highlighted_w482m {
51
+ } .bottom-sheet__highlighted_156iw {
52
52
  border-top: var(--bottom-sheet-footer-border-top);
53
53
  background-color: var(--bottom-sheet-footer-background-color);
54
- } .bottom-sheet__background-accent_w482m {
54
+ } .bottom-sheet__background-accent_156iw {
55
55
  background-color: var(--color-light-bg-accent);
56
- } .bottom-sheet__background-info_w482m {
56
+ } .bottom-sheet__background-info_156iw {
57
57
  background-color: var(--color-light-bg-info);
58
- } .bottom-sheet__background-attention-muted_w482m {
58
+ } .bottom-sheet__background-attention-muted_156iw {
59
59
  background-color: var(--color-light-bg-attention-muted);
60
- } .bottom-sheet__background-positive-muted_w482m {
60
+ } .bottom-sheet__background-positive-muted_156iw {
61
61
  background-color: var(--color-light-bg-positive-muted);
62
- } .bottom-sheet__background-negative-muted_w482m {
62
+ } .bottom-sheet__background-negative-muted_156iw {
63
63
  background-color: var(--color-light-bg-negative-muted);
64
- } .bottom-sheet__background-primary_w482m {
64
+ } .bottom-sheet__background-primary_156iw {
65
65
  background-color: var(--color-light-bg-primary);
66
- } .bottom-sheet__background-primary-inverted_w482m {
66
+ } .bottom-sheet__background-primary-inverted_156iw {
67
67
  background-color: var(--color-light-bg-primary-inverted);
68
- } .bottom-sheet__background-secondary_w482m {
68
+ } .bottom-sheet__background-secondary_156iw {
69
69
  background-color: var(--color-light-bg-secondary);
70
- } .bottom-sheet__background-secondary-inverted_w482m {
70
+ } .bottom-sheet__background-secondary-inverted_156iw {
71
71
  background-color: var(--color-light-bg-secondary-inverted);
72
- } .bottom-sheet__background-tertiary_w482m {
72
+ } .bottom-sheet__background-tertiary_156iw {
73
73
  background-color: var(--color-light-bg-tertiary);
74
- } .bottom-sheet__background-tertiary-inverted_w482m {
74
+ } .bottom-sheet__background-tertiary-inverted_156iw {
75
75
  background-color: var(--color-light-bg-tertiary-inverted);
76
- } .bottom-sheet__background-quaternary_w482m {
76
+ } .bottom-sheet__background-quaternary_156iw {
77
77
  background-color: var(--color-light-bg-quaternary);
78
- } .bottom-sheet__background-quaternary-inverted_w482m {
78
+ } .bottom-sheet__background-quaternary-inverted_156iw {
79
79
  background-color: var(--color-light-bg-quaternary-inverted);
80
- } .bottom-sheet__background-specialbg-component_w482m {
80
+ } .bottom-sheet__background-specialbg-component_156iw {
81
81
  background-color: var(--color-light-specialbg-component);
82
- } .bottom-sheet__background-specialbg-component-inverted_w482m {
82
+ } .bottom-sheet__background-specialbg-component-inverted_156iw {
83
83
  background-color: var(--color-light-specialbg-component-inverted);
84
- } .bottom-sheet__background-specialbg-primary-grouped_w482m {
84
+ } .bottom-sheet__background-specialbg-primary-grouped_156iw {
85
85
  background-color: var(--color-light-specialbg-primary-grouped);
86
- } .bottom-sheet__background-specialbg-secondary-grouped_w482m {
86
+ } .bottom-sheet__background-specialbg-secondary-grouped_156iw {
87
87
  background-color: var(--color-light-specialbg-secondary-grouped);
88
- } .bottom-sheet__background-specialbg-tertiary-grouped_w482m {
88
+ } .bottom-sheet__background-specialbg-tertiary-grouped_156iw {
89
89
  background-color: var(--color-light-specialbg-tertiary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-transparent_w482m {
90
+ } .bottom-sheet__background-specialbg-secondary-transparent_156iw {
91
91
  background-color: var(--color-light-specialbg-secondary-transparent);
92
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_w482m {
92
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_156iw {
93
93
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
94
- } .bottom-sheet__background-specialbg-tertiary-transparent_w482m {
94
+ } .bottom-sheet__background-specialbg-tertiary-transparent_156iw {
95
95
  background-color: var(--color-light-specialbg-tertiary-transparent);
96
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_w482m {
96
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_156iw {
97
97
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
98
98
  }
@@ -5,7 +5,7 @@ import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
5
5
  import { NavigationBar } from '@alfalab/core-components-navigation-bar/esm';
6
6
  import { HEADER_OFFSET } from '../../utils.js';
7
7
 
8
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_tel2m","hasContent":"bottom-sheet__hasContent_tel2m","header":"bottom-sheet__header_tel2m","sticky":"bottom-sheet__sticky_tel2m","highlighted":"bottom-sheet__highlighted_tel2m","justifyEnd":"bottom-sheet__justifyEnd_tel2m","addon":"bottom-sheet__addon_tel2m","addonFixed":"bottom-sheet__addonFixed_tel2m","title":"bottom-sheet__title_tel2m","titleCenter":"bottom-sheet__titleCenter_tel2m","titleLeft":"bottom-sheet__titleLeft_tel2m","trimTitle":"bottom-sheet__trimTitle_tel2m"};
8
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1xspb","hasContent":"bottom-sheet__hasContent_1xspb","header":"bottom-sheet__header_1xspb","sticky":"bottom-sheet__sticky_1xspb","highlighted":"bottom-sheet__highlighted_1xspb","justifyEnd":"bottom-sheet__justifyEnd_1xspb","addon":"bottom-sheet__addon_1xspb","addonFixed":"bottom-sheet__addonFixed_1xspb","title":"bottom-sheet__title_1xspb","titleCenter":"bottom-sheet__titleCenter_1xspb","titleLeft":"bottom-sheet__titleLeft_1xspb","trimTitle":"bottom-sheet__trimTitle_1xspb"};
9
9
  require('./index.css')
10
10
 
11
11
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: gnzfi */
1
+ /* hash: 6qb4a */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-secondary: #e9e9eb; /* 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 */
@@ -27,42 +27,42 @@
27
27
  --bottom-sheet-title-font-weight: 700;
28
28
  --bottom-sheet-title-line-height: 24px;
29
29
  --bottom-sheet-title-font-family: var(--font-family-system);
30
- } .bottom-sheet__headerWrapper_tel2m {
30
+ } .bottom-sheet__headerWrapper_1xspb {
31
31
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
32
32
  border-top-right-radius: var(--border-radius-xl);
33
33
  border-top-left-radius: var(--border-radius-xl);
34
34
  z-index: 1;
35
- } .bottom-sheet__hasContent_tel2m {
35
+ } .bottom-sheet__hasContent_1xspb {
36
36
  background-color: inherit;
37
- } .bottom-sheet__header_tel2m {
37
+ } .bottom-sheet__header_1xspb {
38
38
  display: flex;
39
- } .bottom-sheet__sticky_tel2m {
39
+ } .bottom-sheet__sticky_1xspb {
40
40
  position: sticky;
41
41
  top: 0;
42
- } .bottom-sheet__highlighted_tel2m {
42
+ } .bottom-sheet__highlighted_1xspb {
43
43
  border-bottom: var(--bottom-sheet-header-border-bottom);
44
- } .bottom-sheet__justifyEnd_tel2m {
44
+ } .bottom-sheet__justifyEnd_1xspb {
45
45
  justify-content: flex-end;
46
- } .bottom-sheet__addon_tel2m {
46
+ } .bottom-sheet__addon_1xspb {
47
47
  display: flex;
48
48
  justify-content: center;
49
49
  align-items: center;
50
50
  min-width: 48px;
51
51
  height: 48px;
52
- } .bottom-sheet__addonFixed_tel2m {
52
+ } .bottom-sheet__addonFixed_1xspb {
53
53
  position: fixed;
54
- } .bottom-sheet__title_tel2m {
54
+ } .bottom-sheet__title_1xspb {
55
55
  padding: var(--gap-s) var(--gap-xs);
56
56
  width: 100%;
57
57
  font-size: var(--bottom-sheet-title-font-size);
58
58
  font-weight: var(--bottom-sheet-title-font-weight);
59
59
  line-height: var(--bottom-sheet-title-line-height);
60
60
  font-family: var(--bottom-sheet-title-font-family);
61
- } .bottom-sheet__titleCenter_tel2m {
61
+ } .bottom-sheet__titleCenter_1xspb {
62
62
  text-align: center;
63
- } .bottom-sheet__titleLeft_tel2m {
63
+ } .bottom-sheet__titleLeft_1xspb {
64
64
  text-align: left;
65
- } .bottom-sheet__trimTitle_tel2m {
65
+ } .bottom-sheet__trimTitle_1xspb {
66
66
  white-space: nowrap;
67
67
  overflow: hidden;
68
68
  text-overflow: ellipsis;
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: rekti */
1
+ /* hash: 1n72d */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -45,20 +45,20 @@
45
45
  } :root {
46
46
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
47
47
  --bottom-sheet-out-transition: transform 0.3s ease;
48
- } .bottom-sheet__modal_6ikry {
48
+ } .bottom-sheet__modal_7jq8y {
49
49
  background-color: transparent;
50
50
  position: fixed;
51
51
  bottom: 0;
52
52
  width: 100%;
53
53
  max-width: 600px;
54
54
  pointer-events: none;
55
- } .bottom-sheet__wrapper_6ikry {
55
+ } .bottom-sheet__wrapper_7jq8y {
56
56
  transform: translateY(100%);
57
57
  overflow: hidden;
58
58
  pointer-events: none;
59
59
  border-top-right-radius: var(--border-radius-xl);
60
60
  border-top-left-radius: var(--border-radius-xl);
61
- } .bottom-sheet__component_6ikry {
61
+ } .bottom-sheet__component_7jq8y {
62
62
  overflow: hidden;
63
63
  position: relative;
64
64
  display: flex;
@@ -66,16 +66,16 @@
66
66
  border-radius: inherit;
67
67
  background-color: var(--color-light-bg-primary);
68
68
  pointer-events: all;
69
- } .bottom-sheet__withTransition_6ikry {
69
+ } .bottom-sheet__withTransition_7jq8y {
70
70
  transition: var(--bottom-sheet-out-transition);
71
- } .bottom-sheet__scrollableContainer_6ikry {
71
+ } .bottom-sheet__scrollableContainer_7jq8y {
72
72
  overflow: auto;
73
73
  display: flex;
74
74
  flex-direction: column;
75
75
  position: relative;
76
76
  height: 100%;
77
77
  background-color: inherit;
78
- } .bottom-sheet__marker_6ikry {
78
+ } .bottom-sheet__marker_7jq8y {
79
79
  position: fixed;
80
80
  top: var(--gap-2xs);
81
81
  left: 50%;
@@ -85,7 +85,7 @@
85
85
  transform: translateX(-50%);
86
86
  background-color: var(--color-light-graphic-quaternary);
87
87
  z-index: 1000;
88
- } .bottom-sheet__content_6ikry {
88
+ } .bottom-sheet__content_7jq8y {
89
89
  position: relative;
90
90
  z-index: 0;
91
91
  display: flex;
@@ -94,73 +94,73 @@
94
94
  padding: 0 var(--gap-m);
95
95
  color: var(--color-light-text-primary);
96
96
  background-color: inherit;
97
- } .bottom-sheet__noHeader_6ikry {
97
+ } .bottom-sheet__noHeader_7jq8y {
98
98
  padding-top: var(--gap-m);
99
- } .bottom-sheet__noFooter_6ikry {
99
+ } .bottom-sheet__noFooter_7jq8y {
100
100
  padding-bottom: var(--gap-m);
101
- } .bottom-sheet__scrollLocked_6ikry {
101
+ } .bottom-sheet__scrollLocked_7jq8y {
102
102
  overflow: hidden;
103
- } .bottom-sheet__hiddenScrollbar_6ikry {
103
+ } .bottom-sheet__hiddenScrollbar_7jq8y {
104
104
  scrollbar-width: none
105
- } .bottom-sheet__hiddenScrollbar_6ikry::-webkit-scrollbar {
105
+ } .bottom-sheet__hiddenScrollbar_7jq8y::-webkit-scrollbar {
106
106
  width: 0;
107
107
  height: 0;
108
- } .bottom-sheet__disabledPointerEvents_6ikry {
108
+ } .bottom-sheet__disabledPointerEvents_7jq8y {
109
109
  pointer-events: none;
110
- } .bottom-sheet__appear_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__enter_6ikry .bottom-sheet__wrapper_6ikry {
110
+ } .bottom-sheet__appear_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__enter_7jq8y .bottom-sheet__wrapper_7jq8y {
111
111
  transition: none;
112
- } .bottom-sheet__appearActive_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__enterActive_6ikry .bottom-sheet__wrapper_6ikry {
112
+ } .bottom-sheet__appearActive_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__enterActive_7jq8y .bottom-sheet__wrapper_7jq8y {
113
113
  transition: var(--bottom-sheet-in-transition);
114
114
  transform: translateY(0);
115
- } .bottom-sheet__enterDone_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__appearDone_6ikry .bottom-sheet__wrapper_6ikry {
115
+ } .bottom-sheet__enterDone_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__appearDone_7jq8y .bottom-sheet__wrapper_7jq8y {
116
116
  transform: translateY(0);
117
- } .bottom-sheet__exit_6ikry .bottom-sheet__wrapper_6ikry {
117
+ } .bottom-sheet__exit_7jq8y .bottom-sheet__wrapper_7jq8y {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exitActive_6ikry .bottom-sheet__wrapper_6ikry {
119
+ } .bottom-sheet__exitActive_7jq8y .bottom-sheet__wrapper_7jq8y {
120
120
  transition: var(--bottom-sheet-out-transition);
121
121
  transform: translateY(100%);
122
- } .bottom-sheet__background-accent_6ikry {
122
+ } .bottom-sheet__background-accent_7jq8y {
123
123
  background-color: var(--color-light-bg-accent);
124
- } .bottom-sheet__background-info_6ikry {
124
+ } .bottom-sheet__background-info_7jq8y {
125
125
  background-color: var(--color-light-bg-info);
126
- } .bottom-sheet__background-attention-muted_6ikry {
126
+ } .bottom-sheet__background-attention-muted_7jq8y {
127
127
  background-color: var(--color-light-bg-attention-muted);
128
- } .bottom-sheet__background-positive-muted_6ikry {
128
+ } .bottom-sheet__background-positive-muted_7jq8y {
129
129
  background-color: var(--color-light-bg-positive-muted);
130
- } .bottom-sheet__background-negative-muted_6ikry {
130
+ } .bottom-sheet__background-negative-muted_7jq8y {
131
131
  background-color: var(--color-light-bg-negative-muted);
132
- } .bottom-sheet__background-primary_6ikry {
132
+ } .bottom-sheet__background-primary_7jq8y {
133
133
  background-color: var(--color-light-bg-primary);
134
- } .bottom-sheet__background-primary-inverted_6ikry {
134
+ } .bottom-sheet__background-primary-inverted_7jq8y {
135
135
  background-color: var(--color-light-bg-primary-inverted);
136
- } .bottom-sheet__background-secondary_6ikry {
136
+ } .bottom-sheet__background-secondary_7jq8y {
137
137
  background-color: var(--color-light-bg-secondary);
138
- } .bottom-sheet__background-secondary-inverted_6ikry {
138
+ } .bottom-sheet__background-secondary-inverted_7jq8y {
139
139
  background-color: var(--color-light-bg-secondary-inverted);
140
- } .bottom-sheet__background-tertiary_6ikry {
140
+ } .bottom-sheet__background-tertiary_7jq8y {
141
141
  background-color: var(--color-light-bg-tertiary);
142
- } .bottom-sheet__background-tertiary-inverted_6ikry {
142
+ } .bottom-sheet__background-tertiary-inverted_7jq8y {
143
143
  background-color: var(--color-light-bg-tertiary-inverted);
144
- } .bottom-sheet__background-quaternary_6ikry {
144
+ } .bottom-sheet__background-quaternary_7jq8y {
145
145
  background-color: var(--color-light-bg-quaternary);
146
- } .bottom-sheet__background-quaternary-inverted_6ikry {
146
+ } .bottom-sheet__background-quaternary-inverted_7jq8y {
147
147
  background-color: var(--color-light-bg-quaternary-inverted);
148
- } .bottom-sheet__background-specialbg-component_6ikry {
148
+ } .bottom-sheet__background-specialbg-component_7jq8y {
149
149
  background-color: var(--color-light-specialbg-component);
150
- } .bottom-sheet__background-specialbg-component-inverted_6ikry {
150
+ } .bottom-sheet__background-specialbg-component-inverted_7jq8y {
151
151
  background-color: var(--color-light-specialbg-component-inverted);
152
- } .bottom-sheet__background-specialbg-primary-grouped_6ikry {
152
+ } .bottom-sheet__background-specialbg-primary-grouped_7jq8y {
153
153
  background-color: var(--color-light-specialbg-primary-grouped);
154
- } .bottom-sheet__background-specialbg-secondary-grouped_6ikry {
154
+ } .bottom-sheet__background-specialbg-secondary-grouped_7jq8y {
155
155
  background-color: var(--color-light-specialbg-secondary-grouped);
156
- } .bottom-sheet__background-specialbg-tertiary-grouped_6ikry {
156
+ } .bottom-sheet__background-specialbg-tertiary-grouped_7jq8y {
157
157
  background-color: var(--color-light-specialbg-tertiary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-transparent_6ikry {
158
+ } .bottom-sheet__background-specialbg-secondary-transparent_7jq8y {
159
159
  background-color: var(--color-light-specialbg-secondary-transparent);
160
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_6ikry {
160
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_7jq8y {
161
161
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
162
- } .bottom-sheet__background-specialbg-tertiary-transparent_6ikry {
162
+ } .bottom-sheet__background-specialbg-tertiary-transparent_7jq8y {
163
163
  background-color: var(--color-light-specialbg-tertiary-transparent);
164
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ikry {
164
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_7jq8y {
165
165
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
166
166
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: rekti */
1
+ /* hash: 1n72d */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -45,20 +45,20 @@
45
45
  } :root {
46
46
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
47
47
  --bottom-sheet-out-transition: transform 0.3s ease;
48
- } .bottom-sheet__modal_6ikry {
48
+ } .bottom-sheet__modal_7jq8y {
49
49
  background-color: transparent;
50
50
  position: fixed;
51
51
  bottom: 0;
52
52
  width: 100%;
53
53
  max-width: 600px;
54
54
  pointer-events: none;
55
- } .bottom-sheet__wrapper_6ikry {
55
+ } .bottom-sheet__wrapper_7jq8y {
56
56
  transform: translateY(100%);
57
57
  overflow: hidden;
58
58
  pointer-events: none;
59
59
  border-top-right-radius: var(--border-radius-xl);
60
60
  border-top-left-radius: var(--border-radius-xl);
61
- } .bottom-sheet__component_6ikry {
61
+ } .bottom-sheet__component_7jq8y {
62
62
  overflow: hidden;
63
63
  position: relative;
64
64
  display: flex;
@@ -66,16 +66,16 @@
66
66
  border-radius: inherit;
67
67
  background-color: var(--color-light-bg-primary);
68
68
  pointer-events: all;
69
- } .bottom-sheet__withTransition_6ikry {
69
+ } .bottom-sheet__withTransition_7jq8y {
70
70
  transition: var(--bottom-sheet-out-transition);
71
- } .bottom-sheet__scrollableContainer_6ikry {
71
+ } .bottom-sheet__scrollableContainer_7jq8y {
72
72
  overflow: auto;
73
73
  display: flex;
74
74
  flex-direction: column;
75
75
  position: relative;
76
76
  height: 100%;
77
77
  background-color: inherit;
78
- } .bottom-sheet__marker_6ikry {
78
+ } .bottom-sheet__marker_7jq8y {
79
79
  position: fixed;
80
80
  top: var(--gap-2xs);
81
81
  left: 50%;
@@ -85,7 +85,7 @@
85
85
  transform: translateX(-50%);
86
86
  background-color: var(--color-light-graphic-quaternary);
87
87
  z-index: 1000;
88
- } .bottom-sheet__content_6ikry {
88
+ } .bottom-sheet__content_7jq8y {
89
89
  position: relative;
90
90
  z-index: 0;
91
91
  display: flex;
@@ -94,73 +94,73 @@
94
94
  padding: 0 var(--gap-m);
95
95
  color: var(--color-light-text-primary);
96
96
  background-color: inherit;
97
- } .bottom-sheet__noHeader_6ikry {
97
+ } .bottom-sheet__noHeader_7jq8y {
98
98
  padding-top: var(--gap-m);
99
- } .bottom-sheet__noFooter_6ikry {
99
+ } .bottom-sheet__noFooter_7jq8y {
100
100
  padding-bottom: var(--gap-m);
101
- } .bottom-sheet__scrollLocked_6ikry {
101
+ } .bottom-sheet__scrollLocked_7jq8y {
102
102
  overflow: hidden;
103
- } .bottom-sheet__hiddenScrollbar_6ikry {
103
+ } .bottom-sheet__hiddenScrollbar_7jq8y {
104
104
  scrollbar-width: none
105
- } .bottom-sheet__hiddenScrollbar_6ikry::-webkit-scrollbar {
105
+ } .bottom-sheet__hiddenScrollbar_7jq8y::-webkit-scrollbar {
106
106
  width: 0;
107
107
  height: 0;
108
- } .bottom-sheet__disabledPointerEvents_6ikry {
108
+ } .bottom-sheet__disabledPointerEvents_7jq8y {
109
109
  pointer-events: none;
110
- } .bottom-sheet__appear_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__enter_6ikry .bottom-sheet__wrapper_6ikry {
110
+ } .bottom-sheet__appear_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__enter_7jq8y .bottom-sheet__wrapper_7jq8y {
111
111
  transition: none;
112
- } .bottom-sheet__appearActive_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__enterActive_6ikry .bottom-sheet__wrapper_6ikry {
112
+ } .bottom-sheet__appearActive_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__enterActive_7jq8y .bottom-sheet__wrapper_7jq8y {
113
113
  transition: var(--bottom-sheet-in-transition);
114
114
  transform: translateY(0);
115
- } .bottom-sheet__enterDone_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__appearDone_6ikry .bottom-sheet__wrapper_6ikry {
115
+ } .bottom-sheet__enterDone_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__appearDone_7jq8y .bottom-sheet__wrapper_7jq8y {
116
116
  transform: translateY(0);
117
- } .bottom-sheet__exit_6ikry .bottom-sheet__wrapper_6ikry {
117
+ } .bottom-sheet__exit_7jq8y .bottom-sheet__wrapper_7jq8y {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exitActive_6ikry .bottom-sheet__wrapper_6ikry {
119
+ } .bottom-sheet__exitActive_7jq8y .bottom-sheet__wrapper_7jq8y {
120
120
  transition: var(--bottom-sheet-out-transition);
121
121
  transform: translateY(100%);
122
- } .bottom-sheet__background-accent_6ikry {
122
+ } .bottom-sheet__background-accent_7jq8y {
123
123
  background-color: var(--color-light-bg-accent);
124
- } .bottom-sheet__background-info_6ikry {
124
+ } .bottom-sheet__background-info_7jq8y {
125
125
  background-color: var(--color-light-bg-info);
126
- } .bottom-sheet__background-attention-muted_6ikry {
126
+ } .bottom-sheet__background-attention-muted_7jq8y {
127
127
  background-color: var(--color-light-bg-attention-muted);
128
- } .bottom-sheet__background-positive-muted_6ikry {
128
+ } .bottom-sheet__background-positive-muted_7jq8y {
129
129
  background-color: var(--color-light-bg-positive-muted);
130
- } .bottom-sheet__background-negative-muted_6ikry {
130
+ } .bottom-sheet__background-negative-muted_7jq8y {
131
131
  background-color: var(--color-light-bg-negative-muted);
132
- } .bottom-sheet__background-primary_6ikry {
132
+ } .bottom-sheet__background-primary_7jq8y {
133
133
  background-color: var(--color-light-bg-primary);
134
- } .bottom-sheet__background-primary-inverted_6ikry {
134
+ } .bottom-sheet__background-primary-inverted_7jq8y {
135
135
  background-color: var(--color-light-bg-primary-inverted);
136
- } .bottom-sheet__background-secondary_6ikry {
136
+ } .bottom-sheet__background-secondary_7jq8y {
137
137
  background-color: var(--color-light-bg-secondary);
138
- } .bottom-sheet__background-secondary-inverted_6ikry {
138
+ } .bottom-sheet__background-secondary-inverted_7jq8y {
139
139
  background-color: var(--color-light-bg-secondary-inverted);
140
- } .bottom-sheet__background-tertiary_6ikry {
140
+ } .bottom-sheet__background-tertiary_7jq8y {
141
141
  background-color: var(--color-light-bg-tertiary);
142
- } .bottom-sheet__background-tertiary-inverted_6ikry {
142
+ } .bottom-sheet__background-tertiary-inverted_7jq8y {
143
143
  background-color: var(--color-light-bg-tertiary-inverted);
144
- } .bottom-sheet__background-quaternary_6ikry {
144
+ } .bottom-sheet__background-quaternary_7jq8y {
145
145
  background-color: var(--color-light-bg-quaternary);
146
- } .bottom-sheet__background-quaternary-inverted_6ikry {
146
+ } .bottom-sheet__background-quaternary-inverted_7jq8y {
147
147
  background-color: var(--color-light-bg-quaternary-inverted);
148
- } .bottom-sheet__background-specialbg-component_6ikry {
148
+ } .bottom-sheet__background-specialbg-component_7jq8y {
149
149
  background-color: var(--color-light-specialbg-component);
150
- } .bottom-sheet__background-specialbg-component-inverted_6ikry {
150
+ } .bottom-sheet__background-specialbg-component-inverted_7jq8y {
151
151
  background-color: var(--color-light-specialbg-component-inverted);
152
- } .bottom-sheet__background-specialbg-primary-grouped_6ikry {
152
+ } .bottom-sheet__background-specialbg-primary-grouped_7jq8y {
153
153
  background-color: var(--color-light-specialbg-primary-grouped);
154
- } .bottom-sheet__background-specialbg-secondary-grouped_6ikry {
154
+ } .bottom-sheet__background-specialbg-secondary-grouped_7jq8y {
155
155
  background-color: var(--color-light-specialbg-secondary-grouped);
156
- } .bottom-sheet__background-specialbg-tertiary-grouped_6ikry {
156
+ } .bottom-sheet__background-specialbg-tertiary-grouped_7jq8y {
157
157
  background-color: var(--color-light-specialbg-tertiary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-transparent_6ikry {
158
+ } .bottom-sheet__background-specialbg-secondary-transparent_7jq8y {
159
159
  background-color: var(--color-light-specialbg-secondary-transparent);
160
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_6ikry {
160
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_7jq8y {
161
161
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
162
- } .bottom-sheet__background-specialbg-tertiary-transparent_6ikry {
162
+ } .bottom-sheet__background-specialbg-tertiary-transparent_7jq8y {
163
163
  background-color: var(--color-light-specialbg-tertiary-transparent);
164
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ikry {
164
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_7jq8y {
165
165
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
166
166
  }
@@ -18,7 +18,7 @@ const getDataTestId = (dataTestId, element) => {
18
18
 
19
19
  const isClient = () => typeof window !== 'undefined';
20
20
 
21
- const styles = {"modal":"bottom-sheet__modal_6ikry","wrapper":"bottom-sheet__wrapper_6ikry","component":"bottom-sheet__component_6ikry","withTransition":"bottom-sheet__withTransition_6ikry","scrollableContainer":"bottom-sheet__scrollableContainer_6ikry","marker":"bottom-sheet__marker_6ikry","content":"bottom-sheet__content_6ikry","noHeader":"bottom-sheet__noHeader_6ikry","noFooter":"bottom-sheet__noFooter_6ikry","scrollLocked":"bottom-sheet__scrollLocked_6ikry","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6ikry","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6ikry","appear":"bottom-sheet__appear_6ikry","enter":"bottom-sheet__enter_6ikry","appearActive":"bottom-sheet__appearActive_6ikry","enterActive":"bottom-sheet__enterActive_6ikry","enterDone":"bottom-sheet__enterDone_6ikry","appearDone":"bottom-sheet__appearDone_6ikry","exit":"bottom-sheet__exit_6ikry","exitActive":"bottom-sheet__exitActive_6ikry","background-accent":"bottom-sheet__background-accent_6ikry","background-info":"bottom-sheet__background-info_6ikry","background-attention-muted":"bottom-sheet__background-attention-muted_6ikry","background-positive-muted":"bottom-sheet__background-positive-muted_6ikry","background-negative-muted":"bottom-sheet__background-negative-muted_6ikry","background-primary":"bottom-sheet__background-primary_6ikry","background-primary-inverted":"bottom-sheet__background-primary-inverted_6ikry","background-secondary":"bottom-sheet__background-secondary_6ikry","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6ikry","background-tertiary":"bottom-sheet__background-tertiary_6ikry","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6ikry","background-quaternary":"bottom-sheet__background-quaternary_6ikry","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6ikry","background-specialbg-component":"bottom-sheet__background-specialbg-component_6ikry","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6ikry","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6ikry","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6ikry","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6ikry","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6ikry","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6ikry","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6ikry","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ikry"};
21
+ const styles = {"modal":"bottom-sheet__modal_7jq8y","wrapper":"bottom-sheet__wrapper_7jq8y","component":"bottom-sheet__component_7jq8y","withTransition":"bottom-sheet__withTransition_7jq8y","scrollableContainer":"bottom-sheet__scrollableContainer_7jq8y","marker":"bottom-sheet__marker_7jq8y","content":"bottom-sheet__content_7jq8y","noHeader":"bottom-sheet__noHeader_7jq8y","noFooter":"bottom-sheet__noFooter_7jq8y","scrollLocked":"bottom-sheet__scrollLocked_7jq8y","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_7jq8y","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_7jq8y","appear":"bottom-sheet__appear_7jq8y","enter":"bottom-sheet__enter_7jq8y","appearActive":"bottom-sheet__appearActive_7jq8y","enterActive":"bottom-sheet__enterActive_7jq8y","enterDone":"bottom-sheet__enterDone_7jq8y","appearDone":"bottom-sheet__appearDone_7jq8y","exit":"bottom-sheet__exit_7jq8y","exitActive":"bottom-sheet__exitActive_7jq8y","background-accent":"bottom-sheet__background-accent_7jq8y","background-info":"bottom-sheet__background-info_7jq8y","background-attention-muted":"bottom-sheet__background-attention-muted_7jq8y","background-positive-muted":"bottom-sheet__background-positive-muted_7jq8y","background-negative-muted":"bottom-sheet__background-negative-muted_7jq8y","background-primary":"bottom-sheet__background-primary_7jq8y","background-primary-inverted":"bottom-sheet__background-primary-inverted_7jq8y","background-secondary":"bottom-sheet__background-secondary_7jq8y","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_7jq8y","background-tertiary":"bottom-sheet__background-tertiary_7jq8y","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_7jq8y","background-quaternary":"bottom-sheet__background-quaternary_7jq8y","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_7jq8y","background-specialbg-component":"bottom-sheet__background-specialbg-component_7jq8y","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_7jq8y","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_7jq8y","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_7jq8y","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_7jq8y","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_7jq8y","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_7jq8y","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_7jq8y","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_7jq8y"};
22
22
  require('./index.css')
23
23
 
24
24
  const BottomSheet = forwardRef(({ open, title, container, backgroundColor, titleSize = 'default', subtitle, actionButton, contentClassName, containerClassName, containerProps, headerClassName, footerClassName, addonClassName, closerClassName, backerClassName, modalClassName, modalWrapperClassName, className, leftAddons, rightAddons, bottomAddons, hasCloser, hasBacker, titleAlign = 'left', trimTitle, stickyHeader, stickyFooter = true, initialHeight = 'default', hideOverlay, hideScrollbar, hideHeader, disableOverlayClick, disableBlockingScroll, children, zIndex, transitionProps = {}, magneticAreas: magneticAreasProp, initialActiveAreaIndex, dataTestId, swipeable = true, scrollLocked: scrollLockedProp, backdropProps, scrollableContainerRef = () => null, bottomSheetInstanceRef, sheetContainerRef = () => null, onClose, onBack, onMagnetize, }, ref) => {
@@ -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-sheet__footer_w482m","sticky":"bottom-sheet__sticky_w482m","highlighted":"bottom-sheet__highlighted_w482m","background-accent":"bottom-sheet__background-accent_w482m","background-info":"bottom-sheet__background-info_w482m","background-attention-muted":"bottom-sheet__background-attention-muted_w482m","background-positive-muted":"bottom-sheet__background-positive-muted_w482m","background-negative-muted":"bottom-sheet__background-negative-muted_w482m","background-primary":"bottom-sheet__background-primary_w482m","background-primary-inverted":"bottom-sheet__background-primary-inverted_w482m","background-secondary":"bottom-sheet__background-secondary_w482m","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_w482m","background-tertiary":"bottom-sheet__background-tertiary_w482m","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_w482m","background-quaternary":"bottom-sheet__background-quaternary_w482m","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_w482m","background-specialbg-component":"bottom-sheet__background-specialbg-component_w482m","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_w482m","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_w482m","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_w482m","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_w482m","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_w482m","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_w482m","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_w482m","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_w482m"};
5
+ const styles = {"footer":"bottom-sheet__footer_156iw","sticky":"bottom-sheet__sticky_156iw","highlighted":"bottom-sheet__highlighted_156iw","background-accent":"bottom-sheet__background-accent_156iw","background-info":"bottom-sheet__background-info_156iw","background-attention-muted":"bottom-sheet__background-attention-muted_156iw","background-positive-muted":"bottom-sheet__background-positive-muted_156iw","background-negative-muted":"bottom-sheet__background-negative-muted_156iw","background-primary":"bottom-sheet__background-primary_156iw","background-primary-inverted":"bottom-sheet__background-primary-inverted_156iw","background-secondary":"bottom-sheet__background-secondary_156iw","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_156iw","background-tertiary":"bottom-sheet__background-tertiary_156iw","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_156iw","background-quaternary":"bottom-sheet__background-quaternary_156iw","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_156iw","background-specialbg-component":"bottom-sheet__background-specialbg-component_156iw","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_156iw","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_156iw","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_156iw","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_156iw","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_156iw","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_156iw","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_156iw","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_156iw"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ children, className, sticky }) => {
@@ -1,4 +1,4 @@
1
- /* hash: xwbh9 */
1
+ /* hash: 13uyg */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -41,58 +41,58 @@
41
41
  } :root {
42
42
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-secondary);
43
43
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
44
- } .bottom-sheet__footer_w482m {
44
+ } .bottom-sheet__footer_156iw {
45
45
  padding: var(--gap-m) var(--gap-m);
46
46
  background-color: var(--color-light-bg-primary);
47
- } .bottom-sheet__sticky_w482m {
47
+ } .bottom-sheet__sticky_156iw {
48
48
  position: sticky;
49
49
  bottom: 0;
50
50
  z-index: 1;
51
- } .bottom-sheet__highlighted_w482m {
51
+ } .bottom-sheet__highlighted_156iw {
52
52
  border-top: var(--bottom-sheet-footer-border-top);
53
53
  background-color: var(--bottom-sheet-footer-background-color);
54
- } .bottom-sheet__background-accent_w482m {
54
+ } .bottom-sheet__background-accent_156iw {
55
55
  background-color: var(--color-light-bg-accent);
56
- } .bottom-sheet__background-info_w482m {
56
+ } .bottom-sheet__background-info_156iw {
57
57
  background-color: var(--color-light-bg-info);
58
- } .bottom-sheet__background-attention-muted_w482m {
58
+ } .bottom-sheet__background-attention-muted_156iw {
59
59
  background-color: var(--color-light-bg-attention-muted);
60
- } .bottom-sheet__background-positive-muted_w482m {
60
+ } .bottom-sheet__background-positive-muted_156iw {
61
61
  background-color: var(--color-light-bg-positive-muted);
62
- } .bottom-sheet__background-negative-muted_w482m {
62
+ } .bottom-sheet__background-negative-muted_156iw {
63
63
  background-color: var(--color-light-bg-negative-muted);
64
- } .bottom-sheet__background-primary_w482m {
64
+ } .bottom-sheet__background-primary_156iw {
65
65
  background-color: var(--color-light-bg-primary);
66
- } .bottom-sheet__background-primary-inverted_w482m {
66
+ } .bottom-sheet__background-primary-inverted_156iw {
67
67
  background-color: var(--color-light-bg-primary-inverted);
68
- } .bottom-sheet__background-secondary_w482m {
68
+ } .bottom-sheet__background-secondary_156iw {
69
69
  background-color: var(--color-light-bg-secondary);
70
- } .bottom-sheet__background-secondary-inverted_w482m {
70
+ } .bottom-sheet__background-secondary-inverted_156iw {
71
71
  background-color: var(--color-light-bg-secondary-inverted);
72
- } .bottom-sheet__background-tertiary_w482m {
72
+ } .bottom-sheet__background-tertiary_156iw {
73
73
  background-color: var(--color-light-bg-tertiary);
74
- } .bottom-sheet__background-tertiary-inverted_w482m {
74
+ } .bottom-sheet__background-tertiary-inverted_156iw {
75
75
  background-color: var(--color-light-bg-tertiary-inverted);
76
- } .bottom-sheet__background-quaternary_w482m {
76
+ } .bottom-sheet__background-quaternary_156iw {
77
77
  background-color: var(--color-light-bg-quaternary);
78
- } .bottom-sheet__background-quaternary-inverted_w482m {
78
+ } .bottom-sheet__background-quaternary-inverted_156iw {
79
79
  background-color: var(--color-light-bg-quaternary-inverted);
80
- } .bottom-sheet__background-specialbg-component_w482m {
80
+ } .bottom-sheet__background-specialbg-component_156iw {
81
81
  background-color: var(--color-light-specialbg-component);
82
- } .bottom-sheet__background-specialbg-component-inverted_w482m {
82
+ } .bottom-sheet__background-specialbg-component-inverted_156iw {
83
83
  background-color: var(--color-light-specialbg-component-inverted);
84
- } .bottom-sheet__background-specialbg-primary-grouped_w482m {
84
+ } .bottom-sheet__background-specialbg-primary-grouped_156iw {
85
85
  background-color: var(--color-light-specialbg-primary-grouped);
86
- } .bottom-sheet__background-specialbg-secondary-grouped_w482m {
86
+ } .bottom-sheet__background-specialbg-secondary-grouped_156iw {
87
87
  background-color: var(--color-light-specialbg-secondary-grouped);
88
- } .bottom-sheet__background-specialbg-tertiary-grouped_w482m {
88
+ } .bottom-sheet__background-specialbg-tertiary-grouped_156iw {
89
89
  background-color: var(--color-light-specialbg-tertiary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-transparent_w482m {
90
+ } .bottom-sheet__background-specialbg-secondary-transparent_156iw {
91
91
  background-color: var(--color-light-specialbg-secondary-transparent);
92
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_w482m {
92
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_156iw {
93
93
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
94
- } .bottom-sheet__background-specialbg-tertiary-transparent_w482m {
94
+ } .bottom-sheet__background-specialbg-tertiary-transparent_156iw {
95
95
  background-color: var(--color-light-specialbg-tertiary-transparent);
96
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_w482m {
96
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_156iw {
97
97
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
98
98
  }
@@ -4,7 +4,7 @@ import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
4
4
  import { NavigationBar } from '@alfalab/core-components-navigation-bar/modern';
5
5
  import { HEADER_OFFSET } from '../../utils.js';
6
6
 
7
- const styles = {"headerWrapper":"bottom-sheet__headerWrapper_tel2m","hasContent":"bottom-sheet__hasContent_tel2m","header":"bottom-sheet__header_tel2m","sticky":"bottom-sheet__sticky_tel2m","highlighted":"bottom-sheet__highlighted_tel2m","justifyEnd":"bottom-sheet__justifyEnd_tel2m","addon":"bottom-sheet__addon_tel2m","addonFixed":"bottom-sheet__addonFixed_tel2m","title":"bottom-sheet__title_tel2m","titleCenter":"bottom-sheet__titleCenter_tel2m","titleLeft":"bottom-sheet__titleLeft_tel2m","trimTitle":"bottom-sheet__trimTitle_tel2m"};
7
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_1xspb","hasContent":"bottom-sheet__hasContent_1xspb","header":"bottom-sheet__header_1xspb","sticky":"bottom-sheet__sticky_1xspb","highlighted":"bottom-sheet__highlighted_1xspb","justifyEnd":"bottom-sheet__justifyEnd_1xspb","addon":"bottom-sheet__addon_1xspb","addonFixed":"bottom-sheet__addonFixed_1xspb","title":"bottom-sheet__title_1xspb","titleCenter":"bottom-sheet__titleCenter_1xspb","titleLeft":"bottom-sheet__titleLeft_1xspb","trimTitle":"bottom-sheet__trimTitle_1xspb"};
8
8
  require('./index.css')
9
9
 
10
10
  const Header = ({ className, sticky, headerRef, title, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: gnzfi */
1
+ /* hash: 6qb4a */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-secondary: #e9e9eb; /* 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 */
@@ -27,42 +27,42 @@
27
27
  --bottom-sheet-title-font-weight: 700;
28
28
  --bottom-sheet-title-line-height: 24px;
29
29
  --bottom-sheet-title-font-family: var(--font-family-system);
30
- } .bottom-sheet__headerWrapper_tel2m {
30
+ } .bottom-sheet__headerWrapper_1xspb {
31
31
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
32
32
  border-top-right-radius: var(--border-radius-xl);
33
33
  border-top-left-radius: var(--border-radius-xl);
34
34
  z-index: 1;
35
- } .bottom-sheet__hasContent_tel2m {
35
+ } .bottom-sheet__hasContent_1xspb {
36
36
  background-color: inherit;
37
- } .bottom-sheet__header_tel2m {
37
+ } .bottom-sheet__header_1xspb {
38
38
  display: flex;
39
- } .bottom-sheet__sticky_tel2m {
39
+ } .bottom-sheet__sticky_1xspb {
40
40
  position: sticky;
41
41
  top: 0;
42
- } .bottom-sheet__highlighted_tel2m {
42
+ } .bottom-sheet__highlighted_1xspb {
43
43
  border-bottom: var(--bottom-sheet-header-border-bottom);
44
- } .bottom-sheet__justifyEnd_tel2m {
44
+ } .bottom-sheet__justifyEnd_1xspb {
45
45
  justify-content: flex-end;
46
- } .bottom-sheet__addon_tel2m {
46
+ } .bottom-sheet__addon_1xspb {
47
47
  display: flex;
48
48
  justify-content: center;
49
49
  align-items: center;
50
50
  min-width: 48px;
51
51
  height: 48px;
52
- } .bottom-sheet__addonFixed_tel2m {
52
+ } .bottom-sheet__addonFixed_1xspb {
53
53
  position: fixed;
54
- } .bottom-sheet__title_tel2m {
54
+ } .bottom-sheet__title_1xspb {
55
55
  padding: var(--gap-s) var(--gap-xs);
56
56
  width: 100%;
57
57
  font-size: var(--bottom-sheet-title-font-size);
58
58
  font-weight: var(--bottom-sheet-title-font-weight);
59
59
  line-height: var(--bottom-sheet-title-line-height);
60
60
  font-family: var(--bottom-sheet-title-font-family);
61
- } .bottom-sheet__titleCenter_tel2m {
61
+ } .bottom-sheet__titleCenter_1xspb {
62
62
  text-align: center;
63
- } .bottom-sheet__titleLeft_tel2m {
63
+ } .bottom-sheet__titleLeft_1xspb {
64
64
  text-align: left;
65
- } .bottom-sheet__trimTitle_tel2m {
65
+ } .bottom-sheet__trimTitle_1xspb {
66
66
  white-space: nowrap;
67
67
  overflow: hidden;
68
68
  text-overflow: ellipsis;
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: rekti */
1
+ /* hash: 1n72d */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -45,20 +45,20 @@
45
45
  } :root {
46
46
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
47
47
  --bottom-sheet-out-transition: transform 0.3s ease;
48
- } .bottom-sheet__modal_6ikry {
48
+ } .bottom-sheet__modal_7jq8y {
49
49
  background-color: transparent;
50
50
  position: fixed;
51
51
  bottom: 0;
52
52
  width: 100%;
53
53
  max-width: 600px;
54
54
  pointer-events: none;
55
- } .bottom-sheet__wrapper_6ikry {
55
+ } .bottom-sheet__wrapper_7jq8y {
56
56
  transform: translateY(100%);
57
57
  overflow: hidden;
58
58
  pointer-events: none;
59
59
  border-top-right-radius: var(--border-radius-xl);
60
60
  border-top-left-radius: var(--border-radius-xl);
61
- } .bottom-sheet__component_6ikry {
61
+ } .bottom-sheet__component_7jq8y {
62
62
  overflow: hidden;
63
63
  position: relative;
64
64
  display: flex;
@@ -66,16 +66,16 @@
66
66
  border-radius: inherit;
67
67
  background-color: var(--color-light-bg-primary);
68
68
  pointer-events: all;
69
- } .bottom-sheet__withTransition_6ikry {
69
+ } .bottom-sheet__withTransition_7jq8y {
70
70
  transition: var(--bottom-sheet-out-transition);
71
- } .bottom-sheet__scrollableContainer_6ikry {
71
+ } .bottom-sheet__scrollableContainer_7jq8y {
72
72
  overflow: auto;
73
73
  display: flex;
74
74
  flex-direction: column;
75
75
  position: relative;
76
76
  height: 100%;
77
77
  background-color: inherit;
78
- } .bottom-sheet__marker_6ikry {
78
+ } .bottom-sheet__marker_7jq8y {
79
79
  position: fixed;
80
80
  top: var(--gap-2xs);
81
81
  left: 50%;
@@ -85,7 +85,7 @@
85
85
  transform: translateX(-50%);
86
86
  background-color: var(--color-light-graphic-quaternary);
87
87
  z-index: 1000;
88
- } .bottom-sheet__content_6ikry {
88
+ } .bottom-sheet__content_7jq8y {
89
89
  position: relative;
90
90
  z-index: 0;
91
91
  display: flex;
@@ -94,73 +94,73 @@
94
94
  padding: 0 var(--gap-m);
95
95
  color: var(--color-light-text-primary);
96
96
  background-color: inherit;
97
- } .bottom-sheet__noHeader_6ikry {
97
+ } .bottom-sheet__noHeader_7jq8y {
98
98
  padding-top: var(--gap-m);
99
- } .bottom-sheet__noFooter_6ikry {
99
+ } .bottom-sheet__noFooter_7jq8y {
100
100
  padding-bottom: var(--gap-m);
101
- } .bottom-sheet__scrollLocked_6ikry {
101
+ } .bottom-sheet__scrollLocked_7jq8y {
102
102
  overflow: hidden;
103
- } .bottom-sheet__hiddenScrollbar_6ikry {
103
+ } .bottom-sheet__hiddenScrollbar_7jq8y {
104
104
  scrollbar-width: none
105
- } .bottom-sheet__hiddenScrollbar_6ikry::-webkit-scrollbar {
105
+ } .bottom-sheet__hiddenScrollbar_7jq8y::-webkit-scrollbar {
106
106
  width: 0;
107
107
  height: 0;
108
- } .bottom-sheet__disabledPointerEvents_6ikry {
108
+ } .bottom-sheet__disabledPointerEvents_7jq8y {
109
109
  pointer-events: none;
110
- } .bottom-sheet__appear_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__enter_6ikry .bottom-sheet__wrapper_6ikry {
110
+ } .bottom-sheet__appear_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__enter_7jq8y .bottom-sheet__wrapper_7jq8y {
111
111
  transition: none;
112
- } .bottom-sheet__appearActive_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__enterActive_6ikry .bottom-sheet__wrapper_6ikry {
112
+ } .bottom-sheet__appearActive_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__enterActive_7jq8y .bottom-sheet__wrapper_7jq8y {
113
113
  transition: var(--bottom-sheet-in-transition);
114
114
  transform: translateY(0);
115
- } .bottom-sheet__enterDone_6ikry .bottom-sheet__wrapper_6ikry, .bottom-sheet__appearDone_6ikry .bottom-sheet__wrapper_6ikry {
115
+ } .bottom-sheet__enterDone_7jq8y .bottom-sheet__wrapper_7jq8y, .bottom-sheet__appearDone_7jq8y .bottom-sheet__wrapper_7jq8y {
116
116
  transform: translateY(0);
117
- } .bottom-sheet__exit_6ikry .bottom-sheet__wrapper_6ikry {
117
+ } .bottom-sheet__exit_7jq8y .bottom-sheet__wrapper_7jq8y {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exitActive_6ikry .bottom-sheet__wrapper_6ikry {
119
+ } .bottom-sheet__exitActive_7jq8y .bottom-sheet__wrapper_7jq8y {
120
120
  transition: var(--bottom-sheet-out-transition);
121
121
  transform: translateY(100%);
122
- } .bottom-sheet__background-accent_6ikry {
122
+ } .bottom-sheet__background-accent_7jq8y {
123
123
  background-color: var(--color-light-bg-accent);
124
- } .bottom-sheet__background-info_6ikry {
124
+ } .bottom-sheet__background-info_7jq8y {
125
125
  background-color: var(--color-light-bg-info);
126
- } .bottom-sheet__background-attention-muted_6ikry {
126
+ } .bottom-sheet__background-attention-muted_7jq8y {
127
127
  background-color: var(--color-light-bg-attention-muted);
128
- } .bottom-sheet__background-positive-muted_6ikry {
128
+ } .bottom-sheet__background-positive-muted_7jq8y {
129
129
  background-color: var(--color-light-bg-positive-muted);
130
- } .bottom-sheet__background-negative-muted_6ikry {
130
+ } .bottom-sheet__background-negative-muted_7jq8y {
131
131
  background-color: var(--color-light-bg-negative-muted);
132
- } .bottom-sheet__background-primary_6ikry {
132
+ } .bottom-sheet__background-primary_7jq8y {
133
133
  background-color: var(--color-light-bg-primary);
134
- } .bottom-sheet__background-primary-inverted_6ikry {
134
+ } .bottom-sheet__background-primary-inverted_7jq8y {
135
135
  background-color: var(--color-light-bg-primary-inverted);
136
- } .bottom-sheet__background-secondary_6ikry {
136
+ } .bottom-sheet__background-secondary_7jq8y {
137
137
  background-color: var(--color-light-bg-secondary);
138
- } .bottom-sheet__background-secondary-inverted_6ikry {
138
+ } .bottom-sheet__background-secondary-inverted_7jq8y {
139
139
  background-color: var(--color-light-bg-secondary-inverted);
140
- } .bottom-sheet__background-tertiary_6ikry {
140
+ } .bottom-sheet__background-tertiary_7jq8y {
141
141
  background-color: var(--color-light-bg-tertiary);
142
- } .bottom-sheet__background-tertiary-inverted_6ikry {
142
+ } .bottom-sheet__background-tertiary-inverted_7jq8y {
143
143
  background-color: var(--color-light-bg-tertiary-inverted);
144
- } .bottom-sheet__background-quaternary_6ikry {
144
+ } .bottom-sheet__background-quaternary_7jq8y {
145
145
  background-color: var(--color-light-bg-quaternary);
146
- } .bottom-sheet__background-quaternary-inverted_6ikry {
146
+ } .bottom-sheet__background-quaternary-inverted_7jq8y {
147
147
  background-color: var(--color-light-bg-quaternary-inverted);
148
- } .bottom-sheet__background-specialbg-component_6ikry {
148
+ } .bottom-sheet__background-specialbg-component_7jq8y {
149
149
  background-color: var(--color-light-specialbg-component);
150
- } .bottom-sheet__background-specialbg-component-inverted_6ikry {
150
+ } .bottom-sheet__background-specialbg-component-inverted_7jq8y {
151
151
  background-color: var(--color-light-specialbg-component-inverted);
152
- } .bottom-sheet__background-specialbg-primary-grouped_6ikry {
152
+ } .bottom-sheet__background-specialbg-primary-grouped_7jq8y {
153
153
  background-color: var(--color-light-specialbg-primary-grouped);
154
- } .bottom-sheet__background-specialbg-secondary-grouped_6ikry {
154
+ } .bottom-sheet__background-specialbg-secondary-grouped_7jq8y {
155
155
  background-color: var(--color-light-specialbg-secondary-grouped);
156
- } .bottom-sheet__background-specialbg-tertiary-grouped_6ikry {
156
+ } .bottom-sheet__background-specialbg-tertiary-grouped_7jq8y {
157
157
  background-color: var(--color-light-specialbg-tertiary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-transparent_6ikry {
158
+ } .bottom-sheet__background-specialbg-secondary-transparent_7jq8y {
159
159
  background-color: var(--color-light-specialbg-secondary-transparent);
160
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_6ikry {
160
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_7jq8y {
161
161
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
162
- } .bottom-sheet__background-specialbg-tertiary-transparent_6ikry {
162
+ } .bottom-sheet__background-specialbg-tertiary-transparent_7jq8y {
163
163
  background-color: var(--color-light-specialbg-tertiary-transparent);
164
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ikry {
164
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_7jq8y {
165
165
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
166
166
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-bottom-sheet",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Bottom sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "@alfalab/core-components-base-modal": "^5.1.3",
23
23
  "@alfalab/core-components-icon-button": "^6.0.9",
24
24
  "@alfalab/core-components-typography": "^3.2.1",
25
- "@alfalab/core-components-navigation-bar": "^0.2.0",
25
+ "@alfalab/core-components-navigation-bar": "^0.3.0",
26
26
  "classnames": "^2.3.1",
27
27
  "react-div-100vh": "^0.7.0",
28
28
  "react-merge-refs": "^1.1.0",