@alfalab/core-components-bottom-sheet 6.18.3 → 6.18.4

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/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 15stw */
1
+ /* hash: 12526 */
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;
@@ -66,25 +66,25 @@
66
66
  /* header */
67
67
 
68
68
  /* footer */
69
- } .bottom-sheet__modal_bcsom {
69
+ } .bottom-sheet__modal_r5wo2 {
70
70
  bottom: var(--gap-0);
71
71
  width: 100%;
72
72
  max-width: 600px;
73
73
  pointer-events: none;
74
74
  touch-action: none;
75
- } .bottom-sheet__modal_bcsom.bottom-sheet__modal_bcsom {
75
+ } .bottom-sheet__modal_r5wo2.bottom-sheet__modal_r5wo2 {
76
76
  background-color: transparent;
77
77
  position: fixed;
78
- } .bottom-sheet__wrapper_bcsom {
78
+ } .bottom-sheet__wrapper_r5wo2 {
79
79
  transform: translateY(100%);
80
80
  pointer-events: none;
81
81
  touch-action: none;
82
82
  border-top-right-radius: var(--bottom-sheet-top-radius);
83
83
  border-top-left-radius: var(--bottom-sheet-top-radius);
84
84
  transition: border-radius 0.3s ease;
85
- } .bottom-sheet__fullscreen_bcsom {
85
+ } .bottom-sheet__fullscreen_r5wo2 {
86
86
  border-radius: 0;
87
- } .bottom-sheet__component_bcsom {
87
+ } .bottom-sheet__component_r5wo2 {
88
88
  position: relative;
89
89
  display: flex;
90
90
  flex-direction: column;
@@ -92,9 +92,9 @@
92
92
  background-color: var(--color-light-modal-bg-primary);
93
93
  pointer-events: all;
94
94
  box-shadow: var(--bottom-sheet-shadow);
95
- } .bottom-sheet__withTransition_bcsom {
95
+ } .bottom-sheet__withTransition_r5wo2 {
96
96
  transition: var(--bottom-sheet-out-transition);
97
- } .bottom-sheet__scrollableContainer_bcsom {
97
+ } .bottom-sheet__scrollableContainer_r5wo2 {
98
98
  overflow: auto;
99
99
  display: flex;
100
100
  flex-direction: column;
@@ -103,7 +103,7 @@
103
103
  background-color: inherit;
104
104
  border-radius: inherit;
105
105
  overscroll-behavior: contain;
106
- } .bottom-sheet__marker_bcsom {
106
+ } .bottom-sheet__marker_r5wo2 {
107
107
  position: fixed;
108
108
  top: var(--gap-4);
109
109
  right: var(--gap-0);
@@ -111,11 +111,11 @@
111
111
  z-index: 1000;
112
112
  width: 36px;
113
113
  margin: var(--gap-0) auto;
114
- } .bottom-sheet__defaultMarker_bcsom {
114
+ } .bottom-sheet__defaultMarker_r5wo2 {
115
115
  height: 4px;
116
116
  border-radius: var(--border-radius-20);
117
117
  background-color: var(--color-light-neutral-translucent-300);
118
- } .bottom-sheet__content_bcsom {
118
+ } .bottom-sheet__content_r5wo2 {
119
119
  position: relative;
120
120
  z-index: 0;
121
121
  display: flex;
@@ -125,75 +125,75 @@
125
125
  color: var(--color-light-text-primary);
126
126
  background-color: inherit;
127
127
  border-radius: inherit;
128
- } .bottom-sheet__noHeader_bcsom {
128
+ } .bottom-sheet__noHeader_r5wo2 {
129
129
  padding-top: var(--gap-16);
130
- } .bottom-sheet__noFooter_bcsom {
130
+ } .bottom-sheet__noFooter_r5wo2 {
131
131
  padding-bottom: var(--gap-16);
132
- } .bottom-sheet__scrollLocked_bcsom {
132
+ } .bottom-sheet__scrollLocked_r5wo2 {
133
133
  overflow: hidden;
134
- } .bottom-sheet__hiddenScrollbar_bcsom {
134
+ } .bottom-sheet__hiddenScrollbar_r5wo2 {
135
135
  scrollbar-width: none
136
- } .bottom-sheet__hiddenScrollbar_bcsom::-webkit-scrollbar {
136
+ } .bottom-sheet__hiddenScrollbar_r5wo2::-webkit-scrollbar {
137
137
  width: 0;
138
138
  height: 0;
139
- } .bottom-sheet__disabledPointerEvents_bcsom {
139
+ } .bottom-sheet__disabledPointerEvents_r5wo2 {
140
140
  pointer-events: none;
141
- } .bottom-sheet__appear_bcsom .bottom-sheet__wrapper_bcsom, .bottom-sheet__enter_bcsom .bottom-sheet__wrapper_bcsom {
141
+ } .bottom-sheet__appear_r5wo2 .bottom-sheet__wrapper_r5wo2, .bottom-sheet__enter_r5wo2 .bottom-sheet__wrapper_r5wo2 {
142
142
  transition: none;
143
- } .bottom-sheet__appearActive_bcsom .bottom-sheet__wrapper_bcsom, .bottom-sheet__enterActive_bcsom .bottom-sheet__wrapper_bcsom {
143
+ } .bottom-sheet__appearActive_r5wo2 .bottom-sheet__wrapper_r5wo2, .bottom-sheet__enterActive_r5wo2 .bottom-sheet__wrapper_r5wo2 {
144
144
  transition: var(--bottom-sheet-in-transition);
145
145
  transform: translateY(0);
146
- } .bottom-sheet__enterDone_bcsom .bottom-sheet__wrapper_bcsom, .bottom-sheet__appearDone_bcsom .bottom-sheet__wrapper_bcsom {
146
+ } .bottom-sheet__enterDone_r5wo2 .bottom-sheet__wrapper_r5wo2, .bottom-sheet__appearDone_r5wo2 .bottom-sheet__wrapper_r5wo2 {
147
147
  transform: translateY(0);
148
- } .bottom-sheet__exit_bcsom .bottom-sheet__wrapper_bcsom {
148
+ } .bottom-sheet__exit_r5wo2 .bottom-sheet__wrapper_r5wo2 {
149
149
  transform: translateY(0);
150
- } .bottom-sheet__exitActive_bcsom .bottom-sheet__wrapper_bcsom {
150
+ } .bottom-sheet__exitActive_r5wo2 .bottom-sheet__wrapper_r5wo2 {
151
151
  transition: var(--bottom-sheet-out-transition);
152
152
  transform: translateY(100%);
153
- } .bottom-sheet__safeAreaBottom_bcsom {
153
+ } .bottom-sheet__safeAreaBottom_r5wo2 {
154
154
  padding-bottom: var(--sab);
155
- } .bottom-sheet__background-accent_bcsom {
155
+ } .bottom-sheet__background-accent_r5wo2 {
156
156
  background-color: var(--color-light-bg-accent);
157
- } .bottom-sheet__background-info_bcsom {
157
+ } .bottom-sheet__background-info_r5wo2 {
158
158
  background-color: var(--color-light-bg-info);
159
- } .bottom-sheet__background-attention-muted_bcsom {
159
+ } .bottom-sheet__background-attention-muted_r5wo2 {
160
160
  background-color: var(--color-light-bg-attention-muted);
161
- } .bottom-sheet__background-positive-muted_bcsom {
161
+ } .bottom-sheet__background-positive-muted_r5wo2 {
162
162
  background-color: var(--color-light-bg-positive-muted);
163
- } .bottom-sheet__background-negative-muted_bcsom {
163
+ } .bottom-sheet__background-negative-muted_r5wo2 {
164
164
  background-color: var(--color-light-bg-negative-muted);
165
- } .bottom-sheet__background-primary_bcsom {
165
+ } .bottom-sheet__background-primary_r5wo2 {
166
166
  background-color: var(--color-light-bg-primary);
167
- } .bottom-sheet__background-primary-inverted_bcsom {
167
+ } .bottom-sheet__background-primary-inverted_r5wo2 {
168
168
  background-color: var(--color-light-bg-primary-inverted);
169
- } .bottom-sheet__background-secondary_bcsom {
169
+ } .bottom-sheet__background-secondary_r5wo2 {
170
170
  background-color: var(--color-light-bg-secondary);
171
- } .bottom-sheet__background-secondary-inverted_bcsom {
171
+ } .bottom-sheet__background-secondary-inverted_r5wo2 {
172
172
  background-color: var(--color-light-bg-secondary-inverted);
173
- } .bottom-sheet__background-tertiary_bcsom {
173
+ } .bottom-sheet__background-tertiary_r5wo2 {
174
174
  background-color: var(--color-light-bg-tertiary);
175
- } .bottom-sheet__background-tertiary-inverted_bcsom {
175
+ } .bottom-sheet__background-tertiary-inverted_r5wo2 {
176
176
  background-color: var(--color-light-bg-tertiary-inverted);
177
- } .bottom-sheet__background-quaternary_bcsom {
177
+ } .bottom-sheet__background-quaternary_r5wo2 {
178
178
  background-color: var(--color-light-bg-quaternary);
179
- } .bottom-sheet__background-quaternary-inverted_bcsom {
179
+ } .bottom-sheet__background-quaternary-inverted_r5wo2 {
180
180
  background-color: var(--color-light-bg-quaternary-inverted);
181
- } .bottom-sheet__background-specialbg-component_bcsom {
181
+ } .bottom-sheet__background-specialbg-component_r5wo2 {
182
182
  background-color: var(--color-light-specialbg-component);
183
- } .bottom-sheet__background-specialbg-component-inverted_bcsom {
183
+ } .bottom-sheet__background-specialbg-component-inverted_r5wo2 {
184
184
  background-color: var(--color-light-specialbg-component-inverted);
185
- } .bottom-sheet__background-specialbg-primary-grouped_bcsom {
185
+ } .bottom-sheet__background-specialbg-primary-grouped_r5wo2 {
186
186
  background-color: var(--color-light-specialbg-primary-grouped);
187
- } .bottom-sheet__background-specialbg-secondary-grouped_bcsom {
187
+ } .bottom-sheet__background-specialbg-secondary-grouped_r5wo2 {
188
188
  background-color: var(--color-light-specialbg-secondary-grouped);
189
- } .bottom-sheet__background-specialbg-tertiary-grouped_bcsom {
189
+ } .bottom-sheet__background-specialbg-tertiary-grouped_r5wo2 {
190
190
  background-color: var(--color-light-specialbg-tertiary-grouped);
191
- } .bottom-sheet__background-specialbg-secondary-transparent_bcsom {
191
+ } .bottom-sheet__background-specialbg-secondary-transparent_r5wo2 {
192
192
  background-color: var(--color-light-specialbg-secondary-transparent);
193
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_bcsom {
193
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_r5wo2 {
194
194
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
195
- } .bottom-sheet__background-specialbg-tertiary-transparent_bcsom {
195
+ } .bottom-sheet__background-specialbg-tertiary-transparent_r5wo2 {
196
196
  background-color: var(--color-light-specialbg-tertiary-transparent);
197
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_bcsom {
197
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_r5wo2 {
198
198
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
199
199
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 15stw */
1
+ /* hash: 12526 */
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;
@@ -66,25 +66,25 @@
66
66
  /* header */
67
67
 
68
68
  /* footer */
69
- } .bottom-sheet__modal_bcsom {
69
+ } .bottom-sheet__modal_r5wo2 {
70
70
  bottom: var(--gap-0);
71
71
  width: 100%;
72
72
  max-width: 600px;
73
73
  pointer-events: none;
74
74
  touch-action: none;
75
- } .bottom-sheet__modal_bcsom.bottom-sheet__modal_bcsom {
75
+ } .bottom-sheet__modal_r5wo2.bottom-sheet__modal_r5wo2 {
76
76
  background-color: transparent;
77
77
  position: fixed;
78
- } .bottom-sheet__wrapper_bcsom {
78
+ } .bottom-sheet__wrapper_r5wo2 {
79
79
  transform: translateY(100%);
80
80
  pointer-events: none;
81
81
  touch-action: none;
82
82
  border-top-right-radius: var(--bottom-sheet-top-radius);
83
83
  border-top-left-radius: var(--bottom-sheet-top-radius);
84
84
  transition: border-radius 0.3s ease;
85
- } .bottom-sheet__fullscreen_bcsom {
85
+ } .bottom-sheet__fullscreen_r5wo2 {
86
86
  border-radius: 0;
87
- } .bottom-sheet__component_bcsom {
87
+ } .bottom-sheet__component_r5wo2 {
88
88
  position: relative;
89
89
  display: flex;
90
90
  flex-direction: column;
@@ -92,9 +92,9 @@
92
92
  background-color: var(--color-light-modal-bg-primary);
93
93
  pointer-events: all;
94
94
  box-shadow: var(--bottom-sheet-shadow);
95
- } .bottom-sheet__withTransition_bcsom {
95
+ } .bottom-sheet__withTransition_r5wo2 {
96
96
  transition: var(--bottom-sheet-out-transition);
97
- } .bottom-sheet__scrollableContainer_bcsom {
97
+ } .bottom-sheet__scrollableContainer_r5wo2 {
98
98
  overflow: auto;
99
99
  display: flex;
100
100
  flex-direction: column;
@@ -103,7 +103,7 @@
103
103
  background-color: inherit;
104
104
  border-radius: inherit;
105
105
  overscroll-behavior: contain;
106
- } .bottom-sheet__marker_bcsom {
106
+ } .bottom-sheet__marker_r5wo2 {
107
107
  position: fixed;
108
108
  top: var(--gap-4);
109
109
  right: var(--gap-0);
@@ -111,11 +111,11 @@
111
111
  z-index: 1000;
112
112
  width: 36px;
113
113
  margin: var(--gap-0) auto;
114
- } .bottom-sheet__defaultMarker_bcsom {
114
+ } .bottom-sheet__defaultMarker_r5wo2 {
115
115
  height: 4px;
116
116
  border-radius: var(--border-radius-20);
117
117
  background-color: var(--color-light-neutral-translucent-300);
118
- } .bottom-sheet__content_bcsom {
118
+ } .bottom-sheet__content_r5wo2 {
119
119
  position: relative;
120
120
  z-index: 0;
121
121
  display: flex;
@@ -125,75 +125,75 @@
125
125
  color: var(--color-light-text-primary);
126
126
  background-color: inherit;
127
127
  border-radius: inherit;
128
- } .bottom-sheet__noHeader_bcsom {
128
+ } .bottom-sheet__noHeader_r5wo2 {
129
129
  padding-top: var(--gap-16);
130
- } .bottom-sheet__noFooter_bcsom {
130
+ } .bottom-sheet__noFooter_r5wo2 {
131
131
  padding-bottom: var(--gap-16);
132
- } .bottom-sheet__scrollLocked_bcsom {
132
+ } .bottom-sheet__scrollLocked_r5wo2 {
133
133
  overflow: hidden;
134
- } .bottom-sheet__hiddenScrollbar_bcsom {
134
+ } .bottom-sheet__hiddenScrollbar_r5wo2 {
135
135
  scrollbar-width: none
136
- } .bottom-sheet__hiddenScrollbar_bcsom::-webkit-scrollbar {
136
+ } .bottom-sheet__hiddenScrollbar_r5wo2::-webkit-scrollbar {
137
137
  width: 0;
138
138
  height: 0;
139
- } .bottom-sheet__disabledPointerEvents_bcsom {
139
+ } .bottom-sheet__disabledPointerEvents_r5wo2 {
140
140
  pointer-events: none;
141
- } .bottom-sheet__appear_bcsom .bottom-sheet__wrapper_bcsom, .bottom-sheet__enter_bcsom .bottom-sheet__wrapper_bcsom {
141
+ } .bottom-sheet__appear_r5wo2 .bottom-sheet__wrapper_r5wo2, .bottom-sheet__enter_r5wo2 .bottom-sheet__wrapper_r5wo2 {
142
142
  transition: none;
143
- } .bottom-sheet__appearActive_bcsom .bottom-sheet__wrapper_bcsom, .bottom-sheet__enterActive_bcsom .bottom-sheet__wrapper_bcsom {
143
+ } .bottom-sheet__appearActive_r5wo2 .bottom-sheet__wrapper_r5wo2, .bottom-sheet__enterActive_r5wo2 .bottom-sheet__wrapper_r5wo2 {
144
144
  transition: var(--bottom-sheet-in-transition);
145
145
  transform: translateY(0);
146
- } .bottom-sheet__enterDone_bcsom .bottom-sheet__wrapper_bcsom, .bottom-sheet__appearDone_bcsom .bottom-sheet__wrapper_bcsom {
146
+ } .bottom-sheet__enterDone_r5wo2 .bottom-sheet__wrapper_r5wo2, .bottom-sheet__appearDone_r5wo2 .bottom-sheet__wrapper_r5wo2 {
147
147
  transform: translateY(0);
148
- } .bottom-sheet__exit_bcsom .bottom-sheet__wrapper_bcsom {
148
+ } .bottom-sheet__exit_r5wo2 .bottom-sheet__wrapper_r5wo2 {
149
149
  transform: translateY(0);
150
- } .bottom-sheet__exitActive_bcsom .bottom-sheet__wrapper_bcsom {
150
+ } .bottom-sheet__exitActive_r5wo2 .bottom-sheet__wrapper_r5wo2 {
151
151
  transition: var(--bottom-sheet-out-transition);
152
152
  transform: translateY(100%);
153
- } .bottom-sheet__safeAreaBottom_bcsom {
153
+ } .bottom-sheet__safeAreaBottom_r5wo2 {
154
154
  padding-bottom: var(--sab);
155
- } .bottom-sheet__background-accent_bcsom {
155
+ } .bottom-sheet__background-accent_r5wo2 {
156
156
  background-color: var(--color-light-bg-accent);
157
- } .bottom-sheet__background-info_bcsom {
157
+ } .bottom-sheet__background-info_r5wo2 {
158
158
  background-color: var(--color-light-bg-info);
159
- } .bottom-sheet__background-attention-muted_bcsom {
159
+ } .bottom-sheet__background-attention-muted_r5wo2 {
160
160
  background-color: var(--color-light-bg-attention-muted);
161
- } .bottom-sheet__background-positive-muted_bcsom {
161
+ } .bottom-sheet__background-positive-muted_r5wo2 {
162
162
  background-color: var(--color-light-bg-positive-muted);
163
- } .bottom-sheet__background-negative-muted_bcsom {
163
+ } .bottom-sheet__background-negative-muted_r5wo2 {
164
164
  background-color: var(--color-light-bg-negative-muted);
165
- } .bottom-sheet__background-primary_bcsom {
165
+ } .bottom-sheet__background-primary_r5wo2 {
166
166
  background-color: var(--color-light-bg-primary);
167
- } .bottom-sheet__background-primary-inverted_bcsom {
167
+ } .bottom-sheet__background-primary-inverted_r5wo2 {
168
168
  background-color: var(--color-light-bg-primary-inverted);
169
- } .bottom-sheet__background-secondary_bcsom {
169
+ } .bottom-sheet__background-secondary_r5wo2 {
170
170
  background-color: var(--color-light-bg-secondary);
171
- } .bottom-sheet__background-secondary-inverted_bcsom {
171
+ } .bottom-sheet__background-secondary-inverted_r5wo2 {
172
172
  background-color: var(--color-light-bg-secondary-inverted);
173
- } .bottom-sheet__background-tertiary_bcsom {
173
+ } .bottom-sheet__background-tertiary_r5wo2 {
174
174
  background-color: var(--color-light-bg-tertiary);
175
- } .bottom-sheet__background-tertiary-inverted_bcsom {
175
+ } .bottom-sheet__background-tertiary-inverted_r5wo2 {
176
176
  background-color: var(--color-light-bg-tertiary-inverted);
177
- } .bottom-sheet__background-quaternary_bcsom {
177
+ } .bottom-sheet__background-quaternary_r5wo2 {
178
178
  background-color: var(--color-light-bg-quaternary);
179
- } .bottom-sheet__background-quaternary-inverted_bcsom {
179
+ } .bottom-sheet__background-quaternary-inverted_r5wo2 {
180
180
  background-color: var(--color-light-bg-quaternary-inverted);
181
- } .bottom-sheet__background-specialbg-component_bcsom {
181
+ } .bottom-sheet__background-specialbg-component_r5wo2 {
182
182
  background-color: var(--color-light-specialbg-component);
183
- } .bottom-sheet__background-specialbg-component-inverted_bcsom {
183
+ } .bottom-sheet__background-specialbg-component-inverted_r5wo2 {
184
184
  background-color: var(--color-light-specialbg-component-inverted);
185
- } .bottom-sheet__background-specialbg-primary-grouped_bcsom {
185
+ } .bottom-sheet__background-specialbg-primary-grouped_r5wo2 {
186
186
  background-color: var(--color-light-specialbg-primary-grouped);
187
- } .bottom-sheet__background-specialbg-secondary-grouped_bcsom {
187
+ } .bottom-sheet__background-specialbg-secondary-grouped_r5wo2 {
188
188
  background-color: var(--color-light-specialbg-secondary-grouped);
189
- } .bottom-sheet__background-specialbg-tertiary-grouped_bcsom {
189
+ } .bottom-sheet__background-specialbg-tertiary-grouped_r5wo2 {
190
190
  background-color: var(--color-light-specialbg-tertiary-grouped);
191
- } .bottom-sheet__background-specialbg-secondary-transparent_bcsom {
191
+ } .bottom-sheet__background-specialbg-secondary-transparent_r5wo2 {
192
192
  background-color: var(--color-light-specialbg-secondary-transparent);
193
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_bcsom {
193
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_r5wo2 {
194
194
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
195
- } .bottom-sheet__background-specialbg-tertiary-transparent_bcsom {
195
+ } .bottom-sheet__background-specialbg-tertiary-transparent_r5wo2 {
196
196
  background-color: var(--color-light-specialbg-tertiary-transparent);
197
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_bcsom {
197
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_r5wo2 {
198
198
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
199
199
  }
@@ -12,7 +12,7 @@ import { horizontalDirections } from './consts/swipeConsts.js';
12
12
  import { useVisibleViewportSize } from './hooks/use-visualviewport-size.js';
13
13
  import { convertPercentToNumber, TIMEOUT, MARKER_HEIGHT, SCROLL_OFFSET, SWIPE_VELOCITY, CLOSE_OFFSET } from './utils.js';
14
14
 
15
- const styles = {"modal":"bottom-sheet__modal_bcsom","wrapper":"bottom-sheet__wrapper_bcsom","fullscreen":"bottom-sheet__fullscreen_bcsom","component":"bottom-sheet__component_bcsom","withTransition":"bottom-sheet__withTransition_bcsom","scrollableContainer":"bottom-sheet__scrollableContainer_bcsom","marker":"bottom-sheet__marker_bcsom","defaultMarker":"bottom-sheet__defaultMarker_bcsom","content":"bottom-sheet__content_bcsom","noHeader":"bottom-sheet__noHeader_bcsom","noFooter":"bottom-sheet__noFooter_bcsom","scrollLocked":"bottom-sheet__scrollLocked_bcsom","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_bcsom","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_bcsom","appear":"bottom-sheet__appear_bcsom","enter":"bottom-sheet__enter_bcsom","appearActive":"bottom-sheet__appearActive_bcsom","enterActive":"bottom-sheet__enterActive_bcsom","enterDone":"bottom-sheet__enterDone_bcsom","appearDone":"bottom-sheet__appearDone_bcsom","exit":"bottom-sheet__exit_bcsom","exitActive":"bottom-sheet__exitActive_bcsom","safeAreaBottom":"bottom-sheet__safeAreaBottom_bcsom","background-accent":"bottom-sheet__background-accent_bcsom","background-info":"bottom-sheet__background-info_bcsom","background-attention-muted":"bottom-sheet__background-attention-muted_bcsom","background-positive-muted":"bottom-sheet__background-positive-muted_bcsom","background-negative-muted":"bottom-sheet__background-negative-muted_bcsom","background-primary":"bottom-sheet__background-primary_bcsom","background-primary-inverted":"bottom-sheet__background-primary-inverted_bcsom","background-secondary":"bottom-sheet__background-secondary_bcsom","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_bcsom","background-tertiary":"bottom-sheet__background-tertiary_bcsom","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_bcsom","background-quaternary":"bottom-sheet__background-quaternary_bcsom","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_bcsom","background-specialbg-component":"bottom-sheet__background-specialbg-component_bcsom","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_bcsom","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_bcsom","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_bcsom","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_bcsom","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_bcsom","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_bcsom","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_bcsom","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_bcsom"};
15
+ const styles = {"modal":"bottom-sheet__modal_r5wo2","wrapper":"bottom-sheet__wrapper_r5wo2","fullscreen":"bottom-sheet__fullscreen_r5wo2","component":"bottom-sheet__component_r5wo2","withTransition":"bottom-sheet__withTransition_r5wo2","scrollableContainer":"bottom-sheet__scrollableContainer_r5wo2","marker":"bottom-sheet__marker_r5wo2","defaultMarker":"bottom-sheet__defaultMarker_r5wo2","content":"bottom-sheet__content_r5wo2","noHeader":"bottom-sheet__noHeader_r5wo2","noFooter":"bottom-sheet__noFooter_r5wo2","scrollLocked":"bottom-sheet__scrollLocked_r5wo2","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_r5wo2","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_r5wo2","appear":"bottom-sheet__appear_r5wo2","enter":"bottom-sheet__enter_r5wo2","appearActive":"bottom-sheet__appearActive_r5wo2","enterActive":"bottom-sheet__enterActive_r5wo2","enterDone":"bottom-sheet__enterDone_r5wo2","appearDone":"bottom-sheet__appearDone_r5wo2","exit":"bottom-sheet__exit_r5wo2","exitActive":"bottom-sheet__exitActive_r5wo2","safeAreaBottom":"bottom-sheet__safeAreaBottom_r5wo2","background-accent":"bottom-sheet__background-accent_r5wo2","background-info":"bottom-sheet__background-info_r5wo2","background-attention-muted":"bottom-sheet__background-attention-muted_r5wo2","background-positive-muted":"bottom-sheet__background-positive-muted_r5wo2","background-negative-muted":"bottom-sheet__background-negative-muted_r5wo2","background-primary":"bottom-sheet__background-primary_r5wo2","background-primary-inverted":"bottom-sheet__background-primary-inverted_r5wo2","background-secondary":"bottom-sheet__background-secondary_r5wo2","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_r5wo2","background-tertiary":"bottom-sheet__background-tertiary_r5wo2","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_r5wo2","background-quaternary":"bottom-sheet__background-quaternary_r5wo2","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_r5wo2","background-specialbg-component":"bottom-sheet__background-specialbg-component_r5wo2","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_r5wo2","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_r5wo2","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_r5wo2","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_r5wo2","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_r5wo2","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_r5wo2","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_r5wo2","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_r5wo2"};
16
16
  require('./index.css')
17
17
 
18
18
  const { isNil } = fnUtils;
@@ -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_1u4zd","sticky":"bottom-sheet__sticky_1u4zd","highlighted":"bottom-sheet__highlighted_1u4zd","background-accent":"bottom-sheet__background-accent_1u4zd","background-info":"bottom-sheet__background-info_1u4zd","background-attention-muted":"bottom-sheet__background-attention-muted_1u4zd","background-positive-muted":"bottom-sheet__background-positive-muted_1u4zd","background-negative-muted":"bottom-sheet__background-negative-muted_1u4zd","background-primary":"bottom-sheet__background-primary_1u4zd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1u4zd","background-secondary":"bottom-sheet__background-secondary_1u4zd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1u4zd","background-tertiary":"bottom-sheet__background-tertiary_1u4zd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1u4zd","background-quaternary":"bottom-sheet__background-quaternary_1u4zd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1u4zd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1u4zd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1u4zd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1u4zd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1u4zd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1u4zd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1u4zd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1u4zd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1u4zd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1u4zd"};
5
+ const styles = {"footer":"bottom-sheet__footer_1tmb7","sticky":"bottom-sheet__sticky_1tmb7","highlighted":"bottom-sheet__highlighted_1tmb7","background-accent":"bottom-sheet__background-accent_1tmb7","background-info":"bottom-sheet__background-info_1tmb7","background-attention-muted":"bottom-sheet__background-attention-muted_1tmb7","background-positive-muted":"bottom-sheet__background-positive-muted_1tmb7","background-negative-muted":"bottom-sheet__background-negative-muted_1tmb7","background-primary":"bottom-sheet__background-primary_1tmb7","background-primary-inverted":"bottom-sheet__background-primary-inverted_1tmb7","background-secondary":"bottom-sheet__background-secondary_1tmb7","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1tmb7","background-tertiary":"bottom-sheet__background-tertiary_1tmb7","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1tmb7","background-quaternary":"bottom-sheet__background-quaternary_1tmb7","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1tmb7","background-specialbg-component":"bottom-sheet__background-specialbg-component_1tmb7","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1tmb7","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1tmb7","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1tmb7","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1tmb7","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1tmb7","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1tmb7","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1tmb7","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1tmb7"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ children, className, sticky, dataTestId }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 13rj0 */
1
+ /* hash: 1omq0 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -55,58 +55,58 @@
55
55
  /* footer */
56
56
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
57
57
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__footer_1u4zd {
58
+ } .bottom-sheet__footer_1tmb7 {
59
59
  padding: var(--gap-16) var(--gap-16);
60
60
  background-color: var(--color-light-modal-bg-primary);
61
- } .bottom-sheet__sticky_1u4zd {
61
+ } .bottom-sheet__sticky_1tmb7 {
62
62
  position: sticky;
63
63
  bottom: var(--gap-0);
64
64
  z-index: 1;
65
- } .bottom-sheet__highlighted_1u4zd {
65
+ } .bottom-sheet__highlighted_1tmb7 {
66
66
  border-top: var(--bottom-sheet-footer-border-top);
67
67
  background-color: var(--bottom-sheet-footer-background-color);
68
- } .bottom-sheet__background-accent_1u4zd {
68
+ } .bottom-sheet__background-accent_1tmb7 {
69
69
  background-color: var(--color-light-bg-accent);
70
- } .bottom-sheet__background-info_1u4zd {
70
+ } .bottom-sheet__background-info_1tmb7 {
71
71
  background-color: var(--color-light-bg-info);
72
- } .bottom-sheet__background-attention-muted_1u4zd {
72
+ } .bottom-sheet__background-attention-muted_1tmb7 {
73
73
  background-color: var(--color-light-bg-attention-muted);
74
- } .bottom-sheet__background-positive-muted_1u4zd {
74
+ } .bottom-sheet__background-positive-muted_1tmb7 {
75
75
  background-color: var(--color-light-bg-positive-muted);
76
- } .bottom-sheet__background-negative-muted_1u4zd {
76
+ } .bottom-sheet__background-negative-muted_1tmb7 {
77
77
  background-color: var(--color-light-bg-negative-muted);
78
- } .bottom-sheet__background-primary_1u4zd {
78
+ } .bottom-sheet__background-primary_1tmb7 {
79
79
  background-color: var(--color-light-bg-primary);
80
- } .bottom-sheet__background-primary-inverted_1u4zd {
80
+ } .bottom-sheet__background-primary-inverted_1tmb7 {
81
81
  background-color: var(--color-light-bg-primary-inverted);
82
- } .bottom-sheet__background-secondary_1u4zd {
82
+ } .bottom-sheet__background-secondary_1tmb7 {
83
83
  background-color: var(--color-light-bg-secondary);
84
- } .bottom-sheet__background-secondary-inverted_1u4zd {
84
+ } .bottom-sheet__background-secondary-inverted_1tmb7 {
85
85
  background-color: var(--color-light-bg-secondary-inverted);
86
- } .bottom-sheet__background-tertiary_1u4zd {
86
+ } .bottom-sheet__background-tertiary_1tmb7 {
87
87
  background-color: var(--color-light-bg-tertiary);
88
- } .bottom-sheet__background-tertiary-inverted_1u4zd {
88
+ } .bottom-sheet__background-tertiary-inverted_1tmb7 {
89
89
  background-color: var(--color-light-bg-tertiary-inverted);
90
- } .bottom-sheet__background-quaternary_1u4zd {
90
+ } .bottom-sheet__background-quaternary_1tmb7 {
91
91
  background-color: var(--color-light-bg-quaternary);
92
- } .bottom-sheet__background-quaternary-inverted_1u4zd {
92
+ } .bottom-sheet__background-quaternary-inverted_1tmb7 {
93
93
  background-color: var(--color-light-bg-quaternary-inverted);
94
- } .bottom-sheet__background-specialbg-component_1u4zd {
94
+ } .bottom-sheet__background-specialbg-component_1tmb7 {
95
95
  background-color: var(--color-light-specialbg-component);
96
- } .bottom-sheet__background-specialbg-component-inverted_1u4zd {
96
+ } .bottom-sheet__background-specialbg-component-inverted_1tmb7 {
97
97
  background-color: var(--color-light-specialbg-component-inverted);
98
- } .bottom-sheet__background-specialbg-primary-grouped_1u4zd {
98
+ } .bottom-sheet__background-specialbg-primary-grouped_1tmb7 {
99
99
  background-color: var(--color-light-specialbg-primary-grouped);
100
- } .bottom-sheet__background-specialbg-secondary-grouped_1u4zd {
100
+ } .bottom-sheet__background-specialbg-secondary-grouped_1tmb7 {
101
101
  background-color: var(--color-light-specialbg-secondary-grouped);
102
- } .bottom-sheet__background-specialbg-tertiary-grouped_1u4zd {
102
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1tmb7 {
103
103
  background-color: var(--color-light-specialbg-tertiary-grouped);
104
- } .bottom-sheet__background-specialbg-secondary-transparent_1u4zd {
104
+ } .bottom-sheet__background-specialbg-secondary-transparent_1tmb7 {
105
105
  background-color: var(--color-light-specialbg-secondary-transparent);
106
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1u4zd {
106
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1tmb7 {
107
107
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
108
- } .bottom-sheet__background-specialbg-tertiary-transparent_1u4zd {
108
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1tmb7 {
109
109
  background-color: var(--color-light-specialbg-tertiary-transparent);
110
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1u4zd {
110
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1tmb7 {
111
111
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
112
112
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
4
4
  import { NavigationBarPrivate } from '@alfalab/core-components-navigation-bar-private/modern';
5
5
 
6
- const styles = {"headerWrapper":"bottom-sheet__headerWrapper_vxtcr","hasContent":"bottom-sheet__hasContent_vxtcr","header":"bottom-sheet__header_vxtcr","sticky":"bottom-sheet__sticky_vxtcr","highlighted":"bottom-sheet__highlighted_vxtcr","justifyEnd":"bottom-sheet__justifyEnd_vxtcr","addon":"bottom-sheet__addon_vxtcr","addonFixed":"bottom-sheet__addonFixed_vxtcr","title":"bottom-sheet__title_vxtcr","titleCenter":"bottom-sheet__titleCenter_vxtcr","titleLeft":"bottom-sheet__titleLeft_vxtcr","trimTitle":"bottom-sheet__trimTitle_vxtcr"};
6
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_1mj6g","hasContent":"bottom-sheet__hasContent_1mj6g","header":"bottom-sheet__header_1mj6g","sticky":"bottom-sheet__sticky_1mj6g","highlighted":"bottom-sheet__highlighted_1mj6g","justifyEnd":"bottom-sheet__justifyEnd_1mj6g","addon":"bottom-sheet__addon_1mj6g","addonFixed":"bottom-sheet__addonFixed_1mj6g","title":"bottom-sheet__title_1mj6g","titleCenter":"bottom-sheet__titleCenter_1mj6g","titleLeft":"bottom-sheet__titleLeft_1mj6g","trimTitle":"bottom-sheet__trimTitle_1mj6g"};
7
7
  require('./index.css')
8
8
 
9
9
  const Header = ({ className, sticky, headerRef, headerOffset, title, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1minx */
1
+ /* hash: 8cqv4 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -41,42 +41,42 @@
41
41
  --bottom-sheet-title-font-family: var(--font-family-system);
42
42
 
43
43
  /* footer */
44
- } .bottom-sheet__headerWrapper_vxtcr {
44
+ } .bottom-sheet__headerWrapper_1mj6g {
45
45
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
46
46
  border-top-left-radius: inherit;
47
47
  border-top-right-radius: inherit;
48
48
  z-index: 1;
49
- } .bottom-sheet__hasContent_vxtcr {
49
+ } .bottom-sheet__hasContent_1mj6g {
50
50
  background-color: inherit;
51
- } .bottom-sheet__header_vxtcr {
51
+ } .bottom-sheet__header_1mj6g {
52
52
  display: flex;
53
- } .bottom-sheet__sticky_vxtcr {
53
+ } .bottom-sheet__sticky_1mj6g {
54
54
  position: sticky;
55
55
  top: var(--gap-0);
56
- } .bottom-sheet__highlighted_vxtcr {
56
+ } .bottom-sheet__highlighted_1mj6g {
57
57
  border-bottom: var(--bottom-sheet-header-border-bottom);
58
- } .bottom-sheet__justifyEnd_vxtcr {
58
+ } .bottom-sheet__justifyEnd_1mj6g {
59
59
  justify-content: flex-end;
60
- } .bottom-sheet__addon_vxtcr {
60
+ } .bottom-sheet__addon_1mj6g {
61
61
  display: flex;
62
62
  justify-content: center;
63
63
  align-items: center;
64
64
  min-width: 48px;
65
65
  height: 48px;
66
- } .bottom-sheet__addonFixed_vxtcr {
66
+ } .bottom-sheet__addonFixed_1mj6g {
67
67
  position: fixed;
68
- } .bottom-sheet__title_vxtcr {
68
+ } .bottom-sheet__title_1mj6g {
69
69
  padding: 10px var(--gap-8);
70
70
  width: 100%;
71
71
  font-size: var(--bottom-sheet-title-font-size);
72
72
  font-weight: var(--bottom-sheet-title-font-weight);
73
73
  line-height: var(--bottom-sheet-title-line-height);
74
74
  font-family: var(--bottom-sheet-title-font-family);
75
- } .bottom-sheet__titleCenter_vxtcr {
75
+ } .bottom-sheet__titleCenter_1mj6g {
76
76
  text-align: center;
77
- } .bottom-sheet__titleLeft_vxtcr {
77
+ } .bottom-sheet__titleLeft_1mj6g {
78
78
  text-align: left;
79
- } .bottom-sheet__trimTitle_vxtcr {
79
+ } .bottom-sheet__trimTitle_1mj6g {
80
80
  white-space: nowrap;
81
81
  overflow: hidden;
82
82
  text-overflow: ellipsis;