@alfalab/core-components-bottom-sheet 6.17.14 → 6.17.15

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
@@ -23,7 +23,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
23
23
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
24
24
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
25
25
 
26
- var styles = {"modal":"bottom-sheet__modal_82mcq","wrapper":"bottom-sheet__wrapper_82mcq","fullscreen":"bottom-sheet__fullscreen_82mcq","component":"bottom-sheet__component_82mcq","withTransition":"bottom-sheet__withTransition_82mcq","scrollableContainer":"bottom-sheet__scrollableContainer_82mcq","marker":"bottom-sheet__marker_82mcq","defaultMarker":"bottom-sheet__defaultMarker_82mcq","content":"bottom-sheet__content_82mcq","noHeader":"bottom-sheet__noHeader_82mcq","noFooter":"bottom-sheet__noFooter_82mcq","scrollLocked":"bottom-sheet__scrollLocked_82mcq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_82mcq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_82mcq","appear":"bottom-sheet__appear_82mcq","enter":"bottom-sheet__enter_82mcq","appearActive":"bottom-sheet__appearActive_82mcq","enterActive":"bottom-sheet__enterActive_82mcq","enterDone":"bottom-sheet__enterDone_82mcq","appearDone":"bottom-sheet__appearDone_82mcq","exit":"bottom-sheet__exit_82mcq","exitActive":"bottom-sheet__exitActive_82mcq","safeAreaBottom":"bottom-sheet__safeAreaBottom_82mcq","background-accent":"bottom-sheet__background-accent_82mcq","background-info":"bottom-sheet__background-info_82mcq","background-attention-muted":"bottom-sheet__background-attention-muted_82mcq","background-positive-muted":"bottom-sheet__background-positive-muted_82mcq","background-negative-muted":"bottom-sheet__background-negative-muted_82mcq","background-primary":"bottom-sheet__background-primary_82mcq","background-primary-inverted":"bottom-sheet__background-primary-inverted_82mcq","background-secondary":"bottom-sheet__background-secondary_82mcq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_82mcq","background-tertiary":"bottom-sheet__background-tertiary_82mcq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_82mcq","background-quaternary":"bottom-sheet__background-quaternary_82mcq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_82mcq","background-specialbg-component":"bottom-sheet__background-specialbg-component_82mcq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_82mcq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_82mcq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_82mcq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_82mcq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_82mcq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_82mcq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_82mcq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_82mcq"};
26
+ var styles = {"modal":"bottom-sheet__modal_13say","wrapper":"bottom-sheet__wrapper_13say","fullscreen":"bottom-sheet__fullscreen_13say","component":"bottom-sheet__component_13say","withTransition":"bottom-sheet__withTransition_13say","scrollableContainer":"bottom-sheet__scrollableContainer_13say","marker":"bottom-sheet__marker_13say","defaultMarker":"bottom-sheet__defaultMarker_13say","content":"bottom-sheet__content_13say","noHeader":"bottom-sheet__noHeader_13say","noFooter":"bottom-sheet__noFooter_13say","scrollLocked":"bottom-sheet__scrollLocked_13say","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_13say","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_13say","appear":"bottom-sheet__appear_13say","enter":"bottom-sheet__enter_13say","appearActive":"bottom-sheet__appearActive_13say","enterActive":"bottom-sheet__enterActive_13say","enterDone":"bottom-sheet__enterDone_13say","appearDone":"bottom-sheet__appearDone_13say","exit":"bottom-sheet__exit_13say","exitActive":"bottom-sheet__exitActive_13say","safeAreaBottom":"bottom-sheet__safeAreaBottom_13say","background-accent":"bottom-sheet__background-accent_13say","background-info":"bottom-sheet__background-info_13say","background-attention-muted":"bottom-sheet__background-attention-muted_13say","background-positive-muted":"bottom-sheet__background-positive-muted_13say","background-negative-muted":"bottom-sheet__background-negative-muted_13say","background-primary":"bottom-sheet__background-primary_13say","background-primary-inverted":"bottom-sheet__background-primary-inverted_13say","background-secondary":"bottom-sheet__background-secondary_13say","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_13say","background-tertiary":"bottom-sheet__background-tertiary_13say","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_13say","background-quaternary":"bottom-sheet__background-quaternary_13say","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_13say","background-specialbg-component":"bottom-sheet__background-specialbg-component_13say","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_13say","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_13say","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_13say","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_13say","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_13say","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_13say","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_13say","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_13say"};
27
27
  require('./index.css')
28
28
 
29
29
  var isNil = coreComponentsShared.fnUtils.isNil;
@@ -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_1hjkd","sticky":"bottom-sheet__sticky_1hjkd","highlighted":"bottom-sheet__highlighted_1hjkd","background-accent":"bottom-sheet__background-accent_1hjkd","background-info":"bottom-sheet__background-info_1hjkd","background-attention-muted":"bottom-sheet__background-attention-muted_1hjkd","background-positive-muted":"bottom-sheet__background-positive-muted_1hjkd","background-negative-muted":"bottom-sheet__background-negative-muted_1hjkd","background-primary":"bottom-sheet__background-primary_1hjkd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1hjkd","background-secondary":"bottom-sheet__background-secondary_1hjkd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1hjkd","background-tertiary":"bottom-sheet__background-tertiary_1hjkd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1hjkd","background-quaternary":"bottom-sheet__background-quaternary_1hjkd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1hjkd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1hjkd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1hjkd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1hjkd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1hjkd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1hjkd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1hjkd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1hjkd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd"};
14
+ var styles = {"footer":"bottom-sheet__footer_18k6x","sticky":"bottom-sheet__sticky_18k6x","highlighted":"bottom-sheet__highlighted_18k6x","background-accent":"bottom-sheet__background-accent_18k6x","background-info":"bottom-sheet__background-info_18k6x","background-attention-muted":"bottom-sheet__background-attention-muted_18k6x","background-positive-muted":"bottom-sheet__background-positive-muted_18k6x","background-negative-muted":"bottom-sheet__background-negative-muted_18k6x","background-primary":"bottom-sheet__background-primary_18k6x","background-primary-inverted":"bottom-sheet__background-primary-inverted_18k6x","background-secondary":"bottom-sheet__background-secondary_18k6x","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_18k6x","background-tertiary":"bottom-sheet__background-tertiary_18k6x","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_18k6x","background-quaternary":"bottom-sheet__background-quaternary_18k6x","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_18k6x","background-specialbg-component":"bottom-sheet__background-specialbg-component_18k6x","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_18k6x","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_18k6x","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_18k6x","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_18k6x","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_18k6x","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_18k6x","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_18k6x","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_18k6x"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 14i9d */
1
+ /* hash: 15i6n */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -52,58 +52,58 @@
52
52
  /* footer */
53
53
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
54
54
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
55
- } .bottom-sheet__footer_1hjkd {
55
+ } .bottom-sheet__footer_18k6x {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_1hjkd {
58
+ } .bottom-sheet__sticky_18k6x {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_1hjkd {
62
+ } .bottom-sheet__highlighted_18k6x {
63
63
  border-top: var(--bottom-sheet-footer-border-top);
64
64
  background-color: var(--bottom-sheet-footer-background-color);
65
- } .bottom-sheet__background-accent_1hjkd {
65
+ } .bottom-sheet__background-accent_18k6x {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_1hjkd {
67
+ } .bottom-sheet__background-info_18k6x {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_1hjkd {
69
+ } .bottom-sheet__background-attention-muted_18k6x {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_1hjkd {
71
+ } .bottom-sheet__background-positive-muted_18k6x {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_1hjkd {
73
+ } .bottom-sheet__background-negative-muted_18k6x {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_1hjkd {
75
+ } .bottom-sheet__background-primary_18k6x {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_1hjkd {
77
+ } .bottom-sheet__background-primary-inverted_18k6x {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_1hjkd {
79
+ } .bottom-sheet__background-secondary_18k6x {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_1hjkd {
81
+ } .bottom-sheet__background-secondary-inverted_18k6x {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_1hjkd {
83
+ } .bottom-sheet__background-tertiary_18k6x {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_1hjkd {
85
+ } .bottom-sheet__background-tertiary-inverted_18k6x {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_1hjkd {
87
+ } .bottom-sheet__background-quaternary_18k6x {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_1hjkd {
89
+ } .bottom-sheet__background-quaternary-inverted_18k6x {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_1hjkd {
91
+ } .bottom-sheet__background-specialbg-component_18k6x {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_1hjkd {
93
+ } .bottom-sheet__background-specialbg-component-inverted_18k6x {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_1hjkd {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_18k6x {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_1hjkd {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_18k6x {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_1hjkd {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_18k6x {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_1hjkd {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_18k6x {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_18k6x {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_1hjkd {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_18k6x {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_18k6x {
108
108
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
109
109
  }
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_uymne","hasContent":"bottom-sheet__hasContent_uymne","header":"bottom-sheet__header_uymne","sticky":"bottom-sheet__sticky_uymne","highlighted":"bottom-sheet__highlighted_uymne","justifyEnd":"bottom-sheet__justifyEnd_uymne","addon":"bottom-sheet__addon_uymne","addonFixed":"bottom-sheet__addonFixed_uymne","title":"bottom-sheet__title_uymne","titleCenter":"bottom-sheet__titleCenter_uymne","titleLeft":"bottom-sheet__titleLeft_uymne","trimTitle":"bottom-sheet__trimTitle_uymne"};
16
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_lz976","hasContent":"bottom-sheet__hasContent_lz976","header":"bottom-sheet__header_lz976","sticky":"bottom-sheet__sticky_lz976","highlighted":"bottom-sheet__highlighted_lz976","justifyEnd":"bottom-sheet__justifyEnd_lz976","addon":"bottom-sheet__addon_lz976","addonFixed":"bottom-sheet__addonFixed_lz976","title":"bottom-sheet__title_lz976","titleCenter":"bottom-sheet__titleCenter_lz976","titleLeft":"bottom-sheet__titleLeft_lz976","trimTitle":"bottom-sheet__trimTitle_lz976"};
17
17
  require('./index.css')
18
18
 
19
19
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1yegp */
1
+ /* hash: 16t75 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -38,42 +38,42 @@
38
38
  --bottom-sheet-title-font-family: var(--font-family-system);
39
39
 
40
40
  /* footer */
41
- } .bottom-sheet__headerWrapper_uymne {
41
+ } .bottom-sheet__headerWrapper_lz976 {
42
42
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
43
43
  border-top-left-radius: inherit;
44
44
  border-top-right-radius: inherit;
45
45
  z-index: 1;
46
- } .bottom-sheet__hasContent_uymne {
46
+ } .bottom-sheet__hasContent_lz976 {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_uymne {
48
+ } .bottom-sheet__header_lz976 {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_uymne {
50
+ } .bottom-sheet__sticky_lz976 {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_uymne {
53
+ } .bottom-sheet__highlighted_lz976 {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_uymne {
55
+ } .bottom-sheet__justifyEnd_lz976 {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_uymne {
57
+ } .bottom-sheet__addon_lz976 {
58
58
  display: flex;
59
59
  justify-content: center;
60
60
  align-items: center;
61
61
  min-width: 48px;
62
62
  height: 48px;
63
- } .bottom-sheet__addonFixed_uymne {
63
+ } .bottom-sheet__addonFixed_lz976 {
64
64
  position: fixed;
65
- } .bottom-sheet__title_uymne {
65
+ } .bottom-sheet__title_lz976 {
66
66
  padding: 10px var(--gap-8);
67
67
  width: 100%;
68
68
  font-size: var(--bottom-sheet-title-font-size);
69
69
  font-weight: var(--bottom-sheet-title-font-weight);
70
70
  line-height: var(--bottom-sheet-title-line-height);
71
71
  font-family: var(--bottom-sheet-title-font-family);
72
- } .bottom-sheet__titleCenter_uymne {
72
+ } .bottom-sheet__titleCenter_lz976 {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_uymne {
74
+ } .bottom-sheet__titleLeft_lz976 {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_uymne {
76
+ } .bottom-sheet__trimTitle_lz976 {
77
77
  white-space: nowrap;
78
78
  overflow: hidden;
79
79
  text-overflow: ellipsis;
package/esm/component.js CHANGED
@@ -13,7 +13,7 @@ import { horizontalDirections } from './consts/swipeConsts.js';
13
13
  import { useVisibleViewportSize } from './hooks/use-visualviewport-size.js';
14
14
  import { convertPercentToNumber, TIMEOUT, MARKER_HEIGHT, SCROLL_OFFSET, SWIPE_VELOCITY, CLOSE_OFFSET } from './utils.js';
15
15
 
16
- var styles = {"modal":"bottom-sheet__modal_82mcq","wrapper":"bottom-sheet__wrapper_82mcq","fullscreen":"bottom-sheet__fullscreen_82mcq","component":"bottom-sheet__component_82mcq","withTransition":"bottom-sheet__withTransition_82mcq","scrollableContainer":"bottom-sheet__scrollableContainer_82mcq","marker":"bottom-sheet__marker_82mcq","defaultMarker":"bottom-sheet__defaultMarker_82mcq","content":"bottom-sheet__content_82mcq","noHeader":"bottom-sheet__noHeader_82mcq","noFooter":"bottom-sheet__noFooter_82mcq","scrollLocked":"bottom-sheet__scrollLocked_82mcq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_82mcq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_82mcq","appear":"bottom-sheet__appear_82mcq","enter":"bottom-sheet__enter_82mcq","appearActive":"bottom-sheet__appearActive_82mcq","enterActive":"bottom-sheet__enterActive_82mcq","enterDone":"bottom-sheet__enterDone_82mcq","appearDone":"bottom-sheet__appearDone_82mcq","exit":"bottom-sheet__exit_82mcq","exitActive":"bottom-sheet__exitActive_82mcq","safeAreaBottom":"bottom-sheet__safeAreaBottom_82mcq","background-accent":"bottom-sheet__background-accent_82mcq","background-info":"bottom-sheet__background-info_82mcq","background-attention-muted":"bottom-sheet__background-attention-muted_82mcq","background-positive-muted":"bottom-sheet__background-positive-muted_82mcq","background-negative-muted":"bottom-sheet__background-negative-muted_82mcq","background-primary":"bottom-sheet__background-primary_82mcq","background-primary-inverted":"bottom-sheet__background-primary-inverted_82mcq","background-secondary":"bottom-sheet__background-secondary_82mcq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_82mcq","background-tertiary":"bottom-sheet__background-tertiary_82mcq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_82mcq","background-quaternary":"bottom-sheet__background-quaternary_82mcq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_82mcq","background-specialbg-component":"bottom-sheet__background-specialbg-component_82mcq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_82mcq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_82mcq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_82mcq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_82mcq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_82mcq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_82mcq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_82mcq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_82mcq"};
16
+ var styles = {"modal":"bottom-sheet__modal_13say","wrapper":"bottom-sheet__wrapper_13say","fullscreen":"bottom-sheet__fullscreen_13say","component":"bottom-sheet__component_13say","withTransition":"bottom-sheet__withTransition_13say","scrollableContainer":"bottom-sheet__scrollableContainer_13say","marker":"bottom-sheet__marker_13say","defaultMarker":"bottom-sheet__defaultMarker_13say","content":"bottom-sheet__content_13say","noHeader":"bottom-sheet__noHeader_13say","noFooter":"bottom-sheet__noFooter_13say","scrollLocked":"bottom-sheet__scrollLocked_13say","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_13say","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_13say","appear":"bottom-sheet__appear_13say","enter":"bottom-sheet__enter_13say","appearActive":"bottom-sheet__appearActive_13say","enterActive":"bottom-sheet__enterActive_13say","enterDone":"bottom-sheet__enterDone_13say","appearDone":"bottom-sheet__appearDone_13say","exit":"bottom-sheet__exit_13say","exitActive":"bottom-sheet__exitActive_13say","safeAreaBottom":"bottom-sheet__safeAreaBottom_13say","background-accent":"bottom-sheet__background-accent_13say","background-info":"bottom-sheet__background-info_13say","background-attention-muted":"bottom-sheet__background-attention-muted_13say","background-positive-muted":"bottom-sheet__background-positive-muted_13say","background-negative-muted":"bottom-sheet__background-negative-muted_13say","background-primary":"bottom-sheet__background-primary_13say","background-primary-inverted":"bottom-sheet__background-primary-inverted_13say","background-secondary":"bottom-sheet__background-secondary_13say","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_13say","background-tertiary":"bottom-sheet__background-tertiary_13say","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_13say","background-quaternary":"bottom-sheet__background-quaternary_13say","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_13say","background-specialbg-component":"bottom-sheet__background-specialbg-component_13say","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_13say","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_13say","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_13say","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_13say","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_13say","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_13say","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_13say","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_13say"};
17
17
  require('./index.css')
18
18
 
19
19
  var isNil = fnUtils.isNil;
@@ -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_1hjkd","sticky":"bottom-sheet__sticky_1hjkd","highlighted":"bottom-sheet__highlighted_1hjkd","background-accent":"bottom-sheet__background-accent_1hjkd","background-info":"bottom-sheet__background-info_1hjkd","background-attention-muted":"bottom-sheet__background-attention-muted_1hjkd","background-positive-muted":"bottom-sheet__background-positive-muted_1hjkd","background-negative-muted":"bottom-sheet__background-negative-muted_1hjkd","background-primary":"bottom-sheet__background-primary_1hjkd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1hjkd","background-secondary":"bottom-sheet__background-secondary_1hjkd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1hjkd","background-tertiary":"bottom-sheet__background-tertiary_1hjkd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1hjkd","background-quaternary":"bottom-sheet__background-quaternary_1hjkd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1hjkd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1hjkd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1hjkd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1hjkd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1hjkd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1hjkd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1hjkd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1hjkd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd"};
5
+ var styles = {"footer":"bottom-sheet__footer_18k6x","sticky":"bottom-sheet__sticky_18k6x","highlighted":"bottom-sheet__highlighted_18k6x","background-accent":"bottom-sheet__background-accent_18k6x","background-info":"bottom-sheet__background-info_18k6x","background-attention-muted":"bottom-sheet__background-attention-muted_18k6x","background-positive-muted":"bottom-sheet__background-positive-muted_18k6x","background-negative-muted":"bottom-sheet__background-negative-muted_18k6x","background-primary":"bottom-sheet__background-primary_18k6x","background-primary-inverted":"bottom-sheet__background-primary-inverted_18k6x","background-secondary":"bottom-sheet__background-secondary_18k6x","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_18k6x","background-tertiary":"bottom-sheet__background-tertiary_18k6x","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_18k6x","background-quaternary":"bottom-sheet__background-quaternary_18k6x","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_18k6x","background-specialbg-component":"bottom-sheet__background-specialbg-component_18k6x","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_18k6x","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_18k6x","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_18k6x","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_18k6x","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_18k6x","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_18k6x","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_18k6x","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_18k6x"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 14i9d */
1
+ /* hash: 15i6n */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -52,58 +52,58 @@
52
52
  /* footer */
53
53
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
54
54
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
55
- } .bottom-sheet__footer_1hjkd {
55
+ } .bottom-sheet__footer_18k6x {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_1hjkd {
58
+ } .bottom-sheet__sticky_18k6x {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_1hjkd {
62
+ } .bottom-sheet__highlighted_18k6x {
63
63
  border-top: var(--bottom-sheet-footer-border-top);
64
64
  background-color: var(--bottom-sheet-footer-background-color);
65
- } .bottom-sheet__background-accent_1hjkd {
65
+ } .bottom-sheet__background-accent_18k6x {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_1hjkd {
67
+ } .bottom-sheet__background-info_18k6x {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_1hjkd {
69
+ } .bottom-sheet__background-attention-muted_18k6x {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_1hjkd {
71
+ } .bottom-sheet__background-positive-muted_18k6x {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_1hjkd {
73
+ } .bottom-sheet__background-negative-muted_18k6x {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_1hjkd {
75
+ } .bottom-sheet__background-primary_18k6x {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_1hjkd {
77
+ } .bottom-sheet__background-primary-inverted_18k6x {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_1hjkd {
79
+ } .bottom-sheet__background-secondary_18k6x {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_1hjkd {
81
+ } .bottom-sheet__background-secondary-inverted_18k6x {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_1hjkd {
83
+ } .bottom-sheet__background-tertiary_18k6x {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_1hjkd {
85
+ } .bottom-sheet__background-tertiary-inverted_18k6x {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_1hjkd {
87
+ } .bottom-sheet__background-quaternary_18k6x {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_1hjkd {
89
+ } .bottom-sheet__background-quaternary-inverted_18k6x {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_1hjkd {
91
+ } .bottom-sheet__background-specialbg-component_18k6x {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_1hjkd {
93
+ } .bottom-sheet__background-specialbg-component-inverted_18k6x {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_1hjkd {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_18k6x {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_1hjkd {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_18k6x {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_1hjkd {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_18k6x {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_1hjkd {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_18k6x {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_18k6x {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_1hjkd {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_18k6x {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_18k6x {
108
108
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
109
109
  }
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
5
5
  import { NavigationBarPrivate } from '@alfalab/core-components-navigation-bar-private/esm';
6
6
 
7
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_uymne","hasContent":"bottom-sheet__hasContent_uymne","header":"bottom-sheet__header_uymne","sticky":"bottom-sheet__sticky_uymne","highlighted":"bottom-sheet__highlighted_uymne","justifyEnd":"bottom-sheet__justifyEnd_uymne","addon":"bottom-sheet__addon_uymne","addonFixed":"bottom-sheet__addonFixed_uymne","title":"bottom-sheet__title_uymne","titleCenter":"bottom-sheet__titleCenter_uymne","titleLeft":"bottom-sheet__titleLeft_uymne","trimTitle":"bottom-sheet__trimTitle_uymne"};
7
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_lz976","hasContent":"bottom-sheet__hasContent_lz976","header":"bottom-sheet__header_lz976","sticky":"bottom-sheet__sticky_lz976","highlighted":"bottom-sheet__highlighted_lz976","justifyEnd":"bottom-sheet__justifyEnd_lz976","addon":"bottom-sheet__addon_lz976","addonFixed":"bottom-sheet__addonFixed_lz976","title":"bottom-sheet__title_lz976","titleCenter":"bottom-sheet__titleCenter_lz976","titleLeft":"bottom-sheet__titleLeft_lz976","trimTitle":"bottom-sheet__trimTitle_lz976"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1yegp */
1
+ /* hash: 16t75 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -38,42 +38,42 @@
38
38
  --bottom-sheet-title-font-family: var(--font-family-system);
39
39
 
40
40
  /* footer */
41
- } .bottom-sheet__headerWrapper_uymne {
41
+ } .bottom-sheet__headerWrapper_lz976 {
42
42
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
43
43
  border-top-left-radius: inherit;
44
44
  border-top-right-radius: inherit;
45
45
  z-index: 1;
46
- } .bottom-sheet__hasContent_uymne {
46
+ } .bottom-sheet__hasContent_lz976 {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_uymne {
48
+ } .bottom-sheet__header_lz976 {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_uymne {
50
+ } .bottom-sheet__sticky_lz976 {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_uymne {
53
+ } .bottom-sheet__highlighted_lz976 {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_uymne {
55
+ } .bottom-sheet__justifyEnd_lz976 {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_uymne {
57
+ } .bottom-sheet__addon_lz976 {
58
58
  display: flex;
59
59
  justify-content: center;
60
60
  align-items: center;
61
61
  min-width: 48px;
62
62
  height: 48px;
63
- } .bottom-sheet__addonFixed_uymne {
63
+ } .bottom-sheet__addonFixed_lz976 {
64
64
  position: fixed;
65
- } .bottom-sheet__title_uymne {
65
+ } .bottom-sheet__title_lz976 {
66
66
  padding: 10px var(--gap-8);
67
67
  width: 100%;
68
68
  font-size: var(--bottom-sheet-title-font-size);
69
69
  font-weight: var(--bottom-sheet-title-font-weight);
70
70
  line-height: var(--bottom-sheet-title-line-height);
71
71
  font-family: var(--bottom-sheet-title-font-family);
72
- } .bottom-sheet__titleCenter_uymne {
72
+ } .bottom-sheet__titleCenter_lz976 {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_uymne {
74
+ } .bottom-sheet__titleLeft_lz976 {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_uymne {
76
+ } .bottom-sheet__trimTitle_lz976 {
77
77
  white-space: nowrap;
78
78
  overflow: hidden;
79
79
  text-overflow: ellipsis;