@alfalab/core-components-bottom-sheet 6.17.2 → 6.17.3

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_phj6o","wrapper":"bottom-sheet__wrapper_phj6o","fullscreen":"bottom-sheet__fullscreen_phj6o","component":"bottom-sheet__component_phj6o","withTransition":"bottom-sheet__withTransition_phj6o","scrollableContainer":"bottom-sheet__scrollableContainer_phj6o","marker":"bottom-sheet__marker_phj6o","defaultMarker":"bottom-sheet__defaultMarker_phj6o","content":"bottom-sheet__content_phj6o","noHeader":"bottom-sheet__noHeader_phj6o","noFooter":"bottom-sheet__noFooter_phj6o","scrollLocked":"bottom-sheet__scrollLocked_phj6o","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_phj6o","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_phj6o","appear":"bottom-sheet__appear_phj6o","enter":"bottom-sheet__enter_phj6o","appearActive":"bottom-sheet__appearActive_phj6o","enterActive":"bottom-sheet__enterActive_phj6o","enterDone":"bottom-sheet__enterDone_phj6o","appearDone":"bottom-sheet__appearDone_phj6o","exit":"bottom-sheet__exit_phj6o","exitActive":"bottom-sheet__exitActive_phj6o","safeAreaBottom":"bottom-sheet__safeAreaBottom_phj6o","background-accent":"bottom-sheet__background-accent_phj6o","background-info":"bottom-sheet__background-info_phj6o","background-attention-muted":"bottom-sheet__background-attention-muted_phj6o","background-positive-muted":"bottom-sheet__background-positive-muted_phj6o","background-negative-muted":"bottom-sheet__background-negative-muted_phj6o","background-primary":"bottom-sheet__background-primary_phj6o","background-primary-inverted":"bottom-sheet__background-primary-inverted_phj6o","background-secondary":"bottom-sheet__background-secondary_phj6o","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_phj6o","background-tertiary":"bottom-sheet__background-tertiary_phj6o","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_phj6o","background-quaternary":"bottom-sheet__background-quaternary_phj6o","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_phj6o","background-specialbg-component":"bottom-sheet__background-specialbg-component_phj6o","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_phj6o","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_phj6o","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_phj6o","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_phj6o","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_phj6o","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_phj6o","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_phj6o","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_phj6o"};
26
+ var styles = {"modal":"bottom-sheet__modal_726am","wrapper":"bottom-sheet__wrapper_726am","fullscreen":"bottom-sheet__fullscreen_726am","component":"bottom-sheet__component_726am","withTransition":"bottom-sheet__withTransition_726am","scrollableContainer":"bottom-sheet__scrollableContainer_726am","marker":"bottom-sheet__marker_726am","defaultMarker":"bottom-sheet__defaultMarker_726am","content":"bottom-sheet__content_726am","noHeader":"bottom-sheet__noHeader_726am","noFooter":"bottom-sheet__noFooter_726am","scrollLocked":"bottom-sheet__scrollLocked_726am","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_726am","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_726am","appear":"bottom-sheet__appear_726am","enter":"bottom-sheet__enter_726am","appearActive":"bottom-sheet__appearActive_726am","enterActive":"bottom-sheet__enterActive_726am","enterDone":"bottom-sheet__enterDone_726am","appearDone":"bottom-sheet__appearDone_726am","exit":"bottom-sheet__exit_726am","exitActive":"bottom-sheet__exitActive_726am","safeAreaBottom":"bottom-sheet__safeAreaBottom_726am","background-accent":"bottom-sheet__background-accent_726am","background-info":"bottom-sheet__background-info_726am","background-attention-muted":"bottom-sheet__background-attention-muted_726am","background-positive-muted":"bottom-sheet__background-positive-muted_726am","background-negative-muted":"bottom-sheet__background-negative-muted_726am","background-primary":"bottom-sheet__background-primary_726am","background-primary-inverted":"bottom-sheet__background-primary-inverted_726am","background-secondary":"bottom-sheet__background-secondary_726am","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_726am","background-tertiary":"bottom-sheet__background-tertiary_726am","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_726am","background-quaternary":"bottom-sheet__background-quaternary_726am","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_726am","background-specialbg-component":"bottom-sheet__background-specialbg-component_726am","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_726am","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_726am","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_726am","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_726am","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_726am","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_726am","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_726am","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_726am"};
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_rds8o","sticky":"bottom-sheet__sticky_rds8o","highlighted":"bottom-sheet__highlighted_rds8o","background-accent":"bottom-sheet__background-accent_rds8o","background-info":"bottom-sheet__background-info_rds8o","background-attention-muted":"bottom-sheet__background-attention-muted_rds8o","background-positive-muted":"bottom-sheet__background-positive-muted_rds8o","background-negative-muted":"bottom-sheet__background-negative-muted_rds8o","background-primary":"bottom-sheet__background-primary_rds8o","background-primary-inverted":"bottom-sheet__background-primary-inverted_rds8o","background-secondary":"bottom-sheet__background-secondary_rds8o","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_rds8o","background-tertiary":"bottom-sheet__background-tertiary_rds8o","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_rds8o","background-quaternary":"bottom-sheet__background-quaternary_rds8o","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_rds8o","background-specialbg-component":"bottom-sheet__background-specialbg-component_rds8o","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_rds8o","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_rds8o","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_rds8o","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_rds8o","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_rds8o","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_rds8o","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_rds8o","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_rds8o"};
14
+ var styles = {"footer":"bottom-sheet__footer_meoxi","sticky":"bottom-sheet__sticky_meoxi","highlighted":"bottom-sheet__highlighted_meoxi","background-accent":"bottom-sheet__background-accent_meoxi","background-info":"bottom-sheet__background-info_meoxi","background-attention-muted":"bottom-sheet__background-attention-muted_meoxi","background-positive-muted":"bottom-sheet__background-positive-muted_meoxi","background-negative-muted":"bottom-sheet__background-negative-muted_meoxi","background-primary":"bottom-sheet__background-primary_meoxi","background-primary-inverted":"bottom-sheet__background-primary-inverted_meoxi","background-secondary":"bottom-sheet__background-secondary_meoxi","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_meoxi","background-tertiary":"bottom-sheet__background-tertiary_meoxi","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_meoxi","background-quaternary":"bottom-sheet__background-quaternary_meoxi","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_meoxi","background-specialbg-component":"bottom-sheet__background-specialbg-component_meoxi","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_meoxi","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_meoxi","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_meoxi","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_meoxi","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_meoxi","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_meoxi","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_meoxi","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_meoxi"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1yv1z */
1
+ /* hash: 1owqm */
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_rds8o {
55
+ } .bottom-sheet__footer_meoxi {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_rds8o {
58
+ } .bottom-sheet__sticky_meoxi {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_rds8o {
62
+ } .bottom-sheet__highlighted_meoxi {
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_rds8o {
65
+ } .bottom-sheet__background-accent_meoxi {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_rds8o {
67
+ } .bottom-sheet__background-info_meoxi {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_rds8o {
69
+ } .bottom-sheet__background-attention-muted_meoxi {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_rds8o {
71
+ } .bottom-sheet__background-positive-muted_meoxi {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_rds8o {
73
+ } .bottom-sheet__background-negative-muted_meoxi {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_rds8o {
75
+ } .bottom-sheet__background-primary_meoxi {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_rds8o {
77
+ } .bottom-sheet__background-primary-inverted_meoxi {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_rds8o {
79
+ } .bottom-sheet__background-secondary_meoxi {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_rds8o {
81
+ } .bottom-sheet__background-secondary-inverted_meoxi {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_rds8o {
83
+ } .bottom-sheet__background-tertiary_meoxi {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_rds8o {
85
+ } .bottom-sheet__background-tertiary-inverted_meoxi {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_rds8o {
87
+ } .bottom-sheet__background-quaternary_meoxi {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_rds8o {
89
+ } .bottom-sheet__background-quaternary-inverted_meoxi {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_rds8o {
91
+ } .bottom-sheet__background-specialbg-component_meoxi {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_rds8o {
93
+ } .bottom-sheet__background-specialbg-component-inverted_meoxi {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_rds8o {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_meoxi {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_rds8o {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_meoxi {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_rds8o {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_meoxi {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_rds8o {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_meoxi {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_rds8o {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_meoxi {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_rds8o {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_meoxi {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_rds8o {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_meoxi {
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_13abi","hasContent":"bottom-sheet__hasContent_13abi","header":"bottom-sheet__header_13abi","sticky":"bottom-sheet__sticky_13abi","highlighted":"bottom-sheet__highlighted_13abi","justifyEnd":"bottom-sheet__justifyEnd_13abi","addon":"bottom-sheet__addon_13abi","addonFixed":"bottom-sheet__addonFixed_13abi","title":"bottom-sheet__title_13abi","titleCenter":"bottom-sheet__titleCenter_13abi","titleLeft":"bottom-sheet__titleLeft_13abi","trimTitle":"bottom-sheet__trimTitle_13abi"};
16
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_iyvnl","hasContent":"bottom-sheet__hasContent_iyvnl","header":"bottom-sheet__header_iyvnl","sticky":"bottom-sheet__sticky_iyvnl","highlighted":"bottom-sheet__highlighted_iyvnl","justifyEnd":"bottom-sheet__justifyEnd_iyvnl","addon":"bottom-sheet__addon_iyvnl","addonFixed":"bottom-sheet__addonFixed_iyvnl","title":"bottom-sheet__title_iyvnl","titleCenter":"bottom-sheet__titleCenter_iyvnl","titleLeft":"bottom-sheet__titleLeft_iyvnl","trimTitle":"bottom-sheet__trimTitle_iyvnl"};
17
17
  require('./index.css')
18
18
 
19
19
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: qmb9p */
1
+ /* hash: x3ua9 */
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_13abi {
41
+ } .bottom-sheet__headerWrapper_iyvnl {
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_13abi {
46
+ } .bottom-sheet__hasContent_iyvnl {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_13abi {
48
+ } .bottom-sheet__header_iyvnl {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_13abi {
50
+ } .bottom-sheet__sticky_iyvnl {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_13abi {
53
+ } .bottom-sheet__highlighted_iyvnl {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_13abi {
55
+ } .bottom-sheet__justifyEnd_iyvnl {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_13abi {
57
+ } .bottom-sheet__addon_iyvnl {
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_13abi {
63
+ } .bottom-sheet__addonFixed_iyvnl {
64
64
  position: fixed;
65
- } .bottom-sheet__title_13abi {
65
+ } .bottom-sheet__title_iyvnl {
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_13abi {
72
+ } .bottom-sheet__titleCenter_iyvnl {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_13abi {
74
+ } .bottom-sheet__titleLeft_iyvnl {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_13abi {
76
+ } .bottom-sheet__trimTitle_iyvnl {
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_phj6o","wrapper":"bottom-sheet__wrapper_phj6o","fullscreen":"bottom-sheet__fullscreen_phj6o","component":"bottom-sheet__component_phj6o","withTransition":"bottom-sheet__withTransition_phj6o","scrollableContainer":"bottom-sheet__scrollableContainer_phj6o","marker":"bottom-sheet__marker_phj6o","defaultMarker":"bottom-sheet__defaultMarker_phj6o","content":"bottom-sheet__content_phj6o","noHeader":"bottom-sheet__noHeader_phj6o","noFooter":"bottom-sheet__noFooter_phj6o","scrollLocked":"bottom-sheet__scrollLocked_phj6o","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_phj6o","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_phj6o","appear":"bottom-sheet__appear_phj6o","enter":"bottom-sheet__enter_phj6o","appearActive":"bottom-sheet__appearActive_phj6o","enterActive":"bottom-sheet__enterActive_phj6o","enterDone":"bottom-sheet__enterDone_phj6o","appearDone":"bottom-sheet__appearDone_phj6o","exit":"bottom-sheet__exit_phj6o","exitActive":"bottom-sheet__exitActive_phj6o","safeAreaBottom":"bottom-sheet__safeAreaBottom_phj6o","background-accent":"bottom-sheet__background-accent_phj6o","background-info":"bottom-sheet__background-info_phj6o","background-attention-muted":"bottom-sheet__background-attention-muted_phj6o","background-positive-muted":"bottom-sheet__background-positive-muted_phj6o","background-negative-muted":"bottom-sheet__background-negative-muted_phj6o","background-primary":"bottom-sheet__background-primary_phj6o","background-primary-inverted":"bottom-sheet__background-primary-inverted_phj6o","background-secondary":"bottom-sheet__background-secondary_phj6o","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_phj6o","background-tertiary":"bottom-sheet__background-tertiary_phj6o","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_phj6o","background-quaternary":"bottom-sheet__background-quaternary_phj6o","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_phj6o","background-specialbg-component":"bottom-sheet__background-specialbg-component_phj6o","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_phj6o","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_phj6o","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_phj6o","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_phj6o","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_phj6o","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_phj6o","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_phj6o","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_phj6o"};
16
+ var styles = {"modal":"bottom-sheet__modal_726am","wrapper":"bottom-sheet__wrapper_726am","fullscreen":"bottom-sheet__fullscreen_726am","component":"bottom-sheet__component_726am","withTransition":"bottom-sheet__withTransition_726am","scrollableContainer":"bottom-sheet__scrollableContainer_726am","marker":"bottom-sheet__marker_726am","defaultMarker":"bottom-sheet__defaultMarker_726am","content":"bottom-sheet__content_726am","noHeader":"bottom-sheet__noHeader_726am","noFooter":"bottom-sheet__noFooter_726am","scrollLocked":"bottom-sheet__scrollLocked_726am","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_726am","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_726am","appear":"bottom-sheet__appear_726am","enter":"bottom-sheet__enter_726am","appearActive":"bottom-sheet__appearActive_726am","enterActive":"bottom-sheet__enterActive_726am","enterDone":"bottom-sheet__enterDone_726am","appearDone":"bottom-sheet__appearDone_726am","exit":"bottom-sheet__exit_726am","exitActive":"bottom-sheet__exitActive_726am","safeAreaBottom":"bottom-sheet__safeAreaBottom_726am","background-accent":"bottom-sheet__background-accent_726am","background-info":"bottom-sheet__background-info_726am","background-attention-muted":"bottom-sheet__background-attention-muted_726am","background-positive-muted":"bottom-sheet__background-positive-muted_726am","background-negative-muted":"bottom-sheet__background-negative-muted_726am","background-primary":"bottom-sheet__background-primary_726am","background-primary-inverted":"bottom-sheet__background-primary-inverted_726am","background-secondary":"bottom-sheet__background-secondary_726am","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_726am","background-tertiary":"bottom-sheet__background-tertiary_726am","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_726am","background-quaternary":"bottom-sheet__background-quaternary_726am","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_726am","background-specialbg-component":"bottom-sheet__background-specialbg-component_726am","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_726am","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_726am","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_726am","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_726am","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_726am","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_726am","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_726am","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_726am"};
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_rds8o","sticky":"bottom-sheet__sticky_rds8o","highlighted":"bottom-sheet__highlighted_rds8o","background-accent":"bottom-sheet__background-accent_rds8o","background-info":"bottom-sheet__background-info_rds8o","background-attention-muted":"bottom-sheet__background-attention-muted_rds8o","background-positive-muted":"bottom-sheet__background-positive-muted_rds8o","background-negative-muted":"bottom-sheet__background-negative-muted_rds8o","background-primary":"bottom-sheet__background-primary_rds8o","background-primary-inverted":"bottom-sheet__background-primary-inverted_rds8o","background-secondary":"bottom-sheet__background-secondary_rds8o","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_rds8o","background-tertiary":"bottom-sheet__background-tertiary_rds8o","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_rds8o","background-quaternary":"bottom-sheet__background-quaternary_rds8o","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_rds8o","background-specialbg-component":"bottom-sheet__background-specialbg-component_rds8o","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_rds8o","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_rds8o","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_rds8o","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_rds8o","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_rds8o","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_rds8o","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_rds8o","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_rds8o"};
5
+ var styles = {"footer":"bottom-sheet__footer_meoxi","sticky":"bottom-sheet__sticky_meoxi","highlighted":"bottom-sheet__highlighted_meoxi","background-accent":"bottom-sheet__background-accent_meoxi","background-info":"bottom-sheet__background-info_meoxi","background-attention-muted":"bottom-sheet__background-attention-muted_meoxi","background-positive-muted":"bottom-sheet__background-positive-muted_meoxi","background-negative-muted":"bottom-sheet__background-negative-muted_meoxi","background-primary":"bottom-sheet__background-primary_meoxi","background-primary-inverted":"bottom-sheet__background-primary-inverted_meoxi","background-secondary":"bottom-sheet__background-secondary_meoxi","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_meoxi","background-tertiary":"bottom-sheet__background-tertiary_meoxi","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_meoxi","background-quaternary":"bottom-sheet__background-quaternary_meoxi","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_meoxi","background-specialbg-component":"bottom-sheet__background-specialbg-component_meoxi","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_meoxi","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_meoxi","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_meoxi","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_meoxi","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_meoxi","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_meoxi","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_meoxi","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_meoxi"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1yv1z */
1
+ /* hash: 1owqm */
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_rds8o {
55
+ } .bottom-sheet__footer_meoxi {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_rds8o {
58
+ } .bottom-sheet__sticky_meoxi {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_rds8o {
62
+ } .bottom-sheet__highlighted_meoxi {
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_rds8o {
65
+ } .bottom-sheet__background-accent_meoxi {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_rds8o {
67
+ } .bottom-sheet__background-info_meoxi {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_rds8o {
69
+ } .bottom-sheet__background-attention-muted_meoxi {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_rds8o {
71
+ } .bottom-sheet__background-positive-muted_meoxi {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_rds8o {
73
+ } .bottom-sheet__background-negative-muted_meoxi {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_rds8o {
75
+ } .bottom-sheet__background-primary_meoxi {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_rds8o {
77
+ } .bottom-sheet__background-primary-inverted_meoxi {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_rds8o {
79
+ } .bottom-sheet__background-secondary_meoxi {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_rds8o {
81
+ } .bottom-sheet__background-secondary-inverted_meoxi {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_rds8o {
83
+ } .bottom-sheet__background-tertiary_meoxi {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_rds8o {
85
+ } .bottom-sheet__background-tertiary-inverted_meoxi {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_rds8o {
87
+ } .bottom-sheet__background-quaternary_meoxi {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_rds8o {
89
+ } .bottom-sheet__background-quaternary-inverted_meoxi {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_rds8o {
91
+ } .bottom-sheet__background-specialbg-component_meoxi {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_rds8o {
93
+ } .bottom-sheet__background-specialbg-component-inverted_meoxi {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_rds8o {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_meoxi {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_rds8o {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_meoxi {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_rds8o {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_meoxi {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_rds8o {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_meoxi {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_rds8o {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_meoxi {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_rds8o {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_meoxi {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_rds8o {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_meoxi {
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_13abi","hasContent":"bottom-sheet__hasContent_13abi","header":"bottom-sheet__header_13abi","sticky":"bottom-sheet__sticky_13abi","highlighted":"bottom-sheet__highlighted_13abi","justifyEnd":"bottom-sheet__justifyEnd_13abi","addon":"bottom-sheet__addon_13abi","addonFixed":"bottom-sheet__addonFixed_13abi","title":"bottom-sheet__title_13abi","titleCenter":"bottom-sheet__titleCenter_13abi","titleLeft":"bottom-sheet__titleLeft_13abi","trimTitle":"bottom-sheet__trimTitle_13abi"};
7
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_iyvnl","hasContent":"bottom-sheet__hasContent_iyvnl","header":"bottom-sheet__header_iyvnl","sticky":"bottom-sheet__sticky_iyvnl","highlighted":"bottom-sheet__highlighted_iyvnl","justifyEnd":"bottom-sheet__justifyEnd_iyvnl","addon":"bottom-sheet__addon_iyvnl","addonFixed":"bottom-sheet__addonFixed_iyvnl","title":"bottom-sheet__title_iyvnl","titleCenter":"bottom-sheet__titleCenter_iyvnl","titleLeft":"bottom-sheet__titleLeft_iyvnl","trimTitle":"bottom-sheet__trimTitle_iyvnl"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: qmb9p */
1
+ /* hash: x3ua9 */
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_13abi {
41
+ } .bottom-sheet__headerWrapper_iyvnl {
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_13abi {
46
+ } .bottom-sheet__hasContent_iyvnl {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_13abi {
48
+ } .bottom-sheet__header_iyvnl {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_13abi {
50
+ } .bottom-sheet__sticky_iyvnl {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_13abi {
53
+ } .bottom-sheet__highlighted_iyvnl {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_13abi {
55
+ } .bottom-sheet__justifyEnd_iyvnl {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_13abi {
57
+ } .bottom-sheet__addon_iyvnl {
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_13abi {
63
+ } .bottom-sheet__addonFixed_iyvnl {
64
64
  position: fixed;
65
- } .bottom-sheet__title_13abi {
65
+ } .bottom-sheet__title_iyvnl {
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_13abi {
72
+ } .bottom-sheet__titleCenter_iyvnl {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_13abi {
74
+ } .bottom-sheet__titleLeft_iyvnl {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_13abi {
76
+ } .bottom-sheet__trimTitle_iyvnl {
77
77
  white-space: nowrap;
78
78
  overflow: hidden;
79
79
  text-overflow: ellipsis;