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

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_uemty","wrapper":"bottom-sheet__wrapper_uemty","fullscreen":"bottom-sheet__fullscreen_uemty","component":"bottom-sheet__component_uemty","withTransition":"bottom-sheet__withTransition_uemty","scrollableContainer":"bottom-sheet__scrollableContainer_uemty","marker":"bottom-sheet__marker_uemty","defaultMarker":"bottom-sheet__defaultMarker_uemty","content":"bottom-sheet__content_uemty","noHeader":"bottom-sheet__noHeader_uemty","noFooter":"bottom-sheet__noFooter_uemty","scrollLocked":"bottom-sheet__scrollLocked_uemty","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_uemty","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_uemty","appear":"bottom-sheet__appear_uemty","enter":"bottom-sheet__enter_uemty","appearActive":"bottom-sheet__appearActive_uemty","enterActive":"bottom-sheet__enterActive_uemty","enterDone":"bottom-sheet__enterDone_uemty","appearDone":"bottom-sheet__appearDone_uemty","exit":"bottom-sheet__exit_uemty","exitActive":"bottom-sheet__exitActive_uemty","safeAreaBottom":"bottom-sheet__safeAreaBottom_uemty","background-accent":"bottom-sheet__background-accent_uemty","background-info":"bottom-sheet__background-info_uemty","background-attention-muted":"bottom-sheet__background-attention-muted_uemty","background-positive-muted":"bottom-sheet__background-positive-muted_uemty","background-negative-muted":"bottom-sheet__background-negative-muted_uemty","background-primary":"bottom-sheet__background-primary_uemty","background-primary-inverted":"bottom-sheet__background-primary-inverted_uemty","background-secondary":"bottom-sheet__background-secondary_uemty","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_uemty","background-tertiary":"bottom-sheet__background-tertiary_uemty","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_uemty","background-quaternary":"bottom-sheet__background-quaternary_uemty","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_uemty","background-specialbg-component":"bottom-sheet__background-specialbg-component_uemty","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_uemty","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_uemty","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_uemty","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_uemty","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_uemty","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_uemty","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_uemty","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_uemty"};
26
+ var styles = {"modal":"bottom-sheet__modal_82mcq","wrapper":"bottom-sheet__wrapper_82mcq","fullscreen":"bottom-sheet__fullscreen_82mcq","component":"bottom-sheet__component_82mcq","withTransition":"bottom-sheet__withTransition_82mcq","scrollableContainer":"bottom-sheet__scrollableContainer_82mcq","marker":"bottom-sheet__marker_82mcq","defaultMarker":"bottom-sheet__defaultMarker_82mcq","content":"bottom-sheet__content_82mcq","noHeader":"bottom-sheet__noHeader_82mcq","noFooter":"bottom-sheet__noFooter_82mcq","scrollLocked":"bottom-sheet__scrollLocked_82mcq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_82mcq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_82mcq","appear":"bottom-sheet__appear_82mcq","enter":"bottom-sheet__enter_82mcq","appearActive":"bottom-sheet__appearActive_82mcq","enterActive":"bottom-sheet__enterActive_82mcq","enterDone":"bottom-sheet__enterDone_82mcq","appearDone":"bottom-sheet__appearDone_82mcq","exit":"bottom-sheet__exit_82mcq","exitActive":"bottom-sheet__exitActive_82mcq","safeAreaBottom":"bottom-sheet__safeAreaBottom_82mcq","background-accent":"bottom-sheet__background-accent_82mcq","background-info":"bottom-sheet__background-info_82mcq","background-attention-muted":"bottom-sheet__background-attention-muted_82mcq","background-positive-muted":"bottom-sheet__background-positive-muted_82mcq","background-negative-muted":"bottom-sheet__background-negative-muted_82mcq","background-primary":"bottom-sheet__background-primary_82mcq","background-primary-inverted":"bottom-sheet__background-primary-inverted_82mcq","background-secondary":"bottom-sheet__background-secondary_82mcq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_82mcq","background-tertiary":"bottom-sheet__background-tertiary_82mcq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_82mcq","background-quaternary":"bottom-sheet__background-quaternary_82mcq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_82mcq","background-specialbg-component":"bottom-sheet__background-specialbg-component_82mcq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_82mcq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_82mcq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_82mcq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_82mcq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_82mcq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_82mcq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_82mcq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_82mcq"};
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_swa7r","sticky":"bottom-sheet__sticky_swa7r","highlighted":"bottom-sheet__highlighted_swa7r","background-accent":"bottom-sheet__background-accent_swa7r","background-info":"bottom-sheet__background-info_swa7r","background-attention-muted":"bottom-sheet__background-attention-muted_swa7r","background-positive-muted":"bottom-sheet__background-positive-muted_swa7r","background-negative-muted":"bottom-sheet__background-negative-muted_swa7r","background-primary":"bottom-sheet__background-primary_swa7r","background-primary-inverted":"bottom-sheet__background-primary-inverted_swa7r","background-secondary":"bottom-sheet__background-secondary_swa7r","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_swa7r","background-tertiary":"bottom-sheet__background-tertiary_swa7r","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_swa7r","background-quaternary":"bottom-sheet__background-quaternary_swa7r","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_swa7r","background-specialbg-component":"bottom-sheet__background-specialbg-component_swa7r","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_swa7r","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_swa7r","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_swa7r","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_swa7r","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_swa7r","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_swa7r","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_swa7r","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_swa7r"};
14
+ var styles = {"footer":"bottom-sheet__footer_1hjkd","sticky":"bottom-sheet__sticky_1hjkd","highlighted":"bottom-sheet__highlighted_1hjkd","background-accent":"bottom-sheet__background-accent_1hjkd","background-info":"bottom-sheet__background-info_1hjkd","background-attention-muted":"bottom-sheet__background-attention-muted_1hjkd","background-positive-muted":"bottom-sheet__background-positive-muted_1hjkd","background-negative-muted":"bottom-sheet__background-negative-muted_1hjkd","background-primary":"bottom-sheet__background-primary_1hjkd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1hjkd","background-secondary":"bottom-sheet__background-secondary_1hjkd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1hjkd","background-tertiary":"bottom-sheet__background-tertiary_1hjkd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1hjkd","background-quaternary":"bottom-sheet__background-quaternary_1hjkd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1hjkd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1hjkd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1hjkd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1hjkd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1hjkd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1hjkd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1hjkd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1hjkd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 15s01 */
1
+ /* hash: 14i9d */
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_swa7r {
55
+ } .bottom-sheet__footer_1hjkd {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_swa7r {
58
+ } .bottom-sheet__sticky_1hjkd {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_swa7r {
62
+ } .bottom-sheet__highlighted_1hjkd {
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_swa7r {
65
+ } .bottom-sheet__background-accent_1hjkd {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_swa7r {
67
+ } .bottom-sheet__background-info_1hjkd {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_swa7r {
69
+ } .bottom-sheet__background-attention-muted_1hjkd {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_swa7r {
71
+ } .bottom-sheet__background-positive-muted_1hjkd {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_swa7r {
73
+ } .bottom-sheet__background-negative-muted_1hjkd {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_swa7r {
75
+ } .bottom-sheet__background-primary_1hjkd {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_swa7r {
77
+ } .bottom-sheet__background-primary-inverted_1hjkd {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_swa7r {
79
+ } .bottom-sheet__background-secondary_1hjkd {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_swa7r {
81
+ } .bottom-sheet__background-secondary-inverted_1hjkd {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_swa7r {
83
+ } .bottom-sheet__background-tertiary_1hjkd {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_swa7r {
85
+ } .bottom-sheet__background-tertiary-inverted_1hjkd {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_swa7r {
87
+ } .bottom-sheet__background-quaternary_1hjkd {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_swa7r {
89
+ } .bottom-sheet__background-quaternary-inverted_1hjkd {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_swa7r {
91
+ } .bottom-sheet__background-specialbg-component_1hjkd {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_swa7r {
93
+ } .bottom-sheet__background-specialbg-component-inverted_1hjkd {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_swa7r {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_1hjkd {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_swa7r {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_1hjkd {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_swa7r {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1hjkd {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_swa7r {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_1hjkd {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_swa7r {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_swa7r {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1hjkd {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_swa7r {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd {
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_11n5w","hasContent":"bottom-sheet__hasContent_11n5w","header":"bottom-sheet__header_11n5w","sticky":"bottom-sheet__sticky_11n5w","highlighted":"bottom-sheet__highlighted_11n5w","justifyEnd":"bottom-sheet__justifyEnd_11n5w","addon":"bottom-sheet__addon_11n5w","addonFixed":"bottom-sheet__addonFixed_11n5w","title":"bottom-sheet__title_11n5w","titleCenter":"bottom-sheet__titleCenter_11n5w","titleLeft":"bottom-sheet__titleLeft_11n5w","trimTitle":"bottom-sheet__trimTitle_11n5w"};
16
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_uymne","hasContent":"bottom-sheet__hasContent_uymne","header":"bottom-sheet__header_uymne","sticky":"bottom-sheet__sticky_uymne","highlighted":"bottom-sheet__highlighted_uymne","justifyEnd":"bottom-sheet__justifyEnd_uymne","addon":"bottom-sheet__addon_uymne","addonFixed":"bottom-sheet__addonFixed_uymne","title":"bottom-sheet__title_uymne","titleCenter":"bottom-sheet__titleCenter_uymne","titleLeft":"bottom-sheet__titleLeft_uymne","trimTitle":"bottom-sheet__trimTitle_uymne"};
17
17
  require('./index.css')
18
18
 
19
19
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: fzfv0 */
1
+ /* hash: 1yegp */
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_11n5w {
41
+ } .bottom-sheet__headerWrapper_uymne {
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_11n5w {
46
+ } .bottom-sheet__hasContent_uymne {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_11n5w {
48
+ } .bottom-sheet__header_uymne {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_11n5w {
50
+ } .bottom-sheet__sticky_uymne {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_11n5w {
53
+ } .bottom-sheet__highlighted_uymne {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_11n5w {
55
+ } .bottom-sheet__justifyEnd_uymne {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_11n5w {
57
+ } .bottom-sheet__addon_uymne {
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_11n5w {
63
+ } .bottom-sheet__addonFixed_uymne {
64
64
  position: fixed;
65
- } .bottom-sheet__title_11n5w {
65
+ } .bottom-sheet__title_uymne {
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_11n5w {
72
+ } .bottom-sheet__titleCenter_uymne {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_11n5w {
74
+ } .bottom-sheet__titleLeft_uymne {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_11n5w {
76
+ } .bottom-sheet__trimTitle_uymne {
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_uemty","wrapper":"bottom-sheet__wrapper_uemty","fullscreen":"bottom-sheet__fullscreen_uemty","component":"bottom-sheet__component_uemty","withTransition":"bottom-sheet__withTransition_uemty","scrollableContainer":"bottom-sheet__scrollableContainer_uemty","marker":"bottom-sheet__marker_uemty","defaultMarker":"bottom-sheet__defaultMarker_uemty","content":"bottom-sheet__content_uemty","noHeader":"bottom-sheet__noHeader_uemty","noFooter":"bottom-sheet__noFooter_uemty","scrollLocked":"bottom-sheet__scrollLocked_uemty","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_uemty","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_uemty","appear":"bottom-sheet__appear_uemty","enter":"bottom-sheet__enter_uemty","appearActive":"bottom-sheet__appearActive_uemty","enterActive":"bottom-sheet__enterActive_uemty","enterDone":"bottom-sheet__enterDone_uemty","appearDone":"bottom-sheet__appearDone_uemty","exit":"bottom-sheet__exit_uemty","exitActive":"bottom-sheet__exitActive_uemty","safeAreaBottom":"bottom-sheet__safeAreaBottom_uemty","background-accent":"bottom-sheet__background-accent_uemty","background-info":"bottom-sheet__background-info_uemty","background-attention-muted":"bottom-sheet__background-attention-muted_uemty","background-positive-muted":"bottom-sheet__background-positive-muted_uemty","background-negative-muted":"bottom-sheet__background-negative-muted_uemty","background-primary":"bottom-sheet__background-primary_uemty","background-primary-inverted":"bottom-sheet__background-primary-inverted_uemty","background-secondary":"bottom-sheet__background-secondary_uemty","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_uemty","background-tertiary":"bottom-sheet__background-tertiary_uemty","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_uemty","background-quaternary":"bottom-sheet__background-quaternary_uemty","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_uemty","background-specialbg-component":"bottom-sheet__background-specialbg-component_uemty","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_uemty","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_uemty","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_uemty","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_uemty","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_uemty","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_uemty","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_uemty","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_uemty"};
16
+ var styles = {"modal":"bottom-sheet__modal_82mcq","wrapper":"bottom-sheet__wrapper_82mcq","fullscreen":"bottom-sheet__fullscreen_82mcq","component":"bottom-sheet__component_82mcq","withTransition":"bottom-sheet__withTransition_82mcq","scrollableContainer":"bottom-sheet__scrollableContainer_82mcq","marker":"bottom-sheet__marker_82mcq","defaultMarker":"bottom-sheet__defaultMarker_82mcq","content":"bottom-sheet__content_82mcq","noHeader":"bottom-sheet__noHeader_82mcq","noFooter":"bottom-sheet__noFooter_82mcq","scrollLocked":"bottom-sheet__scrollLocked_82mcq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_82mcq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_82mcq","appear":"bottom-sheet__appear_82mcq","enter":"bottom-sheet__enter_82mcq","appearActive":"bottom-sheet__appearActive_82mcq","enterActive":"bottom-sheet__enterActive_82mcq","enterDone":"bottom-sheet__enterDone_82mcq","appearDone":"bottom-sheet__appearDone_82mcq","exit":"bottom-sheet__exit_82mcq","exitActive":"bottom-sheet__exitActive_82mcq","safeAreaBottom":"bottom-sheet__safeAreaBottom_82mcq","background-accent":"bottom-sheet__background-accent_82mcq","background-info":"bottom-sheet__background-info_82mcq","background-attention-muted":"bottom-sheet__background-attention-muted_82mcq","background-positive-muted":"bottom-sheet__background-positive-muted_82mcq","background-negative-muted":"bottom-sheet__background-negative-muted_82mcq","background-primary":"bottom-sheet__background-primary_82mcq","background-primary-inverted":"bottom-sheet__background-primary-inverted_82mcq","background-secondary":"bottom-sheet__background-secondary_82mcq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_82mcq","background-tertiary":"bottom-sheet__background-tertiary_82mcq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_82mcq","background-quaternary":"bottom-sheet__background-quaternary_82mcq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_82mcq","background-specialbg-component":"bottom-sheet__background-specialbg-component_82mcq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_82mcq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_82mcq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_82mcq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_82mcq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_82mcq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_82mcq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_82mcq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_82mcq"};
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_swa7r","sticky":"bottom-sheet__sticky_swa7r","highlighted":"bottom-sheet__highlighted_swa7r","background-accent":"bottom-sheet__background-accent_swa7r","background-info":"bottom-sheet__background-info_swa7r","background-attention-muted":"bottom-sheet__background-attention-muted_swa7r","background-positive-muted":"bottom-sheet__background-positive-muted_swa7r","background-negative-muted":"bottom-sheet__background-negative-muted_swa7r","background-primary":"bottom-sheet__background-primary_swa7r","background-primary-inverted":"bottom-sheet__background-primary-inverted_swa7r","background-secondary":"bottom-sheet__background-secondary_swa7r","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_swa7r","background-tertiary":"bottom-sheet__background-tertiary_swa7r","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_swa7r","background-quaternary":"bottom-sheet__background-quaternary_swa7r","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_swa7r","background-specialbg-component":"bottom-sheet__background-specialbg-component_swa7r","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_swa7r","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_swa7r","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_swa7r","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_swa7r","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_swa7r","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_swa7r","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_swa7r","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_swa7r"};
5
+ var styles = {"footer":"bottom-sheet__footer_1hjkd","sticky":"bottom-sheet__sticky_1hjkd","highlighted":"bottom-sheet__highlighted_1hjkd","background-accent":"bottom-sheet__background-accent_1hjkd","background-info":"bottom-sheet__background-info_1hjkd","background-attention-muted":"bottom-sheet__background-attention-muted_1hjkd","background-positive-muted":"bottom-sheet__background-positive-muted_1hjkd","background-negative-muted":"bottom-sheet__background-negative-muted_1hjkd","background-primary":"bottom-sheet__background-primary_1hjkd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1hjkd","background-secondary":"bottom-sheet__background-secondary_1hjkd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1hjkd","background-tertiary":"bottom-sheet__background-tertiary_1hjkd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1hjkd","background-quaternary":"bottom-sheet__background-quaternary_1hjkd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1hjkd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1hjkd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1hjkd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1hjkd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1hjkd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1hjkd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1hjkd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1hjkd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 15s01 */
1
+ /* hash: 14i9d */
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_swa7r {
55
+ } .bottom-sheet__footer_1hjkd {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_swa7r {
58
+ } .bottom-sheet__sticky_1hjkd {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_swa7r {
62
+ } .bottom-sheet__highlighted_1hjkd {
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_swa7r {
65
+ } .bottom-sheet__background-accent_1hjkd {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_swa7r {
67
+ } .bottom-sheet__background-info_1hjkd {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_swa7r {
69
+ } .bottom-sheet__background-attention-muted_1hjkd {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_swa7r {
71
+ } .bottom-sheet__background-positive-muted_1hjkd {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_swa7r {
73
+ } .bottom-sheet__background-negative-muted_1hjkd {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_swa7r {
75
+ } .bottom-sheet__background-primary_1hjkd {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_swa7r {
77
+ } .bottom-sheet__background-primary-inverted_1hjkd {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_swa7r {
79
+ } .bottom-sheet__background-secondary_1hjkd {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_swa7r {
81
+ } .bottom-sheet__background-secondary-inverted_1hjkd {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_swa7r {
83
+ } .bottom-sheet__background-tertiary_1hjkd {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_swa7r {
85
+ } .bottom-sheet__background-tertiary-inverted_1hjkd {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_swa7r {
87
+ } .bottom-sheet__background-quaternary_1hjkd {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_swa7r {
89
+ } .bottom-sheet__background-quaternary-inverted_1hjkd {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_swa7r {
91
+ } .bottom-sheet__background-specialbg-component_1hjkd {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_swa7r {
93
+ } .bottom-sheet__background-specialbg-component-inverted_1hjkd {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_swa7r {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_1hjkd {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_swa7r {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_1hjkd {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_swa7r {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1hjkd {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_swa7r {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_1hjkd {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_swa7r {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_swa7r {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1hjkd {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_swa7r {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd {
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_11n5w","hasContent":"bottom-sheet__hasContent_11n5w","header":"bottom-sheet__header_11n5w","sticky":"bottom-sheet__sticky_11n5w","highlighted":"bottom-sheet__highlighted_11n5w","justifyEnd":"bottom-sheet__justifyEnd_11n5w","addon":"bottom-sheet__addon_11n5w","addonFixed":"bottom-sheet__addonFixed_11n5w","title":"bottom-sheet__title_11n5w","titleCenter":"bottom-sheet__titleCenter_11n5w","titleLeft":"bottom-sheet__titleLeft_11n5w","trimTitle":"bottom-sheet__trimTitle_11n5w"};
7
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_uymne","hasContent":"bottom-sheet__hasContent_uymne","header":"bottom-sheet__header_uymne","sticky":"bottom-sheet__sticky_uymne","highlighted":"bottom-sheet__highlighted_uymne","justifyEnd":"bottom-sheet__justifyEnd_uymne","addon":"bottom-sheet__addon_uymne","addonFixed":"bottom-sheet__addonFixed_uymne","title":"bottom-sheet__title_uymne","titleCenter":"bottom-sheet__titleCenter_uymne","titleLeft":"bottom-sheet__titleLeft_uymne","trimTitle":"bottom-sheet__trimTitle_uymne"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: fzfv0 */
1
+ /* hash: 1yegp */
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_11n5w {
41
+ } .bottom-sheet__headerWrapper_uymne {
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_11n5w {
46
+ } .bottom-sheet__hasContent_uymne {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_11n5w {
48
+ } .bottom-sheet__header_uymne {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_11n5w {
50
+ } .bottom-sheet__sticky_uymne {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_11n5w {
53
+ } .bottom-sheet__highlighted_uymne {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_11n5w {
55
+ } .bottom-sheet__justifyEnd_uymne {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_11n5w {
57
+ } .bottom-sheet__addon_uymne {
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_11n5w {
63
+ } .bottom-sheet__addonFixed_uymne {
64
64
  position: fixed;
65
- } .bottom-sheet__title_11n5w {
65
+ } .bottom-sheet__title_uymne {
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_11n5w {
72
+ } .bottom-sheet__titleCenter_uymne {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_11n5w {
74
+ } .bottom-sheet__titleLeft_uymne {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_11n5w {
76
+ } .bottom-sheet__trimTitle_uymne {
77
77
  white-space: nowrap;
78
78
  overflow: hidden;
79
79
  text-overflow: ellipsis;