@alfalab/core-components-bottom-sheet 6.17.2 → 6.17.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: 17qsq */
1
+ /* hash: h5stz */
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_phj6o {
64
+ } .bottom-sheet__modal_6fbi1 {
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_phj6o.bottom-sheet__modal_phj6o {
70
+ } .bottom-sheet__modal_6fbi1.bottom-sheet__modal_6fbi1 {
71
71
  background-color: transparent;
72
72
  position: fixed;
73
- } .bottom-sheet__wrapper_phj6o {
73
+ } .bottom-sheet__wrapper_6fbi1 {
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_phj6o {
80
+ } .bottom-sheet__fullscreen_6fbi1 {
81
81
  border-radius: 0;
82
- } .bottom-sheet__component_phj6o {
82
+ } .bottom-sheet__component_6fbi1 {
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_phj6o {
90
+ } .bottom-sheet__withTransition_6fbi1 {
91
91
  transition: var(--bottom-sheet-out-transition);
92
- } .bottom-sheet__scrollableContainer_phj6o {
92
+ } .bottom-sheet__scrollableContainer_6fbi1 {
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_phj6o {
101
+ } .bottom-sheet__marker_6fbi1 {
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_phj6o {
109
+ } .bottom-sheet__defaultMarker_6fbi1 {
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_phj6o {
113
+ } .bottom-sheet__content_6fbi1 {
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_phj6o {
123
+ } .bottom-sheet__noHeader_6fbi1 {
124
124
  padding-top: var(--gap-16);
125
- } .bottom-sheet__noFooter_phj6o {
125
+ } .bottom-sheet__noFooter_6fbi1 {
126
126
  padding-bottom: var(--gap-16);
127
- } .bottom-sheet__scrollLocked_phj6o {
127
+ } .bottom-sheet__scrollLocked_6fbi1 {
128
128
  overflow: hidden;
129
- } .bottom-sheet__hiddenScrollbar_phj6o {
129
+ } .bottom-sheet__hiddenScrollbar_6fbi1 {
130
130
  scrollbar-width: none
131
- } .bottom-sheet__hiddenScrollbar_phj6o::-webkit-scrollbar {
131
+ } .bottom-sheet__hiddenScrollbar_6fbi1::-webkit-scrollbar {
132
132
  width: 0;
133
133
  height: 0;
134
- } .bottom-sheet__disabledPointerEvents_phj6o {
134
+ } .bottom-sheet__disabledPointerEvents_6fbi1 {
135
135
  pointer-events: none;
136
- } .bottom-sheet__appear_phj6o .bottom-sheet__wrapper_phj6o, .bottom-sheet__enter_phj6o .bottom-sheet__wrapper_phj6o {
136
+ } .bottom-sheet__appear_6fbi1 .bottom-sheet__wrapper_6fbi1, .bottom-sheet__enter_6fbi1 .bottom-sheet__wrapper_6fbi1 {
137
137
  transition: none;
138
- } .bottom-sheet__appearActive_phj6o .bottom-sheet__wrapper_phj6o, .bottom-sheet__enterActive_phj6o .bottom-sheet__wrapper_phj6o {
138
+ } .bottom-sheet__appearActive_6fbi1 .bottom-sheet__wrapper_6fbi1, .bottom-sheet__enterActive_6fbi1 .bottom-sheet__wrapper_6fbi1 {
139
139
  transition: var(--bottom-sheet-in-transition);
140
140
  transform: translateY(0);
141
- } .bottom-sheet__enterDone_phj6o .bottom-sheet__wrapper_phj6o, .bottom-sheet__appearDone_phj6o .bottom-sheet__wrapper_phj6o {
141
+ } .bottom-sheet__enterDone_6fbi1 .bottom-sheet__wrapper_6fbi1, .bottom-sheet__appearDone_6fbi1 .bottom-sheet__wrapper_6fbi1 {
142
142
  transform: translateY(0);
143
- } .bottom-sheet__exit_phj6o .bottom-sheet__wrapper_phj6o {
143
+ } .bottom-sheet__exit_6fbi1 .bottom-sheet__wrapper_6fbi1 {
144
144
  transform: translateY(0);
145
- } .bottom-sheet__exitActive_phj6o .bottom-sheet__wrapper_phj6o {
145
+ } .bottom-sheet__exitActive_6fbi1 .bottom-sheet__wrapper_6fbi1 {
146
146
  transition: var(--bottom-sheet-out-transition);
147
147
  transform: translateY(100%);
148
- } .bottom-sheet__safeAreaBottom_phj6o {
148
+ } .bottom-sheet__safeAreaBottom_6fbi1 {
149
149
  padding-bottom: env(safe-area-inset-bottom);
150
- } .bottom-sheet__background-accent_phj6o {
150
+ } .bottom-sheet__background-accent_6fbi1 {
151
151
  background-color: var(--color-light-bg-accent);
152
- } .bottom-sheet__background-info_phj6o {
152
+ } .bottom-sheet__background-info_6fbi1 {
153
153
  background-color: var(--color-light-bg-info);
154
- } .bottom-sheet__background-attention-muted_phj6o {
154
+ } .bottom-sheet__background-attention-muted_6fbi1 {
155
155
  background-color: var(--color-light-bg-attention-muted);
156
- } .bottom-sheet__background-positive-muted_phj6o {
156
+ } .bottom-sheet__background-positive-muted_6fbi1 {
157
157
  background-color: var(--color-light-bg-positive-muted);
158
- } .bottom-sheet__background-negative-muted_phj6o {
158
+ } .bottom-sheet__background-negative-muted_6fbi1 {
159
159
  background-color: var(--color-light-bg-negative-muted);
160
- } .bottom-sheet__background-primary_phj6o {
160
+ } .bottom-sheet__background-primary_6fbi1 {
161
161
  background-color: var(--color-light-bg-primary);
162
- } .bottom-sheet__background-primary-inverted_phj6o {
162
+ } .bottom-sheet__background-primary-inverted_6fbi1 {
163
163
  background-color: var(--color-light-bg-primary-inverted);
164
- } .bottom-sheet__background-secondary_phj6o {
164
+ } .bottom-sheet__background-secondary_6fbi1 {
165
165
  background-color: var(--color-light-bg-secondary);
166
- } .bottom-sheet__background-secondary-inverted_phj6o {
166
+ } .bottom-sheet__background-secondary-inverted_6fbi1 {
167
167
  background-color: var(--color-light-bg-secondary-inverted);
168
- } .bottom-sheet__background-tertiary_phj6o {
168
+ } .bottom-sheet__background-tertiary_6fbi1 {
169
169
  background-color: var(--color-light-bg-tertiary);
170
- } .bottom-sheet__background-tertiary-inverted_phj6o {
170
+ } .bottom-sheet__background-tertiary-inverted_6fbi1 {
171
171
  background-color: var(--color-light-bg-tertiary-inverted);
172
- } .bottom-sheet__background-quaternary_phj6o {
172
+ } .bottom-sheet__background-quaternary_6fbi1 {
173
173
  background-color: var(--color-light-bg-quaternary);
174
- } .bottom-sheet__background-quaternary-inverted_phj6o {
174
+ } .bottom-sheet__background-quaternary-inverted_6fbi1 {
175
175
  background-color: var(--color-light-bg-quaternary-inverted);
176
- } .bottom-sheet__background-specialbg-component_phj6o {
176
+ } .bottom-sheet__background-specialbg-component_6fbi1 {
177
177
  background-color: var(--color-light-specialbg-component);
178
- } .bottom-sheet__background-specialbg-component-inverted_phj6o {
178
+ } .bottom-sheet__background-specialbg-component-inverted_6fbi1 {
179
179
  background-color: var(--color-light-specialbg-component-inverted);
180
- } .bottom-sheet__background-specialbg-primary-grouped_phj6o {
180
+ } .bottom-sheet__background-specialbg-primary-grouped_6fbi1 {
181
181
  background-color: var(--color-light-specialbg-primary-grouped);
182
- } .bottom-sheet__background-specialbg-secondary-grouped_phj6o {
182
+ } .bottom-sheet__background-specialbg-secondary-grouped_6fbi1 {
183
183
  background-color: var(--color-light-specialbg-secondary-grouped);
184
- } .bottom-sheet__background-specialbg-tertiary-grouped_phj6o {
184
+ } .bottom-sheet__background-specialbg-tertiary-grouped_6fbi1 {
185
185
  background-color: var(--color-light-specialbg-tertiary-grouped);
186
- } .bottom-sheet__background-specialbg-secondary-transparent_phj6o {
186
+ } .bottom-sheet__background-specialbg-secondary-transparent_6fbi1 {
187
187
  background-color: var(--color-light-specialbg-secondary-transparent);
188
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_phj6o {
188
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_6fbi1 {
189
189
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
190
- } .bottom-sheet__background-specialbg-tertiary-transparent_phj6o {
190
+ } .bottom-sheet__background-specialbg-tertiary-transparent_6fbi1 {
191
191
  background-color: var(--color-light-specialbg-tertiary-transparent);
192
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_phj6o {
192
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6fbi1 {
193
193
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
194
194
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 17qsq */
1
+ /* hash: h5stz */
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_phj6o {
64
+ } .bottom-sheet__modal_6fbi1 {
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_phj6o.bottom-sheet__modal_phj6o {
70
+ } .bottom-sheet__modal_6fbi1.bottom-sheet__modal_6fbi1 {
71
71
  background-color: transparent;
72
72
  position: fixed;
73
- } .bottom-sheet__wrapper_phj6o {
73
+ } .bottom-sheet__wrapper_6fbi1 {
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_phj6o {
80
+ } .bottom-sheet__fullscreen_6fbi1 {
81
81
  border-radius: 0;
82
- } .bottom-sheet__component_phj6o {
82
+ } .bottom-sheet__component_6fbi1 {
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_phj6o {
90
+ } .bottom-sheet__withTransition_6fbi1 {
91
91
  transition: var(--bottom-sheet-out-transition);
92
- } .bottom-sheet__scrollableContainer_phj6o {
92
+ } .bottom-sheet__scrollableContainer_6fbi1 {
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_phj6o {
101
+ } .bottom-sheet__marker_6fbi1 {
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_phj6o {
109
+ } .bottom-sheet__defaultMarker_6fbi1 {
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_phj6o {
113
+ } .bottom-sheet__content_6fbi1 {
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_phj6o {
123
+ } .bottom-sheet__noHeader_6fbi1 {
124
124
  padding-top: var(--gap-16);
125
- } .bottom-sheet__noFooter_phj6o {
125
+ } .bottom-sheet__noFooter_6fbi1 {
126
126
  padding-bottom: var(--gap-16);
127
- } .bottom-sheet__scrollLocked_phj6o {
127
+ } .bottom-sheet__scrollLocked_6fbi1 {
128
128
  overflow: hidden;
129
- } .bottom-sheet__hiddenScrollbar_phj6o {
129
+ } .bottom-sheet__hiddenScrollbar_6fbi1 {
130
130
  scrollbar-width: none
131
- } .bottom-sheet__hiddenScrollbar_phj6o::-webkit-scrollbar {
131
+ } .bottom-sheet__hiddenScrollbar_6fbi1::-webkit-scrollbar {
132
132
  width: 0;
133
133
  height: 0;
134
- } .bottom-sheet__disabledPointerEvents_phj6o {
134
+ } .bottom-sheet__disabledPointerEvents_6fbi1 {
135
135
  pointer-events: none;
136
- } .bottom-sheet__appear_phj6o .bottom-sheet__wrapper_phj6o, .bottom-sheet__enter_phj6o .bottom-sheet__wrapper_phj6o {
136
+ } .bottom-sheet__appear_6fbi1 .bottom-sheet__wrapper_6fbi1, .bottom-sheet__enter_6fbi1 .bottom-sheet__wrapper_6fbi1 {
137
137
  transition: none;
138
- } .bottom-sheet__appearActive_phj6o .bottom-sheet__wrapper_phj6o, .bottom-sheet__enterActive_phj6o .bottom-sheet__wrapper_phj6o {
138
+ } .bottom-sheet__appearActive_6fbi1 .bottom-sheet__wrapper_6fbi1, .bottom-sheet__enterActive_6fbi1 .bottom-sheet__wrapper_6fbi1 {
139
139
  transition: var(--bottom-sheet-in-transition);
140
140
  transform: translateY(0);
141
- } .bottom-sheet__enterDone_phj6o .bottom-sheet__wrapper_phj6o, .bottom-sheet__appearDone_phj6o .bottom-sheet__wrapper_phj6o {
141
+ } .bottom-sheet__enterDone_6fbi1 .bottom-sheet__wrapper_6fbi1, .bottom-sheet__appearDone_6fbi1 .bottom-sheet__wrapper_6fbi1 {
142
142
  transform: translateY(0);
143
- } .bottom-sheet__exit_phj6o .bottom-sheet__wrapper_phj6o {
143
+ } .bottom-sheet__exit_6fbi1 .bottom-sheet__wrapper_6fbi1 {
144
144
  transform: translateY(0);
145
- } .bottom-sheet__exitActive_phj6o .bottom-sheet__wrapper_phj6o {
145
+ } .bottom-sheet__exitActive_6fbi1 .bottom-sheet__wrapper_6fbi1 {
146
146
  transition: var(--bottom-sheet-out-transition);
147
147
  transform: translateY(100%);
148
- } .bottom-sheet__safeAreaBottom_phj6o {
148
+ } .bottom-sheet__safeAreaBottom_6fbi1 {
149
149
  padding-bottom: env(safe-area-inset-bottom);
150
- } .bottom-sheet__background-accent_phj6o {
150
+ } .bottom-sheet__background-accent_6fbi1 {
151
151
  background-color: var(--color-light-bg-accent);
152
- } .bottom-sheet__background-info_phj6o {
152
+ } .bottom-sheet__background-info_6fbi1 {
153
153
  background-color: var(--color-light-bg-info);
154
- } .bottom-sheet__background-attention-muted_phj6o {
154
+ } .bottom-sheet__background-attention-muted_6fbi1 {
155
155
  background-color: var(--color-light-bg-attention-muted);
156
- } .bottom-sheet__background-positive-muted_phj6o {
156
+ } .bottom-sheet__background-positive-muted_6fbi1 {
157
157
  background-color: var(--color-light-bg-positive-muted);
158
- } .bottom-sheet__background-negative-muted_phj6o {
158
+ } .bottom-sheet__background-negative-muted_6fbi1 {
159
159
  background-color: var(--color-light-bg-negative-muted);
160
- } .bottom-sheet__background-primary_phj6o {
160
+ } .bottom-sheet__background-primary_6fbi1 {
161
161
  background-color: var(--color-light-bg-primary);
162
- } .bottom-sheet__background-primary-inverted_phj6o {
162
+ } .bottom-sheet__background-primary-inverted_6fbi1 {
163
163
  background-color: var(--color-light-bg-primary-inverted);
164
- } .bottom-sheet__background-secondary_phj6o {
164
+ } .bottom-sheet__background-secondary_6fbi1 {
165
165
  background-color: var(--color-light-bg-secondary);
166
- } .bottom-sheet__background-secondary-inverted_phj6o {
166
+ } .bottom-sheet__background-secondary-inverted_6fbi1 {
167
167
  background-color: var(--color-light-bg-secondary-inverted);
168
- } .bottom-sheet__background-tertiary_phj6o {
168
+ } .bottom-sheet__background-tertiary_6fbi1 {
169
169
  background-color: var(--color-light-bg-tertiary);
170
- } .bottom-sheet__background-tertiary-inverted_phj6o {
170
+ } .bottom-sheet__background-tertiary-inverted_6fbi1 {
171
171
  background-color: var(--color-light-bg-tertiary-inverted);
172
- } .bottom-sheet__background-quaternary_phj6o {
172
+ } .bottom-sheet__background-quaternary_6fbi1 {
173
173
  background-color: var(--color-light-bg-quaternary);
174
- } .bottom-sheet__background-quaternary-inverted_phj6o {
174
+ } .bottom-sheet__background-quaternary-inverted_6fbi1 {
175
175
  background-color: var(--color-light-bg-quaternary-inverted);
176
- } .bottom-sheet__background-specialbg-component_phj6o {
176
+ } .bottom-sheet__background-specialbg-component_6fbi1 {
177
177
  background-color: var(--color-light-specialbg-component);
178
- } .bottom-sheet__background-specialbg-component-inverted_phj6o {
178
+ } .bottom-sheet__background-specialbg-component-inverted_6fbi1 {
179
179
  background-color: var(--color-light-specialbg-component-inverted);
180
- } .bottom-sheet__background-specialbg-primary-grouped_phj6o {
180
+ } .bottom-sheet__background-specialbg-primary-grouped_6fbi1 {
181
181
  background-color: var(--color-light-specialbg-primary-grouped);
182
- } .bottom-sheet__background-specialbg-secondary-grouped_phj6o {
182
+ } .bottom-sheet__background-specialbg-secondary-grouped_6fbi1 {
183
183
  background-color: var(--color-light-specialbg-secondary-grouped);
184
- } .bottom-sheet__background-specialbg-tertiary-grouped_phj6o {
184
+ } .bottom-sheet__background-specialbg-tertiary-grouped_6fbi1 {
185
185
  background-color: var(--color-light-specialbg-tertiary-grouped);
186
- } .bottom-sheet__background-specialbg-secondary-transparent_phj6o {
186
+ } .bottom-sheet__background-specialbg-secondary-transparent_6fbi1 {
187
187
  background-color: var(--color-light-specialbg-secondary-transparent);
188
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_phj6o {
188
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_6fbi1 {
189
189
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
190
- } .bottom-sheet__background-specialbg-tertiary-transparent_phj6o {
190
+ } .bottom-sheet__background-specialbg-tertiary-transparent_6fbi1 {
191
191
  background-color: var(--color-light-specialbg-tertiary-transparent);
192
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_phj6o {
192
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6fbi1 {
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_phj6o","wrapper":"bottom-sheet__wrapper_phj6o","fullscreen":"bottom-sheet__fullscreen_phj6o","component":"bottom-sheet__component_phj6o","withTransition":"bottom-sheet__withTransition_phj6o","scrollableContainer":"bottom-sheet__scrollableContainer_phj6o","marker":"bottom-sheet__marker_phj6o","defaultMarker":"bottom-sheet__defaultMarker_phj6o","content":"bottom-sheet__content_phj6o","noHeader":"bottom-sheet__noHeader_phj6o","noFooter":"bottom-sheet__noFooter_phj6o","scrollLocked":"bottom-sheet__scrollLocked_phj6o","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_phj6o","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_phj6o","appear":"bottom-sheet__appear_phj6o","enter":"bottom-sheet__enter_phj6o","appearActive":"bottom-sheet__appearActive_phj6o","enterActive":"bottom-sheet__enterActive_phj6o","enterDone":"bottom-sheet__enterDone_phj6o","appearDone":"bottom-sheet__appearDone_phj6o","exit":"bottom-sheet__exit_phj6o","exitActive":"bottom-sheet__exitActive_phj6o","safeAreaBottom":"bottom-sheet__safeAreaBottom_phj6o","background-accent":"bottom-sheet__background-accent_phj6o","background-info":"bottom-sheet__background-info_phj6o","background-attention-muted":"bottom-sheet__background-attention-muted_phj6o","background-positive-muted":"bottom-sheet__background-positive-muted_phj6o","background-negative-muted":"bottom-sheet__background-negative-muted_phj6o","background-primary":"bottom-sheet__background-primary_phj6o","background-primary-inverted":"bottom-sheet__background-primary-inverted_phj6o","background-secondary":"bottom-sheet__background-secondary_phj6o","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_phj6o","background-tertiary":"bottom-sheet__background-tertiary_phj6o","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_phj6o","background-quaternary":"bottom-sheet__background-quaternary_phj6o","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_phj6o","background-specialbg-component":"bottom-sheet__background-specialbg-component_phj6o","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_phj6o","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_phj6o","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_phj6o","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_phj6o","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_phj6o","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_phj6o","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_phj6o","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_phj6o"};
15
+ const styles = {"modal":"bottom-sheet__modal_6fbi1","wrapper":"bottom-sheet__wrapper_6fbi1","fullscreen":"bottom-sheet__fullscreen_6fbi1","component":"bottom-sheet__component_6fbi1","withTransition":"bottom-sheet__withTransition_6fbi1","scrollableContainer":"bottom-sheet__scrollableContainer_6fbi1","marker":"bottom-sheet__marker_6fbi1","defaultMarker":"bottom-sheet__defaultMarker_6fbi1","content":"bottom-sheet__content_6fbi1","noHeader":"bottom-sheet__noHeader_6fbi1","noFooter":"bottom-sheet__noFooter_6fbi1","scrollLocked":"bottom-sheet__scrollLocked_6fbi1","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6fbi1","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6fbi1","appear":"bottom-sheet__appear_6fbi1","enter":"bottom-sheet__enter_6fbi1","appearActive":"bottom-sheet__appearActive_6fbi1","enterActive":"bottom-sheet__enterActive_6fbi1","enterDone":"bottom-sheet__enterDone_6fbi1","appearDone":"bottom-sheet__appearDone_6fbi1","exit":"bottom-sheet__exit_6fbi1","exitActive":"bottom-sheet__exitActive_6fbi1","safeAreaBottom":"bottom-sheet__safeAreaBottom_6fbi1","background-accent":"bottom-sheet__background-accent_6fbi1","background-info":"bottom-sheet__background-info_6fbi1","background-attention-muted":"bottom-sheet__background-attention-muted_6fbi1","background-positive-muted":"bottom-sheet__background-positive-muted_6fbi1","background-negative-muted":"bottom-sheet__background-negative-muted_6fbi1","background-primary":"bottom-sheet__background-primary_6fbi1","background-primary-inverted":"bottom-sheet__background-primary-inverted_6fbi1","background-secondary":"bottom-sheet__background-secondary_6fbi1","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6fbi1","background-tertiary":"bottom-sheet__background-tertiary_6fbi1","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6fbi1","background-quaternary":"bottom-sheet__background-quaternary_6fbi1","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6fbi1","background-specialbg-component":"bottom-sheet__background-specialbg-component_6fbi1","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6fbi1","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6fbi1","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6fbi1","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6fbi1","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6fbi1","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6fbi1","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6fbi1","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6fbi1"};
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_rds8o","sticky":"bottom-sheet__sticky_rds8o","highlighted":"bottom-sheet__highlighted_rds8o","background-accent":"bottom-sheet__background-accent_rds8o","background-info":"bottom-sheet__background-info_rds8o","background-attention-muted":"bottom-sheet__background-attention-muted_rds8o","background-positive-muted":"bottom-sheet__background-positive-muted_rds8o","background-negative-muted":"bottom-sheet__background-negative-muted_rds8o","background-primary":"bottom-sheet__background-primary_rds8o","background-primary-inverted":"bottom-sheet__background-primary-inverted_rds8o","background-secondary":"bottom-sheet__background-secondary_rds8o","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_rds8o","background-tertiary":"bottom-sheet__background-tertiary_rds8o","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_rds8o","background-quaternary":"bottom-sheet__background-quaternary_rds8o","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_rds8o","background-specialbg-component":"bottom-sheet__background-specialbg-component_rds8o","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_rds8o","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_rds8o","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_rds8o","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_rds8o","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_rds8o","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_rds8o","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_rds8o","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_rds8o"};
5
+ const styles = {"footer":"bottom-sheet__footer_ylwac","sticky":"bottom-sheet__sticky_ylwac","highlighted":"bottom-sheet__highlighted_ylwac","background-accent":"bottom-sheet__background-accent_ylwac","background-info":"bottom-sheet__background-info_ylwac","background-attention-muted":"bottom-sheet__background-attention-muted_ylwac","background-positive-muted":"bottom-sheet__background-positive-muted_ylwac","background-negative-muted":"bottom-sheet__background-negative-muted_ylwac","background-primary":"bottom-sheet__background-primary_ylwac","background-primary-inverted":"bottom-sheet__background-primary-inverted_ylwac","background-secondary":"bottom-sheet__background-secondary_ylwac","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_ylwac","background-tertiary":"bottom-sheet__background-tertiary_ylwac","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_ylwac","background-quaternary":"bottom-sheet__background-quaternary_ylwac","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_ylwac","background-specialbg-component":"bottom-sheet__background-specialbg-component_ylwac","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_ylwac","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_ylwac","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_ylwac","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_ylwac","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_ylwac","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_ylwac","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_ylwac","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_ylwac"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ children, className, sticky, dataTestId }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1yv1z */
1
+ /* hash: 1dpab */
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_rds8o {
55
+ } .bottom-sheet__footer_ylwac {
56
56
  padding: var(--gap-16) var(--gap-16);
57
57
  background-color: var(--color-light-modal-bg-primary);
58
- } .bottom-sheet__sticky_rds8o {
58
+ } .bottom-sheet__sticky_ylwac {
59
59
  position: sticky;
60
60
  bottom: var(--gap-0);
61
61
  z-index: 1;
62
- } .bottom-sheet__highlighted_rds8o {
62
+ } .bottom-sheet__highlighted_ylwac {
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_rds8o {
65
+ } .bottom-sheet__background-accent_ylwac {
66
66
  background-color: var(--color-light-bg-accent);
67
- } .bottom-sheet__background-info_rds8o {
67
+ } .bottom-sheet__background-info_ylwac {
68
68
  background-color: var(--color-light-bg-info);
69
- } .bottom-sheet__background-attention-muted_rds8o {
69
+ } .bottom-sheet__background-attention-muted_ylwac {
70
70
  background-color: var(--color-light-bg-attention-muted);
71
- } .bottom-sheet__background-positive-muted_rds8o {
71
+ } .bottom-sheet__background-positive-muted_ylwac {
72
72
  background-color: var(--color-light-bg-positive-muted);
73
- } .bottom-sheet__background-negative-muted_rds8o {
73
+ } .bottom-sheet__background-negative-muted_ylwac {
74
74
  background-color: var(--color-light-bg-negative-muted);
75
- } .bottom-sheet__background-primary_rds8o {
75
+ } .bottom-sheet__background-primary_ylwac {
76
76
  background-color: var(--color-light-bg-primary);
77
- } .bottom-sheet__background-primary-inverted_rds8o {
77
+ } .bottom-sheet__background-primary-inverted_ylwac {
78
78
  background-color: var(--color-light-bg-primary-inverted);
79
- } .bottom-sheet__background-secondary_rds8o {
79
+ } .bottom-sheet__background-secondary_ylwac {
80
80
  background-color: var(--color-light-bg-secondary);
81
- } .bottom-sheet__background-secondary-inverted_rds8o {
81
+ } .bottom-sheet__background-secondary-inverted_ylwac {
82
82
  background-color: var(--color-light-bg-secondary-inverted);
83
- } .bottom-sheet__background-tertiary_rds8o {
83
+ } .bottom-sheet__background-tertiary_ylwac {
84
84
  background-color: var(--color-light-bg-tertiary);
85
- } .bottom-sheet__background-tertiary-inverted_rds8o {
85
+ } .bottom-sheet__background-tertiary-inverted_ylwac {
86
86
  background-color: var(--color-light-bg-tertiary-inverted);
87
- } .bottom-sheet__background-quaternary_rds8o {
87
+ } .bottom-sheet__background-quaternary_ylwac {
88
88
  background-color: var(--color-light-bg-quaternary);
89
- } .bottom-sheet__background-quaternary-inverted_rds8o {
89
+ } .bottom-sheet__background-quaternary-inverted_ylwac {
90
90
  background-color: var(--color-light-bg-quaternary-inverted);
91
- } .bottom-sheet__background-specialbg-component_rds8o {
91
+ } .bottom-sheet__background-specialbg-component_ylwac {
92
92
  background-color: var(--color-light-specialbg-component);
93
- } .bottom-sheet__background-specialbg-component-inverted_rds8o {
93
+ } .bottom-sheet__background-specialbg-component-inverted_ylwac {
94
94
  background-color: var(--color-light-specialbg-component-inverted);
95
- } .bottom-sheet__background-specialbg-primary-grouped_rds8o {
95
+ } .bottom-sheet__background-specialbg-primary-grouped_ylwac {
96
96
  background-color: var(--color-light-specialbg-primary-grouped);
97
- } .bottom-sheet__background-specialbg-secondary-grouped_rds8o {
97
+ } .bottom-sheet__background-specialbg-secondary-grouped_ylwac {
98
98
  background-color: var(--color-light-specialbg-secondary-grouped);
99
- } .bottom-sheet__background-specialbg-tertiary-grouped_rds8o {
99
+ } .bottom-sheet__background-specialbg-tertiary-grouped_ylwac {
100
100
  background-color: var(--color-light-specialbg-tertiary-grouped);
101
- } .bottom-sheet__background-specialbg-secondary-transparent_rds8o {
101
+ } .bottom-sheet__background-specialbg-secondary-transparent_ylwac {
102
102
  background-color: var(--color-light-specialbg-secondary-transparent);
103
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_rds8o {
103
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_ylwac {
104
104
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
105
- } .bottom-sheet__background-specialbg-tertiary-transparent_rds8o {
105
+ } .bottom-sheet__background-specialbg-tertiary-transparent_ylwac {
106
106
  background-color: var(--color-light-specialbg-tertiary-transparent);
107
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_rds8o {
107
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_ylwac {
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_13abi","hasContent":"bottom-sheet__hasContent_13abi","header":"bottom-sheet__header_13abi","sticky":"bottom-sheet__sticky_13abi","highlighted":"bottom-sheet__highlighted_13abi","justifyEnd":"bottom-sheet__justifyEnd_13abi","addon":"bottom-sheet__addon_13abi","addonFixed":"bottom-sheet__addonFixed_13abi","title":"bottom-sheet__title_13abi","titleCenter":"bottom-sheet__titleCenter_13abi","titleLeft":"bottom-sheet__titleLeft_13abi","trimTitle":"bottom-sheet__trimTitle_13abi"};
6
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_i4kkj","hasContent":"bottom-sheet__hasContent_i4kkj","header":"bottom-sheet__header_i4kkj","sticky":"bottom-sheet__sticky_i4kkj","highlighted":"bottom-sheet__highlighted_i4kkj","justifyEnd":"bottom-sheet__justifyEnd_i4kkj","addon":"bottom-sheet__addon_i4kkj","addonFixed":"bottom-sheet__addonFixed_i4kkj","title":"bottom-sheet__title_i4kkj","titleCenter":"bottom-sheet__titleCenter_i4kkj","titleLeft":"bottom-sheet__titleLeft_i4kkj","trimTitle":"bottom-sheet__trimTitle_i4kkj"};
7
7
  require('./index.css')
8
8
 
9
9
  const Header = ({ className, sticky, headerRef, headerOffset, title, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: qmb9p */
1
+ /* hash: lwdz2 */
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_13abi {
41
+ } .bottom-sheet__headerWrapper_i4kkj {
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_13abi {
46
+ } .bottom-sheet__hasContent_i4kkj {
47
47
  background-color: inherit;
48
- } .bottom-sheet__header_13abi {
48
+ } .bottom-sheet__header_i4kkj {
49
49
  display: flex;
50
- } .bottom-sheet__sticky_13abi {
50
+ } .bottom-sheet__sticky_i4kkj {
51
51
  position: sticky;
52
52
  top: var(--gap-0);
53
- } .bottom-sheet__highlighted_13abi {
53
+ } .bottom-sheet__highlighted_i4kkj {
54
54
  border-bottom: var(--bottom-sheet-header-border-bottom);
55
- } .bottom-sheet__justifyEnd_13abi {
55
+ } .bottom-sheet__justifyEnd_i4kkj {
56
56
  justify-content: flex-end;
57
- } .bottom-sheet__addon_13abi {
57
+ } .bottom-sheet__addon_i4kkj {
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_13abi {
63
+ } .bottom-sheet__addonFixed_i4kkj {
64
64
  position: fixed;
65
- } .bottom-sheet__title_13abi {
65
+ } .bottom-sheet__title_i4kkj {
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_13abi {
72
+ } .bottom-sheet__titleCenter_i4kkj {
73
73
  text-align: center;
74
- } .bottom-sheet__titleLeft_13abi {
74
+ } .bottom-sheet__titleLeft_i4kkj {
75
75
  text-align: left;
76
- } .bottom-sheet__trimTitle_13abi {
76
+ } .bottom-sheet__trimTitle_i4kkj {
77
77
  white-space: nowrap;
78
78
  overflow: hidden;
79
79
  text-overflow: ellipsis;