@alfalab/core-components-bottom-sheet 6.15.4 → 6.15.6

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
@@ -22,7 +22,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
22
22
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
23
23
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
24
24
 
25
- var styles = {"modal":"bottom-sheet__modal_1jca8","wrapper":"bottom-sheet__wrapper_1jca8","fullscreen":"bottom-sheet__fullscreen_1jca8","component":"bottom-sheet__component_1jca8","withTransition":"bottom-sheet__withTransition_1jca8","scrollableContainer":"bottom-sheet__scrollableContainer_1jca8","marker":"bottom-sheet__marker_1jca8","defaultMarker":"bottom-sheet__defaultMarker_1jca8","content":"bottom-sheet__content_1jca8","noHeader":"bottom-sheet__noHeader_1jca8","noFooter":"bottom-sheet__noFooter_1jca8","scrollLocked":"bottom-sheet__scrollLocked_1jca8","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1jca8","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1jca8","appear":"bottom-sheet__appear_1jca8","enter":"bottom-sheet__enter_1jca8","appearActive":"bottom-sheet__appearActive_1jca8","enterActive":"bottom-sheet__enterActive_1jca8","enterDone":"bottom-sheet__enterDone_1jca8","appearDone":"bottom-sheet__appearDone_1jca8","exit":"bottom-sheet__exit_1jca8","exitActive":"bottom-sheet__exitActive_1jca8","safeAreaBottom":"bottom-sheet__safeAreaBottom_1jca8","background-accent":"bottom-sheet__background-accent_1jca8","background-info":"bottom-sheet__background-info_1jca8","background-attention-muted":"bottom-sheet__background-attention-muted_1jca8","background-positive-muted":"bottom-sheet__background-positive-muted_1jca8","background-negative-muted":"bottom-sheet__background-negative-muted_1jca8","background-primary":"bottom-sheet__background-primary_1jca8","background-primary-inverted":"bottom-sheet__background-primary-inverted_1jca8","background-secondary":"bottom-sheet__background-secondary_1jca8","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1jca8","background-tertiary":"bottom-sheet__background-tertiary_1jca8","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1jca8","background-quaternary":"bottom-sheet__background-quaternary_1jca8","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1jca8","background-specialbg-component":"bottom-sheet__background-specialbg-component_1jca8","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1jca8","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1jca8","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1jca8","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1jca8","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1jca8","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1jca8","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1jca8","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1jca8"};
25
+ var styles = {"modal":"bottom-sheet__modal_e10od","wrapper":"bottom-sheet__wrapper_e10od","fullscreen":"bottom-sheet__fullscreen_e10od","component":"bottom-sheet__component_e10od","withTransition":"bottom-sheet__withTransition_e10od","scrollableContainer":"bottom-sheet__scrollableContainer_e10od","marker":"bottom-sheet__marker_e10od","defaultMarker":"bottom-sheet__defaultMarker_e10od","content":"bottom-sheet__content_e10od","noHeader":"bottom-sheet__noHeader_e10od","noFooter":"bottom-sheet__noFooter_e10od","scrollLocked":"bottom-sheet__scrollLocked_e10od","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_e10od","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_e10od","appear":"bottom-sheet__appear_e10od","enter":"bottom-sheet__enter_e10od","appearActive":"bottom-sheet__appearActive_e10od","enterActive":"bottom-sheet__enterActive_e10od","enterDone":"bottom-sheet__enterDone_e10od","appearDone":"bottom-sheet__appearDone_e10od","exit":"bottom-sheet__exit_e10od","exitActive":"bottom-sheet__exitActive_e10od","safeAreaBottom":"bottom-sheet__safeAreaBottom_e10od","background-accent":"bottom-sheet__background-accent_e10od","background-info":"bottom-sheet__background-info_e10od","background-attention-muted":"bottom-sheet__background-attention-muted_e10od","background-positive-muted":"bottom-sheet__background-positive-muted_e10od","background-negative-muted":"bottom-sheet__background-negative-muted_e10od","background-primary":"bottom-sheet__background-primary_e10od","background-primary-inverted":"bottom-sheet__background-primary-inverted_e10od","background-secondary":"bottom-sheet__background-secondary_e10od","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_e10od","background-tertiary":"bottom-sheet__background-tertiary_e10od","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_e10od","background-quaternary":"bottom-sheet__background-quaternary_e10od","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_e10od","background-specialbg-component":"bottom-sheet__background-specialbg-component_e10od","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_e10od","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_e10od","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_e10od","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_e10od","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_e10od","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_e10od","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_e10od","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_e10od"};
26
26
  require('./index.css')
27
27
 
28
28
  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_lgkb6","sticky":"bottom-sheet__sticky_lgkb6","highlighted":"bottom-sheet__highlighted_lgkb6","background-accent":"bottom-sheet__background-accent_lgkb6","background-info":"bottom-sheet__background-info_lgkb6","background-attention-muted":"bottom-sheet__background-attention-muted_lgkb6","background-positive-muted":"bottom-sheet__background-positive-muted_lgkb6","background-negative-muted":"bottom-sheet__background-negative-muted_lgkb6","background-primary":"bottom-sheet__background-primary_lgkb6","background-primary-inverted":"bottom-sheet__background-primary-inverted_lgkb6","background-secondary":"bottom-sheet__background-secondary_lgkb6","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_lgkb6","background-tertiary":"bottom-sheet__background-tertiary_lgkb6","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_lgkb6","background-quaternary":"bottom-sheet__background-quaternary_lgkb6","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_lgkb6","background-specialbg-component":"bottom-sheet__background-specialbg-component_lgkb6","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_lgkb6","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_lgkb6","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_lgkb6","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_lgkb6","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_lgkb6","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_lgkb6","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_lgkb6","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_lgkb6"};
14
+ var styles = {"footer":"bottom-sheet__footer_1xypz","sticky":"bottom-sheet__sticky_1xypz","highlighted":"bottom-sheet__highlighted_1xypz","background-accent":"bottom-sheet__background-accent_1xypz","background-info":"bottom-sheet__background-info_1xypz","background-attention-muted":"bottom-sheet__background-attention-muted_1xypz","background-positive-muted":"bottom-sheet__background-positive-muted_1xypz","background-negative-muted":"bottom-sheet__background-negative-muted_1xypz","background-primary":"bottom-sheet__background-primary_1xypz","background-primary-inverted":"bottom-sheet__background-primary-inverted_1xypz","background-secondary":"bottom-sheet__background-secondary_1xypz","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1xypz","background-tertiary":"bottom-sheet__background-tertiary_1xypz","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1xypz","background-quaternary":"bottom-sheet__background-quaternary_1xypz","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1xypz","background-specialbg-component":"bottom-sheet__background-specialbg-component_1xypz","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1xypz","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1xypz","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1xypz","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1xypz","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1xypz","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1xypz","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1xypz","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1xypz"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 2f8fr */
1
+ /* hash: yy5gy */
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;
@@ -46,58 +46,58 @@
46
46
  /* footer */
47
47
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
48
48
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
49
- } .bottom-sheet__footer_lgkb6 {
49
+ } .bottom-sheet__footer_1xypz {
50
50
  padding: var(--gap-m) var(--gap-m);
51
51
  background-color: var(--color-light-modal-bg-primary);
52
- } .bottom-sheet__sticky_lgkb6 {
52
+ } .bottom-sheet__sticky_1xypz {
53
53
  position: sticky;
54
54
  bottom: 0;
55
55
  z-index: 1;
56
- } .bottom-sheet__highlighted_lgkb6 {
56
+ } .bottom-sheet__highlighted_1xypz {
57
57
  border-top: var(--bottom-sheet-footer-border-top);
58
58
  background-color: var(--bottom-sheet-footer-background-color);
59
- } .bottom-sheet__background-accent_lgkb6 {
59
+ } .bottom-sheet__background-accent_1xypz {
60
60
  background-color: var(--color-light-bg-accent);
61
- } .bottom-sheet__background-info_lgkb6 {
61
+ } .bottom-sheet__background-info_1xypz {
62
62
  background-color: var(--color-light-bg-info);
63
- } .bottom-sheet__background-attention-muted_lgkb6 {
63
+ } .bottom-sheet__background-attention-muted_1xypz {
64
64
  background-color: var(--color-light-bg-attention-muted);
65
- } .bottom-sheet__background-positive-muted_lgkb6 {
65
+ } .bottom-sheet__background-positive-muted_1xypz {
66
66
  background-color: var(--color-light-bg-positive-muted);
67
- } .bottom-sheet__background-negative-muted_lgkb6 {
67
+ } .bottom-sheet__background-negative-muted_1xypz {
68
68
  background-color: var(--color-light-bg-negative-muted);
69
- } .bottom-sheet__background-primary_lgkb6 {
69
+ } .bottom-sheet__background-primary_1xypz {
70
70
  background-color: var(--color-light-bg-primary);
71
- } .bottom-sheet__background-primary-inverted_lgkb6 {
71
+ } .bottom-sheet__background-primary-inverted_1xypz {
72
72
  background-color: var(--color-light-bg-primary-inverted);
73
- } .bottom-sheet__background-secondary_lgkb6 {
73
+ } .bottom-sheet__background-secondary_1xypz {
74
74
  background-color: var(--color-light-bg-secondary);
75
- } .bottom-sheet__background-secondary-inverted_lgkb6 {
75
+ } .bottom-sheet__background-secondary-inverted_1xypz {
76
76
  background-color: var(--color-light-bg-secondary-inverted);
77
- } .bottom-sheet__background-tertiary_lgkb6 {
77
+ } .bottom-sheet__background-tertiary_1xypz {
78
78
  background-color: var(--color-light-bg-tertiary);
79
- } .bottom-sheet__background-tertiary-inverted_lgkb6 {
79
+ } .bottom-sheet__background-tertiary-inverted_1xypz {
80
80
  background-color: var(--color-light-bg-tertiary-inverted);
81
- } .bottom-sheet__background-quaternary_lgkb6 {
81
+ } .bottom-sheet__background-quaternary_1xypz {
82
82
  background-color: var(--color-light-bg-quaternary);
83
- } .bottom-sheet__background-quaternary-inverted_lgkb6 {
83
+ } .bottom-sheet__background-quaternary-inverted_1xypz {
84
84
  background-color: var(--color-light-bg-quaternary-inverted);
85
- } .bottom-sheet__background-specialbg-component_lgkb6 {
85
+ } .bottom-sheet__background-specialbg-component_1xypz {
86
86
  background-color: var(--color-light-specialbg-component);
87
- } .bottom-sheet__background-specialbg-component-inverted_lgkb6 {
87
+ } .bottom-sheet__background-specialbg-component-inverted_1xypz {
88
88
  background-color: var(--color-light-specialbg-component-inverted);
89
- } .bottom-sheet__background-specialbg-primary-grouped_lgkb6 {
89
+ } .bottom-sheet__background-specialbg-primary-grouped_1xypz {
90
90
  background-color: var(--color-light-specialbg-primary-grouped);
91
- } .bottom-sheet__background-specialbg-secondary-grouped_lgkb6 {
91
+ } .bottom-sheet__background-specialbg-secondary-grouped_1xypz {
92
92
  background-color: var(--color-light-specialbg-secondary-grouped);
93
- } .bottom-sheet__background-specialbg-tertiary-grouped_lgkb6 {
93
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1xypz {
94
94
  background-color: var(--color-light-specialbg-tertiary-grouped);
95
- } .bottom-sheet__background-specialbg-secondary-transparent_lgkb6 {
95
+ } .bottom-sheet__background-specialbg-secondary-transparent_1xypz {
96
96
  background-color: var(--color-light-specialbg-secondary-transparent);
97
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_lgkb6 {
97
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1xypz {
98
98
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
99
- } .bottom-sheet__background-specialbg-tertiary-transparent_lgkb6 {
99
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1xypz {
100
100
  background-color: var(--color-light-specialbg-tertiary-transparent);
101
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_lgkb6 {
101
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1xypz {
102
102
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
103
103
  }
@@ -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_rg42m","hasContent":"bottom-sheet__hasContent_rg42m","header":"bottom-sheet__header_rg42m","sticky":"bottom-sheet__sticky_rg42m","highlighted":"bottom-sheet__highlighted_rg42m","justifyEnd":"bottom-sheet__justifyEnd_rg42m","addon":"bottom-sheet__addon_rg42m","addonFixed":"bottom-sheet__addonFixed_rg42m","title":"bottom-sheet__title_rg42m","titleCenter":"bottom-sheet__titleCenter_rg42m","titleLeft":"bottom-sheet__titleLeft_rg42m","trimTitle":"bottom-sheet__trimTitle_rg42m"};
16
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_iull4","hasContent":"bottom-sheet__hasContent_iull4","header":"bottom-sheet__header_iull4","sticky":"bottom-sheet__sticky_iull4","highlighted":"bottom-sheet__highlighted_iull4","justifyEnd":"bottom-sheet__justifyEnd_iull4","addon":"bottom-sheet__addon_iull4","addonFixed":"bottom-sheet__addonFixed_iull4","title":"bottom-sheet__title_iull4","titleCenter":"bottom-sheet__titleCenter_iull4","titleLeft":"bottom-sheet__titleLeft_iull4","trimTitle":"bottom-sheet__trimTitle_iull4"};
17
17
  require('./index.css')
18
18
 
19
19
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1x6fu */
1
+ /* hash: cbu4w */
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 */
@@ -30,42 +30,42 @@
30
30
  --bottom-sheet-title-font-family: var(--font-family-system);
31
31
 
32
32
  /* footer */
33
- } .bottom-sheet__headerWrapper_rg42m {
33
+ } .bottom-sheet__headerWrapper_iull4 {
34
34
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
35
35
  border-top-left-radius: inherit;
36
36
  border-top-right-radius: inherit;
37
37
  z-index: 1;
38
- } .bottom-sheet__hasContent_rg42m {
38
+ } .bottom-sheet__hasContent_iull4 {
39
39
  background-color: inherit;
40
- } .bottom-sheet__header_rg42m {
40
+ } .bottom-sheet__header_iull4 {
41
41
  display: flex;
42
- } .bottom-sheet__sticky_rg42m {
42
+ } .bottom-sheet__sticky_iull4 {
43
43
  position: sticky;
44
44
  top: 0;
45
- } .bottom-sheet__highlighted_rg42m {
45
+ } .bottom-sheet__highlighted_iull4 {
46
46
  border-bottom: var(--bottom-sheet-header-border-bottom);
47
- } .bottom-sheet__justifyEnd_rg42m {
47
+ } .bottom-sheet__justifyEnd_iull4 {
48
48
  justify-content: flex-end;
49
- } .bottom-sheet__addon_rg42m {
49
+ } .bottom-sheet__addon_iull4 {
50
50
  display: flex;
51
51
  justify-content: center;
52
52
  align-items: center;
53
53
  min-width: 48px;
54
54
  height: 48px;
55
- } .bottom-sheet__addonFixed_rg42m {
55
+ } .bottom-sheet__addonFixed_iull4 {
56
56
  position: fixed;
57
- } .bottom-sheet__title_rg42m {
57
+ } .bottom-sheet__title_iull4 {
58
58
  padding: var(--gap-s) var(--gap-xs);
59
59
  width: 100%;
60
60
  font-size: var(--bottom-sheet-title-font-size);
61
61
  font-weight: var(--bottom-sheet-title-font-weight);
62
62
  line-height: var(--bottom-sheet-title-line-height);
63
63
  font-family: var(--bottom-sheet-title-font-family);
64
- } .bottom-sheet__titleCenter_rg42m {
64
+ } .bottom-sheet__titleCenter_iull4 {
65
65
  text-align: center;
66
- } .bottom-sheet__titleLeft_rg42m {
66
+ } .bottom-sheet__titleLeft_iull4 {
67
67
  text-align: left;
68
- } .bottom-sheet__trimTitle_rg42m {
68
+ } .bottom-sheet__trimTitle_iull4 {
69
69
  white-space: nowrap;
70
70
  overflow: hidden;
71
71
  text-overflow: ellipsis;
package/esm/component.js CHANGED
@@ -12,7 +12,7 @@ import { SwipeableBackdrop } from './components/swipeable-backdrop/Component.js'
12
12
  import { horizontalDirections } from './consts/swipeConsts.js';
13
13
  import { convertPercentToNumber, TIMEOUT, MARKER_HEIGHT, SCROLL_OFFSET, SWIPE_VELOCITY, CLOSE_OFFSET } from './utils.js';
14
14
 
15
- var styles = {"modal":"bottom-sheet__modal_1jca8","wrapper":"bottom-sheet__wrapper_1jca8","fullscreen":"bottom-sheet__fullscreen_1jca8","component":"bottom-sheet__component_1jca8","withTransition":"bottom-sheet__withTransition_1jca8","scrollableContainer":"bottom-sheet__scrollableContainer_1jca8","marker":"bottom-sheet__marker_1jca8","defaultMarker":"bottom-sheet__defaultMarker_1jca8","content":"bottom-sheet__content_1jca8","noHeader":"bottom-sheet__noHeader_1jca8","noFooter":"bottom-sheet__noFooter_1jca8","scrollLocked":"bottom-sheet__scrollLocked_1jca8","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1jca8","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1jca8","appear":"bottom-sheet__appear_1jca8","enter":"bottom-sheet__enter_1jca8","appearActive":"bottom-sheet__appearActive_1jca8","enterActive":"bottom-sheet__enterActive_1jca8","enterDone":"bottom-sheet__enterDone_1jca8","appearDone":"bottom-sheet__appearDone_1jca8","exit":"bottom-sheet__exit_1jca8","exitActive":"bottom-sheet__exitActive_1jca8","safeAreaBottom":"bottom-sheet__safeAreaBottom_1jca8","background-accent":"bottom-sheet__background-accent_1jca8","background-info":"bottom-sheet__background-info_1jca8","background-attention-muted":"bottom-sheet__background-attention-muted_1jca8","background-positive-muted":"bottom-sheet__background-positive-muted_1jca8","background-negative-muted":"bottom-sheet__background-negative-muted_1jca8","background-primary":"bottom-sheet__background-primary_1jca8","background-primary-inverted":"bottom-sheet__background-primary-inverted_1jca8","background-secondary":"bottom-sheet__background-secondary_1jca8","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1jca8","background-tertiary":"bottom-sheet__background-tertiary_1jca8","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1jca8","background-quaternary":"bottom-sheet__background-quaternary_1jca8","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1jca8","background-specialbg-component":"bottom-sheet__background-specialbg-component_1jca8","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1jca8","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1jca8","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1jca8","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1jca8","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1jca8","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1jca8","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1jca8","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1jca8"};
15
+ var styles = {"modal":"bottom-sheet__modal_e10od","wrapper":"bottom-sheet__wrapper_e10od","fullscreen":"bottom-sheet__fullscreen_e10od","component":"bottom-sheet__component_e10od","withTransition":"bottom-sheet__withTransition_e10od","scrollableContainer":"bottom-sheet__scrollableContainer_e10od","marker":"bottom-sheet__marker_e10od","defaultMarker":"bottom-sheet__defaultMarker_e10od","content":"bottom-sheet__content_e10od","noHeader":"bottom-sheet__noHeader_e10od","noFooter":"bottom-sheet__noFooter_e10od","scrollLocked":"bottom-sheet__scrollLocked_e10od","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_e10od","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_e10od","appear":"bottom-sheet__appear_e10od","enter":"bottom-sheet__enter_e10od","appearActive":"bottom-sheet__appearActive_e10od","enterActive":"bottom-sheet__enterActive_e10od","enterDone":"bottom-sheet__enterDone_e10od","appearDone":"bottom-sheet__appearDone_e10od","exit":"bottom-sheet__exit_e10od","exitActive":"bottom-sheet__exitActive_e10od","safeAreaBottom":"bottom-sheet__safeAreaBottom_e10od","background-accent":"bottom-sheet__background-accent_e10od","background-info":"bottom-sheet__background-info_e10od","background-attention-muted":"bottom-sheet__background-attention-muted_e10od","background-positive-muted":"bottom-sheet__background-positive-muted_e10od","background-negative-muted":"bottom-sheet__background-negative-muted_e10od","background-primary":"bottom-sheet__background-primary_e10od","background-primary-inverted":"bottom-sheet__background-primary-inverted_e10od","background-secondary":"bottom-sheet__background-secondary_e10od","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_e10od","background-tertiary":"bottom-sheet__background-tertiary_e10od","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_e10od","background-quaternary":"bottom-sheet__background-quaternary_e10od","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_e10od","background-specialbg-component":"bottom-sheet__background-specialbg-component_e10od","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_e10od","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_e10od","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_e10od","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_e10od","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_e10od","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_e10od","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_e10od","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_e10od"};
16
16
  require('./index.css')
17
17
 
18
18
  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_lgkb6","sticky":"bottom-sheet__sticky_lgkb6","highlighted":"bottom-sheet__highlighted_lgkb6","background-accent":"bottom-sheet__background-accent_lgkb6","background-info":"bottom-sheet__background-info_lgkb6","background-attention-muted":"bottom-sheet__background-attention-muted_lgkb6","background-positive-muted":"bottom-sheet__background-positive-muted_lgkb6","background-negative-muted":"bottom-sheet__background-negative-muted_lgkb6","background-primary":"bottom-sheet__background-primary_lgkb6","background-primary-inverted":"bottom-sheet__background-primary-inverted_lgkb6","background-secondary":"bottom-sheet__background-secondary_lgkb6","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_lgkb6","background-tertiary":"bottom-sheet__background-tertiary_lgkb6","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_lgkb6","background-quaternary":"bottom-sheet__background-quaternary_lgkb6","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_lgkb6","background-specialbg-component":"bottom-sheet__background-specialbg-component_lgkb6","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_lgkb6","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_lgkb6","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_lgkb6","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_lgkb6","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_lgkb6","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_lgkb6","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_lgkb6","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_lgkb6"};
5
+ var styles = {"footer":"bottom-sheet__footer_1xypz","sticky":"bottom-sheet__sticky_1xypz","highlighted":"bottom-sheet__highlighted_1xypz","background-accent":"bottom-sheet__background-accent_1xypz","background-info":"bottom-sheet__background-info_1xypz","background-attention-muted":"bottom-sheet__background-attention-muted_1xypz","background-positive-muted":"bottom-sheet__background-positive-muted_1xypz","background-negative-muted":"bottom-sheet__background-negative-muted_1xypz","background-primary":"bottom-sheet__background-primary_1xypz","background-primary-inverted":"bottom-sheet__background-primary-inverted_1xypz","background-secondary":"bottom-sheet__background-secondary_1xypz","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1xypz","background-tertiary":"bottom-sheet__background-tertiary_1xypz","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1xypz","background-quaternary":"bottom-sheet__background-quaternary_1xypz","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1xypz","background-specialbg-component":"bottom-sheet__background-specialbg-component_1xypz","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1xypz","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1xypz","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1xypz","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1xypz","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1xypz","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1xypz","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1xypz","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1xypz"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 2f8fr */
1
+ /* hash: yy5gy */
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;
@@ -46,58 +46,58 @@
46
46
  /* footer */
47
47
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
48
48
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
49
- } .bottom-sheet__footer_lgkb6 {
49
+ } .bottom-sheet__footer_1xypz {
50
50
  padding: var(--gap-m) var(--gap-m);
51
51
  background-color: var(--color-light-modal-bg-primary);
52
- } .bottom-sheet__sticky_lgkb6 {
52
+ } .bottom-sheet__sticky_1xypz {
53
53
  position: sticky;
54
54
  bottom: 0;
55
55
  z-index: 1;
56
- } .bottom-sheet__highlighted_lgkb6 {
56
+ } .bottom-sheet__highlighted_1xypz {
57
57
  border-top: var(--bottom-sheet-footer-border-top);
58
58
  background-color: var(--bottom-sheet-footer-background-color);
59
- } .bottom-sheet__background-accent_lgkb6 {
59
+ } .bottom-sheet__background-accent_1xypz {
60
60
  background-color: var(--color-light-bg-accent);
61
- } .bottom-sheet__background-info_lgkb6 {
61
+ } .bottom-sheet__background-info_1xypz {
62
62
  background-color: var(--color-light-bg-info);
63
- } .bottom-sheet__background-attention-muted_lgkb6 {
63
+ } .bottom-sheet__background-attention-muted_1xypz {
64
64
  background-color: var(--color-light-bg-attention-muted);
65
- } .bottom-sheet__background-positive-muted_lgkb6 {
65
+ } .bottom-sheet__background-positive-muted_1xypz {
66
66
  background-color: var(--color-light-bg-positive-muted);
67
- } .bottom-sheet__background-negative-muted_lgkb6 {
67
+ } .bottom-sheet__background-negative-muted_1xypz {
68
68
  background-color: var(--color-light-bg-negative-muted);
69
- } .bottom-sheet__background-primary_lgkb6 {
69
+ } .bottom-sheet__background-primary_1xypz {
70
70
  background-color: var(--color-light-bg-primary);
71
- } .bottom-sheet__background-primary-inverted_lgkb6 {
71
+ } .bottom-sheet__background-primary-inverted_1xypz {
72
72
  background-color: var(--color-light-bg-primary-inverted);
73
- } .bottom-sheet__background-secondary_lgkb6 {
73
+ } .bottom-sheet__background-secondary_1xypz {
74
74
  background-color: var(--color-light-bg-secondary);
75
- } .bottom-sheet__background-secondary-inverted_lgkb6 {
75
+ } .bottom-sheet__background-secondary-inverted_1xypz {
76
76
  background-color: var(--color-light-bg-secondary-inverted);
77
- } .bottom-sheet__background-tertiary_lgkb6 {
77
+ } .bottom-sheet__background-tertiary_1xypz {
78
78
  background-color: var(--color-light-bg-tertiary);
79
- } .bottom-sheet__background-tertiary-inverted_lgkb6 {
79
+ } .bottom-sheet__background-tertiary-inverted_1xypz {
80
80
  background-color: var(--color-light-bg-tertiary-inverted);
81
- } .bottom-sheet__background-quaternary_lgkb6 {
81
+ } .bottom-sheet__background-quaternary_1xypz {
82
82
  background-color: var(--color-light-bg-quaternary);
83
- } .bottom-sheet__background-quaternary-inverted_lgkb6 {
83
+ } .bottom-sheet__background-quaternary-inverted_1xypz {
84
84
  background-color: var(--color-light-bg-quaternary-inverted);
85
- } .bottom-sheet__background-specialbg-component_lgkb6 {
85
+ } .bottom-sheet__background-specialbg-component_1xypz {
86
86
  background-color: var(--color-light-specialbg-component);
87
- } .bottom-sheet__background-specialbg-component-inverted_lgkb6 {
87
+ } .bottom-sheet__background-specialbg-component-inverted_1xypz {
88
88
  background-color: var(--color-light-specialbg-component-inverted);
89
- } .bottom-sheet__background-specialbg-primary-grouped_lgkb6 {
89
+ } .bottom-sheet__background-specialbg-primary-grouped_1xypz {
90
90
  background-color: var(--color-light-specialbg-primary-grouped);
91
- } .bottom-sheet__background-specialbg-secondary-grouped_lgkb6 {
91
+ } .bottom-sheet__background-specialbg-secondary-grouped_1xypz {
92
92
  background-color: var(--color-light-specialbg-secondary-grouped);
93
- } .bottom-sheet__background-specialbg-tertiary-grouped_lgkb6 {
93
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1xypz {
94
94
  background-color: var(--color-light-specialbg-tertiary-grouped);
95
- } .bottom-sheet__background-specialbg-secondary-transparent_lgkb6 {
95
+ } .bottom-sheet__background-specialbg-secondary-transparent_1xypz {
96
96
  background-color: var(--color-light-specialbg-secondary-transparent);
97
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_lgkb6 {
97
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1xypz {
98
98
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
99
- } .bottom-sheet__background-specialbg-tertiary-transparent_lgkb6 {
99
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1xypz {
100
100
  background-color: var(--color-light-specialbg-tertiary-transparent);
101
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_lgkb6 {
101
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1xypz {
102
102
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
103
103
  }
@@ -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_rg42m","hasContent":"bottom-sheet__hasContent_rg42m","header":"bottom-sheet__header_rg42m","sticky":"bottom-sheet__sticky_rg42m","highlighted":"bottom-sheet__highlighted_rg42m","justifyEnd":"bottom-sheet__justifyEnd_rg42m","addon":"bottom-sheet__addon_rg42m","addonFixed":"bottom-sheet__addonFixed_rg42m","title":"bottom-sheet__title_rg42m","titleCenter":"bottom-sheet__titleCenter_rg42m","titleLeft":"bottom-sheet__titleLeft_rg42m","trimTitle":"bottom-sheet__trimTitle_rg42m"};
7
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_iull4","hasContent":"bottom-sheet__hasContent_iull4","header":"bottom-sheet__header_iull4","sticky":"bottom-sheet__sticky_iull4","highlighted":"bottom-sheet__highlighted_iull4","justifyEnd":"bottom-sheet__justifyEnd_iull4","addon":"bottom-sheet__addon_iull4","addonFixed":"bottom-sheet__addonFixed_iull4","title":"bottom-sheet__title_iull4","titleCenter":"bottom-sheet__titleCenter_iull4","titleLeft":"bottom-sheet__titleLeft_iull4","trimTitle":"bottom-sheet__trimTitle_iull4"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1x6fu */
1
+ /* hash: cbu4w */
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 */
@@ -30,42 +30,42 @@
30
30
  --bottom-sheet-title-font-family: var(--font-family-system);
31
31
 
32
32
  /* footer */
33
- } .bottom-sheet__headerWrapper_rg42m {
33
+ } .bottom-sheet__headerWrapper_iull4 {
34
34
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
35
35
  border-top-left-radius: inherit;
36
36
  border-top-right-radius: inherit;
37
37
  z-index: 1;
38
- } .bottom-sheet__hasContent_rg42m {
38
+ } .bottom-sheet__hasContent_iull4 {
39
39
  background-color: inherit;
40
- } .bottom-sheet__header_rg42m {
40
+ } .bottom-sheet__header_iull4 {
41
41
  display: flex;
42
- } .bottom-sheet__sticky_rg42m {
42
+ } .bottom-sheet__sticky_iull4 {
43
43
  position: sticky;
44
44
  top: 0;
45
- } .bottom-sheet__highlighted_rg42m {
45
+ } .bottom-sheet__highlighted_iull4 {
46
46
  border-bottom: var(--bottom-sheet-header-border-bottom);
47
- } .bottom-sheet__justifyEnd_rg42m {
47
+ } .bottom-sheet__justifyEnd_iull4 {
48
48
  justify-content: flex-end;
49
- } .bottom-sheet__addon_rg42m {
49
+ } .bottom-sheet__addon_iull4 {
50
50
  display: flex;
51
51
  justify-content: center;
52
52
  align-items: center;
53
53
  min-width: 48px;
54
54
  height: 48px;
55
- } .bottom-sheet__addonFixed_rg42m {
55
+ } .bottom-sheet__addonFixed_iull4 {
56
56
  position: fixed;
57
- } .bottom-sheet__title_rg42m {
57
+ } .bottom-sheet__title_iull4 {
58
58
  padding: var(--gap-s) var(--gap-xs);
59
59
  width: 100%;
60
60
  font-size: var(--bottom-sheet-title-font-size);
61
61
  font-weight: var(--bottom-sheet-title-font-weight);
62
62
  line-height: var(--bottom-sheet-title-line-height);
63
63
  font-family: var(--bottom-sheet-title-font-family);
64
- } .bottom-sheet__titleCenter_rg42m {
64
+ } .bottom-sheet__titleCenter_iull4 {
65
65
  text-align: center;
66
- } .bottom-sheet__titleLeft_rg42m {
66
+ } .bottom-sheet__titleLeft_iull4 {
67
67
  text-align: left;
68
- } .bottom-sheet__trimTitle_rg42m {
68
+ } .bottom-sheet__trimTitle_iull4 {
69
69
  white-space: nowrap;
70
70
  overflow: hidden;
71
71
  text-overflow: ellipsis;