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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1lfns */
1
+ /* hash: iew0w */
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;
@@ -61,25 +61,25 @@
61
61
  /* header */
62
62
 
63
63
  /* footer */
64
- } .bottom-sheet__modal_uemty {
64
+ } .bottom-sheet__modal_82mcq {
65
65
  bottom: var(--gap-0);
66
66
  width: 100%;
67
67
  max-width: 600px;
68
68
  pointer-events: none;
69
69
  touch-action: none;
70
- } .bottom-sheet__modal_uemty.bottom-sheet__modal_uemty {
70
+ } .bottom-sheet__modal_82mcq.bottom-sheet__modal_82mcq {
71
71
  background-color: transparent;
72
72
  position: fixed;
73
- } .bottom-sheet__wrapper_uemty {
73
+ } .bottom-sheet__wrapper_82mcq {
74
74
  transform: translateY(100%);
75
75
  pointer-events: none;
76
76
  touch-action: none;
77
77
  border-top-right-radius: var(--bottom-sheet-top-radius);
78
78
  border-top-left-radius: var(--bottom-sheet-top-radius);
79
79
  transition: border-radius 0.3s ease;
80
- } .bottom-sheet__fullscreen_uemty {
80
+ } .bottom-sheet__fullscreen_82mcq {
81
81
  border-radius: 0;
82
- } .bottom-sheet__component_uemty {
82
+ } .bottom-sheet__component_82mcq {
83
83
  position: relative;
84
84
  display: flex;
85
85
  flex-direction: column;
@@ -87,9 +87,9 @@
87
87
  background-color: var(--color-light-modal-bg-primary);
88
88
  pointer-events: all;
89
89
  box-shadow: var(--bottom-sheet-shadow);
90
- } .bottom-sheet__withTransition_uemty {
90
+ } .bottom-sheet__withTransition_82mcq {
91
91
  transition: var(--bottom-sheet-out-transition);
92
- } .bottom-sheet__scrollableContainer_uemty {
92
+ } .bottom-sheet__scrollableContainer_82mcq {
93
93
  overflow: auto;
94
94
  display: flex;
95
95
  flex-direction: column;
@@ -98,7 +98,7 @@
98
98
  background-color: inherit;
99
99
  border-radius: inherit;
100
100
  overscroll-behavior: contain;
101
- } .bottom-sheet__marker_uemty {
101
+ } .bottom-sheet__marker_82mcq {
102
102
  position: fixed;
103
103
  top: var(--gap-4);
104
104
  right: var(--gap-0);
@@ -106,11 +106,11 @@
106
106
  z-index: 1000;
107
107
  width: 36px;
108
108
  margin: var(--gap-0) auto;
109
- } .bottom-sheet__defaultMarker_uemty {
109
+ } .bottom-sheet__defaultMarker_82mcq {
110
110
  height: 4px;
111
111
  border-radius: var(--border-radius-20);
112
112
  background-color: var(--color-light-neutral-translucent-300);
113
- } .bottom-sheet__content_uemty {
113
+ } .bottom-sheet__content_82mcq {
114
114
  position: relative;
115
115
  z-index: 0;
116
116
  display: flex;
@@ -120,75 +120,75 @@
120
120
  color: var(--color-light-text-primary);
121
121
  background-color: inherit;
122
122
  border-radius: inherit;
123
- } .bottom-sheet__noHeader_uemty {
123
+ } .bottom-sheet__noHeader_82mcq {
124
124
  padding-top: var(--gap-16);
125
- } .bottom-sheet__noFooter_uemty {
125
+ } .bottom-sheet__noFooter_82mcq {
126
126
  padding-bottom: var(--gap-16);
127
- } .bottom-sheet__scrollLocked_uemty {
127
+ } .bottom-sheet__scrollLocked_82mcq {
128
128
  overflow: hidden;
129
- } .bottom-sheet__hiddenScrollbar_uemty {
129
+ } .bottom-sheet__hiddenScrollbar_82mcq {
130
130
  scrollbar-width: none
131
- } .bottom-sheet__hiddenScrollbar_uemty::-webkit-scrollbar {
131
+ } .bottom-sheet__hiddenScrollbar_82mcq::-webkit-scrollbar {
132
132
  width: 0;
133
133
  height: 0;
134
- } .bottom-sheet__disabledPointerEvents_uemty {
134
+ } .bottom-sheet__disabledPointerEvents_82mcq {
135
135
  pointer-events: none;
136
- } .bottom-sheet__appear_uemty .bottom-sheet__wrapper_uemty, .bottom-sheet__enter_uemty .bottom-sheet__wrapper_uemty {
136
+ } .bottom-sheet__appear_82mcq .bottom-sheet__wrapper_82mcq, .bottom-sheet__enter_82mcq .bottom-sheet__wrapper_82mcq {
137
137
  transition: none;
138
- } .bottom-sheet__appearActive_uemty .bottom-sheet__wrapper_uemty, .bottom-sheet__enterActive_uemty .bottom-sheet__wrapper_uemty {
138
+ } .bottom-sheet__appearActive_82mcq .bottom-sheet__wrapper_82mcq, .bottom-sheet__enterActive_82mcq .bottom-sheet__wrapper_82mcq {
139
139
  transition: var(--bottom-sheet-in-transition);
140
140
  transform: translateY(0);
141
- } .bottom-sheet__enterDone_uemty .bottom-sheet__wrapper_uemty, .bottom-sheet__appearDone_uemty .bottom-sheet__wrapper_uemty {
141
+ } .bottom-sheet__enterDone_82mcq .bottom-sheet__wrapper_82mcq, .bottom-sheet__appearDone_82mcq .bottom-sheet__wrapper_82mcq {
142
142
  transform: translateY(0);
143
- } .bottom-sheet__exit_uemty .bottom-sheet__wrapper_uemty {
143
+ } .bottom-sheet__exit_82mcq .bottom-sheet__wrapper_82mcq {
144
144
  transform: translateY(0);
145
- } .bottom-sheet__exitActive_uemty .bottom-sheet__wrapper_uemty {
145
+ } .bottom-sheet__exitActive_82mcq .bottom-sheet__wrapper_82mcq {
146
146
  transition: var(--bottom-sheet-out-transition);
147
147
  transform: translateY(100%);
148
- } .bottom-sheet__safeAreaBottom_uemty {
148
+ } .bottom-sheet__safeAreaBottom_82mcq {
149
149
  padding-bottom: env(safe-area-inset-bottom);
150
- } .bottom-sheet__background-accent_uemty {
150
+ } .bottom-sheet__background-accent_82mcq {
151
151
  background-color: var(--color-light-bg-accent);
152
- } .bottom-sheet__background-info_uemty {
152
+ } .bottom-sheet__background-info_82mcq {
153
153
  background-color: var(--color-light-bg-info);
154
- } .bottom-sheet__background-attention-muted_uemty {
154
+ } .bottom-sheet__background-attention-muted_82mcq {
155
155
  background-color: var(--color-light-bg-attention-muted);
156
- } .bottom-sheet__background-positive-muted_uemty {
156
+ } .bottom-sheet__background-positive-muted_82mcq {
157
157
  background-color: var(--color-light-bg-positive-muted);
158
- } .bottom-sheet__background-negative-muted_uemty {
158
+ } .bottom-sheet__background-negative-muted_82mcq {
159
159
  background-color: var(--color-light-bg-negative-muted);
160
- } .bottom-sheet__background-primary_uemty {
160
+ } .bottom-sheet__background-primary_82mcq {
161
161
  background-color: var(--color-light-bg-primary);
162
- } .bottom-sheet__background-primary-inverted_uemty {
162
+ } .bottom-sheet__background-primary-inverted_82mcq {
163
163
  background-color: var(--color-light-bg-primary-inverted);
164
- } .bottom-sheet__background-secondary_uemty {
164
+ } .bottom-sheet__background-secondary_82mcq {
165
165
  background-color: var(--color-light-bg-secondary);
166
- } .bottom-sheet__background-secondary-inverted_uemty {
166
+ } .bottom-sheet__background-secondary-inverted_82mcq {
167
167
  background-color: var(--color-light-bg-secondary-inverted);
168
- } .bottom-sheet__background-tertiary_uemty {
168
+ } .bottom-sheet__background-tertiary_82mcq {
169
169
  background-color: var(--color-light-bg-tertiary);
170
- } .bottom-sheet__background-tertiary-inverted_uemty {
170
+ } .bottom-sheet__background-tertiary-inverted_82mcq {
171
171
  background-color: var(--color-light-bg-tertiary-inverted);
172
- } .bottom-sheet__background-quaternary_uemty {
172
+ } .bottom-sheet__background-quaternary_82mcq {
173
173
  background-color: var(--color-light-bg-quaternary);
174
- } .bottom-sheet__background-quaternary-inverted_uemty {
174
+ } .bottom-sheet__background-quaternary-inverted_82mcq {
175
175
  background-color: var(--color-light-bg-quaternary-inverted);
176
- } .bottom-sheet__background-specialbg-component_uemty {
176
+ } .bottom-sheet__background-specialbg-component_82mcq {
177
177
  background-color: var(--color-light-specialbg-component);
178
- } .bottom-sheet__background-specialbg-component-inverted_uemty {
178
+ } .bottom-sheet__background-specialbg-component-inverted_82mcq {
179
179
  background-color: var(--color-light-specialbg-component-inverted);
180
- } .bottom-sheet__background-specialbg-primary-grouped_uemty {
180
+ } .bottom-sheet__background-specialbg-primary-grouped_82mcq {
181
181
  background-color: var(--color-light-specialbg-primary-grouped);
182
- } .bottom-sheet__background-specialbg-secondary-grouped_uemty {
182
+ } .bottom-sheet__background-specialbg-secondary-grouped_82mcq {
183
183
  background-color: var(--color-light-specialbg-secondary-grouped);
184
- } .bottom-sheet__background-specialbg-tertiary-grouped_uemty {
184
+ } .bottom-sheet__background-specialbg-tertiary-grouped_82mcq {
185
185
  background-color: var(--color-light-specialbg-tertiary-grouped);
186
- } .bottom-sheet__background-specialbg-secondary-transparent_uemty {
186
+ } .bottom-sheet__background-specialbg-secondary-transparent_82mcq {
187
187
  background-color: var(--color-light-specialbg-secondary-transparent);
188
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_uemty {
188
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_82mcq {
189
189
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
190
- } .bottom-sheet__background-specialbg-tertiary-transparent_uemty {
190
+ } .bottom-sheet__background-specialbg-tertiary-transparent_82mcq {
191
191
  background-color: var(--color-light-specialbg-tertiary-transparent);
192
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_uemty {
192
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_82mcq {
193
193
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
194
194
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1lfns */
1
+ /* hash: iew0w */
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;
@@ -61,25 +61,25 @@
61
61
  /* header */
62
62
 
63
63
  /* footer */
64
- } .bottom-sheet__modal_uemty {
64
+ } .bottom-sheet__modal_82mcq {
65
65
  bottom: var(--gap-0);
66
66
  width: 100%;
67
67
  max-width: 600px;
68
68
  pointer-events: none;
69
69
  touch-action: none;
70
- } .bottom-sheet__modal_uemty.bottom-sheet__modal_uemty {
70
+ } .bottom-sheet__modal_82mcq.bottom-sheet__modal_82mcq {
71
71
  background-color: transparent;
72
72
  position: fixed;
73
- } .bottom-sheet__wrapper_uemty {
73
+ } .bottom-sheet__wrapper_82mcq {
74
74
  transform: translateY(100%);
75
75
  pointer-events: none;
76
76
  touch-action: none;
77
77
  border-top-right-radius: var(--bottom-sheet-top-radius);
78
78
  border-top-left-radius: var(--bottom-sheet-top-radius);
79
79
  transition: border-radius 0.3s ease;
80
- } .bottom-sheet__fullscreen_uemty {
80
+ } .bottom-sheet__fullscreen_82mcq {
81
81
  border-radius: 0;
82
- } .bottom-sheet__component_uemty {
82
+ } .bottom-sheet__component_82mcq {
83
83
  position: relative;
84
84
  display: flex;
85
85
  flex-direction: column;
@@ -87,9 +87,9 @@
87
87
  background-color: var(--color-light-modal-bg-primary);
88
88
  pointer-events: all;
89
89
  box-shadow: var(--bottom-sheet-shadow);
90
- } .bottom-sheet__withTransition_uemty {
90
+ } .bottom-sheet__withTransition_82mcq {
91
91
  transition: var(--bottom-sheet-out-transition);
92
- } .bottom-sheet__scrollableContainer_uemty {
92
+ } .bottom-sheet__scrollableContainer_82mcq {
93
93
  overflow: auto;
94
94
  display: flex;
95
95
  flex-direction: column;
@@ -98,7 +98,7 @@
98
98
  background-color: inherit;
99
99
  border-radius: inherit;
100
100
  overscroll-behavior: contain;
101
- } .bottom-sheet__marker_uemty {
101
+ } .bottom-sheet__marker_82mcq {
102
102
  position: fixed;
103
103
  top: var(--gap-4);
104
104
  right: var(--gap-0);
@@ -106,11 +106,11 @@
106
106
  z-index: 1000;
107
107
  width: 36px;
108
108
  margin: var(--gap-0) auto;
109
- } .bottom-sheet__defaultMarker_uemty {
109
+ } .bottom-sheet__defaultMarker_82mcq {
110
110
  height: 4px;
111
111
  border-radius: var(--border-radius-20);
112
112
  background-color: var(--color-light-neutral-translucent-300);
113
- } .bottom-sheet__content_uemty {
113
+ } .bottom-sheet__content_82mcq {
114
114
  position: relative;
115
115
  z-index: 0;
116
116
  display: flex;
@@ -120,75 +120,75 @@
120
120
  color: var(--color-light-text-primary);
121
121
  background-color: inherit;
122
122
  border-radius: inherit;
123
- } .bottom-sheet__noHeader_uemty {
123
+ } .bottom-sheet__noHeader_82mcq {
124
124
  padding-top: var(--gap-16);
125
- } .bottom-sheet__noFooter_uemty {
125
+ } .bottom-sheet__noFooter_82mcq {
126
126
  padding-bottom: var(--gap-16);
127
- } .bottom-sheet__scrollLocked_uemty {
127
+ } .bottom-sheet__scrollLocked_82mcq {
128
128
  overflow: hidden;
129
- } .bottom-sheet__hiddenScrollbar_uemty {
129
+ } .bottom-sheet__hiddenScrollbar_82mcq {
130
130
  scrollbar-width: none
131
- } .bottom-sheet__hiddenScrollbar_uemty::-webkit-scrollbar {
131
+ } .bottom-sheet__hiddenScrollbar_82mcq::-webkit-scrollbar {
132
132
  width: 0;
133
133
  height: 0;
134
- } .bottom-sheet__disabledPointerEvents_uemty {
134
+ } .bottom-sheet__disabledPointerEvents_82mcq {
135
135
  pointer-events: none;
136
- } .bottom-sheet__appear_uemty .bottom-sheet__wrapper_uemty, .bottom-sheet__enter_uemty .bottom-sheet__wrapper_uemty {
136
+ } .bottom-sheet__appear_82mcq .bottom-sheet__wrapper_82mcq, .bottom-sheet__enter_82mcq .bottom-sheet__wrapper_82mcq {
137
137
  transition: none;
138
- } .bottom-sheet__appearActive_uemty .bottom-sheet__wrapper_uemty, .bottom-sheet__enterActive_uemty .bottom-sheet__wrapper_uemty {
138
+ } .bottom-sheet__appearActive_82mcq .bottom-sheet__wrapper_82mcq, .bottom-sheet__enterActive_82mcq .bottom-sheet__wrapper_82mcq {
139
139
  transition: var(--bottom-sheet-in-transition);
140
140
  transform: translateY(0);
141
- } .bottom-sheet__enterDone_uemty .bottom-sheet__wrapper_uemty, .bottom-sheet__appearDone_uemty .bottom-sheet__wrapper_uemty {
141
+ } .bottom-sheet__enterDone_82mcq .bottom-sheet__wrapper_82mcq, .bottom-sheet__appearDone_82mcq .bottom-sheet__wrapper_82mcq {
142
142
  transform: translateY(0);
143
- } .bottom-sheet__exit_uemty .bottom-sheet__wrapper_uemty {
143
+ } .bottom-sheet__exit_82mcq .bottom-sheet__wrapper_82mcq {
144
144
  transform: translateY(0);
145
- } .bottom-sheet__exitActive_uemty .bottom-sheet__wrapper_uemty {
145
+ } .bottom-sheet__exitActive_82mcq .bottom-sheet__wrapper_82mcq {
146
146
  transition: var(--bottom-sheet-out-transition);
147
147
  transform: translateY(100%);
148
- } .bottom-sheet__safeAreaBottom_uemty {
148
+ } .bottom-sheet__safeAreaBottom_82mcq {
149
149
  padding-bottom: env(safe-area-inset-bottom);
150
- } .bottom-sheet__background-accent_uemty {
150
+ } .bottom-sheet__background-accent_82mcq {
151
151
  background-color: var(--color-light-bg-accent);
152
- } .bottom-sheet__background-info_uemty {
152
+ } .bottom-sheet__background-info_82mcq {
153
153
  background-color: var(--color-light-bg-info);
154
- } .bottom-sheet__background-attention-muted_uemty {
154
+ } .bottom-sheet__background-attention-muted_82mcq {
155
155
  background-color: var(--color-light-bg-attention-muted);
156
- } .bottom-sheet__background-positive-muted_uemty {
156
+ } .bottom-sheet__background-positive-muted_82mcq {
157
157
  background-color: var(--color-light-bg-positive-muted);
158
- } .bottom-sheet__background-negative-muted_uemty {
158
+ } .bottom-sheet__background-negative-muted_82mcq {
159
159
  background-color: var(--color-light-bg-negative-muted);
160
- } .bottom-sheet__background-primary_uemty {
160
+ } .bottom-sheet__background-primary_82mcq {
161
161
  background-color: var(--color-light-bg-primary);
162
- } .bottom-sheet__background-primary-inverted_uemty {
162
+ } .bottom-sheet__background-primary-inverted_82mcq {
163
163
  background-color: var(--color-light-bg-primary-inverted);
164
- } .bottom-sheet__background-secondary_uemty {
164
+ } .bottom-sheet__background-secondary_82mcq {
165
165
  background-color: var(--color-light-bg-secondary);
166
- } .bottom-sheet__background-secondary-inverted_uemty {
166
+ } .bottom-sheet__background-secondary-inverted_82mcq {
167
167
  background-color: var(--color-light-bg-secondary-inverted);
168
- } .bottom-sheet__background-tertiary_uemty {
168
+ } .bottom-sheet__background-tertiary_82mcq {
169
169
  background-color: var(--color-light-bg-tertiary);
170
- } .bottom-sheet__background-tertiary-inverted_uemty {
170
+ } .bottom-sheet__background-tertiary-inverted_82mcq {
171
171
  background-color: var(--color-light-bg-tertiary-inverted);
172
- } .bottom-sheet__background-quaternary_uemty {
172
+ } .bottom-sheet__background-quaternary_82mcq {
173
173
  background-color: var(--color-light-bg-quaternary);
174
- } .bottom-sheet__background-quaternary-inverted_uemty {
174
+ } .bottom-sheet__background-quaternary-inverted_82mcq {
175
175
  background-color: var(--color-light-bg-quaternary-inverted);
176
- } .bottom-sheet__background-specialbg-component_uemty {
176
+ } .bottom-sheet__background-specialbg-component_82mcq {
177
177
  background-color: var(--color-light-specialbg-component);
178
- } .bottom-sheet__background-specialbg-component-inverted_uemty {
178
+ } .bottom-sheet__background-specialbg-component-inverted_82mcq {
179
179
  background-color: var(--color-light-specialbg-component-inverted);
180
- } .bottom-sheet__background-specialbg-primary-grouped_uemty {
180
+ } .bottom-sheet__background-specialbg-primary-grouped_82mcq {
181
181
  background-color: var(--color-light-specialbg-primary-grouped);
182
- } .bottom-sheet__background-specialbg-secondary-grouped_uemty {
182
+ } .bottom-sheet__background-specialbg-secondary-grouped_82mcq {
183
183
  background-color: var(--color-light-specialbg-secondary-grouped);
184
- } .bottom-sheet__background-specialbg-tertiary-grouped_uemty {
184
+ } .bottom-sheet__background-specialbg-tertiary-grouped_82mcq {
185
185
  background-color: var(--color-light-specialbg-tertiary-grouped);
186
- } .bottom-sheet__background-specialbg-secondary-transparent_uemty {
186
+ } .bottom-sheet__background-specialbg-secondary-transparent_82mcq {
187
187
  background-color: var(--color-light-specialbg-secondary-transparent);
188
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_uemty {
188
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_82mcq {
189
189
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
190
- } .bottom-sheet__background-specialbg-tertiary-transparent_uemty {
190
+ } .bottom-sheet__background-specialbg-tertiary-transparent_82mcq {
191
191
  background-color: var(--color-light-specialbg-tertiary-transparent);
192
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_uemty {
192
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_82mcq {
193
193
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
194
194
  }
@@ -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_uemty","wrapper":"bottom-sheet__wrapper_uemty","fullscreen":"bottom-sheet__fullscreen_uemty","component":"bottom-sheet__component_uemty","withTransition":"bottom-sheet__withTransition_uemty","scrollableContainer":"bottom-sheet__scrollableContainer_uemty","marker":"bottom-sheet__marker_uemty","defaultMarker":"bottom-sheet__defaultMarker_uemty","content":"bottom-sheet__content_uemty","noHeader":"bottom-sheet__noHeader_uemty","noFooter":"bottom-sheet__noFooter_uemty","scrollLocked":"bottom-sheet__scrollLocked_uemty","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_uemty","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_uemty","appear":"bottom-sheet__appear_uemty","enter":"bottom-sheet__enter_uemty","appearActive":"bottom-sheet__appearActive_uemty","enterActive":"bottom-sheet__enterActive_uemty","enterDone":"bottom-sheet__enterDone_uemty","appearDone":"bottom-sheet__appearDone_uemty","exit":"bottom-sheet__exit_uemty","exitActive":"bottom-sheet__exitActive_uemty","safeAreaBottom":"bottom-sheet__safeAreaBottom_uemty","background-accent":"bottom-sheet__background-accent_uemty","background-info":"bottom-sheet__background-info_uemty","background-attention-muted":"bottom-sheet__background-attention-muted_uemty","background-positive-muted":"bottom-sheet__background-positive-muted_uemty","background-negative-muted":"bottom-sheet__background-negative-muted_uemty","background-primary":"bottom-sheet__background-primary_uemty","background-primary-inverted":"bottom-sheet__background-primary-inverted_uemty","background-secondary":"bottom-sheet__background-secondary_uemty","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_uemty","background-tertiary":"bottom-sheet__background-tertiary_uemty","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_uemty","background-quaternary":"bottom-sheet__background-quaternary_uemty","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_uemty","background-specialbg-component":"bottom-sheet__background-specialbg-component_uemty","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_uemty","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_uemty","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_uemty","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_uemty","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_uemty","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_uemty","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_uemty","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_uemty"};
15
+ const styles = {"modal":"bottom-sheet__modal_82mcq","wrapper":"bottom-sheet__wrapper_82mcq","fullscreen":"bottom-sheet__fullscreen_82mcq","component":"bottom-sheet__component_82mcq","withTransition":"bottom-sheet__withTransition_82mcq","scrollableContainer":"bottom-sheet__scrollableContainer_82mcq","marker":"bottom-sheet__marker_82mcq","defaultMarker":"bottom-sheet__defaultMarker_82mcq","content":"bottom-sheet__content_82mcq","noHeader":"bottom-sheet__noHeader_82mcq","noFooter":"bottom-sheet__noFooter_82mcq","scrollLocked":"bottom-sheet__scrollLocked_82mcq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_82mcq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_82mcq","appear":"bottom-sheet__appear_82mcq","enter":"bottom-sheet__enter_82mcq","appearActive":"bottom-sheet__appearActive_82mcq","enterActive":"bottom-sheet__enterActive_82mcq","enterDone":"bottom-sheet__enterDone_82mcq","appearDone":"bottom-sheet__appearDone_82mcq","exit":"bottom-sheet__exit_82mcq","exitActive":"bottom-sheet__exitActive_82mcq","safeAreaBottom":"bottom-sheet__safeAreaBottom_82mcq","background-accent":"bottom-sheet__background-accent_82mcq","background-info":"bottom-sheet__background-info_82mcq","background-attention-muted":"bottom-sheet__background-attention-muted_82mcq","background-positive-muted":"bottom-sheet__background-positive-muted_82mcq","background-negative-muted":"bottom-sheet__background-negative-muted_82mcq","background-primary":"bottom-sheet__background-primary_82mcq","background-primary-inverted":"bottom-sheet__background-primary-inverted_82mcq","background-secondary":"bottom-sheet__background-secondary_82mcq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_82mcq","background-tertiary":"bottom-sheet__background-tertiary_82mcq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_82mcq","background-quaternary":"bottom-sheet__background-quaternary_82mcq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_82mcq","background-specialbg-component":"bottom-sheet__background-specialbg-component_82mcq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_82mcq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_82mcq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_82mcq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_82mcq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_82mcq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_82mcq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_82mcq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_82mcq"};
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_swa7r","sticky":"bottom-sheet__sticky_swa7r","highlighted":"bottom-sheet__highlighted_swa7r","background-accent":"bottom-sheet__background-accent_swa7r","background-info":"bottom-sheet__background-info_swa7r","background-attention-muted":"bottom-sheet__background-attention-muted_swa7r","background-positive-muted":"bottom-sheet__background-positive-muted_swa7r","background-negative-muted":"bottom-sheet__background-negative-muted_swa7r","background-primary":"bottom-sheet__background-primary_swa7r","background-primary-inverted":"bottom-sheet__background-primary-inverted_swa7r","background-secondary":"bottom-sheet__background-secondary_swa7r","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_swa7r","background-tertiary":"bottom-sheet__background-tertiary_swa7r","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_swa7r","background-quaternary":"bottom-sheet__background-quaternary_swa7r","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_swa7r","background-specialbg-component":"bottom-sheet__background-specialbg-component_swa7r","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_swa7r","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_swa7r","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_swa7r","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_swa7r","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_swa7r","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_swa7r","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_swa7r","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_swa7r"};
5
+ const styles = {"footer":"bottom-sheet__footer_1hjkd","sticky":"bottom-sheet__sticky_1hjkd","highlighted":"bottom-sheet__highlighted_1hjkd","background-accent":"bottom-sheet__background-accent_1hjkd","background-info":"bottom-sheet__background-info_1hjkd","background-attention-muted":"bottom-sheet__background-attention-muted_1hjkd","background-positive-muted":"bottom-sheet__background-positive-muted_1hjkd","background-negative-muted":"bottom-sheet__background-negative-muted_1hjkd","background-primary":"bottom-sheet__background-primary_1hjkd","background-primary-inverted":"bottom-sheet__background-primary-inverted_1hjkd","background-secondary":"bottom-sheet__background-secondary_1hjkd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1hjkd","background-tertiary":"bottom-sheet__background-tertiary_1hjkd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1hjkd","background-quaternary":"bottom-sheet__background-quaternary_1hjkd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1hjkd","background-specialbg-component":"bottom-sheet__background-specialbg-component_1hjkd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1hjkd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1hjkd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1hjkd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1hjkd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1hjkd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1hjkd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ children, className, sticky, dataTestId }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 15s01 */
1
+ /* hash: 14i9d */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -52,58 +52,58 @@
52
52
  /* footer */
53
53
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
54
54
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
55
- } .bottom-sheet__footer_swa7r {
55
+ } .bottom-sheet__footer_1hjkd {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_swa7r {
58
+ } .bottom-sheet__sticky_1hjkd {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_swa7r {
62
+ } .bottom-sheet__highlighted_1hjkd {
63
63
  border-top: var(--bottom-sheet-footer-border-top);
64
64
  background-color: var(--bottom-sheet-footer-background-color);
65
- } .bottom-sheet__background-accent_swa7r {
65
+ } .bottom-sheet__background-accent_1hjkd {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_swa7r {
67
+ } .bottom-sheet__background-info_1hjkd {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_swa7r {
69
+ } .bottom-sheet__background-attention-muted_1hjkd {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_swa7r {
71
+ } .bottom-sheet__background-positive-muted_1hjkd {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_swa7r {
73
+ } .bottom-sheet__background-negative-muted_1hjkd {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_swa7r {
75
+ } .bottom-sheet__background-primary_1hjkd {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_swa7r {
77
+ } .bottom-sheet__background-primary-inverted_1hjkd {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_swa7r {
79
+ } .bottom-sheet__background-secondary_1hjkd {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_swa7r {
81
+ } .bottom-sheet__background-secondary-inverted_1hjkd {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_swa7r {
83
+ } .bottom-sheet__background-tertiary_1hjkd {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_swa7r {
85
+ } .bottom-sheet__background-tertiary-inverted_1hjkd {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_swa7r {
87
+ } .bottom-sheet__background-quaternary_1hjkd {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_swa7r {
89
+ } .bottom-sheet__background-quaternary-inverted_1hjkd {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_swa7r {
91
+ } .bottom-sheet__background-specialbg-component_1hjkd {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_swa7r {
93
+ } .bottom-sheet__background-specialbg-component-inverted_1hjkd {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_swa7r {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_1hjkd {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_swa7r {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_1hjkd {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_swa7r {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1hjkd {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_swa7r {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_1hjkd {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_swa7r {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1hjkd {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_swa7r {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1hjkd {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_swa7r {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1hjkd {
108
108
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
109
109
  }
@@ -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_11n5w","hasContent":"bottom-sheet__hasContent_11n5w","header":"bottom-sheet__header_11n5w","sticky":"bottom-sheet__sticky_11n5w","highlighted":"bottom-sheet__highlighted_11n5w","justifyEnd":"bottom-sheet__justifyEnd_11n5w","addon":"bottom-sheet__addon_11n5w","addonFixed":"bottom-sheet__addonFixed_11n5w","title":"bottom-sheet__title_11n5w","titleCenter":"bottom-sheet__titleCenter_11n5w","titleLeft":"bottom-sheet__titleLeft_11n5w","trimTitle":"bottom-sheet__trimTitle_11n5w"};
6
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_uymne","hasContent":"bottom-sheet__hasContent_uymne","header":"bottom-sheet__header_uymne","sticky":"bottom-sheet__sticky_uymne","highlighted":"bottom-sheet__highlighted_uymne","justifyEnd":"bottom-sheet__justifyEnd_uymne","addon":"bottom-sheet__addon_uymne","addonFixed":"bottom-sheet__addonFixed_uymne","title":"bottom-sheet__title_uymne","titleCenter":"bottom-sheet__titleCenter_uymne","titleLeft":"bottom-sheet__titleLeft_uymne","trimTitle":"bottom-sheet__trimTitle_uymne"};
7
7
  require('./index.css')
8
8
 
9
9
  const Header = ({ className, sticky, headerRef, headerOffset, title, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: fzfv0 */
1
+ /* hash: 1yegp */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -38,42 +38,42 @@
38
38
  --bottom-sheet-title-font-family: var(--font-family-system);
39
39
 
40
40
  /* footer */
41
- } .bottom-sheet__headerWrapper_11n5w {
41
+ } .bottom-sheet__headerWrapper_uymne {
42
42
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
43
43
  border-top-left-radius: inherit;
44
44
  border-top-right-radius: inherit;
45
45
  z-index: 1;
46
- } .bottom-sheet__hasContent_11n5w {
46
+ } .bottom-sheet__hasContent_uymne {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_11n5w {
48
+ } .bottom-sheet__header_uymne {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_11n5w {
50
+ } .bottom-sheet__sticky_uymne {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_11n5w {
53
+ } .bottom-sheet__highlighted_uymne {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_11n5w {
55
+ } .bottom-sheet__justifyEnd_uymne {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_11n5w {
57
+ } .bottom-sheet__addon_uymne {
58
58
  display: flex;
59
59
  justify-content: center;
60
60
  align-items: center;
61
61
  min-width: 48px;
62
62
  height: 48px;
63
- } .bottom-sheet__addonFixed_11n5w {
63
+ } .bottom-sheet__addonFixed_uymne {
64
64
  position: fixed;
65
- } .bottom-sheet__title_11n5w {
65
+ } .bottom-sheet__title_uymne {
66
66
  padding: 10px var(--gap-8);
67
67
  width: 100%;
68
68
  font-size: var(--bottom-sheet-title-font-size);
69
69
  font-weight: var(--bottom-sheet-title-font-weight);
70
70
  line-height: var(--bottom-sheet-title-line-height);
71
71
  font-family: var(--bottom-sheet-title-font-family);
72
- } .bottom-sheet__titleCenter_11n5w {
72
+ } .bottom-sheet__titleCenter_uymne {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_11n5w {
74
+ } .bottom-sheet__titleLeft_uymne {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_11n5w {
76
+ } .bottom-sheet__trimTitle_uymne {
77
77
  white-space: nowrap;
78
78
  overflow: hidden;
79
79
  text-overflow: ellipsis;