@alfalab/core-components-bottom-sheet 6.3.0 → 6.4.0

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
@@ -27,7 +27,7 @@ var getDataTestId = function (dataTestId, element) {
27
27
  return dataTestId ? "".concat(dataTestId).concat(elementPart) : undefined;
28
28
  };
29
29
 
30
- var styles = {"modal":"bottom-sheet__modal_rq08n","wrapper":"bottom-sheet__wrapper_rq08n","component":"bottom-sheet__component_rq08n","withTransition":"bottom-sheet__withTransition_rq08n","scrollableContainer":"bottom-sheet__scrollableContainer_rq08n","marker":"bottom-sheet__marker_rq08n","content":"bottom-sheet__content_rq08n","noHeader":"bottom-sheet__noHeader_rq08n","noFooter":"bottom-sheet__noFooter_rq08n","scrollLocked":"bottom-sheet__scrollLocked_rq08n","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_rq08n","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_rq08n","appear":"bottom-sheet__appear_rq08n","enter":"bottom-sheet__enter_rq08n","appearActive":"bottom-sheet__appearActive_rq08n","enterActive":"bottom-sheet__enterActive_rq08n","enterDone":"bottom-sheet__enterDone_rq08n","appearDone":"bottom-sheet__appearDone_rq08n","exit":"bottom-sheet__exit_rq08n","exitActive":"bottom-sheet__exitActive_rq08n","background-accent":"bottom-sheet__background-accent_rq08n","background-info":"bottom-sheet__background-info_rq08n","background-attention-muted":"bottom-sheet__background-attention-muted_rq08n","background-positive-muted":"bottom-sheet__background-positive-muted_rq08n","background-negative-muted":"bottom-sheet__background-negative-muted_rq08n","background-primary":"bottom-sheet__background-primary_rq08n","background-primary-inverted":"bottom-sheet__background-primary-inverted_rq08n","background-secondary":"bottom-sheet__background-secondary_rq08n","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_rq08n","background-tertiary":"bottom-sheet__background-tertiary_rq08n","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_rq08n","background-quaternary":"bottom-sheet__background-quaternary_rq08n","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_rq08n","background-specialbg-component":"bottom-sheet__background-specialbg-component_rq08n","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_rq08n","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_rq08n","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_rq08n","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_rq08n","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_rq08n","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_rq08n","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_rq08n","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_rq08n"};
30
+ var styles = {"modal":"bottom-sheet__modal_1pjhk","wrapper":"bottom-sheet__wrapper_1pjhk","component":"bottom-sheet__component_1pjhk","withTransition":"bottom-sheet__withTransition_1pjhk","scrollableContainer":"bottom-sheet__scrollableContainer_1pjhk","marker":"bottom-sheet__marker_1pjhk","content":"bottom-sheet__content_1pjhk","noHeader":"bottom-sheet__noHeader_1pjhk","noFooter":"bottom-sheet__noFooter_1pjhk","scrollLocked":"bottom-sheet__scrollLocked_1pjhk","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1pjhk","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1pjhk","appear":"bottom-sheet__appear_1pjhk","enter":"bottom-sheet__enter_1pjhk","appearActive":"bottom-sheet__appearActive_1pjhk","enterActive":"bottom-sheet__enterActive_1pjhk","enterDone":"bottom-sheet__enterDone_1pjhk","appearDone":"bottom-sheet__appearDone_1pjhk","exit":"bottom-sheet__exit_1pjhk","exitActive":"bottom-sheet__exitActive_1pjhk","background-accent":"bottom-sheet__background-accent_1pjhk","background-info":"bottom-sheet__background-info_1pjhk","background-attention-muted":"bottom-sheet__background-attention-muted_1pjhk","background-positive-muted":"bottom-sheet__background-positive-muted_1pjhk","background-negative-muted":"bottom-sheet__background-negative-muted_1pjhk","background-primary":"bottom-sheet__background-primary_1pjhk","background-primary-inverted":"bottom-sheet__background-primary-inverted_1pjhk","background-secondary":"bottom-sheet__background-secondary_1pjhk","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1pjhk","background-tertiary":"bottom-sheet__background-tertiary_1pjhk","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1pjhk","background-quaternary":"bottom-sheet__background-quaternary_1pjhk","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1pjhk","background-specialbg-component":"bottom-sheet__background-specialbg-component_1pjhk","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1pjhk","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1pjhk","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1pjhk","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1pjhk","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1pjhk","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1pjhk","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1pjhk","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1pjhk"};
31
31
  require('./index.css')
32
32
 
33
33
  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_15bq4","sticky":"bottom-sheet__sticky_15bq4","highlighted":"bottom-sheet__highlighted_15bq4","background-accent":"bottom-sheet__background-accent_15bq4","background-info":"bottom-sheet__background-info_15bq4","background-attention-muted":"bottom-sheet__background-attention-muted_15bq4","background-positive-muted":"bottom-sheet__background-positive-muted_15bq4","background-negative-muted":"bottom-sheet__background-negative-muted_15bq4","background-primary":"bottom-sheet__background-primary_15bq4","background-primary-inverted":"bottom-sheet__background-primary-inverted_15bq4","background-secondary":"bottom-sheet__background-secondary_15bq4","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_15bq4","background-tertiary":"bottom-sheet__background-tertiary_15bq4","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_15bq4","background-quaternary":"bottom-sheet__background-quaternary_15bq4","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_15bq4","background-specialbg-component":"bottom-sheet__background-specialbg-component_15bq4","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_15bq4","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_15bq4","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_15bq4","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_15bq4","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_15bq4","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_15bq4","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_15bq4","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_15bq4"};
14
+ var styles = {"footer":"bottom-sheet__footer_156xb","sticky":"bottom-sheet__sticky_156xb","highlighted":"bottom-sheet__highlighted_156xb","background-accent":"bottom-sheet__background-accent_156xb","background-info":"bottom-sheet__background-info_156xb","background-attention-muted":"bottom-sheet__background-attention-muted_156xb","background-positive-muted":"bottom-sheet__background-positive-muted_156xb","background-negative-muted":"bottom-sheet__background-negative-muted_156xb","background-primary":"bottom-sheet__background-primary_156xb","background-primary-inverted":"bottom-sheet__background-primary-inverted_156xb","background-secondary":"bottom-sheet__background-secondary_156xb","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_156xb","background-tertiary":"bottom-sheet__background-tertiary_156xb","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_156xb","background-quaternary":"bottom-sheet__background-quaternary_156xb","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_156xb","background-specialbg-component":"bottom-sheet__background-specialbg-component_156xb","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_156xb","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_156xb","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_156xb","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_156xb","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_156xb","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_156xb","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_156xb","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_156xb"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 65qdg */
1
+ /* hash: e03di */
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_15bq4 {
44
+ } .bottom-sheet__footer_156xb {
45
45
  padding: var(--gap-m) var(--gap-m);
46
46
  background-color: var(--color-light-bg-primary);
47
- } .bottom-sheet__sticky_15bq4 {
47
+ } .bottom-sheet__sticky_156xb {
48
48
  position: sticky;
49
49
  bottom: 0;
50
50
  z-index: 1;
51
- } .bottom-sheet__highlighted_15bq4 {
51
+ } .bottom-sheet__highlighted_156xb {
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_15bq4 {
54
+ } .bottom-sheet__background-accent_156xb {
55
55
  background-color: var(--color-light-bg-accent);
56
- } .bottom-sheet__background-info_15bq4 {
56
+ } .bottom-sheet__background-info_156xb {
57
57
  background-color: var(--color-light-bg-info);
58
- } .bottom-sheet__background-attention-muted_15bq4 {
58
+ } .bottom-sheet__background-attention-muted_156xb {
59
59
  background-color: var(--color-light-bg-attention-muted);
60
- } .bottom-sheet__background-positive-muted_15bq4 {
60
+ } .bottom-sheet__background-positive-muted_156xb {
61
61
  background-color: var(--color-light-bg-positive-muted);
62
- } .bottom-sheet__background-negative-muted_15bq4 {
62
+ } .bottom-sheet__background-negative-muted_156xb {
63
63
  background-color: var(--color-light-bg-negative-muted);
64
- } .bottom-sheet__background-primary_15bq4 {
64
+ } .bottom-sheet__background-primary_156xb {
65
65
  background-color: var(--color-light-bg-primary);
66
- } .bottom-sheet__background-primary-inverted_15bq4 {
66
+ } .bottom-sheet__background-primary-inverted_156xb {
67
67
  background-color: var(--color-light-bg-primary-inverted);
68
- } .bottom-sheet__background-secondary_15bq4 {
68
+ } .bottom-sheet__background-secondary_156xb {
69
69
  background-color: var(--color-light-bg-secondary);
70
- } .bottom-sheet__background-secondary-inverted_15bq4 {
70
+ } .bottom-sheet__background-secondary-inverted_156xb {
71
71
  background-color: var(--color-light-bg-secondary-inverted);
72
- } .bottom-sheet__background-tertiary_15bq4 {
72
+ } .bottom-sheet__background-tertiary_156xb {
73
73
  background-color: var(--color-light-bg-tertiary);
74
- } .bottom-sheet__background-tertiary-inverted_15bq4 {
74
+ } .bottom-sheet__background-tertiary-inverted_156xb {
75
75
  background-color: var(--color-light-bg-tertiary-inverted);
76
- } .bottom-sheet__background-quaternary_15bq4 {
76
+ } .bottom-sheet__background-quaternary_156xb {
77
77
  background-color: var(--color-light-bg-quaternary);
78
- } .bottom-sheet__background-quaternary-inverted_15bq4 {
78
+ } .bottom-sheet__background-quaternary-inverted_156xb {
79
79
  background-color: var(--color-light-bg-quaternary-inverted);
80
- } .bottom-sheet__background-specialbg-component_15bq4 {
80
+ } .bottom-sheet__background-specialbg-component_156xb {
81
81
  background-color: var(--color-light-specialbg-component);
82
- } .bottom-sheet__background-specialbg-component-inverted_15bq4 {
82
+ } .bottom-sheet__background-specialbg-component-inverted_156xb {
83
83
  background-color: var(--color-light-specialbg-component-inverted);
84
- } .bottom-sheet__background-specialbg-primary-grouped_15bq4 {
84
+ } .bottom-sheet__background-specialbg-primary-grouped_156xb {
85
85
  background-color: var(--color-light-specialbg-primary-grouped);
86
- } .bottom-sheet__background-specialbg-secondary-grouped_15bq4 {
86
+ } .bottom-sheet__background-specialbg-secondary-grouped_156xb {
87
87
  background-color: var(--color-light-specialbg-secondary-grouped);
88
- } .bottom-sheet__background-specialbg-tertiary-grouped_15bq4 {
88
+ } .bottom-sheet__background-specialbg-tertiary-grouped_156xb {
89
89
  background-color: var(--color-light-specialbg-tertiary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-transparent_15bq4 {
90
+ } .bottom-sheet__background-specialbg-secondary-transparent_156xb {
91
91
  background-color: var(--color-light-specialbg-secondary-transparent);
92
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_15bq4 {
92
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_156xb {
93
93
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
94
- } .bottom-sheet__background-specialbg-tertiary-transparent_15bq4 {
94
+ } .bottom-sheet__background-specialbg-tertiary-transparent_156xb {
95
95
  background-color: var(--color-light-specialbg-tertiary-transparent);
96
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_15bq4 {
96
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_156xb {
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_19e30","hasContent":"bottom-sheet__hasContent_19e30","header":"bottom-sheet__header_19e30","sticky":"bottom-sheet__sticky_19e30","highlighted":"bottom-sheet__highlighted_19e30","justifyEnd":"bottom-sheet__justifyEnd_19e30","addon":"bottom-sheet__addon_19e30","addonFixed":"bottom-sheet__addonFixed_19e30","title":"bottom-sheet__title_19e30","titleCenter":"bottom-sheet__titleCenter_19e30","titleLeft":"bottom-sheet__titleLeft_19e30","trimTitle":"bottom-sheet__trimTitle_19e30"};
17
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_desbc","hasContent":"bottom-sheet__hasContent_desbc","header":"bottom-sheet__header_desbc","sticky":"bottom-sheet__sticky_desbc","highlighted":"bottom-sheet__highlighted_desbc","justifyEnd":"bottom-sheet__justifyEnd_desbc","addon":"bottom-sheet__addon_desbc","addonFixed":"bottom-sheet__addonFixed_desbc","title":"bottom-sheet__title_desbc","titleCenter":"bottom-sheet__titleCenter_desbc","titleLeft":"bottom-sheet__titleLeft_desbc","trimTitle":"bottom-sheet__trimTitle_desbc"};
18
18
  require('./index.css')
19
19
 
20
20
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: pd1lf */
1
+ /* hash: 10k7j */
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_19e30 {
30
+ } .bottom-sheet__headerWrapper_desbc {
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_19e30 {
35
+ } .bottom-sheet__hasContent_desbc {
36
36
  background-color: inherit;
37
- } .bottom-sheet__header_19e30 {
37
+ } .bottom-sheet__header_desbc {
38
38
  display: flex;
39
- } .bottom-sheet__sticky_19e30 {
39
+ } .bottom-sheet__sticky_desbc {
40
40
  position: sticky;
41
41
  top: 0;
42
- } .bottom-sheet__highlighted_19e30 {
42
+ } .bottom-sheet__highlighted_desbc {
43
43
  border-bottom: var(--bottom-sheet-header-border-bottom);
44
- } .bottom-sheet__justifyEnd_19e30 {
44
+ } .bottom-sheet__justifyEnd_desbc {
45
45
  justify-content: flex-end;
46
- } .bottom-sheet__addon_19e30 {
46
+ } .bottom-sheet__addon_desbc {
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_19e30 {
52
+ } .bottom-sheet__addonFixed_desbc {
53
53
  position: fixed;
54
- } .bottom-sheet__title_19e30 {
54
+ } .bottom-sheet__title_desbc {
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_19e30 {
61
+ } .bottom-sheet__titleCenter_desbc {
62
62
  text-align: center;
63
- } .bottom-sheet__titleLeft_19e30 {
63
+ } .bottom-sheet__titleLeft_desbc {
64
64
  text-align: left;
65
- } .bottom-sheet__trimTitle_19e30 {
65
+ } .bottom-sheet__trimTitle_desbc {
66
66
  white-space: nowrap;
67
67
  overflow: hidden;
68
68
  text-overflow: ellipsis;
package/esm/component.js CHANGED
@@ -17,7 +17,7 @@ var getDataTestId = function (dataTestId, element) {
17
17
  return dataTestId ? "".concat(dataTestId).concat(elementPart) : undefined;
18
18
  };
19
19
 
20
- var styles = {"modal":"bottom-sheet__modal_rq08n","wrapper":"bottom-sheet__wrapper_rq08n","component":"bottom-sheet__component_rq08n","withTransition":"bottom-sheet__withTransition_rq08n","scrollableContainer":"bottom-sheet__scrollableContainer_rq08n","marker":"bottom-sheet__marker_rq08n","content":"bottom-sheet__content_rq08n","noHeader":"bottom-sheet__noHeader_rq08n","noFooter":"bottom-sheet__noFooter_rq08n","scrollLocked":"bottom-sheet__scrollLocked_rq08n","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_rq08n","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_rq08n","appear":"bottom-sheet__appear_rq08n","enter":"bottom-sheet__enter_rq08n","appearActive":"bottom-sheet__appearActive_rq08n","enterActive":"bottom-sheet__enterActive_rq08n","enterDone":"bottom-sheet__enterDone_rq08n","appearDone":"bottom-sheet__appearDone_rq08n","exit":"bottom-sheet__exit_rq08n","exitActive":"bottom-sheet__exitActive_rq08n","background-accent":"bottom-sheet__background-accent_rq08n","background-info":"bottom-sheet__background-info_rq08n","background-attention-muted":"bottom-sheet__background-attention-muted_rq08n","background-positive-muted":"bottom-sheet__background-positive-muted_rq08n","background-negative-muted":"bottom-sheet__background-negative-muted_rq08n","background-primary":"bottom-sheet__background-primary_rq08n","background-primary-inverted":"bottom-sheet__background-primary-inverted_rq08n","background-secondary":"bottom-sheet__background-secondary_rq08n","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_rq08n","background-tertiary":"bottom-sheet__background-tertiary_rq08n","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_rq08n","background-quaternary":"bottom-sheet__background-quaternary_rq08n","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_rq08n","background-specialbg-component":"bottom-sheet__background-specialbg-component_rq08n","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_rq08n","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_rq08n","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_rq08n","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_rq08n","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_rq08n","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_rq08n","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_rq08n","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_rq08n"};
20
+ var styles = {"modal":"bottom-sheet__modal_1pjhk","wrapper":"bottom-sheet__wrapper_1pjhk","component":"bottom-sheet__component_1pjhk","withTransition":"bottom-sheet__withTransition_1pjhk","scrollableContainer":"bottom-sheet__scrollableContainer_1pjhk","marker":"bottom-sheet__marker_1pjhk","content":"bottom-sheet__content_1pjhk","noHeader":"bottom-sheet__noHeader_1pjhk","noFooter":"bottom-sheet__noFooter_1pjhk","scrollLocked":"bottom-sheet__scrollLocked_1pjhk","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1pjhk","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1pjhk","appear":"bottom-sheet__appear_1pjhk","enter":"bottom-sheet__enter_1pjhk","appearActive":"bottom-sheet__appearActive_1pjhk","enterActive":"bottom-sheet__enterActive_1pjhk","enterDone":"bottom-sheet__enterDone_1pjhk","appearDone":"bottom-sheet__appearDone_1pjhk","exit":"bottom-sheet__exit_1pjhk","exitActive":"bottom-sheet__exitActive_1pjhk","background-accent":"bottom-sheet__background-accent_1pjhk","background-info":"bottom-sheet__background-info_1pjhk","background-attention-muted":"bottom-sheet__background-attention-muted_1pjhk","background-positive-muted":"bottom-sheet__background-positive-muted_1pjhk","background-negative-muted":"bottom-sheet__background-negative-muted_1pjhk","background-primary":"bottom-sheet__background-primary_1pjhk","background-primary-inverted":"bottom-sheet__background-primary-inverted_1pjhk","background-secondary":"bottom-sheet__background-secondary_1pjhk","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1pjhk","background-tertiary":"bottom-sheet__background-tertiary_1pjhk","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1pjhk","background-quaternary":"bottom-sheet__background-quaternary_1pjhk","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1pjhk","background-specialbg-component":"bottom-sheet__background-specialbg-component_1pjhk","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1pjhk","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1pjhk","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1pjhk","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1pjhk","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1pjhk","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1pjhk","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1pjhk","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1pjhk"};
21
21
  require('./index.css')
22
22
 
23
23
  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_15bq4","sticky":"bottom-sheet__sticky_15bq4","highlighted":"bottom-sheet__highlighted_15bq4","background-accent":"bottom-sheet__background-accent_15bq4","background-info":"bottom-sheet__background-info_15bq4","background-attention-muted":"bottom-sheet__background-attention-muted_15bq4","background-positive-muted":"bottom-sheet__background-positive-muted_15bq4","background-negative-muted":"bottom-sheet__background-negative-muted_15bq4","background-primary":"bottom-sheet__background-primary_15bq4","background-primary-inverted":"bottom-sheet__background-primary-inverted_15bq4","background-secondary":"bottom-sheet__background-secondary_15bq4","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_15bq4","background-tertiary":"bottom-sheet__background-tertiary_15bq4","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_15bq4","background-quaternary":"bottom-sheet__background-quaternary_15bq4","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_15bq4","background-specialbg-component":"bottom-sheet__background-specialbg-component_15bq4","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_15bq4","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_15bq4","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_15bq4","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_15bq4","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_15bq4","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_15bq4","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_15bq4","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_15bq4"};
5
+ var styles = {"footer":"bottom-sheet__footer_156xb","sticky":"bottom-sheet__sticky_156xb","highlighted":"bottom-sheet__highlighted_156xb","background-accent":"bottom-sheet__background-accent_156xb","background-info":"bottom-sheet__background-info_156xb","background-attention-muted":"bottom-sheet__background-attention-muted_156xb","background-positive-muted":"bottom-sheet__background-positive-muted_156xb","background-negative-muted":"bottom-sheet__background-negative-muted_156xb","background-primary":"bottom-sheet__background-primary_156xb","background-primary-inverted":"bottom-sheet__background-primary-inverted_156xb","background-secondary":"bottom-sheet__background-secondary_156xb","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_156xb","background-tertiary":"bottom-sheet__background-tertiary_156xb","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_156xb","background-quaternary":"bottom-sheet__background-quaternary_156xb","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_156xb","background-specialbg-component":"bottom-sheet__background-specialbg-component_156xb","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_156xb","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_156xb","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_156xb","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_156xb","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_156xb","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_156xb","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_156xb","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_156xb"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 65qdg */
1
+ /* hash: e03di */
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_15bq4 {
44
+ } .bottom-sheet__footer_156xb {
45
45
  padding: var(--gap-m) var(--gap-m);
46
46
  background-color: var(--color-light-bg-primary);
47
- } .bottom-sheet__sticky_15bq4 {
47
+ } .bottom-sheet__sticky_156xb {
48
48
  position: sticky;
49
49
  bottom: 0;
50
50
  z-index: 1;
51
- } .bottom-sheet__highlighted_15bq4 {
51
+ } .bottom-sheet__highlighted_156xb {
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_15bq4 {
54
+ } .bottom-sheet__background-accent_156xb {
55
55
  background-color: var(--color-light-bg-accent);
56
- } .bottom-sheet__background-info_15bq4 {
56
+ } .bottom-sheet__background-info_156xb {
57
57
  background-color: var(--color-light-bg-info);
58
- } .bottom-sheet__background-attention-muted_15bq4 {
58
+ } .bottom-sheet__background-attention-muted_156xb {
59
59
  background-color: var(--color-light-bg-attention-muted);
60
- } .bottom-sheet__background-positive-muted_15bq4 {
60
+ } .bottom-sheet__background-positive-muted_156xb {
61
61
  background-color: var(--color-light-bg-positive-muted);
62
- } .bottom-sheet__background-negative-muted_15bq4 {
62
+ } .bottom-sheet__background-negative-muted_156xb {
63
63
  background-color: var(--color-light-bg-negative-muted);
64
- } .bottom-sheet__background-primary_15bq4 {
64
+ } .bottom-sheet__background-primary_156xb {
65
65
  background-color: var(--color-light-bg-primary);
66
- } .bottom-sheet__background-primary-inverted_15bq4 {
66
+ } .bottom-sheet__background-primary-inverted_156xb {
67
67
  background-color: var(--color-light-bg-primary-inverted);
68
- } .bottom-sheet__background-secondary_15bq4 {
68
+ } .bottom-sheet__background-secondary_156xb {
69
69
  background-color: var(--color-light-bg-secondary);
70
- } .bottom-sheet__background-secondary-inverted_15bq4 {
70
+ } .bottom-sheet__background-secondary-inverted_156xb {
71
71
  background-color: var(--color-light-bg-secondary-inverted);
72
- } .bottom-sheet__background-tertiary_15bq4 {
72
+ } .bottom-sheet__background-tertiary_156xb {
73
73
  background-color: var(--color-light-bg-tertiary);
74
- } .bottom-sheet__background-tertiary-inverted_15bq4 {
74
+ } .bottom-sheet__background-tertiary-inverted_156xb {
75
75
  background-color: var(--color-light-bg-tertiary-inverted);
76
- } .bottom-sheet__background-quaternary_15bq4 {
76
+ } .bottom-sheet__background-quaternary_156xb {
77
77
  background-color: var(--color-light-bg-quaternary);
78
- } .bottom-sheet__background-quaternary-inverted_15bq4 {
78
+ } .bottom-sheet__background-quaternary-inverted_156xb {
79
79
  background-color: var(--color-light-bg-quaternary-inverted);
80
- } .bottom-sheet__background-specialbg-component_15bq4 {
80
+ } .bottom-sheet__background-specialbg-component_156xb {
81
81
  background-color: var(--color-light-specialbg-component);
82
- } .bottom-sheet__background-specialbg-component-inverted_15bq4 {
82
+ } .bottom-sheet__background-specialbg-component-inverted_156xb {
83
83
  background-color: var(--color-light-specialbg-component-inverted);
84
- } .bottom-sheet__background-specialbg-primary-grouped_15bq4 {
84
+ } .bottom-sheet__background-specialbg-primary-grouped_156xb {
85
85
  background-color: var(--color-light-specialbg-primary-grouped);
86
- } .bottom-sheet__background-specialbg-secondary-grouped_15bq4 {
86
+ } .bottom-sheet__background-specialbg-secondary-grouped_156xb {
87
87
  background-color: var(--color-light-specialbg-secondary-grouped);
88
- } .bottom-sheet__background-specialbg-tertiary-grouped_15bq4 {
88
+ } .bottom-sheet__background-specialbg-tertiary-grouped_156xb {
89
89
  background-color: var(--color-light-specialbg-tertiary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-transparent_15bq4 {
90
+ } .bottom-sheet__background-specialbg-secondary-transparent_156xb {
91
91
  background-color: var(--color-light-specialbg-secondary-transparent);
92
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_15bq4 {
92
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_156xb {
93
93
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
94
- } .bottom-sheet__background-specialbg-tertiary-transparent_15bq4 {
94
+ } .bottom-sheet__background-specialbg-tertiary-transparent_156xb {
95
95
  background-color: var(--color-light-specialbg-tertiary-transparent);
96
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_15bq4 {
96
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_156xb {
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_19e30","hasContent":"bottom-sheet__hasContent_19e30","header":"bottom-sheet__header_19e30","sticky":"bottom-sheet__sticky_19e30","highlighted":"bottom-sheet__highlighted_19e30","justifyEnd":"bottom-sheet__justifyEnd_19e30","addon":"bottom-sheet__addon_19e30","addonFixed":"bottom-sheet__addonFixed_19e30","title":"bottom-sheet__title_19e30","titleCenter":"bottom-sheet__titleCenter_19e30","titleLeft":"bottom-sheet__titleLeft_19e30","trimTitle":"bottom-sheet__trimTitle_19e30"};
8
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_desbc","hasContent":"bottom-sheet__hasContent_desbc","header":"bottom-sheet__header_desbc","sticky":"bottom-sheet__sticky_desbc","highlighted":"bottom-sheet__highlighted_desbc","justifyEnd":"bottom-sheet__justifyEnd_desbc","addon":"bottom-sheet__addon_desbc","addonFixed":"bottom-sheet__addonFixed_desbc","title":"bottom-sheet__title_desbc","titleCenter":"bottom-sheet__titleCenter_desbc","titleLeft":"bottom-sheet__titleLeft_desbc","trimTitle":"bottom-sheet__trimTitle_desbc"};
9
9
  require('./index.css')
10
10
 
11
11
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: pd1lf */
1
+ /* hash: 10k7j */
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_19e30 {
30
+ } .bottom-sheet__headerWrapper_desbc {
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_19e30 {
35
+ } .bottom-sheet__hasContent_desbc {
36
36
  background-color: inherit;
37
- } .bottom-sheet__header_19e30 {
37
+ } .bottom-sheet__header_desbc {
38
38
  display: flex;
39
- } .bottom-sheet__sticky_19e30 {
39
+ } .bottom-sheet__sticky_desbc {
40
40
  position: sticky;
41
41
  top: 0;
42
- } .bottom-sheet__highlighted_19e30 {
42
+ } .bottom-sheet__highlighted_desbc {
43
43
  border-bottom: var(--bottom-sheet-header-border-bottom);
44
- } .bottom-sheet__justifyEnd_19e30 {
44
+ } .bottom-sheet__justifyEnd_desbc {
45
45
  justify-content: flex-end;
46
- } .bottom-sheet__addon_19e30 {
46
+ } .bottom-sheet__addon_desbc {
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_19e30 {
52
+ } .bottom-sheet__addonFixed_desbc {
53
53
  position: fixed;
54
- } .bottom-sheet__title_19e30 {
54
+ } .bottom-sheet__title_desbc {
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_19e30 {
61
+ } .bottom-sheet__titleCenter_desbc {
62
62
  text-align: center;
63
- } .bottom-sheet__titleLeft_19e30 {
63
+ } .bottom-sheet__titleLeft_desbc {
64
64
  text-align: left;
65
- } .bottom-sheet__trimTitle_19e30 {
65
+ } .bottom-sheet__trimTitle_desbc {
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: 18ok9 */
1
+ /* hash: 1gxo5 */
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_rq08n {
48
+ } .bottom-sheet__modal_1pjhk {
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_rq08n {
55
+ } .bottom-sheet__wrapper_1pjhk {
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_rq08n {
61
+ } .bottom-sheet__component_1pjhk {
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_rq08n {
69
+ } .bottom-sheet__withTransition_1pjhk {
70
70
  transition: var(--bottom-sheet-out-transition);
71
- } .bottom-sheet__scrollableContainer_rq08n {
71
+ } .bottom-sheet__scrollableContainer_1pjhk {
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_rq08n {
78
+ } .bottom-sheet__marker_1pjhk {
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_rq08n {
88
+ } .bottom-sheet__content_1pjhk {
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_rq08n {
97
+ } .bottom-sheet__noHeader_1pjhk {
98
98
  padding-top: var(--gap-m);
99
- } .bottom-sheet__noFooter_rq08n {
99
+ } .bottom-sheet__noFooter_1pjhk {
100
100
  padding-bottom: var(--gap-m);
101
- } .bottom-sheet__scrollLocked_rq08n {
101
+ } .bottom-sheet__scrollLocked_1pjhk {
102
102
  overflow: hidden;
103
- } .bottom-sheet__hiddenScrollbar_rq08n {
103
+ } .bottom-sheet__hiddenScrollbar_1pjhk {
104
104
  scrollbar-width: none
105
- } .bottom-sheet__hiddenScrollbar_rq08n::-webkit-scrollbar {
105
+ } .bottom-sheet__hiddenScrollbar_1pjhk::-webkit-scrollbar {
106
106
  width: 0;
107
107
  height: 0;
108
- } .bottom-sheet__disabledPointerEvents_rq08n {
108
+ } .bottom-sheet__disabledPointerEvents_1pjhk {
109
109
  pointer-events: none;
110
- } .bottom-sheet__appear_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__enter_rq08n .bottom-sheet__wrapper_rq08n {
110
+ } .bottom-sheet__appear_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__enter_1pjhk .bottom-sheet__wrapper_1pjhk {
111
111
  transition: none;
112
- } .bottom-sheet__appearActive_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__enterActive_rq08n .bottom-sheet__wrapper_rq08n {
112
+ } .bottom-sheet__appearActive_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__enterActive_1pjhk .bottom-sheet__wrapper_1pjhk {
113
113
  transition: var(--bottom-sheet-in-transition);
114
114
  transform: translateY(0);
115
- } .bottom-sheet__enterDone_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__appearDone_rq08n .bottom-sheet__wrapper_rq08n {
115
+ } .bottom-sheet__enterDone_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__appearDone_1pjhk .bottom-sheet__wrapper_1pjhk {
116
116
  transform: translateY(0);
117
- } .bottom-sheet__exit_rq08n .bottom-sheet__wrapper_rq08n {
117
+ } .bottom-sheet__exit_1pjhk .bottom-sheet__wrapper_1pjhk {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exitActive_rq08n .bottom-sheet__wrapper_rq08n {
119
+ } .bottom-sheet__exitActive_1pjhk .bottom-sheet__wrapper_1pjhk {
120
120
  transition: var(--bottom-sheet-out-transition);
121
121
  transform: translateY(100%);
122
- } .bottom-sheet__background-accent_rq08n {
122
+ } .bottom-sheet__background-accent_1pjhk {
123
123
  background-color: var(--color-light-bg-accent);
124
- } .bottom-sheet__background-info_rq08n {
124
+ } .bottom-sheet__background-info_1pjhk {
125
125
  background-color: var(--color-light-bg-info);
126
- } .bottom-sheet__background-attention-muted_rq08n {
126
+ } .bottom-sheet__background-attention-muted_1pjhk {
127
127
  background-color: var(--color-light-bg-attention-muted);
128
- } .bottom-sheet__background-positive-muted_rq08n {
128
+ } .bottom-sheet__background-positive-muted_1pjhk {
129
129
  background-color: var(--color-light-bg-positive-muted);
130
- } .bottom-sheet__background-negative-muted_rq08n {
130
+ } .bottom-sheet__background-negative-muted_1pjhk {
131
131
  background-color: var(--color-light-bg-negative-muted);
132
- } .bottom-sheet__background-primary_rq08n {
132
+ } .bottom-sheet__background-primary_1pjhk {
133
133
  background-color: var(--color-light-bg-primary);
134
- } .bottom-sheet__background-primary-inverted_rq08n {
134
+ } .bottom-sheet__background-primary-inverted_1pjhk {
135
135
  background-color: var(--color-light-bg-primary-inverted);
136
- } .bottom-sheet__background-secondary_rq08n {
136
+ } .bottom-sheet__background-secondary_1pjhk {
137
137
  background-color: var(--color-light-bg-secondary);
138
- } .bottom-sheet__background-secondary-inverted_rq08n {
138
+ } .bottom-sheet__background-secondary-inverted_1pjhk {
139
139
  background-color: var(--color-light-bg-secondary-inverted);
140
- } .bottom-sheet__background-tertiary_rq08n {
140
+ } .bottom-sheet__background-tertiary_1pjhk {
141
141
  background-color: var(--color-light-bg-tertiary);
142
- } .bottom-sheet__background-tertiary-inverted_rq08n {
142
+ } .bottom-sheet__background-tertiary-inverted_1pjhk {
143
143
  background-color: var(--color-light-bg-tertiary-inverted);
144
- } .bottom-sheet__background-quaternary_rq08n {
144
+ } .bottom-sheet__background-quaternary_1pjhk {
145
145
  background-color: var(--color-light-bg-quaternary);
146
- } .bottom-sheet__background-quaternary-inverted_rq08n {
146
+ } .bottom-sheet__background-quaternary-inverted_1pjhk {
147
147
  background-color: var(--color-light-bg-quaternary-inverted);
148
- } .bottom-sheet__background-specialbg-component_rq08n {
148
+ } .bottom-sheet__background-specialbg-component_1pjhk {
149
149
  background-color: var(--color-light-specialbg-component);
150
- } .bottom-sheet__background-specialbg-component-inverted_rq08n {
150
+ } .bottom-sheet__background-specialbg-component-inverted_1pjhk {
151
151
  background-color: var(--color-light-specialbg-component-inverted);
152
- } .bottom-sheet__background-specialbg-primary-grouped_rq08n {
152
+ } .bottom-sheet__background-specialbg-primary-grouped_1pjhk {
153
153
  background-color: var(--color-light-specialbg-primary-grouped);
154
- } .bottom-sheet__background-specialbg-secondary-grouped_rq08n {
154
+ } .bottom-sheet__background-specialbg-secondary-grouped_1pjhk {
155
155
  background-color: var(--color-light-specialbg-secondary-grouped);
156
- } .bottom-sheet__background-specialbg-tertiary-grouped_rq08n {
156
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1pjhk {
157
157
  background-color: var(--color-light-specialbg-tertiary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-transparent_rq08n {
158
+ } .bottom-sheet__background-specialbg-secondary-transparent_1pjhk {
159
159
  background-color: var(--color-light-specialbg-secondary-transparent);
160
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_rq08n {
160
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1pjhk {
161
161
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
162
- } .bottom-sheet__background-specialbg-tertiary-transparent_rq08n {
162
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1pjhk {
163
163
  background-color: var(--color-light-specialbg-tertiary-transparent);
164
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_rq08n {
164
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1pjhk {
165
165
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
166
166
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 18ok9 */
1
+ /* hash: 1gxo5 */
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_rq08n {
48
+ } .bottom-sheet__modal_1pjhk {
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_rq08n {
55
+ } .bottom-sheet__wrapper_1pjhk {
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_rq08n {
61
+ } .bottom-sheet__component_1pjhk {
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_rq08n {
69
+ } .bottom-sheet__withTransition_1pjhk {
70
70
  transition: var(--bottom-sheet-out-transition);
71
- } .bottom-sheet__scrollableContainer_rq08n {
71
+ } .bottom-sheet__scrollableContainer_1pjhk {
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_rq08n {
78
+ } .bottom-sheet__marker_1pjhk {
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_rq08n {
88
+ } .bottom-sheet__content_1pjhk {
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_rq08n {
97
+ } .bottom-sheet__noHeader_1pjhk {
98
98
  padding-top: var(--gap-m);
99
- } .bottom-sheet__noFooter_rq08n {
99
+ } .bottom-sheet__noFooter_1pjhk {
100
100
  padding-bottom: var(--gap-m);
101
- } .bottom-sheet__scrollLocked_rq08n {
101
+ } .bottom-sheet__scrollLocked_1pjhk {
102
102
  overflow: hidden;
103
- } .bottom-sheet__hiddenScrollbar_rq08n {
103
+ } .bottom-sheet__hiddenScrollbar_1pjhk {
104
104
  scrollbar-width: none
105
- } .bottom-sheet__hiddenScrollbar_rq08n::-webkit-scrollbar {
105
+ } .bottom-sheet__hiddenScrollbar_1pjhk::-webkit-scrollbar {
106
106
  width: 0;
107
107
  height: 0;
108
- } .bottom-sheet__disabledPointerEvents_rq08n {
108
+ } .bottom-sheet__disabledPointerEvents_1pjhk {
109
109
  pointer-events: none;
110
- } .bottom-sheet__appear_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__enter_rq08n .bottom-sheet__wrapper_rq08n {
110
+ } .bottom-sheet__appear_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__enter_1pjhk .bottom-sheet__wrapper_1pjhk {
111
111
  transition: none;
112
- } .bottom-sheet__appearActive_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__enterActive_rq08n .bottom-sheet__wrapper_rq08n {
112
+ } .bottom-sheet__appearActive_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__enterActive_1pjhk .bottom-sheet__wrapper_1pjhk {
113
113
  transition: var(--bottom-sheet-in-transition);
114
114
  transform: translateY(0);
115
- } .bottom-sheet__enterDone_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__appearDone_rq08n .bottom-sheet__wrapper_rq08n {
115
+ } .bottom-sheet__enterDone_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__appearDone_1pjhk .bottom-sheet__wrapper_1pjhk {
116
116
  transform: translateY(0);
117
- } .bottom-sheet__exit_rq08n .bottom-sheet__wrapper_rq08n {
117
+ } .bottom-sheet__exit_1pjhk .bottom-sheet__wrapper_1pjhk {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exitActive_rq08n .bottom-sheet__wrapper_rq08n {
119
+ } .bottom-sheet__exitActive_1pjhk .bottom-sheet__wrapper_1pjhk {
120
120
  transition: var(--bottom-sheet-out-transition);
121
121
  transform: translateY(100%);
122
- } .bottom-sheet__background-accent_rq08n {
122
+ } .bottom-sheet__background-accent_1pjhk {
123
123
  background-color: var(--color-light-bg-accent);
124
- } .bottom-sheet__background-info_rq08n {
124
+ } .bottom-sheet__background-info_1pjhk {
125
125
  background-color: var(--color-light-bg-info);
126
- } .bottom-sheet__background-attention-muted_rq08n {
126
+ } .bottom-sheet__background-attention-muted_1pjhk {
127
127
  background-color: var(--color-light-bg-attention-muted);
128
- } .bottom-sheet__background-positive-muted_rq08n {
128
+ } .bottom-sheet__background-positive-muted_1pjhk {
129
129
  background-color: var(--color-light-bg-positive-muted);
130
- } .bottom-sheet__background-negative-muted_rq08n {
130
+ } .bottom-sheet__background-negative-muted_1pjhk {
131
131
  background-color: var(--color-light-bg-negative-muted);
132
- } .bottom-sheet__background-primary_rq08n {
132
+ } .bottom-sheet__background-primary_1pjhk {
133
133
  background-color: var(--color-light-bg-primary);
134
- } .bottom-sheet__background-primary-inverted_rq08n {
134
+ } .bottom-sheet__background-primary-inverted_1pjhk {
135
135
  background-color: var(--color-light-bg-primary-inverted);
136
- } .bottom-sheet__background-secondary_rq08n {
136
+ } .bottom-sheet__background-secondary_1pjhk {
137
137
  background-color: var(--color-light-bg-secondary);
138
- } .bottom-sheet__background-secondary-inverted_rq08n {
138
+ } .bottom-sheet__background-secondary-inverted_1pjhk {
139
139
  background-color: var(--color-light-bg-secondary-inverted);
140
- } .bottom-sheet__background-tertiary_rq08n {
140
+ } .bottom-sheet__background-tertiary_1pjhk {
141
141
  background-color: var(--color-light-bg-tertiary);
142
- } .bottom-sheet__background-tertiary-inverted_rq08n {
142
+ } .bottom-sheet__background-tertiary-inverted_1pjhk {
143
143
  background-color: var(--color-light-bg-tertiary-inverted);
144
- } .bottom-sheet__background-quaternary_rq08n {
144
+ } .bottom-sheet__background-quaternary_1pjhk {
145
145
  background-color: var(--color-light-bg-quaternary);
146
- } .bottom-sheet__background-quaternary-inverted_rq08n {
146
+ } .bottom-sheet__background-quaternary-inverted_1pjhk {
147
147
  background-color: var(--color-light-bg-quaternary-inverted);
148
- } .bottom-sheet__background-specialbg-component_rq08n {
148
+ } .bottom-sheet__background-specialbg-component_1pjhk {
149
149
  background-color: var(--color-light-specialbg-component);
150
- } .bottom-sheet__background-specialbg-component-inverted_rq08n {
150
+ } .bottom-sheet__background-specialbg-component-inverted_1pjhk {
151
151
  background-color: var(--color-light-specialbg-component-inverted);
152
- } .bottom-sheet__background-specialbg-primary-grouped_rq08n {
152
+ } .bottom-sheet__background-specialbg-primary-grouped_1pjhk {
153
153
  background-color: var(--color-light-specialbg-primary-grouped);
154
- } .bottom-sheet__background-specialbg-secondary-grouped_rq08n {
154
+ } .bottom-sheet__background-specialbg-secondary-grouped_1pjhk {
155
155
  background-color: var(--color-light-specialbg-secondary-grouped);
156
- } .bottom-sheet__background-specialbg-tertiary-grouped_rq08n {
156
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1pjhk {
157
157
  background-color: var(--color-light-specialbg-tertiary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-transparent_rq08n {
158
+ } .bottom-sheet__background-specialbg-secondary-transparent_1pjhk {
159
159
  background-color: var(--color-light-specialbg-secondary-transparent);
160
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_rq08n {
160
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1pjhk {
161
161
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
162
- } .bottom-sheet__background-specialbg-tertiary-transparent_rq08n {
162
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1pjhk {
163
163
  background-color: var(--color-light-specialbg-tertiary-transparent);
164
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_rq08n {
164
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1pjhk {
165
165
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
166
166
  }
@@ -16,7 +16,7 @@ const getDataTestId = (dataTestId, element) => {
16
16
  return dataTestId ? `${dataTestId}${elementPart}` : undefined;
17
17
  };
18
18
 
19
- const styles = {"modal":"bottom-sheet__modal_rq08n","wrapper":"bottom-sheet__wrapper_rq08n","component":"bottom-sheet__component_rq08n","withTransition":"bottom-sheet__withTransition_rq08n","scrollableContainer":"bottom-sheet__scrollableContainer_rq08n","marker":"bottom-sheet__marker_rq08n","content":"bottom-sheet__content_rq08n","noHeader":"bottom-sheet__noHeader_rq08n","noFooter":"bottom-sheet__noFooter_rq08n","scrollLocked":"bottom-sheet__scrollLocked_rq08n","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_rq08n","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_rq08n","appear":"bottom-sheet__appear_rq08n","enter":"bottom-sheet__enter_rq08n","appearActive":"bottom-sheet__appearActive_rq08n","enterActive":"bottom-sheet__enterActive_rq08n","enterDone":"bottom-sheet__enterDone_rq08n","appearDone":"bottom-sheet__appearDone_rq08n","exit":"bottom-sheet__exit_rq08n","exitActive":"bottom-sheet__exitActive_rq08n","background-accent":"bottom-sheet__background-accent_rq08n","background-info":"bottom-sheet__background-info_rq08n","background-attention-muted":"bottom-sheet__background-attention-muted_rq08n","background-positive-muted":"bottom-sheet__background-positive-muted_rq08n","background-negative-muted":"bottom-sheet__background-negative-muted_rq08n","background-primary":"bottom-sheet__background-primary_rq08n","background-primary-inverted":"bottom-sheet__background-primary-inverted_rq08n","background-secondary":"bottom-sheet__background-secondary_rq08n","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_rq08n","background-tertiary":"bottom-sheet__background-tertiary_rq08n","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_rq08n","background-quaternary":"bottom-sheet__background-quaternary_rq08n","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_rq08n","background-specialbg-component":"bottom-sheet__background-specialbg-component_rq08n","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_rq08n","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_rq08n","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_rq08n","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_rq08n","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_rq08n","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_rq08n","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_rq08n","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_rq08n"};
19
+ const styles = {"modal":"bottom-sheet__modal_1pjhk","wrapper":"bottom-sheet__wrapper_1pjhk","component":"bottom-sheet__component_1pjhk","withTransition":"bottom-sheet__withTransition_1pjhk","scrollableContainer":"bottom-sheet__scrollableContainer_1pjhk","marker":"bottom-sheet__marker_1pjhk","content":"bottom-sheet__content_1pjhk","noHeader":"bottom-sheet__noHeader_1pjhk","noFooter":"bottom-sheet__noFooter_1pjhk","scrollLocked":"bottom-sheet__scrollLocked_1pjhk","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1pjhk","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1pjhk","appear":"bottom-sheet__appear_1pjhk","enter":"bottom-sheet__enter_1pjhk","appearActive":"bottom-sheet__appearActive_1pjhk","enterActive":"bottom-sheet__enterActive_1pjhk","enterDone":"bottom-sheet__enterDone_1pjhk","appearDone":"bottom-sheet__appearDone_1pjhk","exit":"bottom-sheet__exit_1pjhk","exitActive":"bottom-sheet__exitActive_1pjhk","background-accent":"bottom-sheet__background-accent_1pjhk","background-info":"bottom-sheet__background-info_1pjhk","background-attention-muted":"bottom-sheet__background-attention-muted_1pjhk","background-positive-muted":"bottom-sheet__background-positive-muted_1pjhk","background-negative-muted":"bottom-sheet__background-negative-muted_1pjhk","background-primary":"bottom-sheet__background-primary_1pjhk","background-primary-inverted":"bottom-sheet__background-primary-inverted_1pjhk","background-secondary":"bottom-sheet__background-secondary_1pjhk","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1pjhk","background-tertiary":"bottom-sheet__background-tertiary_1pjhk","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1pjhk","background-quaternary":"bottom-sheet__background-quaternary_1pjhk","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1pjhk","background-specialbg-component":"bottom-sheet__background-specialbg-component_1pjhk","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1pjhk","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1pjhk","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1pjhk","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1pjhk","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1pjhk","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1pjhk","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1pjhk","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1pjhk"};
20
20
  require('./index.css')
21
21
 
22
22
  const BottomSheet = forwardRef(({ open, title, container, usePortal, 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, disableFocusLock, 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_15bq4","sticky":"bottom-sheet__sticky_15bq4","highlighted":"bottom-sheet__highlighted_15bq4","background-accent":"bottom-sheet__background-accent_15bq4","background-info":"bottom-sheet__background-info_15bq4","background-attention-muted":"bottom-sheet__background-attention-muted_15bq4","background-positive-muted":"bottom-sheet__background-positive-muted_15bq4","background-negative-muted":"bottom-sheet__background-negative-muted_15bq4","background-primary":"bottom-sheet__background-primary_15bq4","background-primary-inverted":"bottom-sheet__background-primary-inverted_15bq4","background-secondary":"bottom-sheet__background-secondary_15bq4","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_15bq4","background-tertiary":"bottom-sheet__background-tertiary_15bq4","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_15bq4","background-quaternary":"bottom-sheet__background-quaternary_15bq4","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_15bq4","background-specialbg-component":"bottom-sheet__background-specialbg-component_15bq4","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_15bq4","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_15bq4","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_15bq4","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_15bq4","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_15bq4","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_15bq4","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_15bq4","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_15bq4"};
5
+ const styles = {"footer":"bottom-sheet__footer_156xb","sticky":"bottom-sheet__sticky_156xb","highlighted":"bottom-sheet__highlighted_156xb","background-accent":"bottom-sheet__background-accent_156xb","background-info":"bottom-sheet__background-info_156xb","background-attention-muted":"bottom-sheet__background-attention-muted_156xb","background-positive-muted":"bottom-sheet__background-positive-muted_156xb","background-negative-muted":"bottom-sheet__background-negative-muted_156xb","background-primary":"bottom-sheet__background-primary_156xb","background-primary-inverted":"bottom-sheet__background-primary-inverted_156xb","background-secondary":"bottom-sheet__background-secondary_156xb","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_156xb","background-tertiary":"bottom-sheet__background-tertiary_156xb","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_156xb","background-quaternary":"bottom-sheet__background-quaternary_156xb","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_156xb","background-specialbg-component":"bottom-sheet__background-specialbg-component_156xb","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_156xb","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_156xb","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_156xb","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_156xb","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_156xb","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_156xb","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_156xb","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_156xb"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ children, className, sticky }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 65qdg */
1
+ /* hash: e03di */
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_15bq4 {
44
+ } .bottom-sheet__footer_156xb {
45
45
  padding: var(--gap-m) var(--gap-m);
46
46
  background-color: var(--color-light-bg-primary);
47
- } .bottom-sheet__sticky_15bq4 {
47
+ } .bottom-sheet__sticky_156xb {
48
48
  position: sticky;
49
49
  bottom: 0;
50
50
  z-index: 1;
51
- } .bottom-sheet__highlighted_15bq4 {
51
+ } .bottom-sheet__highlighted_156xb {
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_15bq4 {
54
+ } .bottom-sheet__background-accent_156xb {
55
55
  background-color: var(--color-light-bg-accent);
56
- } .bottom-sheet__background-info_15bq4 {
56
+ } .bottom-sheet__background-info_156xb {
57
57
  background-color: var(--color-light-bg-info);
58
- } .bottom-sheet__background-attention-muted_15bq4 {
58
+ } .bottom-sheet__background-attention-muted_156xb {
59
59
  background-color: var(--color-light-bg-attention-muted);
60
- } .bottom-sheet__background-positive-muted_15bq4 {
60
+ } .bottom-sheet__background-positive-muted_156xb {
61
61
  background-color: var(--color-light-bg-positive-muted);
62
- } .bottom-sheet__background-negative-muted_15bq4 {
62
+ } .bottom-sheet__background-negative-muted_156xb {
63
63
  background-color: var(--color-light-bg-negative-muted);
64
- } .bottom-sheet__background-primary_15bq4 {
64
+ } .bottom-sheet__background-primary_156xb {
65
65
  background-color: var(--color-light-bg-primary);
66
- } .bottom-sheet__background-primary-inverted_15bq4 {
66
+ } .bottom-sheet__background-primary-inverted_156xb {
67
67
  background-color: var(--color-light-bg-primary-inverted);
68
- } .bottom-sheet__background-secondary_15bq4 {
68
+ } .bottom-sheet__background-secondary_156xb {
69
69
  background-color: var(--color-light-bg-secondary);
70
- } .bottom-sheet__background-secondary-inverted_15bq4 {
70
+ } .bottom-sheet__background-secondary-inverted_156xb {
71
71
  background-color: var(--color-light-bg-secondary-inverted);
72
- } .bottom-sheet__background-tertiary_15bq4 {
72
+ } .bottom-sheet__background-tertiary_156xb {
73
73
  background-color: var(--color-light-bg-tertiary);
74
- } .bottom-sheet__background-tertiary-inverted_15bq4 {
74
+ } .bottom-sheet__background-tertiary-inverted_156xb {
75
75
  background-color: var(--color-light-bg-tertiary-inverted);
76
- } .bottom-sheet__background-quaternary_15bq4 {
76
+ } .bottom-sheet__background-quaternary_156xb {
77
77
  background-color: var(--color-light-bg-quaternary);
78
- } .bottom-sheet__background-quaternary-inverted_15bq4 {
78
+ } .bottom-sheet__background-quaternary-inverted_156xb {
79
79
  background-color: var(--color-light-bg-quaternary-inverted);
80
- } .bottom-sheet__background-specialbg-component_15bq4 {
80
+ } .bottom-sheet__background-specialbg-component_156xb {
81
81
  background-color: var(--color-light-specialbg-component);
82
- } .bottom-sheet__background-specialbg-component-inverted_15bq4 {
82
+ } .bottom-sheet__background-specialbg-component-inverted_156xb {
83
83
  background-color: var(--color-light-specialbg-component-inverted);
84
- } .bottom-sheet__background-specialbg-primary-grouped_15bq4 {
84
+ } .bottom-sheet__background-specialbg-primary-grouped_156xb {
85
85
  background-color: var(--color-light-specialbg-primary-grouped);
86
- } .bottom-sheet__background-specialbg-secondary-grouped_15bq4 {
86
+ } .bottom-sheet__background-specialbg-secondary-grouped_156xb {
87
87
  background-color: var(--color-light-specialbg-secondary-grouped);
88
- } .bottom-sheet__background-specialbg-tertiary-grouped_15bq4 {
88
+ } .bottom-sheet__background-specialbg-tertiary-grouped_156xb {
89
89
  background-color: var(--color-light-specialbg-tertiary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-transparent_15bq4 {
90
+ } .bottom-sheet__background-specialbg-secondary-transparent_156xb {
91
91
  background-color: var(--color-light-specialbg-secondary-transparent);
92
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_15bq4 {
92
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_156xb {
93
93
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
94
- } .bottom-sheet__background-specialbg-tertiary-transparent_15bq4 {
94
+ } .bottom-sheet__background-specialbg-tertiary-transparent_156xb {
95
95
  background-color: var(--color-light-specialbg-tertiary-transparent);
96
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_15bq4 {
96
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_156xb {
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_19e30","hasContent":"bottom-sheet__hasContent_19e30","header":"bottom-sheet__header_19e30","sticky":"bottom-sheet__sticky_19e30","highlighted":"bottom-sheet__highlighted_19e30","justifyEnd":"bottom-sheet__justifyEnd_19e30","addon":"bottom-sheet__addon_19e30","addonFixed":"bottom-sheet__addonFixed_19e30","title":"bottom-sheet__title_19e30","titleCenter":"bottom-sheet__titleCenter_19e30","titleLeft":"bottom-sheet__titleLeft_19e30","trimTitle":"bottom-sheet__trimTitle_19e30"};
7
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_desbc","hasContent":"bottom-sheet__hasContent_desbc","header":"bottom-sheet__header_desbc","sticky":"bottom-sheet__sticky_desbc","highlighted":"bottom-sheet__highlighted_desbc","justifyEnd":"bottom-sheet__justifyEnd_desbc","addon":"bottom-sheet__addon_desbc","addonFixed":"bottom-sheet__addonFixed_desbc","title":"bottom-sheet__title_desbc","titleCenter":"bottom-sheet__titleCenter_desbc","titleLeft":"bottom-sheet__titleLeft_desbc","trimTitle":"bottom-sheet__trimTitle_desbc"};
8
8
  require('./index.css')
9
9
 
10
10
  const Header = ({ className, sticky, headerRef, title, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: pd1lf */
1
+ /* hash: 10k7j */
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_19e30 {
30
+ } .bottom-sheet__headerWrapper_desbc {
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_19e30 {
35
+ } .bottom-sheet__hasContent_desbc {
36
36
  background-color: inherit;
37
- } .bottom-sheet__header_19e30 {
37
+ } .bottom-sheet__header_desbc {
38
38
  display: flex;
39
- } .bottom-sheet__sticky_19e30 {
39
+ } .bottom-sheet__sticky_desbc {
40
40
  position: sticky;
41
41
  top: 0;
42
- } .bottom-sheet__highlighted_19e30 {
42
+ } .bottom-sheet__highlighted_desbc {
43
43
  border-bottom: var(--bottom-sheet-header-border-bottom);
44
- } .bottom-sheet__justifyEnd_19e30 {
44
+ } .bottom-sheet__justifyEnd_desbc {
45
45
  justify-content: flex-end;
46
- } .bottom-sheet__addon_19e30 {
46
+ } .bottom-sheet__addon_desbc {
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_19e30 {
52
+ } .bottom-sheet__addonFixed_desbc {
53
53
  position: fixed;
54
- } .bottom-sheet__title_19e30 {
54
+ } .bottom-sheet__title_desbc {
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_19e30 {
61
+ } .bottom-sheet__titleCenter_desbc {
62
62
  text-align: center;
63
- } .bottom-sheet__titleLeft_19e30 {
63
+ } .bottom-sheet__titleLeft_desbc {
64
64
  text-align: left;
65
- } .bottom-sheet__trimTitle_19e30 {
65
+ } .bottom-sheet__trimTitle_desbc {
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: 18ok9 */
1
+ /* hash: 1gxo5 */
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_rq08n {
48
+ } .bottom-sheet__modal_1pjhk {
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_rq08n {
55
+ } .bottom-sheet__wrapper_1pjhk {
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_rq08n {
61
+ } .bottom-sheet__component_1pjhk {
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_rq08n {
69
+ } .bottom-sheet__withTransition_1pjhk {
70
70
  transition: var(--bottom-sheet-out-transition);
71
- } .bottom-sheet__scrollableContainer_rq08n {
71
+ } .bottom-sheet__scrollableContainer_1pjhk {
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_rq08n {
78
+ } .bottom-sheet__marker_1pjhk {
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_rq08n {
88
+ } .bottom-sheet__content_1pjhk {
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_rq08n {
97
+ } .bottom-sheet__noHeader_1pjhk {
98
98
  padding-top: var(--gap-m);
99
- } .bottom-sheet__noFooter_rq08n {
99
+ } .bottom-sheet__noFooter_1pjhk {
100
100
  padding-bottom: var(--gap-m);
101
- } .bottom-sheet__scrollLocked_rq08n {
101
+ } .bottom-sheet__scrollLocked_1pjhk {
102
102
  overflow: hidden;
103
- } .bottom-sheet__hiddenScrollbar_rq08n {
103
+ } .bottom-sheet__hiddenScrollbar_1pjhk {
104
104
  scrollbar-width: none
105
- } .bottom-sheet__hiddenScrollbar_rq08n::-webkit-scrollbar {
105
+ } .bottom-sheet__hiddenScrollbar_1pjhk::-webkit-scrollbar {
106
106
  width: 0;
107
107
  height: 0;
108
- } .bottom-sheet__disabledPointerEvents_rq08n {
108
+ } .bottom-sheet__disabledPointerEvents_1pjhk {
109
109
  pointer-events: none;
110
- } .bottom-sheet__appear_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__enter_rq08n .bottom-sheet__wrapper_rq08n {
110
+ } .bottom-sheet__appear_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__enter_1pjhk .bottom-sheet__wrapper_1pjhk {
111
111
  transition: none;
112
- } .bottom-sheet__appearActive_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__enterActive_rq08n .bottom-sheet__wrapper_rq08n {
112
+ } .bottom-sheet__appearActive_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__enterActive_1pjhk .bottom-sheet__wrapper_1pjhk {
113
113
  transition: var(--bottom-sheet-in-transition);
114
114
  transform: translateY(0);
115
- } .bottom-sheet__enterDone_rq08n .bottom-sheet__wrapper_rq08n, .bottom-sheet__appearDone_rq08n .bottom-sheet__wrapper_rq08n {
115
+ } .bottom-sheet__enterDone_1pjhk .bottom-sheet__wrapper_1pjhk, .bottom-sheet__appearDone_1pjhk .bottom-sheet__wrapper_1pjhk {
116
116
  transform: translateY(0);
117
- } .bottom-sheet__exit_rq08n .bottom-sheet__wrapper_rq08n {
117
+ } .bottom-sheet__exit_1pjhk .bottom-sheet__wrapper_1pjhk {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exitActive_rq08n .bottom-sheet__wrapper_rq08n {
119
+ } .bottom-sheet__exitActive_1pjhk .bottom-sheet__wrapper_1pjhk {
120
120
  transition: var(--bottom-sheet-out-transition);
121
121
  transform: translateY(100%);
122
- } .bottom-sheet__background-accent_rq08n {
122
+ } .bottom-sheet__background-accent_1pjhk {
123
123
  background-color: var(--color-light-bg-accent);
124
- } .bottom-sheet__background-info_rq08n {
124
+ } .bottom-sheet__background-info_1pjhk {
125
125
  background-color: var(--color-light-bg-info);
126
- } .bottom-sheet__background-attention-muted_rq08n {
126
+ } .bottom-sheet__background-attention-muted_1pjhk {
127
127
  background-color: var(--color-light-bg-attention-muted);
128
- } .bottom-sheet__background-positive-muted_rq08n {
128
+ } .bottom-sheet__background-positive-muted_1pjhk {
129
129
  background-color: var(--color-light-bg-positive-muted);
130
- } .bottom-sheet__background-negative-muted_rq08n {
130
+ } .bottom-sheet__background-negative-muted_1pjhk {
131
131
  background-color: var(--color-light-bg-negative-muted);
132
- } .bottom-sheet__background-primary_rq08n {
132
+ } .bottom-sheet__background-primary_1pjhk {
133
133
  background-color: var(--color-light-bg-primary);
134
- } .bottom-sheet__background-primary-inverted_rq08n {
134
+ } .bottom-sheet__background-primary-inverted_1pjhk {
135
135
  background-color: var(--color-light-bg-primary-inverted);
136
- } .bottom-sheet__background-secondary_rq08n {
136
+ } .bottom-sheet__background-secondary_1pjhk {
137
137
  background-color: var(--color-light-bg-secondary);
138
- } .bottom-sheet__background-secondary-inverted_rq08n {
138
+ } .bottom-sheet__background-secondary-inverted_1pjhk {
139
139
  background-color: var(--color-light-bg-secondary-inverted);
140
- } .bottom-sheet__background-tertiary_rq08n {
140
+ } .bottom-sheet__background-tertiary_1pjhk {
141
141
  background-color: var(--color-light-bg-tertiary);
142
- } .bottom-sheet__background-tertiary-inverted_rq08n {
142
+ } .bottom-sheet__background-tertiary-inverted_1pjhk {
143
143
  background-color: var(--color-light-bg-tertiary-inverted);
144
- } .bottom-sheet__background-quaternary_rq08n {
144
+ } .bottom-sheet__background-quaternary_1pjhk {
145
145
  background-color: var(--color-light-bg-quaternary);
146
- } .bottom-sheet__background-quaternary-inverted_rq08n {
146
+ } .bottom-sheet__background-quaternary-inverted_1pjhk {
147
147
  background-color: var(--color-light-bg-quaternary-inverted);
148
- } .bottom-sheet__background-specialbg-component_rq08n {
148
+ } .bottom-sheet__background-specialbg-component_1pjhk {
149
149
  background-color: var(--color-light-specialbg-component);
150
- } .bottom-sheet__background-specialbg-component-inverted_rq08n {
150
+ } .bottom-sheet__background-specialbg-component-inverted_1pjhk {
151
151
  background-color: var(--color-light-specialbg-component-inverted);
152
- } .bottom-sheet__background-specialbg-primary-grouped_rq08n {
152
+ } .bottom-sheet__background-specialbg-primary-grouped_1pjhk {
153
153
  background-color: var(--color-light-specialbg-primary-grouped);
154
- } .bottom-sheet__background-specialbg-secondary-grouped_rq08n {
154
+ } .bottom-sheet__background-specialbg-secondary-grouped_1pjhk {
155
155
  background-color: var(--color-light-specialbg-secondary-grouped);
156
- } .bottom-sheet__background-specialbg-tertiary-grouped_rq08n {
156
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1pjhk {
157
157
  background-color: var(--color-light-specialbg-tertiary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-transparent_rq08n {
158
+ } .bottom-sheet__background-specialbg-secondary-transparent_1pjhk {
159
159
  background-color: var(--color-light-specialbg-secondary-transparent);
160
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_rq08n {
160
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1pjhk {
161
161
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
162
- } .bottom-sheet__background-specialbg-tertiary-transparent_rq08n {
162
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1pjhk {
163
163
  background-color: var(--color-light-specialbg-tertiary-transparent);
164
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_rq08n {
164
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1pjhk {
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.3.0",
3
+ "version": "6.4.0",
4
4
  "description": "Bottom sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@alfalab/core-components-backdrop": "^3.0.6",
22
- "@alfalab/core-components-base-modal": "^5.1.3",
22
+ "@alfalab/core-components-base-modal": "^5.2.0",
23
23
  "@alfalab/core-components-navigation-bar": "^0.3.5",
24
24
  "classnames": "^2.3.1",
25
25
  "react-div-100vh": "^0.7.0",