@alfalab/core-components-bottom-sheet 6.18.2 → 6.18.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_27qoq","wrapper":"bottom-sheet__wrapper_27qoq","fullscreen":"bottom-sheet__fullscreen_27qoq","component":"bottom-sheet__component_27qoq","withTransition":"bottom-sheet__withTransition_27qoq","scrollableContainer":"bottom-sheet__scrollableContainer_27qoq","marker":"bottom-sheet__marker_27qoq","defaultMarker":"bottom-sheet__defaultMarker_27qoq","content":"bottom-sheet__content_27qoq","noHeader":"bottom-sheet__noHeader_27qoq","noFooter":"bottom-sheet__noFooter_27qoq","scrollLocked":"bottom-sheet__scrollLocked_27qoq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_27qoq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_27qoq","appear":"bottom-sheet__appear_27qoq","enter":"bottom-sheet__enter_27qoq","appearActive":"bottom-sheet__appearActive_27qoq","enterActive":"bottom-sheet__enterActive_27qoq","enterDone":"bottom-sheet__enterDone_27qoq","appearDone":"bottom-sheet__appearDone_27qoq","exit":"bottom-sheet__exit_27qoq","exitActive":"bottom-sheet__exitActive_27qoq","safeAreaBottom":"bottom-sheet__safeAreaBottom_27qoq","background-accent":"bottom-sheet__background-accent_27qoq","background-info":"bottom-sheet__background-info_27qoq","background-attention-muted":"bottom-sheet__background-attention-muted_27qoq","background-positive-muted":"bottom-sheet__background-positive-muted_27qoq","background-negative-muted":"bottom-sheet__background-negative-muted_27qoq","background-primary":"bottom-sheet__background-primary_27qoq","background-primary-inverted":"bottom-sheet__background-primary-inverted_27qoq","background-secondary":"bottom-sheet__background-secondary_27qoq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_27qoq","background-tertiary":"bottom-sheet__background-tertiary_27qoq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_27qoq","background-quaternary":"bottom-sheet__background-quaternary_27qoq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_27qoq","background-specialbg-component":"bottom-sheet__background-specialbg-component_27qoq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_27qoq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_27qoq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_27qoq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_27qoq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_27qoq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_27qoq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_27qoq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_27qoq"};
26
+ var styles = {"modal":"bottom-sheet__modal_bcsom","wrapper":"bottom-sheet__wrapper_bcsom","fullscreen":"bottom-sheet__fullscreen_bcsom","component":"bottom-sheet__component_bcsom","withTransition":"bottom-sheet__withTransition_bcsom","scrollableContainer":"bottom-sheet__scrollableContainer_bcsom","marker":"bottom-sheet__marker_bcsom","defaultMarker":"bottom-sheet__defaultMarker_bcsom","content":"bottom-sheet__content_bcsom","noHeader":"bottom-sheet__noHeader_bcsom","noFooter":"bottom-sheet__noFooter_bcsom","scrollLocked":"bottom-sheet__scrollLocked_bcsom","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_bcsom","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_bcsom","appear":"bottom-sheet__appear_bcsom","enter":"bottom-sheet__enter_bcsom","appearActive":"bottom-sheet__appearActive_bcsom","enterActive":"bottom-sheet__enterActive_bcsom","enterDone":"bottom-sheet__enterDone_bcsom","appearDone":"bottom-sheet__appearDone_bcsom","exit":"bottom-sheet__exit_bcsom","exitActive":"bottom-sheet__exitActive_bcsom","safeAreaBottom":"bottom-sheet__safeAreaBottom_bcsom","background-accent":"bottom-sheet__background-accent_bcsom","background-info":"bottom-sheet__background-info_bcsom","background-attention-muted":"bottom-sheet__background-attention-muted_bcsom","background-positive-muted":"bottom-sheet__background-positive-muted_bcsom","background-negative-muted":"bottom-sheet__background-negative-muted_bcsom","background-primary":"bottom-sheet__background-primary_bcsom","background-primary-inverted":"bottom-sheet__background-primary-inverted_bcsom","background-secondary":"bottom-sheet__background-secondary_bcsom","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_bcsom","background-tertiary":"bottom-sheet__background-tertiary_bcsom","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_bcsom","background-quaternary":"bottom-sheet__background-quaternary_bcsom","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_bcsom","background-specialbg-component":"bottom-sheet__background-specialbg-component_bcsom","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_bcsom","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_bcsom","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_bcsom","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_bcsom","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_bcsom","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_bcsom","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_bcsom","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_bcsom"};
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_1h964","sticky":"bottom-sheet__sticky_1h964","highlighted":"bottom-sheet__highlighted_1h964","background-accent":"bottom-sheet__background-accent_1h964","background-info":"bottom-sheet__background-info_1h964","background-attention-muted":"bottom-sheet__background-attention-muted_1h964","background-positive-muted":"bottom-sheet__background-positive-muted_1h964","background-negative-muted":"bottom-sheet__background-negative-muted_1h964","background-primary":"bottom-sheet__background-primary_1h964","background-primary-inverted":"bottom-sheet__background-primary-inverted_1h964","background-secondary":"bottom-sheet__background-secondary_1h964","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1h964","background-tertiary":"bottom-sheet__background-tertiary_1h964","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1h964","background-quaternary":"bottom-sheet__background-quaternary_1h964","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1h964","background-specialbg-component":"bottom-sheet__background-specialbg-component_1h964","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1h964","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1h964","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1h964","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1h964","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1h964","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1h964","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1h964","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1h964"};
14
+ var styles = {"footer":"bottom-sheet__footer_1u4zd","sticky":"bottom-sheet__sticky_1u4zd","highlighted":"bottom-sheet__highlighted_1u4zd","background-accent":"bottom-sheet__background-accent_1u4zd","background-info":"bottom-sheet__background-info_1u4zd","background-attention-muted":"bottom-sheet__background-attention-muted_1u4zd","background-positive-muted":"bottom-sheet__background-positive-muted_1u4zd","background-negative-muted":"bottom-sheet__background-negative-muted_1u4zd","background-primary":"bottom-sheet__background-primary_1u4zd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1u4zd","background-secondary":"bottom-sheet__background-secondary_1u4zd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1u4zd","background-tertiary":"bottom-sheet__background-tertiary_1u4zd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1u4zd","background-quaternary":"bottom-sheet__background-quaternary_1u4zd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1u4zd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1u4zd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1u4zd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1u4zd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1u4zd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1u4zd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1u4zd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1u4zd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1u4zd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1u4zd"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: yadc1 */
1
+ /* hash: 13rj0 */
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;
@@ -55,58 +55,58 @@
55
55
  /* footer */
56
56
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
57
57
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__footer_1h964 {
58
+ } .bottom-sheet__footer_1u4zd {
59
59
  padding: var(--gap-16) var(--gap-16);
60
60
  background-color: var(--color-light-modal-bg-primary);
61
- } .bottom-sheet__sticky_1h964 {
61
+ } .bottom-sheet__sticky_1u4zd {
62
62
  position: sticky;
63
63
  bottom: var(--gap-0);
64
64
  z-index: 1;
65
- } .bottom-sheet__highlighted_1h964 {
65
+ } .bottom-sheet__highlighted_1u4zd {
66
66
  border-top: var(--bottom-sheet-footer-border-top);
67
67
  background-color: var(--bottom-sheet-footer-background-color);
68
- } .bottom-sheet__background-accent_1h964 {
68
+ } .bottom-sheet__background-accent_1u4zd {
69
69
  background-color: var(--color-light-bg-accent);
70
- } .bottom-sheet__background-info_1h964 {
70
+ } .bottom-sheet__background-info_1u4zd {
71
71
  background-color: var(--color-light-bg-info);
72
- } .bottom-sheet__background-attention-muted_1h964 {
72
+ } .bottom-sheet__background-attention-muted_1u4zd {
73
73
  background-color: var(--color-light-bg-attention-muted);
74
- } .bottom-sheet__background-positive-muted_1h964 {
74
+ } .bottom-sheet__background-positive-muted_1u4zd {
75
75
  background-color: var(--color-light-bg-positive-muted);
76
- } .bottom-sheet__background-negative-muted_1h964 {
76
+ } .bottom-sheet__background-negative-muted_1u4zd {
77
77
  background-color: var(--color-light-bg-negative-muted);
78
- } .bottom-sheet__background-primary_1h964 {
78
+ } .bottom-sheet__background-primary_1u4zd {
79
79
  background-color: var(--color-light-bg-primary);
80
- } .bottom-sheet__background-primary-inverted_1h964 {
80
+ } .bottom-sheet__background-primary-inverted_1u4zd {
81
81
  background-color: var(--color-light-bg-primary-inverted);
82
- } .bottom-sheet__background-secondary_1h964 {
82
+ } .bottom-sheet__background-secondary_1u4zd {
83
83
  background-color: var(--color-light-bg-secondary);
84
- } .bottom-sheet__background-secondary-inverted_1h964 {
84
+ } .bottom-sheet__background-secondary-inverted_1u4zd {
85
85
  background-color: var(--color-light-bg-secondary-inverted);
86
- } .bottom-sheet__background-tertiary_1h964 {
86
+ } .bottom-sheet__background-tertiary_1u4zd {
87
87
  background-color: var(--color-light-bg-tertiary);
88
- } .bottom-sheet__background-tertiary-inverted_1h964 {
88
+ } .bottom-sheet__background-tertiary-inverted_1u4zd {
89
89
  background-color: var(--color-light-bg-tertiary-inverted);
90
- } .bottom-sheet__background-quaternary_1h964 {
90
+ } .bottom-sheet__background-quaternary_1u4zd {
91
91
  background-color: var(--color-light-bg-quaternary);
92
- } .bottom-sheet__background-quaternary-inverted_1h964 {
92
+ } .bottom-sheet__background-quaternary-inverted_1u4zd {
93
93
  background-color: var(--color-light-bg-quaternary-inverted);
94
- } .bottom-sheet__background-specialbg-component_1h964 {
94
+ } .bottom-sheet__background-specialbg-component_1u4zd {
95
95
  background-color: var(--color-light-specialbg-component);
96
- } .bottom-sheet__background-specialbg-component-inverted_1h964 {
96
+ } .bottom-sheet__background-specialbg-component-inverted_1u4zd {
97
97
  background-color: var(--color-light-specialbg-component-inverted);
98
- } .bottom-sheet__background-specialbg-primary-grouped_1h964 {
98
+ } .bottom-sheet__background-specialbg-primary-grouped_1u4zd {
99
99
  background-color: var(--color-light-specialbg-primary-grouped);
100
- } .bottom-sheet__background-specialbg-secondary-grouped_1h964 {
100
+ } .bottom-sheet__background-specialbg-secondary-grouped_1u4zd {
101
101
  background-color: var(--color-light-specialbg-secondary-grouped);
102
- } .bottom-sheet__background-specialbg-tertiary-grouped_1h964 {
102
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1u4zd {
103
103
  background-color: var(--color-light-specialbg-tertiary-grouped);
104
- } .bottom-sheet__background-specialbg-secondary-transparent_1h964 {
104
+ } .bottom-sheet__background-specialbg-secondary-transparent_1u4zd {
105
105
  background-color: var(--color-light-specialbg-secondary-transparent);
106
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1h964 {
106
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1u4zd {
107
107
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
108
- } .bottom-sheet__background-specialbg-tertiary-transparent_1h964 {
108
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1u4zd {
109
109
  background-color: var(--color-light-specialbg-tertiary-transparent);
110
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1h964 {
110
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1u4zd {
111
111
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
112
112
  }
@@ -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_1i7vh","hasContent":"bottom-sheet__hasContent_1i7vh","header":"bottom-sheet__header_1i7vh","sticky":"bottom-sheet__sticky_1i7vh","highlighted":"bottom-sheet__highlighted_1i7vh","justifyEnd":"bottom-sheet__justifyEnd_1i7vh","addon":"bottom-sheet__addon_1i7vh","addonFixed":"bottom-sheet__addonFixed_1i7vh","title":"bottom-sheet__title_1i7vh","titleCenter":"bottom-sheet__titleCenter_1i7vh","titleLeft":"bottom-sheet__titleLeft_1i7vh","trimTitle":"bottom-sheet__trimTitle_1i7vh"};
16
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_vxtcr","hasContent":"bottom-sheet__hasContent_vxtcr","header":"bottom-sheet__header_vxtcr","sticky":"bottom-sheet__sticky_vxtcr","highlighted":"bottom-sheet__highlighted_vxtcr","justifyEnd":"bottom-sheet__justifyEnd_vxtcr","addon":"bottom-sheet__addon_vxtcr","addonFixed":"bottom-sheet__addonFixed_vxtcr","title":"bottom-sheet__title_vxtcr","titleCenter":"bottom-sheet__titleCenter_vxtcr","titleLeft":"bottom-sheet__titleLeft_vxtcr","trimTitle":"bottom-sheet__trimTitle_vxtcr"};
17
17
  require('./index.css')
18
18
 
19
19
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: yp3jh */
1
+ /* hash: 1minx */
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 */
@@ -41,42 +41,42 @@
41
41
  --bottom-sheet-title-font-family: var(--font-family-system);
42
42
 
43
43
  /* footer */
44
- } .bottom-sheet__headerWrapper_1i7vh {
44
+ } .bottom-sheet__headerWrapper_vxtcr {
45
45
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
46
46
  border-top-left-radius: inherit;
47
47
  border-top-right-radius: inherit;
48
48
  z-index: 1;
49
- } .bottom-sheet__hasContent_1i7vh {
49
+ } .bottom-sheet__hasContent_vxtcr {
50
50
  background-color: inherit;
51
- } .bottom-sheet__header_1i7vh {
51
+ } .bottom-sheet__header_vxtcr {
52
52
  display: flex;
53
- } .bottom-sheet__sticky_1i7vh {
53
+ } .bottom-sheet__sticky_vxtcr {
54
54
  position: sticky;
55
55
  top: var(--gap-0);
56
- } .bottom-sheet__highlighted_1i7vh {
56
+ } .bottom-sheet__highlighted_vxtcr {
57
57
  border-bottom: var(--bottom-sheet-header-border-bottom);
58
- } .bottom-sheet__justifyEnd_1i7vh {
58
+ } .bottom-sheet__justifyEnd_vxtcr {
59
59
  justify-content: flex-end;
60
- } .bottom-sheet__addon_1i7vh {
60
+ } .bottom-sheet__addon_vxtcr {
61
61
  display: flex;
62
62
  justify-content: center;
63
63
  align-items: center;
64
64
  min-width: 48px;
65
65
  height: 48px;
66
- } .bottom-sheet__addonFixed_1i7vh {
66
+ } .bottom-sheet__addonFixed_vxtcr {
67
67
  position: fixed;
68
- } .bottom-sheet__title_1i7vh {
68
+ } .bottom-sheet__title_vxtcr {
69
69
  padding: 10px var(--gap-8);
70
70
  width: 100%;
71
71
  font-size: var(--bottom-sheet-title-font-size);
72
72
  font-weight: var(--bottom-sheet-title-font-weight);
73
73
  line-height: var(--bottom-sheet-title-line-height);
74
74
  font-family: var(--bottom-sheet-title-font-family);
75
- } .bottom-sheet__titleCenter_1i7vh {
75
+ } .bottom-sheet__titleCenter_vxtcr {
76
76
  text-align: center;
77
- } .bottom-sheet__titleLeft_1i7vh {
77
+ } .bottom-sheet__titleLeft_vxtcr {
78
78
  text-align: left;
79
- } .bottom-sheet__trimTitle_1i7vh {
79
+ } .bottom-sheet__trimTitle_vxtcr {
80
80
  white-space: nowrap;
81
81
  overflow: hidden;
82
82
  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_27qoq","wrapper":"bottom-sheet__wrapper_27qoq","fullscreen":"bottom-sheet__fullscreen_27qoq","component":"bottom-sheet__component_27qoq","withTransition":"bottom-sheet__withTransition_27qoq","scrollableContainer":"bottom-sheet__scrollableContainer_27qoq","marker":"bottom-sheet__marker_27qoq","defaultMarker":"bottom-sheet__defaultMarker_27qoq","content":"bottom-sheet__content_27qoq","noHeader":"bottom-sheet__noHeader_27qoq","noFooter":"bottom-sheet__noFooter_27qoq","scrollLocked":"bottom-sheet__scrollLocked_27qoq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_27qoq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_27qoq","appear":"bottom-sheet__appear_27qoq","enter":"bottom-sheet__enter_27qoq","appearActive":"bottom-sheet__appearActive_27qoq","enterActive":"bottom-sheet__enterActive_27qoq","enterDone":"bottom-sheet__enterDone_27qoq","appearDone":"bottom-sheet__appearDone_27qoq","exit":"bottom-sheet__exit_27qoq","exitActive":"bottom-sheet__exitActive_27qoq","safeAreaBottom":"bottom-sheet__safeAreaBottom_27qoq","background-accent":"bottom-sheet__background-accent_27qoq","background-info":"bottom-sheet__background-info_27qoq","background-attention-muted":"bottom-sheet__background-attention-muted_27qoq","background-positive-muted":"bottom-sheet__background-positive-muted_27qoq","background-negative-muted":"bottom-sheet__background-negative-muted_27qoq","background-primary":"bottom-sheet__background-primary_27qoq","background-primary-inverted":"bottom-sheet__background-primary-inverted_27qoq","background-secondary":"bottom-sheet__background-secondary_27qoq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_27qoq","background-tertiary":"bottom-sheet__background-tertiary_27qoq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_27qoq","background-quaternary":"bottom-sheet__background-quaternary_27qoq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_27qoq","background-specialbg-component":"bottom-sheet__background-specialbg-component_27qoq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_27qoq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_27qoq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_27qoq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_27qoq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_27qoq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_27qoq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_27qoq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_27qoq"};
16
+ var styles = {"modal":"bottom-sheet__modal_bcsom","wrapper":"bottom-sheet__wrapper_bcsom","fullscreen":"bottom-sheet__fullscreen_bcsom","component":"bottom-sheet__component_bcsom","withTransition":"bottom-sheet__withTransition_bcsom","scrollableContainer":"bottom-sheet__scrollableContainer_bcsom","marker":"bottom-sheet__marker_bcsom","defaultMarker":"bottom-sheet__defaultMarker_bcsom","content":"bottom-sheet__content_bcsom","noHeader":"bottom-sheet__noHeader_bcsom","noFooter":"bottom-sheet__noFooter_bcsom","scrollLocked":"bottom-sheet__scrollLocked_bcsom","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_bcsom","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_bcsom","appear":"bottom-sheet__appear_bcsom","enter":"bottom-sheet__enter_bcsom","appearActive":"bottom-sheet__appearActive_bcsom","enterActive":"bottom-sheet__enterActive_bcsom","enterDone":"bottom-sheet__enterDone_bcsom","appearDone":"bottom-sheet__appearDone_bcsom","exit":"bottom-sheet__exit_bcsom","exitActive":"bottom-sheet__exitActive_bcsom","safeAreaBottom":"bottom-sheet__safeAreaBottom_bcsom","background-accent":"bottom-sheet__background-accent_bcsom","background-info":"bottom-sheet__background-info_bcsom","background-attention-muted":"bottom-sheet__background-attention-muted_bcsom","background-positive-muted":"bottom-sheet__background-positive-muted_bcsom","background-negative-muted":"bottom-sheet__background-negative-muted_bcsom","background-primary":"bottom-sheet__background-primary_bcsom","background-primary-inverted":"bottom-sheet__background-primary-inverted_bcsom","background-secondary":"bottom-sheet__background-secondary_bcsom","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_bcsom","background-tertiary":"bottom-sheet__background-tertiary_bcsom","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_bcsom","background-quaternary":"bottom-sheet__background-quaternary_bcsom","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_bcsom","background-specialbg-component":"bottom-sheet__background-specialbg-component_bcsom","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_bcsom","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_bcsom","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_bcsom","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_bcsom","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_bcsom","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_bcsom","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_bcsom","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_bcsom"};
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_1h964","sticky":"bottom-sheet__sticky_1h964","highlighted":"bottom-sheet__highlighted_1h964","background-accent":"bottom-sheet__background-accent_1h964","background-info":"bottom-sheet__background-info_1h964","background-attention-muted":"bottom-sheet__background-attention-muted_1h964","background-positive-muted":"bottom-sheet__background-positive-muted_1h964","background-negative-muted":"bottom-sheet__background-negative-muted_1h964","background-primary":"bottom-sheet__background-primary_1h964","background-primary-inverted":"bottom-sheet__background-primary-inverted_1h964","background-secondary":"bottom-sheet__background-secondary_1h964","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1h964","background-tertiary":"bottom-sheet__background-tertiary_1h964","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1h964","background-quaternary":"bottom-sheet__background-quaternary_1h964","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1h964","background-specialbg-component":"bottom-sheet__background-specialbg-component_1h964","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1h964","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1h964","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1h964","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1h964","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1h964","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1h964","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1h964","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1h964"};
5
+ var styles = {"footer":"bottom-sheet__footer_1u4zd","sticky":"bottom-sheet__sticky_1u4zd","highlighted":"bottom-sheet__highlighted_1u4zd","background-accent":"bottom-sheet__background-accent_1u4zd","background-info":"bottom-sheet__background-info_1u4zd","background-attention-muted":"bottom-sheet__background-attention-muted_1u4zd","background-positive-muted":"bottom-sheet__background-positive-muted_1u4zd","background-negative-muted":"bottom-sheet__background-negative-muted_1u4zd","background-primary":"bottom-sheet__background-primary_1u4zd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1u4zd","background-secondary":"bottom-sheet__background-secondary_1u4zd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1u4zd","background-tertiary":"bottom-sheet__background-tertiary_1u4zd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1u4zd","background-quaternary":"bottom-sheet__background-quaternary_1u4zd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1u4zd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1u4zd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1u4zd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1u4zd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1u4zd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1u4zd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1u4zd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1u4zd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1u4zd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1u4zd"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: yadc1 */
1
+ /* hash: 13rj0 */
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;
@@ -55,58 +55,58 @@
55
55
  /* footer */
56
56
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
57
57
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__footer_1h964 {
58
+ } .bottom-sheet__footer_1u4zd {
59
59
  padding: var(--gap-16) var(--gap-16);
60
60
  background-color: var(--color-light-modal-bg-primary);
61
- } .bottom-sheet__sticky_1h964 {
61
+ } .bottom-sheet__sticky_1u4zd {
62
62
  position: sticky;
63
63
  bottom: var(--gap-0);
64
64
  z-index: 1;
65
- } .bottom-sheet__highlighted_1h964 {
65
+ } .bottom-sheet__highlighted_1u4zd {
66
66
  border-top: var(--bottom-sheet-footer-border-top);
67
67
  background-color: var(--bottom-sheet-footer-background-color);
68
- } .bottom-sheet__background-accent_1h964 {
68
+ } .bottom-sheet__background-accent_1u4zd {
69
69
  background-color: var(--color-light-bg-accent);
70
- } .bottom-sheet__background-info_1h964 {
70
+ } .bottom-sheet__background-info_1u4zd {
71
71
  background-color: var(--color-light-bg-info);
72
- } .bottom-sheet__background-attention-muted_1h964 {
72
+ } .bottom-sheet__background-attention-muted_1u4zd {
73
73
  background-color: var(--color-light-bg-attention-muted);
74
- } .bottom-sheet__background-positive-muted_1h964 {
74
+ } .bottom-sheet__background-positive-muted_1u4zd {
75
75
  background-color: var(--color-light-bg-positive-muted);
76
- } .bottom-sheet__background-negative-muted_1h964 {
76
+ } .bottom-sheet__background-negative-muted_1u4zd {
77
77
  background-color: var(--color-light-bg-negative-muted);
78
- } .bottom-sheet__background-primary_1h964 {
78
+ } .bottom-sheet__background-primary_1u4zd {
79
79
  background-color: var(--color-light-bg-primary);
80
- } .bottom-sheet__background-primary-inverted_1h964 {
80
+ } .bottom-sheet__background-primary-inverted_1u4zd {
81
81
  background-color: var(--color-light-bg-primary-inverted);
82
- } .bottom-sheet__background-secondary_1h964 {
82
+ } .bottom-sheet__background-secondary_1u4zd {
83
83
  background-color: var(--color-light-bg-secondary);
84
- } .bottom-sheet__background-secondary-inverted_1h964 {
84
+ } .bottom-sheet__background-secondary-inverted_1u4zd {
85
85
  background-color: var(--color-light-bg-secondary-inverted);
86
- } .bottom-sheet__background-tertiary_1h964 {
86
+ } .bottom-sheet__background-tertiary_1u4zd {
87
87
  background-color: var(--color-light-bg-tertiary);
88
- } .bottom-sheet__background-tertiary-inverted_1h964 {
88
+ } .bottom-sheet__background-tertiary-inverted_1u4zd {
89
89
  background-color: var(--color-light-bg-tertiary-inverted);
90
- } .bottom-sheet__background-quaternary_1h964 {
90
+ } .bottom-sheet__background-quaternary_1u4zd {
91
91
  background-color: var(--color-light-bg-quaternary);
92
- } .bottom-sheet__background-quaternary-inverted_1h964 {
92
+ } .bottom-sheet__background-quaternary-inverted_1u4zd {
93
93
  background-color: var(--color-light-bg-quaternary-inverted);
94
- } .bottom-sheet__background-specialbg-component_1h964 {
94
+ } .bottom-sheet__background-specialbg-component_1u4zd {
95
95
  background-color: var(--color-light-specialbg-component);
96
- } .bottom-sheet__background-specialbg-component-inverted_1h964 {
96
+ } .bottom-sheet__background-specialbg-component-inverted_1u4zd {
97
97
  background-color: var(--color-light-specialbg-component-inverted);
98
- } .bottom-sheet__background-specialbg-primary-grouped_1h964 {
98
+ } .bottom-sheet__background-specialbg-primary-grouped_1u4zd {
99
99
  background-color: var(--color-light-specialbg-primary-grouped);
100
- } .bottom-sheet__background-specialbg-secondary-grouped_1h964 {
100
+ } .bottom-sheet__background-specialbg-secondary-grouped_1u4zd {
101
101
  background-color: var(--color-light-specialbg-secondary-grouped);
102
- } .bottom-sheet__background-specialbg-tertiary-grouped_1h964 {
102
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1u4zd {
103
103
  background-color: var(--color-light-specialbg-tertiary-grouped);
104
- } .bottom-sheet__background-specialbg-secondary-transparent_1h964 {
104
+ } .bottom-sheet__background-specialbg-secondary-transparent_1u4zd {
105
105
  background-color: var(--color-light-specialbg-secondary-transparent);
106
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1h964 {
106
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1u4zd {
107
107
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
108
- } .bottom-sheet__background-specialbg-tertiary-transparent_1h964 {
108
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1u4zd {
109
109
  background-color: var(--color-light-specialbg-tertiary-transparent);
110
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1h964 {
110
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1u4zd {
111
111
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
112
112
  }
@@ -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_1i7vh","hasContent":"bottom-sheet__hasContent_1i7vh","header":"bottom-sheet__header_1i7vh","sticky":"bottom-sheet__sticky_1i7vh","highlighted":"bottom-sheet__highlighted_1i7vh","justifyEnd":"bottom-sheet__justifyEnd_1i7vh","addon":"bottom-sheet__addon_1i7vh","addonFixed":"bottom-sheet__addonFixed_1i7vh","title":"bottom-sheet__title_1i7vh","titleCenter":"bottom-sheet__titleCenter_1i7vh","titleLeft":"bottom-sheet__titleLeft_1i7vh","trimTitle":"bottom-sheet__trimTitle_1i7vh"};
7
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_vxtcr","hasContent":"bottom-sheet__hasContent_vxtcr","header":"bottom-sheet__header_vxtcr","sticky":"bottom-sheet__sticky_vxtcr","highlighted":"bottom-sheet__highlighted_vxtcr","justifyEnd":"bottom-sheet__justifyEnd_vxtcr","addon":"bottom-sheet__addon_vxtcr","addonFixed":"bottom-sheet__addonFixed_vxtcr","title":"bottom-sheet__title_vxtcr","titleCenter":"bottom-sheet__titleCenter_vxtcr","titleLeft":"bottom-sheet__titleLeft_vxtcr","trimTitle":"bottom-sheet__trimTitle_vxtcr"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: yp3jh */
1
+ /* hash: 1minx */
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 */
@@ -41,42 +41,42 @@
41
41
  --bottom-sheet-title-font-family: var(--font-family-system);
42
42
 
43
43
  /* footer */
44
- } .bottom-sheet__headerWrapper_1i7vh {
44
+ } .bottom-sheet__headerWrapper_vxtcr {
45
45
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
46
46
  border-top-left-radius: inherit;
47
47
  border-top-right-radius: inherit;
48
48
  z-index: 1;
49
- } .bottom-sheet__hasContent_1i7vh {
49
+ } .bottom-sheet__hasContent_vxtcr {
50
50
  background-color: inherit;
51
- } .bottom-sheet__header_1i7vh {
51
+ } .bottom-sheet__header_vxtcr {
52
52
  display: flex;
53
- } .bottom-sheet__sticky_1i7vh {
53
+ } .bottom-sheet__sticky_vxtcr {
54
54
  position: sticky;
55
55
  top: var(--gap-0);
56
- } .bottom-sheet__highlighted_1i7vh {
56
+ } .bottom-sheet__highlighted_vxtcr {
57
57
  border-bottom: var(--bottom-sheet-header-border-bottom);
58
- } .bottom-sheet__justifyEnd_1i7vh {
58
+ } .bottom-sheet__justifyEnd_vxtcr {
59
59
  justify-content: flex-end;
60
- } .bottom-sheet__addon_1i7vh {
60
+ } .bottom-sheet__addon_vxtcr {
61
61
  display: flex;
62
62
  justify-content: center;
63
63
  align-items: center;
64
64
  min-width: 48px;
65
65
  height: 48px;
66
- } .bottom-sheet__addonFixed_1i7vh {
66
+ } .bottom-sheet__addonFixed_vxtcr {
67
67
  position: fixed;
68
- } .bottom-sheet__title_1i7vh {
68
+ } .bottom-sheet__title_vxtcr {
69
69
  padding: 10px var(--gap-8);
70
70
  width: 100%;
71
71
  font-size: var(--bottom-sheet-title-font-size);
72
72
  font-weight: var(--bottom-sheet-title-font-weight);
73
73
  line-height: var(--bottom-sheet-title-line-height);
74
74
  font-family: var(--bottom-sheet-title-font-family);
75
- } .bottom-sheet__titleCenter_1i7vh {
75
+ } .bottom-sheet__titleCenter_vxtcr {
76
76
  text-align: center;
77
- } .bottom-sheet__titleLeft_1i7vh {
77
+ } .bottom-sheet__titleLeft_vxtcr {
78
78
  text-align: left;
79
- } .bottom-sheet__trimTitle_1i7vh {
79
+ } .bottom-sheet__trimTitle_vxtcr {
80
80
  white-space: nowrap;
81
81
  overflow: hidden;
82
82
  text-overflow: ellipsis;