@alfalab/core-components-bottom-sheet 6.8.0 → 6.9.0

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.
@@ -1,4 +1,4 @@
1
- /* hash: 1x5qy */
1
+ /* hash: 12fxk */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-secondary: #e9e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -27,42 +27,42 @@
27
27
  --bottom-sheet-title-font-weight: 700;
28
28
  --bottom-sheet-title-line-height: 24px;
29
29
  --bottom-sheet-title-font-family: var(--font-family-system);
30
- } .bottom-sheet__headerWrapper_198ve {
30
+ } .bottom-sheet__headerWrapper_109hy {
31
31
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
32
32
  border-top-right-radius: var(--border-radius-xl);
33
33
  border-top-left-radius: var(--border-radius-xl);
34
34
  z-index: 1;
35
- } .bottom-sheet__hasContent_198ve {
35
+ } .bottom-sheet__hasContent_109hy {
36
36
  background-color: inherit;
37
- } .bottom-sheet__header_198ve {
37
+ } .bottom-sheet__header_109hy {
38
38
  display: flex;
39
- } .bottom-sheet__sticky_198ve {
39
+ } .bottom-sheet__sticky_109hy {
40
40
  position: sticky;
41
41
  top: 0;
42
- } .bottom-sheet__highlighted_198ve {
42
+ } .bottom-sheet__highlighted_109hy {
43
43
  border-bottom: var(--bottom-sheet-header-border-bottom);
44
- } .bottom-sheet__justifyEnd_198ve {
44
+ } .bottom-sheet__justifyEnd_109hy {
45
45
  justify-content: flex-end;
46
- } .bottom-sheet__addon_198ve {
46
+ } .bottom-sheet__addon_109hy {
47
47
  display: flex;
48
48
  justify-content: center;
49
49
  align-items: center;
50
50
  min-width: 48px;
51
51
  height: 48px;
52
- } .bottom-sheet__addonFixed_198ve {
52
+ } .bottom-sheet__addonFixed_109hy {
53
53
  position: fixed;
54
- } .bottom-sheet__title_198ve {
54
+ } .bottom-sheet__title_109hy {
55
55
  padding: var(--gap-s) var(--gap-xs);
56
56
  width: 100%;
57
57
  font-size: var(--bottom-sheet-title-font-size);
58
58
  font-weight: var(--bottom-sheet-title-font-weight);
59
59
  line-height: var(--bottom-sheet-title-line-height);
60
60
  font-family: var(--bottom-sheet-title-font-family);
61
- } .bottom-sheet__titleCenter_198ve {
61
+ } .bottom-sheet__titleCenter_109hy {
62
62
  text-align: center;
63
- } .bottom-sheet__titleLeft_198ve {
63
+ } .bottom-sheet__titleLeft_109hy {
64
64
  text-align: left;
65
- } .bottom-sheet__trimTitle_198ve {
65
+ } .bottom-sheet__trimTitle_109hy {
66
66
  white-space: nowrap;
67
67
  overflow: hidden;
68
68
  text-overflow: ellipsis;
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: okunf */
1
+ /* hash: tl23g */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -45,31 +45,31 @@
45
45
  } :root {
46
46
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
47
47
  --bottom-sheet-out-transition: transform 0.3s ease;
48
- } .bottom-sheet__modal_88g3f {
48
+ } .bottom-sheet__modal_1fnli {
49
49
  background-color: transparent;
50
50
  position: fixed;
51
51
  bottom: 0;
52
52
  width: 100%;
53
53
  max-width: 600px;
54
54
  pointer-events: none;
55
- } .bottom-sheet__wrapper_88g3f {
55
+ } .bottom-sheet__wrapper_1fnli {
56
56
  transform: translateY(100%);
57
57
  pointer-events: none;
58
58
  border-top-right-radius: var(--border-radius-xl);
59
59
  border-top-left-radius: var(--border-radius-xl);
60
60
  transition: border-radius 0.3s ease;
61
- } .bottom-sheet__fullscreen_88g3f {
61
+ } .bottom-sheet__fullscreen_1fnli {
62
62
  border-radius: 0;
63
- } .bottom-sheet__component_88g3f {
63
+ } .bottom-sheet__component_1fnli {
64
64
  position: relative;
65
65
  display: flex;
66
66
  flex-direction: column;
67
67
  border-radius: inherit;
68
68
  background-color: var(--color-light-bg-primary);
69
69
  pointer-events: all;
70
- } .bottom-sheet__withTransition_88g3f {
70
+ } .bottom-sheet__withTransition_1fnli {
71
71
  transition: var(--bottom-sheet-out-transition);
72
- } .bottom-sheet__scrollableContainer_88g3f {
72
+ } .bottom-sheet__scrollableContainer_1fnli {
73
73
  overflow: auto;
74
74
  display: flex;
75
75
  flex-direction: column;
@@ -77,7 +77,7 @@
77
77
  height: 100%;
78
78
  background-color: inherit;
79
79
  border-radius: inherit;
80
- } .bottom-sheet__marker_88g3f {
80
+ } .bottom-sheet__marker_1fnli {
81
81
  position: fixed;
82
82
  top: var(--gap-2xs);
83
83
  right: 0;
@@ -85,11 +85,11 @@
85
85
  z-index: 1000;
86
86
  width: 36px;
87
87
  margin: 0 auto;
88
- } .bottom-sheet__defaultMarker_88g3f {
88
+ } .bottom-sheet__defaultMarker_1fnli {
89
89
  height: 4px;
90
90
  border-radius: var(--border-radius-xxl);
91
91
  background-color: var(--color-light-graphic-quaternary);
92
- } .bottom-sheet__content_88g3f {
92
+ } .bottom-sheet__content_1fnli {
93
93
  position: relative;
94
94
  z-index: 0;
95
95
  display: flex;
@@ -98,73 +98,73 @@
98
98
  padding: 0 var(--gap-m);
99
99
  color: var(--color-light-text-primary);
100
100
  background-color: inherit;
101
- } .bottom-sheet__noHeader_88g3f {
101
+ } .bottom-sheet__noHeader_1fnli {
102
102
  padding-top: var(--gap-m);
103
- } .bottom-sheet__noFooter_88g3f {
103
+ } .bottom-sheet__noFooter_1fnli {
104
104
  padding-bottom: var(--gap-m);
105
- } .bottom-sheet__scrollLocked_88g3f {
105
+ } .bottom-sheet__scrollLocked_1fnli {
106
106
  overflow: hidden;
107
- } .bottom-sheet__hiddenScrollbar_88g3f {
107
+ } .bottom-sheet__hiddenScrollbar_1fnli {
108
108
  scrollbar-width: none
109
- } .bottom-sheet__hiddenScrollbar_88g3f::-webkit-scrollbar {
109
+ } .bottom-sheet__hiddenScrollbar_1fnli::-webkit-scrollbar {
110
110
  width: 0;
111
111
  height: 0;
112
- } .bottom-sheet__disabledPointerEvents_88g3f {
112
+ } .bottom-sheet__disabledPointerEvents_1fnli {
113
113
  pointer-events: none;
114
- } .bottom-sheet__appear_88g3f .bottom-sheet__wrapper_88g3f, .bottom-sheet__enter_88g3f .bottom-sheet__wrapper_88g3f {
114
+ } .bottom-sheet__appear_1fnli .bottom-sheet__wrapper_1fnli, .bottom-sheet__enter_1fnli .bottom-sheet__wrapper_1fnli {
115
115
  transition: none;
116
- } .bottom-sheet__appearActive_88g3f .bottom-sheet__wrapper_88g3f, .bottom-sheet__enterActive_88g3f .bottom-sheet__wrapper_88g3f {
116
+ } .bottom-sheet__appearActive_1fnli .bottom-sheet__wrapper_1fnli, .bottom-sheet__enterActive_1fnli .bottom-sheet__wrapper_1fnli {
117
117
  transition: var(--bottom-sheet-in-transition);
118
118
  transform: translateY(0);
119
- } .bottom-sheet__enterDone_88g3f .bottom-sheet__wrapper_88g3f, .bottom-sheet__appearDone_88g3f .bottom-sheet__wrapper_88g3f {
119
+ } .bottom-sheet__enterDone_1fnli .bottom-sheet__wrapper_1fnli, .bottom-sheet__appearDone_1fnli .bottom-sheet__wrapper_1fnli {
120
120
  transform: translateY(0);
121
- } .bottom-sheet__exit_88g3f .bottom-sheet__wrapper_88g3f {
121
+ } .bottom-sheet__exit_1fnli .bottom-sheet__wrapper_1fnli {
122
122
  transform: translateY(0);
123
- } .bottom-sheet__exitActive_88g3f .bottom-sheet__wrapper_88g3f {
123
+ } .bottom-sheet__exitActive_1fnli .bottom-sheet__wrapper_1fnli {
124
124
  transition: var(--bottom-sheet-out-transition);
125
125
  transform: translateY(100%);
126
- } .bottom-sheet__background-accent_88g3f {
126
+ } .bottom-sheet__background-accent_1fnli {
127
127
  background-color: var(--color-light-bg-accent);
128
- } .bottom-sheet__background-info_88g3f {
128
+ } .bottom-sheet__background-info_1fnli {
129
129
  background-color: var(--color-light-bg-info);
130
- } .bottom-sheet__background-attention-muted_88g3f {
130
+ } .bottom-sheet__background-attention-muted_1fnli {
131
131
  background-color: var(--color-light-bg-attention-muted);
132
- } .bottom-sheet__background-positive-muted_88g3f {
132
+ } .bottom-sheet__background-positive-muted_1fnli {
133
133
  background-color: var(--color-light-bg-positive-muted);
134
- } .bottom-sheet__background-negative-muted_88g3f {
134
+ } .bottom-sheet__background-negative-muted_1fnli {
135
135
  background-color: var(--color-light-bg-negative-muted);
136
- } .bottom-sheet__background-primary_88g3f {
136
+ } .bottom-sheet__background-primary_1fnli {
137
137
  background-color: var(--color-light-bg-primary);
138
- } .bottom-sheet__background-primary-inverted_88g3f {
138
+ } .bottom-sheet__background-primary-inverted_1fnli {
139
139
  background-color: var(--color-light-bg-primary-inverted);
140
- } .bottom-sheet__background-secondary_88g3f {
140
+ } .bottom-sheet__background-secondary_1fnli {
141
141
  background-color: var(--color-light-bg-secondary);
142
- } .bottom-sheet__background-secondary-inverted_88g3f {
142
+ } .bottom-sheet__background-secondary-inverted_1fnli {
143
143
  background-color: var(--color-light-bg-secondary-inverted);
144
- } .bottom-sheet__background-tertiary_88g3f {
144
+ } .bottom-sheet__background-tertiary_1fnli {
145
145
  background-color: var(--color-light-bg-tertiary);
146
- } .bottom-sheet__background-tertiary-inverted_88g3f {
146
+ } .bottom-sheet__background-tertiary-inverted_1fnli {
147
147
  background-color: var(--color-light-bg-tertiary-inverted);
148
- } .bottom-sheet__background-quaternary_88g3f {
148
+ } .bottom-sheet__background-quaternary_1fnli {
149
149
  background-color: var(--color-light-bg-quaternary);
150
- } .bottom-sheet__background-quaternary-inverted_88g3f {
150
+ } .bottom-sheet__background-quaternary-inverted_1fnli {
151
151
  background-color: var(--color-light-bg-quaternary-inverted);
152
- } .bottom-sheet__background-specialbg-component_88g3f {
152
+ } .bottom-sheet__background-specialbg-component_1fnli {
153
153
  background-color: var(--color-light-specialbg-component);
154
- } .bottom-sheet__background-specialbg-component-inverted_88g3f {
154
+ } .bottom-sheet__background-specialbg-component-inverted_1fnli {
155
155
  background-color: var(--color-light-specialbg-component-inverted);
156
- } .bottom-sheet__background-specialbg-primary-grouped_88g3f {
156
+ } .bottom-sheet__background-specialbg-primary-grouped_1fnli {
157
157
  background-color: var(--color-light-specialbg-primary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-grouped_88g3f {
158
+ } .bottom-sheet__background-specialbg-secondary-grouped_1fnli {
159
159
  background-color: var(--color-light-specialbg-secondary-grouped);
160
- } .bottom-sheet__background-specialbg-tertiary-grouped_88g3f {
160
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1fnli {
161
161
  background-color: var(--color-light-specialbg-tertiary-grouped);
162
- } .bottom-sheet__background-specialbg-secondary-transparent_88g3f {
162
+ } .bottom-sheet__background-specialbg-secondary-transparent_1fnli {
163
163
  background-color: var(--color-light-specialbg-secondary-transparent);
164
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_88g3f {
164
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1fnli {
165
165
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
166
- } .bottom-sheet__background-specialbg-tertiary-transparent_88g3f {
166
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1fnli {
167
167
  background-color: var(--color-light-specialbg-tertiary-transparent);
168
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_88g3f {
168
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1fnli {
169
169
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
170
170
  }
package/esm/types.d.ts CHANGED
@@ -265,8 +265,12 @@ type BottomSheetProps = {
265
265
  */
266
266
  onOffsetChange?: (offset: number, percent: number) => void;
267
267
  /**
268
- * Вызывается для событий touchend and mouseup.
268
+ * Вызывается в начале свайпа
269
269
  */
270
- onTouchEnd?: (event: HandledEvents) => void;
270
+ onSwipeStart?: (event: HandledEvents) => void;
271
+ /**
272
+ * Вызывается после окончания свайпа
273
+ */
274
+ onSwipeEnd?: (event: HandledEvents | null) => void;
271
275
  };
272
276
  export { BottomSheetTitleAlign, BottomSheetProps };
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: okunf */
1
+ /* hash: tl23g */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -45,31 +45,31 @@
45
45
  } :root {
46
46
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
47
47
  --bottom-sheet-out-transition: transform 0.3s ease;
48
- } .bottom-sheet__modal_88g3f {
48
+ } .bottom-sheet__modal_1fnli {
49
49
  background-color: transparent;
50
50
  position: fixed;
51
51
  bottom: 0;
52
52
  width: 100%;
53
53
  max-width: 600px;
54
54
  pointer-events: none;
55
- } .bottom-sheet__wrapper_88g3f {
55
+ } .bottom-sheet__wrapper_1fnli {
56
56
  transform: translateY(100%);
57
57
  pointer-events: none;
58
58
  border-top-right-radius: var(--border-radius-xl);
59
59
  border-top-left-radius: var(--border-radius-xl);
60
60
  transition: border-radius 0.3s ease;
61
- } .bottom-sheet__fullscreen_88g3f {
61
+ } .bottom-sheet__fullscreen_1fnli {
62
62
  border-radius: 0;
63
- } .bottom-sheet__component_88g3f {
63
+ } .bottom-sheet__component_1fnli {
64
64
  position: relative;
65
65
  display: flex;
66
66
  flex-direction: column;
67
67
  border-radius: inherit;
68
68
  background-color: var(--color-light-bg-primary);
69
69
  pointer-events: all;
70
- } .bottom-sheet__withTransition_88g3f {
70
+ } .bottom-sheet__withTransition_1fnli {
71
71
  transition: var(--bottom-sheet-out-transition);
72
- } .bottom-sheet__scrollableContainer_88g3f {
72
+ } .bottom-sheet__scrollableContainer_1fnli {
73
73
  overflow: auto;
74
74
  display: flex;
75
75
  flex-direction: column;
@@ -77,7 +77,7 @@
77
77
  height: 100%;
78
78
  background-color: inherit;
79
79
  border-radius: inherit;
80
- } .bottom-sheet__marker_88g3f {
80
+ } .bottom-sheet__marker_1fnli {
81
81
  position: fixed;
82
82
  top: var(--gap-2xs);
83
83
  right: 0;
@@ -85,11 +85,11 @@
85
85
  z-index: 1000;
86
86
  width: 36px;
87
87
  margin: 0 auto;
88
- } .bottom-sheet__defaultMarker_88g3f {
88
+ } .bottom-sheet__defaultMarker_1fnli {
89
89
  height: 4px;
90
90
  border-radius: var(--border-radius-xxl);
91
91
  background-color: var(--color-light-graphic-quaternary);
92
- } .bottom-sheet__content_88g3f {
92
+ } .bottom-sheet__content_1fnli {
93
93
  position: relative;
94
94
  z-index: 0;
95
95
  display: flex;
@@ -98,73 +98,73 @@
98
98
  padding: 0 var(--gap-m);
99
99
  color: var(--color-light-text-primary);
100
100
  background-color: inherit;
101
- } .bottom-sheet__noHeader_88g3f {
101
+ } .bottom-sheet__noHeader_1fnli {
102
102
  padding-top: var(--gap-m);
103
- } .bottom-sheet__noFooter_88g3f {
103
+ } .bottom-sheet__noFooter_1fnli {
104
104
  padding-bottom: var(--gap-m);
105
- } .bottom-sheet__scrollLocked_88g3f {
105
+ } .bottom-sheet__scrollLocked_1fnli {
106
106
  overflow: hidden;
107
- } .bottom-sheet__hiddenScrollbar_88g3f {
107
+ } .bottom-sheet__hiddenScrollbar_1fnli {
108
108
  scrollbar-width: none
109
- } .bottom-sheet__hiddenScrollbar_88g3f::-webkit-scrollbar {
109
+ } .bottom-sheet__hiddenScrollbar_1fnli::-webkit-scrollbar {
110
110
  width: 0;
111
111
  height: 0;
112
- } .bottom-sheet__disabledPointerEvents_88g3f {
112
+ } .bottom-sheet__disabledPointerEvents_1fnli {
113
113
  pointer-events: none;
114
- } .bottom-sheet__appear_88g3f .bottom-sheet__wrapper_88g3f, .bottom-sheet__enter_88g3f .bottom-sheet__wrapper_88g3f {
114
+ } .bottom-sheet__appear_1fnli .bottom-sheet__wrapper_1fnli, .bottom-sheet__enter_1fnli .bottom-sheet__wrapper_1fnli {
115
115
  transition: none;
116
- } .bottom-sheet__appearActive_88g3f .bottom-sheet__wrapper_88g3f, .bottom-sheet__enterActive_88g3f .bottom-sheet__wrapper_88g3f {
116
+ } .bottom-sheet__appearActive_1fnli .bottom-sheet__wrapper_1fnli, .bottom-sheet__enterActive_1fnli .bottom-sheet__wrapper_1fnli {
117
117
  transition: var(--bottom-sheet-in-transition);
118
118
  transform: translateY(0);
119
- } .bottom-sheet__enterDone_88g3f .bottom-sheet__wrapper_88g3f, .bottom-sheet__appearDone_88g3f .bottom-sheet__wrapper_88g3f {
119
+ } .bottom-sheet__enterDone_1fnli .bottom-sheet__wrapper_1fnli, .bottom-sheet__appearDone_1fnli .bottom-sheet__wrapper_1fnli {
120
120
  transform: translateY(0);
121
- } .bottom-sheet__exit_88g3f .bottom-sheet__wrapper_88g3f {
121
+ } .bottom-sheet__exit_1fnli .bottom-sheet__wrapper_1fnli {
122
122
  transform: translateY(0);
123
- } .bottom-sheet__exitActive_88g3f .bottom-sheet__wrapper_88g3f {
123
+ } .bottom-sheet__exitActive_1fnli .bottom-sheet__wrapper_1fnli {
124
124
  transition: var(--bottom-sheet-out-transition);
125
125
  transform: translateY(100%);
126
- } .bottom-sheet__background-accent_88g3f {
126
+ } .bottom-sheet__background-accent_1fnli {
127
127
  background-color: var(--color-light-bg-accent);
128
- } .bottom-sheet__background-info_88g3f {
128
+ } .bottom-sheet__background-info_1fnli {
129
129
  background-color: var(--color-light-bg-info);
130
- } .bottom-sheet__background-attention-muted_88g3f {
130
+ } .bottom-sheet__background-attention-muted_1fnli {
131
131
  background-color: var(--color-light-bg-attention-muted);
132
- } .bottom-sheet__background-positive-muted_88g3f {
132
+ } .bottom-sheet__background-positive-muted_1fnli {
133
133
  background-color: var(--color-light-bg-positive-muted);
134
- } .bottom-sheet__background-negative-muted_88g3f {
134
+ } .bottom-sheet__background-negative-muted_1fnli {
135
135
  background-color: var(--color-light-bg-negative-muted);
136
- } .bottom-sheet__background-primary_88g3f {
136
+ } .bottom-sheet__background-primary_1fnli {
137
137
  background-color: var(--color-light-bg-primary);
138
- } .bottom-sheet__background-primary-inverted_88g3f {
138
+ } .bottom-sheet__background-primary-inverted_1fnli {
139
139
  background-color: var(--color-light-bg-primary-inverted);
140
- } .bottom-sheet__background-secondary_88g3f {
140
+ } .bottom-sheet__background-secondary_1fnli {
141
141
  background-color: var(--color-light-bg-secondary);
142
- } .bottom-sheet__background-secondary-inverted_88g3f {
142
+ } .bottom-sheet__background-secondary-inverted_1fnli {
143
143
  background-color: var(--color-light-bg-secondary-inverted);
144
- } .bottom-sheet__background-tertiary_88g3f {
144
+ } .bottom-sheet__background-tertiary_1fnli {
145
145
  background-color: var(--color-light-bg-tertiary);
146
- } .bottom-sheet__background-tertiary-inverted_88g3f {
146
+ } .bottom-sheet__background-tertiary-inverted_1fnli {
147
147
  background-color: var(--color-light-bg-tertiary-inverted);
148
- } .bottom-sheet__background-quaternary_88g3f {
148
+ } .bottom-sheet__background-quaternary_1fnli {
149
149
  background-color: var(--color-light-bg-quaternary);
150
- } .bottom-sheet__background-quaternary-inverted_88g3f {
150
+ } .bottom-sheet__background-quaternary-inverted_1fnli {
151
151
  background-color: var(--color-light-bg-quaternary-inverted);
152
- } .bottom-sheet__background-specialbg-component_88g3f {
152
+ } .bottom-sheet__background-specialbg-component_1fnli {
153
153
  background-color: var(--color-light-specialbg-component);
154
- } .bottom-sheet__background-specialbg-component-inverted_88g3f {
154
+ } .bottom-sheet__background-specialbg-component-inverted_1fnli {
155
155
  background-color: var(--color-light-specialbg-component-inverted);
156
- } .bottom-sheet__background-specialbg-primary-grouped_88g3f {
156
+ } .bottom-sheet__background-specialbg-primary-grouped_1fnli {
157
157
  background-color: var(--color-light-specialbg-primary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-grouped_88g3f {
158
+ } .bottom-sheet__background-specialbg-secondary-grouped_1fnli {
159
159
  background-color: var(--color-light-specialbg-secondary-grouped);
160
- } .bottom-sheet__background-specialbg-tertiary-grouped_88g3f {
160
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1fnli {
161
161
  background-color: var(--color-light-specialbg-tertiary-grouped);
162
- } .bottom-sheet__background-specialbg-secondary-transparent_88g3f {
162
+ } .bottom-sheet__background-specialbg-secondary-transparent_1fnli {
163
163
  background-color: var(--color-light-specialbg-secondary-transparent);
164
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_88g3f {
164
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1fnli {
165
165
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
166
- } .bottom-sheet__background-specialbg-tertiary-transparent_88g3f {
166
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1fnli {
167
167
  background-color: var(--color-light-specialbg-tertiary-transparent);
168
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_88g3f {
168
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1fnli {
169
169
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
170
170
  }
@@ -12,11 +12,11 @@ import { convertPercentToNumber, TIMEOUT, MARKER_HEIGHT, SCROLL_OFFSET, SWIPE_VE
12
12
  import '@alfalab/core-components-navigation-bar/modern';
13
13
  import '@alfalab/core-components-backdrop/modern';
14
14
 
15
- const styles = {"modal":"bottom-sheet__modal_88g3f","wrapper":"bottom-sheet__wrapper_88g3f","fullscreen":"bottom-sheet__fullscreen_88g3f","component":"bottom-sheet__component_88g3f","withTransition":"bottom-sheet__withTransition_88g3f","scrollableContainer":"bottom-sheet__scrollableContainer_88g3f","marker":"bottom-sheet__marker_88g3f","defaultMarker":"bottom-sheet__defaultMarker_88g3f","content":"bottom-sheet__content_88g3f","noHeader":"bottom-sheet__noHeader_88g3f","noFooter":"bottom-sheet__noFooter_88g3f","scrollLocked":"bottom-sheet__scrollLocked_88g3f","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_88g3f","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_88g3f","appear":"bottom-sheet__appear_88g3f","enter":"bottom-sheet__enter_88g3f","appearActive":"bottom-sheet__appearActive_88g3f","enterActive":"bottom-sheet__enterActive_88g3f","enterDone":"bottom-sheet__enterDone_88g3f","appearDone":"bottom-sheet__appearDone_88g3f","exit":"bottom-sheet__exit_88g3f","exitActive":"bottom-sheet__exitActive_88g3f","background-accent":"bottom-sheet__background-accent_88g3f","background-info":"bottom-sheet__background-info_88g3f","background-attention-muted":"bottom-sheet__background-attention-muted_88g3f","background-positive-muted":"bottom-sheet__background-positive-muted_88g3f","background-negative-muted":"bottom-sheet__background-negative-muted_88g3f","background-primary":"bottom-sheet__background-primary_88g3f","background-primary-inverted":"bottom-sheet__background-primary-inverted_88g3f","background-secondary":"bottom-sheet__background-secondary_88g3f","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_88g3f","background-tertiary":"bottom-sheet__background-tertiary_88g3f","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_88g3f","background-quaternary":"bottom-sheet__background-quaternary_88g3f","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_88g3f","background-specialbg-component":"bottom-sheet__background-specialbg-component_88g3f","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_88g3f","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_88g3f","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_88g3f","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_88g3f","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_88g3f","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_88g3f","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_88g3f","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_88g3f"};
15
+ const styles = {"modal":"bottom-sheet__modal_1fnli","wrapper":"bottom-sheet__wrapper_1fnli","fullscreen":"bottom-sheet__fullscreen_1fnli","component":"bottom-sheet__component_1fnli","withTransition":"bottom-sheet__withTransition_1fnli","scrollableContainer":"bottom-sheet__scrollableContainer_1fnli","marker":"bottom-sheet__marker_1fnli","defaultMarker":"bottom-sheet__defaultMarker_1fnli","content":"bottom-sheet__content_1fnli","noHeader":"bottom-sheet__noHeader_1fnli","noFooter":"bottom-sheet__noFooter_1fnli","scrollLocked":"bottom-sheet__scrollLocked_1fnli","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1fnli","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1fnli","appear":"bottom-sheet__appear_1fnli","enter":"bottom-sheet__enter_1fnli","appearActive":"bottom-sheet__appearActive_1fnli","enterActive":"bottom-sheet__enterActive_1fnli","enterDone":"bottom-sheet__enterDone_1fnli","appearDone":"bottom-sheet__appearDone_1fnli","exit":"bottom-sheet__exit_1fnli","exitActive":"bottom-sheet__exitActive_1fnli","background-accent":"bottom-sheet__background-accent_1fnli","background-info":"bottom-sheet__background-info_1fnli","background-attention-muted":"bottom-sheet__background-attention-muted_1fnli","background-positive-muted":"bottom-sheet__background-positive-muted_1fnli","background-negative-muted":"bottom-sheet__background-negative-muted_1fnli","background-primary":"bottom-sheet__background-primary_1fnli","background-primary-inverted":"bottom-sheet__background-primary-inverted_1fnli","background-secondary":"bottom-sheet__background-secondary_1fnli","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1fnli","background-tertiary":"bottom-sheet__background-tertiary_1fnli","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1fnli","background-quaternary":"bottom-sheet__background-quaternary_1fnli","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1fnli","background-specialbg-component":"bottom-sheet__background-specialbg-component_1fnli","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1fnli","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1fnli","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1fnli","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1fnli","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1fnli","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1fnli","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1fnli","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1fnli"};
16
16
  require('./index.css')
17
17
 
18
18
  const { isNil } = fnUtils;
19
- const BottomSheet = forwardRef(({ open, title, container, usePortal, backgroundColor, titleSize = 'default', subtitle, actionButton, contentClassName, containerClassName, containerProps, headerClassName, footerClassName, addonClassName, closerClassName, backerClassName, modalClassName, modalWrapperClassName, className, leftAddons, rightAddons, bottomAddons, hasCloser, hasBacker, titleAlign = 'left', trimTitle, stickyHeader, stickyFooter = true, initialHeight = 'default', hideOverlay, hideScrollbar, hideHeader, disableOverlayClick, disableBlockingScroll, disableFocusLock, children, zIndex, transitionProps = {}, magneticAreas: magneticAreasProp, initialActiveAreaIndex, dataTestId, swipeable = true, swipeableContent = true, swipeThreshold = 5, scrollLocked: scrollLockedProp, backdropProps, scrollableContainerRef = () => null, bottomSheetInstanceRef, sheetContainerRef = () => null, headerOffset = 24, onClose, onBack, onMagnetize, onTouchEnd, disableRestoreFocus, disableAutoFocus, disableEscapeKeyDown, keepMounted, onMagnetizeEnd, onOffsetChange, swipeableMarker, swipeableMarkerClassName, }, ref) => {
19
+ const BottomSheet = forwardRef(({ open, title, container, usePortal, backgroundColor, titleSize = 'default', subtitle, actionButton, contentClassName, containerClassName, containerProps, headerClassName, footerClassName, addonClassName, closerClassName, backerClassName, modalClassName, modalWrapperClassName, className, leftAddons, rightAddons, bottomAddons, hasCloser, hasBacker, titleAlign = 'left', trimTitle, stickyHeader, stickyFooter = true, initialHeight = 'default', hideOverlay, hideScrollbar, hideHeader, disableOverlayClick, disableBlockingScroll, disableFocusLock, children, zIndex, transitionProps = {}, magneticAreas: magneticAreasProp, initialActiveAreaIndex, dataTestId, swipeable = true, swipeableContent = true, swipeThreshold = 5, scrollLocked: scrollLockedProp, backdropProps, scrollableContainerRef = () => null, bottomSheetInstanceRef, sheetContainerRef = () => null, headerOffset = 24, onClose, onBack, onMagnetize, onSwipeStart, onSwipeEnd, disableRestoreFocus, disableAutoFocus, disableEscapeKeyDown, keepMounted, onMagnetizeEnd, onOffsetChange, swipeableMarker, swipeableMarkerClassName, }, ref) => {
20
20
  const fullHeight = use100vh() || 0;
21
21
  // Хук use100vh рассчитывает высоту вьюпорта в useEffect, поэтому на первый рендер всегда возвращает null.
22
22
  const isFirstRender = fullHeight === 0;
@@ -64,6 +64,21 @@ const BottomSheet = forwardRef(({ open, title, container, usePortal, backgroundC
64
64
  subtitle,
65
65
  onClose,
66
66
  };
67
+ const startSwiping = (event) => {
68
+ setSwipingInProgress((p) => {
69
+ if (!p)
70
+ onSwipeStart?.(event);
71
+ return true;
72
+ });
73
+ };
74
+ const stopSwiping = (event) => {
75
+ setSwipingInProgress((p) => {
76
+ if (p)
77
+ onSwipeEnd?.(event);
78
+ return false;
79
+ });
80
+ scrollOccurred.current = false;
81
+ };
67
82
  const getBackdropOpacity = (offset) => {
68
83
  const canClose = magneticAreas[0] === 0;
69
84
  const secondArea = magneticAreas[1];
@@ -95,7 +110,7 @@ const BottomSheet = forwardRef(({ open, title, container, usePortal, backgroundC
95
110
  }
96
111
  };
97
112
  const scrollToArea = (idx) => {
98
- setSwipingInProgress(false);
113
+ stopSwiping(null);
99
114
  const nextArea = magneticAreas[idx];
100
115
  if (nextArea === 0) {
101
116
  onClose();
@@ -212,19 +227,15 @@ const BottomSheet = forwardRef(({ open, title, container, usePortal, backgroundC
212
227
  if (shouldSkipSwiping(deltaY, initial[1], event)) {
213
228
  return;
214
229
  }
215
- setSwipingInProgress(true);
216
- };
217
- const handleTouchEnd = ({ event }) => {
218
- onTouchEnd?.(event);
219
- setSwipingInProgress(false);
220
- scrollOccurred.current = false;
230
+ startSwiping(event);
221
231
  };
232
+ const handleTouchEnd = ({ event }) => stopSwiping(event);
222
233
  const handleSheetSwiping = ({ initial, deltaY, event }) => {
223
234
  if (scrollOccurred.current || shouldSkipSwiping(deltaY, initial[1], event)) {
224
235
  return;
225
236
  }
226
237
  if (!swipingInProgress) {
227
- setSwipingInProgress(true);
238
+ startSwiping(event);
228
239
  }
229
240
  const offset = getSheetOffset(deltaY);
230
241
  const opacity = getBackdropOpacity(offset);
@@ -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/modern';
4
4
 
5
- const styles = {"footer":"bottom-sheet__footer_139bm","sticky":"bottom-sheet__sticky_139bm","highlighted":"bottom-sheet__highlighted_139bm","background-accent":"bottom-sheet__background-accent_139bm","background-info":"bottom-sheet__background-info_139bm","background-attention-muted":"bottom-sheet__background-attention-muted_139bm","background-positive-muted":"bottom-sheet__background-positive-muted_139bm","background-negative-muted":"bottom-sheet__background-negative-muted_139bm","background-primary":"bottom-sheet__background-primary_139bm","background-primary-inverted":"bottom-sheet__background-primary-inverted_139bm","background-secondary":"bottom-sheet__background-secondary_139bm","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_139bm","background-tertiary":"bottom-sheet__background-tertiary_139bm","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_139bm","background-quaternary":"bottom-sheet__background-quaternary_139bm","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_139bm","background-specialbg-component":"bottom-sheet__background-specialbg-component_139bm","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_139bm","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_139bm","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_139bm","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_139bm","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_139bm","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_139bm","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_139bm","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_139bm"};
5
+ const styles = {"footer":"bottom-sheet__footer_u9y6k","sticky":"bottom-sheet__sticky_u9y6k","highlighted":"bottom-sheet__highlighted_u9y6k","background-accent":"bottom-sheet__background-accent_u9y6k","background-info":"bottom-sheet__background-info_u9y6k","background-attention-muted":"bottom-sheet__background-attention-muted_u9y6k","background-positive-muted":"bottom-sheet__background-positive-muted_u9y6k","background-negative-muted":"bottom-sheet__background-negative-muted_u9y6k","background-primary":"bottom-sheet__background-primary_u9y6k","background-primary-inverted":"bottom-sheet__background-primary-inverted_u9y6k","background-secondary":"bottom-sheet__background-secondary_u9y6k","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_u9y6k","background-tertiary":"bottom-sheet__background-tertiary_u9y6k","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_u9y6k","background-quaternary":"bottom-sheet__background-quaternary_u9y6k","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_u9y6k","background-specialbg-component":"bottom-sheet__background-specialbg-component_u9y6k","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_u9y6k","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_u9y6k","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_u9y6k","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_u9y6k","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_u9y6k","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_u9y6k","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_u9y6k","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_u9y6k"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ children, className, sticky }) => {
@@ -1,4 +1,4 @@
1
- /* hash: v9a86 */
1
+ /* hash: 85c0a */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
@@ -41,58 +41,58 @@
41
41
  } :root {
42
42
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-secondary);
43
43
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
44
- } .bottom-sheet__footer_139bm {
44
+ } .bottom-sheet__footer_u9y6k {
45
45
  padding: var(--gap-m) var(--gap-m);
46
46
  background-color: var(--color-light-bg-primary);
47
- } .bottom-sheet__sticky_139bm {
47
+ } .bottom-sheet__sticky_u9y6k {
48
48
  position: sticky;
49
49
  bottom: 0;
50
50
  z-index: 1;
51
- } .bottom-sheet__highlighted_139bm {
51
+ } .bottom-sheet__highlighted_u9y6k {
52
52
  border-top: var(--bottom-sheet-footer-border-top);
53
53
  background-color: var(--bottom-sheet-footer-background-color);
54
- } .bottom-sheet__background-accent_139bm {
54
+ } .bottom-sheet__background-accent_u9y6k {
55
55
  background-color: var(--color-light-bg-accent);
56
- } .bottom-sheet__background-info_139bm {
56
+ } .bottom-sheet__background-info_u9y6k {
57
57
  background-color: var(--color-light-bg-info);
58
- } .bottom-sheet__background-attention-muted_139bm {
58
+ } .bottom-sheet__background-attention-muted_u9y6k {
59
59
  background-color: var(--color-light-bg-attention-muted);
60
- } .bottom-sheet__background-positive-muted_139bm {
60
+ } .bottom-sheet__background-positive-muted_u9y6k {
61
61
  background-color: var(--color-light-bg-positive-muted);
62
- } .bottom-sheet__background-negative-muted_139bm {
62
+ } .bottom-sheet__background-negative-muted_u9y6k {
63
63
  background-color: var(--color-light-bg-negative-muted);
64
- } .bottom-sheet__background-primary_139bm {
64
+ } .bottom-sheet__background-primary_u9y6k {
65
65
  background-color: var(--color-light-bg-primary);
66
- } .bottom-sheet__background-primary-inverted_139bm {
66
+ } .bottom-sheet__background-primary-inverted_u9y6k {
67
67
  background-color: var(--color-light-bg-primary-inverted);
68
- } .bottom-sheet__background-secondary_139bm {
68
+ } .bottom-sheet__background-secondary_u9y6k {
69
69
  background-color: var(--color-light-bg-secondary);
70
- } .bottom-sheet__background-secondary-inverted_139bm {
70
+ } .bottom-sheet__background-secondary-inverted_u9y6k {
71
71
  background-color: var(--color-light-bg-secondary-inverted);
72
- } .bottom-sheet__background-tertiary_139bm {
72
+ } .bottom-sheet__background-tertiary_u9y6k {
73
73
  background-color: var(--color-light-bg-tertiary);
74
- } .bottom-sheet__background-tertiary-inverted_139bm {
74
+ } .bottom-sheet__background-tertiary-inverted_u9y6k {
75
75
  background-color: var(--color-light-bg-tertiary-inverted);
76
- } .bottom-sheet__background-quaternary_139bm {
76
+ } .bottom-sheet__background-quaternary_u9y6k {
77
77
  background-color: var(--color-light-bg-quaternary);
78
- } .bottom-sheet__background-quaternary-inverted_139bm {
78
+ } .bottom-sheet__background-quaternary-inverted_u9y6k {
79
79
  background-color: var(--color-light-bg-quaternary-inverted);
80
- } .bottom-sheet__background-specialbg-component_139bm {
80
+ } .bottom-sheet__background-specialbg-component_u9y6k {
81
81
  background-color: var(--color-light-specialbg-component);
82
- } .bottom-sheet__background-specialbg-component-inverted_139bm {
82
+ } .bottom-sheet__background-specialbg-component-inverted_u9y6k {
83
83
  background-color: var(--color-light-specialbg-component-inverted);
84
- } .bottom-sheet__background-specialbg-primary-grouped_139bm {
84
+ } .bottom-sheet__background-specialbg-primary-grouped_u9y6k {
85
85
  background-color: var(--color-light-specialbg-primary-grouped);
86
- } .bottom-sheet__background-specialbg-secondary-grouped_139bm {
86
+ } .bottom-sheet__background-specialbg-secondary-grouped_u9y6k {
87
87
  background-color: var(--color-light-specialbg-secondary-grouped);
88
- } .bottom-sheet__background-specialbg-tertiary-grouped_139bm {
88
+ } .bottom-sheet__background-specialbg-tertiary-grouped_u9y6k {
89
89
  background-color: var(--color-light-specialbg-tertiary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-transparent_139bm {
90
+ } .bottom-sheet__background-specialbg-secondary-transparent_u9y6k {
91
91
  background-color: var(--color-light-specialbg-secondary-transparent);
92
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_139bm {
92
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_u9y6k {
93
93
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
94
- } .bottom-sheet__background-specialbg-tertiary-transparent_139bm {
94
+ } .bottom-sheet__background-specialbg-tertiary-transparent_u9y6k {
95
95
  background-color: var(--color-light-specialbg-tertiary-transparent);
96
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_139bm {
96
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_u9y6k {
97
97
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
98
98
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
4
4
  import { NavigationBar } from '@alfalab/core-components-navigation-bar/modern';
5
5
 
6
- const styles = {"headerWrapper":"bottom-sheet__headerWrapper_198ve","hasContent":"bottom-sheet__hasContent_198ve","header":"bottom-sheet__header_198ve","sticky":"bottom-sheet__sticky_198ve","highlighted":"bottom-sheet__highlighted_198ve","justifyEnd":"bottom-sheet__justifyEnd_198ve","addon":"bottom-sheet__addon_198ve","addonFixed":"bottom-sheet__addonFixed_198ve","title":"bottom-sheet__title_198ve","titleCenter":"bottom-sheet__titleCenter_198ve","titleLeft":"bottom-sheet__titleLeft_198ve","trimTitle":"bottom-sheet__trimTitle_198ve"};
6
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_109hy","hasContent":"bottom-sheet__hasContent_109hy","header":"bottom-sheet__header_109hy","sticky":"bottom-sheet__sticky_109hy","highlighted":"bottom-sheet__highlighted_109hy","justifyEnd":"bottom-sheet__justifyEnd_109hy","addon":"bottom-sheet__addon_109hy","addonFixed":"bottom-sheet__addonFixed_109hy","title":"bottom-sheet__title_109hy","titleCenter":"bottom-sheet__titleCenter_109hy","titleLeft":"bottom-sheet__titleLeft_109hy","trimTitle":"bottom-sheet__trimTitle_109hy"};
7
7
  require('./index.css')
8
8
 
9
9
  const Header = ({ className, sticky, headerRef, headerOffset, title, children, ...restProps }) => {