@alfalab/core-components-bottom-sheet 8.0.3-alfasans → 8.0.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.
Files changed (57) hide show
  1. package/components/footer/default.css +2 -2
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/index.css +2 -2
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/inverted.css +2 -2
  6. package/components/footer/inverted.module.css.js +1 -1
  7. package/components/header/default.css +4 -4
  8. package/components/header/default.module.css.js +1 -1
  9. package/components/header/index.css +18 -23
  10. package/components/header/index.module.css.js +1 -1
  11. package/components/header/inverted.css +4 -4
  12. package/components/header/inverted.module.css.js +1 -1
  13. package/cssm/components/header/index.module.css +5 -10
  14. package/default.css +4 -4
  15. package/default.module.css.js +1 -1
  16. package/esm/components/footer/default.css +2 -2
  17. package/esm/components/footer/default.module.css.js +1 -1
  18. package/esm/components/footer/index.css +2 -2
  19. package/esm/components/footer/index.module.css.js +1 -1
  20. package/esm/components/footer/inverted.css +2 -2
  21. package/esm/components/footer/inverted.module.css.js +1 -1
  22. package/esm/components/header/default.css +4 -4
  23. package/esm/components/header/default.module.css.js +1 -1
  24. package/esm/components/header/index.css +18 -23
  25. package/esm/components/header/index.module.css.js +1 -1
  26. package/esm/components/header/inverted.css +4 -4
  27. package/esm/components/header/inverted.module.css.js +1 -1
  28. package/esm/default.css +4 -4
  29. package/esm/default.module.css.js +1 -1
  30. package/esm/index.css +45 -45
  31. package/esm/index.module.css.js +1 -1
  32. package/esm/inverted.css +4 -4
  33. package/esm/inverted.module.css.js +1 -1
  34. package/index.css +45 -45
  35. package/index.module.css.js +1 -1
  36. package/inverted.css +4 -4
  37. package/inverted.module.css.js +1 -1
  38. package/modern/components/footer/default.css +2 -2
  39. package/modern/components/footer/default.module.css.js +1 -1
  40. package/modern/components/footer/index.css +2 -2
  41. package/modern/components/footer/index.module.css.js +1 -1
  42. package/modern/components/footer/inverted.css +2 -2
  43. package/modern/components/footer/inverted.module.css.js +1 -1
  44. package/modern/components/header/default.css +4 -4
  45. package/modern/components/header/default.module.css.js +1 -1
  46. package/modern/components/header/index.css +18 -23
  47. package/modern/components/header/index.module.css.js +1 -1
  48. package/modern/components/header/inverted.css +4 -4
  49. package/modern/components/header/inverted.module.css.js +1 -1
  50. package/modern/default.css +4 -4
  51. package/modern/default.module.css.js +1 -1
  52. package/modern/index.css +45 -45
  53. package/modern/index.module.css.js +1 -1
  54. package/modern/inverted.css +4 -4
  55. package/modern/inverted.module.css.js +1 -1
  56. package/moderncssm/components/header/index.module.css +3 -7
  57. package/package.json +8 -8
package/esm/index.css CHANGED
@@ -45,18 +45,18 @@
45
45
  --bottom-sheet-top-radius: var(--border-radius-16);
46
46
  --bottom-sheet-shadow: none;
47
47
  }
48
- .bottom-sheet__modal_6083k {
48
+ .bottom-sheet__modal_kvphq {
49
49
  bottom: var(--gap-0);
50
50
  width: 100%;
51
51
  max-width: 600px;
52
52
  pointer-events: none;
53
53
  touch-action: none;
54
54
  }
55
- .bottom-sheet__modal_6083k.bottom-sheet__modal_6083k {
55
+ .bottom-sheet__modal_kvphq.bottom-sheet__modal_kvphq {
56
56
  background-color: transparent;
57
57
  position: fixed;
58
58
  }
59
- .bottom-sheet__wrapper_6083k {
59
+ .bottom-sheet__wrapper_kvphq {
60
60
  transform: translateY(100%);
61
61
  pointer-events: none;
62
62
  touch-action: none;
@@ -64,13 +64,13 @@
64
64
  border-top-left-radius: var(--bottom-sheet-top-radius);
65
65
  transition: border-radius 0.3s ease;
66
66
  }
67
- .bottom-sheet__outerClassName_6083k {
67
+ .bottom-sheet__outerClassName_kvphq {
68
68
  pointer-events: all;
69
69
  }
70
- .bottom-sheet__fullscreen_6083k {
70
+ .bottom-sheet__fullscreen_kvphq {
71
71
  border-radius: var(--border-radius-0);
72
72
  }
73
- .bottom-sheet__component_6083k {
73
+ .bottom-sheet__component_kvphq {
74
74
  position: relative;
75
75
  display: flex;
76
76
  flex-direction: column;
@@ -79,10 +79,10 @@
79
79
  box-shadow: var(--bottom-sheet-shadow);
80
80
  transform: translate(0, 0);
81
81
  }
82
- .bottom-sheet__withTransition_6083k {
82
+ .bottom-sheet__withTransition_kvphq {
83
83
  transition: var(--bottom-sheet-out-transition);
84
84
  }
85
- .bottom-sheet__scrollableContainer_6083k {
85
+ .bottom-sheet__scrollableContainer_kvphq {
86
86
  overflow: auto;
87
87
  display: flex;
88
88
  flex-direction: column;
@@ -92,7 +92,7 @@
92
92
  border-radius: inherit;
93
93
  overscroll-behavior: contain;
94
94
  }
95
- .bottom-sheet__marker_6083k {
95
+ .bottom-sheet__marker_kvphq {
96
96
  position: fixed;
97
97
  top: var(--gap-4);
98
98
  right: var(--gap-0);
@@ -101,11 +101,11 @@
101
101
  width: 36px;
102
102
  margin: var(--gap-0) auto;
103
103
  }
104
- .bottom-sheet__defaultMarker_6083k {
104
+ .bottom-sheet__defaultMarker_kvphq {
105
105
  height: 4px;
106
106
  border-radius: var(--border-radius-20);
107
107
  }
108
- .bottom-sheet__content_6083k {
108
+ .bottom-sheet__content_kvphq {
109
109
  position: relative;
110
110
  z-index: 0;
111
111
  display: flex;
@@ -115,108 +115,108 @@
115
115
  background-color: inherit;
116
116
  border-radius: inherit;
117
117
  }
118
- .bottom-sheet__noHeader_6083k {
118
+ .bottom-sheet__noHeader_kvphq {
119
119
  padding-top: var(--gap-16);
120
120
  }
121
- .bottom-sheet__noFooter_6083k {
121
+ .bottom-sheet__noFooter_kvphq {
122
122
  padding-bottom: var(--gap-16);
123
123
  }
124
- .bottom-sheet__scrollLocked_6083k {
124
+ .bottom-sheet__scrollLocked_kvphq {
125
125
  overflow: hidden;
126
126
  }
127
- .bottom-sheet__hiddenScrollbar_6083k {
127
+ .bottom-sheet__hiddenScrollbar_kvphq {
128
128
  scrollbar-width: none;
129
129
  }
130
- .bottom-sheet__hiddenScrollbar_6083k::-webkit-scrollbar {
130
+ .bottom-sheet__hiddenScrollbar_kvphq::-webkit-scrollbar {
131
131
  width: 0;
132
132
  height: 0;
133
133
  }
134
- .bottom-sheet__disabledPointerEvents_6083k {
134
+ .bottom-sheet__disabledPointerEvents_kvphq {
135
135
  pointer-events: none;
136
136
  }
137
- .bottom-sheet__appear_6083k .bottom-sheet__wrapper_6083k, .bottom-sheet__enter_6083k .bottom-sheet__wrapper_6083k {
137
+ .bottom-sheet__appear_kvphq .bottom-sheet__wrapper_kvphq, .bottom-sheet__enter_kvphq .bottom-sheet__wrapper_kvphq {
138
138
  transition: none;
139
139
  }
140
- .bottom-sheet__appearActive_6083k .bottom-sheet__wrapper_6083k, .bottom-sheet__enterActive_6083k .bottom-sheet__wrapper_6083k {
140
+ .bottom-sheet__appearActive_kvphq .bottom-sheet__wrapper_kvphq, .bottom-sheet__enterActive_kvphq .bottom-sheet__wrapper_kvphq {
141
141
  transition: var(--bottom-sheet-in-transition);
142
142
  transform: translateY(0);
143
143
  }
144
- .bottom-sheet__enterDone_6083k .bottom-sheet__wrapper_6083k, .bottom-sheet__appearDone_6083k .bottom-sheet__wrapper_6083k {
144
+ .bottom-sheet__enterDone_kvphq .bottom-sheet__wrapper_kvphq, .bottom-sheet__appearDone_kvphq .bottom-sheet__wrapper_kvphq {
145
145
  transform: translateY(0);
146
146
  }
147
- .bottom-sheet__exit_6083k .bottom-sheet__wrapper_6083k {
147
+ .bottom-sheet__exit_kvphq .bottom-sheet__wrapper_kvphq {
148
148
  transform: translateY(0);
149
149
  }
150
- .bottom-sheet__exitActive_6083k .bottom-sheet__wrapper_6083k {
150
+ .bottom-sheet__exitActive_kvphq .bottom-sheet__wrapper_kvphq {
151
151
  transition: var(--bottom-sheet-out-transition);
152
152
  transform: translateY(100%);
153
153
  }
154
- .bottom-sheet__safeAreaBottom_6083k {
154
+ .bottom-sheet__safeAreaBottom_kvphq {
155
155
  padding-bottom: var(--sab);
156
156
  }
157
- .bottom-sheet__background-accent_6083k {
157
+ .bottom-sheet__background-accent_kvphq {
158
158
  background-color: var(--color-light-bg-accent);
159
159
  }
160
- .bottom-sheet__background-info_6083k {
160
+ .bottom-sheet__background-info_kvphq {
161
161
  background-color: var(--color-light-bg-info);
162
162
  }
163
- .bottom-sheet__background-attention-muted_6083k {
163
+ .bottom-sheet__background-attention-muted_kvphq {
164
164
  background-color: var(--color-light-bg-attention-muted);
165
165
  }
166
- .bottom-sheet__background-positive-muted_6083k {
166
+ .bottom-sheet__background-positive-muted_kvphq {
167
167
  background-color: var(--color-light-bg-positive-muted);
168
168
  }
169
- .bottom-sheet__background-negative-muted_6083k {
169
+ .bottom-sheet__background-negative-muted_kvphq {
170
170
  background-color: var(--color-light-bg-negative-muted);
171
171
  }
172
- .bottom-sheet__background-primary_6083k {
172
+ .bottom-sheet__background-primary_kvphq {
173
173
  background-color: var(--color-light-bg-primary);
174
174
  }
175
- .bottom-sheet__background-primary-inverted_6083k {
175
+ .bottom-sheet__background-primary-inverted_kvphq {
176
176
  background-color: var(--color-light-bg-primary-inverted);
177
177
  }
178
- .bottom-sheet__background-secondary_6083k {
178
+ .bottom-sheet__background-secondary_kvphq {
179
179
  background-color: var(--color-light-bg-secondary);
180
180
  }
181
- .bottom-sheet__background-secondary-inverted_6083k {
181
+ .bottom-sheet__background-secondary-inverted_kvphq {
182
182
  background-color: var(--color-light-bg-secondary-inverted);
183
183
  }
184
- .bottom-sheet__background-tertiary_6083k {
184
+ .bottom-sheet__background-tertiary_kvphq {
185
185
  background-color: var(--color-light-bg-tertiary);
186
186
  }
187
- .bottom-sheet__background-tertiary-inverted_6083k {
187
+ .bottom-sheet__background-tertiary-inverted_kvphq {
188
188
  background-color: var(--color-light-bg-tertiary-inverted);
189
189
  }
190
- .bottom-sheet__background-quaternary_6083k {
190
+ .bottom-sheet__background-quaternary_kvphq {
191
191
  background-color: var(--color-light-bg-quaternary);
192
192
  }
193
- .bottom-sheet__background-quaternary-inverted_6083k {
193
+ .bottom-sheet__background-quaternary-inverted_kvphq {
194
194
  background-color: var(--color-light-bg-quaternary-inverted);
195
195
  }
196
- .bottom-sheet__background-specialbg-component_6083k {
196
+ .bottom-sheet__background-specialbg-component_kvphq {
197
197
  background-color: var(--color-light-specialbg-component);
198
198
  }
199
- .bottom-sheet__background-specialbg-component-inverted_6083k {
199
+ .bottom-sheet__background-specialbg-component-inverted_kvphq {
200
200
  background-color: var(--color-light-specialbg-component-inverted);
201
201
  }
202
- .bottom-sheet__background-specialbg-primary-grouped_6083k {
202
+ .bottom-sheet__background-specialbg-primary-grouped_kvphq {
203
203
  background-color: var(--color-light-specialbg-primary-grouped);
204
204
  }
205
- .bottom-sheet__background-specialbg-secondary-grouped_6083k {
205
+ .bottom-sheet__background-specialbg-secondary-grouped_kvphq {
206
206
  background-color: var(--color-light-specialbg-secondary-grouped);
207
207
  }
208
- .bottom-sheet__background-specialbg-tertiary-grouped_6083k {
208
+ .bottom-sheet__background-specialbg-tertiary-grouped_kvphq {
209
209
  background-color: var(--color-light-specialbg-tertiary-grouped);
210
210
  }
211
- .bottom-sheet__background-specialbg-secondary-transparent_6083k {
211
+ .bottom-sheet__background-specialbg-secondary-transparent_kvphq {
212
212
  background-color: var(--color-light-specialbg-secondary-transparent);
213
213
  }
214
- .bottom-sheet__background-specialbg-secondary-transparent-inverted_6083k {
214
+ .bottom-sheet__background-specialbg-secondary-transparent-inverted_kvphq {
215
215
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
216
216
  }
217
- .bottom-sheet__background-specialbg-tertiary-transparent_6083k {
217
+ .bottom-sheet__background-specialbg-tertiary-transparent_kvphq {
218
218
  background-color: var(--color-light-specialbg-tertiary-transparent);
219
219
  }
220
- .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6083k {
220
+ .bottom-sheet__background-specialbg-tertiary-transparent-inverted_kvphq {
221
221
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
222
222
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"modal":"bottom-sheet__modal_6083k","wrapper":"bottom-sheet__wrapper_6083k","outerClassName":"bottom-sheet__outerClassName_6083k","fullscreen":"bottom-sheet__fullscreen_6083k","component":"bottom-sheet__component_6083k","withTransition":"bottom-sheet__withTransition_6083k","scrollableContainer":"bottom-sheet__scrollableContainer_6083k","marker":"bottom-sheet__marker_6083k","defaultMarker":"bottom-sheet__defaultMarker_6083k","content":"bottom-sheet__content_6083k","noHeader":"bottom-sheet__noHeader_6083k","noFooter":"bottom-sheet__noFooter_6083k","scrollLocked":"bottom-sheet__scrollLocked_6083k","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6083k","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6083k","appear":"bottom-sheet__appear_6083k","enter":"bottom-sheet__enter_6083k","appearActive":"bottom-sheet__appearActive_6083k","enterActive":"bottom-sheet__enterActive_6083k","enterDone":"bottom-sheet__enterDone_6083k","appearDone":"bottom-sheet__appearDone_6083k","exit":"bottom-sheet__exit_6083k","exitActive":"bottom-sheet__exitActive_6083k","safeAreaBottom":"bottom-sheet__safeAreaBottom_6083k","background-accent":"bottom-sheet__background-accent_6083k","background-info":"bottom-sheet__background-info_6083k","background-attention-muted":"bottom-sheet__background-attention-muted_6083k","background-positive-muted":"bottom-sheet__background-positive-muted_6083k","background-negative-muted":"bottom-sheet__background-negative-muted_6083k","background-primary":"bottom-sheet__background-primary_6083k","background-primary-inverted":"bottom-sheet__background-primary-inverted_6083k","background-secondary":"bottom-sheet__background-secondary_6083k","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6083k","background-tertiary":"bottom-sheet__background-tertiary_6083k","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6083k","background-quaternary":"bottom-sheet__background-quaternary_6083k","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6083k","background-specialbg-component":"bottom-sheet__background-specialbg-component_6083k","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6083k","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6083k","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6083k","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6083k","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6083k","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6083k","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6083k","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6083k"};
3
+ var styles = {"modal":"bottom-sheet__modal_kvphq","wrapper":"bottom-sheet__wrapper_kvphq","outerClassName":"bottom-sheet__outerClassName_kvphq","fullscreen":"bottom-sheet__fullscreen_kvphq","component":"bottom-sheet__component_kvphq","withTransition":"bottom-sheet__withTransition_kvphq","scrollableContainer":"bottom-sheet__scrollableContainer_kvphq","marker":"bottom-sheet__marker_kvphq","defaultMarker":"bottom-sheet__defaultMarker_kvphq","content":"bottom-sheet__content_kvphq","noHeader":"bottom-sheet__noHeader_kvphq","noFooter":"bottom-sheet__noFooter_kvphq","scrollLocked":"bottom-sheet__scrollLocked_kvphq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_kvphq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_kvphq","appear":"bottom-sheet__appear_kvphq","enter":"bottom-sheet__enter_kvphq","appearActive":"bottom-sheet__appearActive_kvphq","enterActive":"bottom-sheet__enterActive_kvphq","enterDone":"bottom-sheet__enterDone_kvphq","appearDone":"bottom-sheet__appearDone_kvphq","exit":"bottom-sheet__exit_kvphq","exitActive":"bottom-sheet__exitActive_kvphq","safeAreaBottom":"bottom-sheet__safeAreaBottom_kvphq","background-accent":"bottom-sheet__background-accent_kvphq","background-info":"bottom-sheet__background-info_kvphq","background-attention-muted":"bottom-sheet__background-attention-muted_kvphq","background-positive-muted":"bottom-sheet__background-positive-muted_kvphq","background-negative-muted":"bottom-sheet__background-negative-muted_kvphq","background-primary":"bottom-sheet__background-primary_kvphq","background-primary-inverted":"bottom-sheet__background-primary-inverted_kvphq","background-secondary":"bottom-sheet__background-secondary_kvphq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_kvphq","background-tertiary":"bottom-sheet__background-tertiary_kvphq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_kvphq","background-quaternary":"bottom-sheet__background-quaternary_kvphq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_kvphq","background-specialbg-component":"bottom-sheet__background-specialbg-component_kvphq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_kvphq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_kvphq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_kvphq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_kvphq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_kvphq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_kvphq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_kvphq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_kvphq"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/inverted.css CHANGED
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
9
9
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
10
10
  }
11
- .bottom-sheet__component_1qx92 {
11
+ .bottom-sheet__component_1bxsj {
12
12
  background-color: var(--bottom-sheet-background-color-inverted);
13
13
  }
14
- .bottom-sheet__content_1qx92 {
14
+ .bottom-sheet__content_1bxsj {
15
15
  color: var(--bottom-sheet-text-color-inverted);
16
16
  }
17
- .bottom-sheet__defaultMarker_1qx92 {
17
+ .bottom-sheet__defaultMarker_1bxsj {
18
18
  background-color: var(--bottom-sheet-marker-color-inverted);
19
19
  }
20
- .bottom-sheet__hasContent_1qx92 {
20
+ .bottom-sheet__hasContent_1bxsj {
21
21
  color: var(--bottom-sheet-text-color-inverted);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"component":"bottom-sheet__component_1qx92","content":"bottom-sheet__content_1qx92","defaultMarker":"bottom-sheet__defaultMarker_1qx92","hasContent":"bottom-sheet__hasContent_1qx92"};
3
+ var invertedColors = {"component":"bottom-sheet__component_1bxsj","content":"bottom-sheet__content_1bxsj","defaultMarker":"bottom-sheet__defaultMarker_1bxsj","hasContent":"bottom-sheet__hasContent_1bxsj"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
package/index.css CHANGED
@@ -45,18 +45,18 @@
45
45
  --bottom-sheet-top-radius: var(--border-radius-16);
46
46
  --bottom-sheet-shadow: none;
47
47
  }
48
- .bottom-sheet__modal_6083k {
48
+ .bottom-sheet__modal_kvphq {
49
49
  bottom: var(--gap-0);
50
50
  width: 100%;
51
51
  max-width: 600px;
52
52
  pointer-events: none;
53
53
  touch-action: none;
54
54
  }
55
- .bottom-sheet__modal_6083k.bottom-sheet__modal_6083k {
55
+ .bottom-sheet__modal_kvphq.bottom-sheet__modal_kvphq {
56
56
  background-color: transparent;
57
57
  position: fixed;
58
58
  }
59
- .bottom-sheet__wrapper_6083k {
59
+ .bottom-sheet__wrapper_kvphq {
60
60
  transform: translateY(100%);
61
61
  pointer-events: none;
62
62
  touch-action: none;
@@ -64,13 +64,13 @@
64
64
  border-top-left-radius: var(--bottom-sheet-top-radius);
65
65
  transition: border-radius 0.3s ease;
66
66
  }
67
- .bottom-sheet__outerClassName_6083k {
67
+ .bottom-sheet__outerClassName_kvphq {
68
68
  pointer-events: all;
69
69
  }
70
- .bottom-sheet__fullscreen_6083k {
70
+ .bottom-sheet__fullscreen_kvphq {
71
71
  border-radius: var(--border-radius-0);
72
72
  }
73
- .bottom-sheet__component_6083k {
73
+ .bottom-sheet__component_kvphq {
74
74
  position: relative;
75
75
  display: flex;
76
76
  flex-direction: column;
@@ -79,10 +79,10 @@
79
79
  box-shadow: var(--bottom-sheet-shadow);
80
80
  transform: translate(0, 0);
81
81
  }
82
- .bottom-sheet__withTransition_6083k {
82
+ .bottom-sheet__withTransition_kvphq {
83
83
  transition: var(--bottom-sheet-out-transition);
84
84
  }
85
- .bottom-sheet__scrollableContainer_6083k {
85
+ .bottom-sheet__scrollableContainer_kvphq {
86
86
  overflow: auto;
87
87
  display: flex;
88
88
  flex-direction: column;
@@ -92,7 +92,7 @@
92
92
  border-radius: inherit;
93
93
  overscroll-behavior: contain;
94
94
  }
95
- .bottom-sheet__marker_6083k {
95
+ .bottom-sheet__marker_kvphq {
96
96
  position: fixed;
97
97
  top: var(--gap-4);
98
98
  right: var(--gap-0);
@@ -101,11 +101,11 @@
101
101
  width: 36px;
102
102
  margin: var(--gap-0) auto;
103
103
  }
104
- .bottom-sheet__defaultMarker_6083k {
104
+ .bottom-sheet__defaultMarker_kvphq {
105
105
  height: 4px;
106
106
  border-radius: var(--border-radius-20);
107
107
  }
108
- .bottom-sheet__content_6083k {
108
+ .bottom-sheet__content_kvphq {
109
109
  position: relative;
110
110
  z-index: 0;
111
111
  display: flex;
@@ -115,108 +115,108 @@
115
115
  background-color: inherit;
116
116
  border-radius: inherit;
117
117
  }
118
- .bottom-sheet__noHeader_6083k {
118
+ .bottom-sheet__noHeader_kvphq {
119
119
  padding-top: var(--gap-16);
120
120
  }
121
- .bottom-sheet__noFooter_6083k {
121
+ .bottom-sheet__noFooter_kvphq {
122
122
  padding-bottom: var(--gap-16);
123
123
  }
124
- .bottom-sheet__scrollLocked_6083k {
124
+ .bottom-sheet__scrollLocked_kvphq {
125
125
  overflow: hidden;
126
126
  }
127
- .bottom-sheet__hiddenScrollbar_6083k {
127
+ .bottom-sheet__hiddenScrollbar_kvphq {
128
128
  scrollbar-width: none;
129
129
  }
130
- .bottom-sheet__hiddenScrollbar_6083k::-webkit-scrollbar {
130
+ .bottom-sheet__hiddenScrollbar_kvphq::-webkit-scrollbar {
131
131
  width: 0;
132
132
  height: 0;
133
133
  }
134
- .bottom-sheet__disabledPointerEvents_6083k {
134
+ .bottom-sheet__disabledPointerEvents_kvphq {
135
135
  pointer-events: none;
136
136
  }
137
- .bottom-sheet__appear_6083k .bottom-sheet__wrapper_6083k, .bottom-sheet__enter_6083k .bottom-sheet__wrapper_6083k {
137
+ .bottom-sheet__appear_kvphq .bottom-sheet__wrapper_kvphq, .bottom-sheet__enter_kvphq .bottom-sheet__wrapper_kvphq {
138
138
  transition: none;
139
139
  }
140
- .bottom-sheet__appearActive_6083k .bottom-sheet__wrapper_6083k, .bottom-sheet__enterActive_6083k .bottom-sheet__wrapper_6083k {
140
+ .bottom-sheet__appearActive_kvphq .bottom-sheet__wrapper_kvphq, .bottom-sheet__enterActive_kvphq .bottom-sheet__wrapper_kvphq {
141
141
  transition: var(--bottom-sheet-in-transition);
142
142
  transform: translateY(0);
143
143
  }
144
- .bottom-sheet__enterDone_6083k .bottom-sheet__wrapper_6083k, .bottom-sheet__appearDone_6083k .bottom-sheet__wrapper_6083k {
144
+ .bottom-sheet__enterDone_kvphq .bottom-sheet__wrapper_kvphq, .bottom-sheet__appearDone_kvphq .bottom-sheet__wrapper_kvphq {
145
145
  transform: translateY(0);
146
146
  }
147
- .bottom-sheet__exit_6083k .bottom-sheet__wrapper_6083k {
147
+ .bottom-sheet__exit_kvphq .bottom-sheet__wrapper_kvphq {
148
148
  transform: translateY(0);
149
149
  }
150
- .bottom-sheet__exitActive_6083k .bottom-sheet__wrapper_6083k {
150
+ .bottom-sheet__exitActive_kvphq .bottom-sheet__wrapper_kvphq {
151
151
  transition: var(--bottom-sheet-out-transition);
152
152
  transform: translateY(100%);
153
153
  }
154
- .bottom-sheet__safeAreaBottom_6083k {
154
+ .bottom-sheet__safeAreaBottom_kvphq {
155
155
  padding-bottom: var(--sab);
156
156
  }
157
- .bottom-sheet__background-accent_6083k {
157
+ .bottom-sheet__background-accent_kvphq {
158
158
  background-color: var(--color-light-bg-accent);
159
159
  }
160
- .bottom-sheet__background-info_6083k {
160
+ .bottom-sheet__background-info_kvphq {
161
161
  background-color: var(--color-light-bg-info);
162
162
  }
163
- .bottom-sheet__background-attention-muted_6083k {
163
+ .bottom-sheet__background-attention-muted_kvphq {
164
164
  background-color: var(--color-light-bg-attention-muted);
165
165
  }
166
- .bottom-sheet__background-positive-muted_6083k {
166
+ .bottom-sheet__background-positive-muted_kvphq {
167
167
  background-color: var(--color-light-bg-positive-muted);
168
168
  }
169
- .bottom-sheet__background-negative-muted_6083k {
169
+ .bottom-sheet__background-negative-muted_kvphq {
170
170
  background-color: var(--color-light-bg-negative-muted);
171
171
  }
172
- .bottom-sheet__background-primary_6083k {
172
+ .bottom-sheet__background-primary_kvphq {
173
173
  background-color: var(--color-light-bg-primary);
174
174
  }
175
- .bottom-sheet__background-primary-inverted_6083k {
175
+ .bottom-sheet__background-primary-inverted_kvphq {
176
176
  background-color: var(--color-light-bg-primary-inverted);
177
177
  }
178
- .bottom-sheet__background-secondary_6083k {
178
+ .bottom-sheet__background-secondary_kvphq {
179
179
  background-color: var(--color-light-bg-secondary);
180
180
  }
181
- .bottom-sheet__background-secondary-inverted_6083k {
181
+ .bottom-sheet__background-secondary-inverted_kvphq {
182
182
  background-color: var(--color-light-bg-secondary-inverted);
183
183
  }
184
- .bottom-sheet__background-tertiary_6083k {
184
+ .bottom-sheet__background-tertiary_kvphq {
185
185
  background-color: var(--color-light-bg-tertiary);
186
186
  }
187
- .bottom-sheet__background-tertiary-inverted_6083k {
187
+ .bottom-sheet__background-tertiary-inverted_kvphq {
188
188
  background-color: var(--color-light-bg-tertiary-inverted);
189
189
  }
190
- .bottom-sheet__background-quaternary_6083k {
190
+ .bottom-sheet__background-quaternary_kvphq {
191
191
  background-color: var(--color-light-bg-quaternary);
192
192
  }
193
- .bottom-sheet__background-quaternary-inverted_6083k {
193
+ .bottom-sheet__background-quaternary-inverted_kvphq {
194
194
  background-color: var(--color-light-bg-quaternary-inverted);
195
195
  }
196
- .bottom-sheet__background-specialbg-component_6083k {
196
+ .bottom-sheet__background-specialbg-component_kvphq {
197
197
  background-color: var(--color-light-specialbg-component);
198
198
  }
199
- .bottom-sheet__background-specialbg-component-inverted_6083k {
199
+ .bottom-sheet__background-specialbg-component-inverted_kvphq {
200
200
  background-color: var(--color-light-specialbg-component-inverted);
201
201
  }
202
- .bottom-sheet__background-specialbg-primary-grouped_6083k {
202
+ .bottom-sheet__background-specialbg-primary-grouped_kvphq {
203
203
  background-color: var(--color-light-specialbg-primary-grouped);
204
204
  }
205
- .bottom-sheet__background-specialbg-secondary-grouped_6083k {
205
+ .bottom-sheet__background-specialbg-secondary-grouped_kvphq {
206
206
  background-color: var(--color-light-specialbg-secondary-grouped);
207
207
  }
208
- .bottom-sheet__background-specialbg-tertiary-grouped_6083k {
208
+ .bottom-sheet__background-specialbg-tertiary-grouped_kvphq {
209
209
  background-color: var(--color-light-specialbg-tertiary-grouped);
210
210
  }
211
- .bottom-sheet__background-specialbg-secondary-transparent_6083k {
211
+ .bottom-sheet__background-specialbg-secondary-transparent_kvphq {
212
212
  background-color: var(--color-light-specialbg-secondary-transparent);
213
213
  }
214
- .bottom-sheet__background-specialbg-secondary-transparent-inverted_6083k {
214
+ .bottom-sheet__background-specialbg-secondary-transparent-inverted_kvphq {
215
215
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
216
216
  }
217
- .bottom-sheet__background-specialbg-tertiary-transparent_6083k {
217
+ .bottom-sheet__background-specialbg-tertiary-transparent_kvphq {
218
218
  background-color: var(--color-light-specialbg-tertiary-transparent);
219
219
  }
220
- .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6083k {
220
+ .bottom-sheet__background-specialbg-tertiary-transparent-inverted_kvphq {
221
221
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
222
222
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"modal":"bottom-sheet__modal_6083k","wrapper":"bottom-sheet__wrapper_6083k","outerClassName":"bottom-sheet__outerClassName_6083k","fullscreen":"bottom-sheet__fullscreen_6083k","component":"bottom-sheet__component_6083k","withTransition":"bottom-sheet__withTransition_6083k","scrollableContainer":"bottom-sheet__scrollableContainer_6083k","marker":"bottom-sheet__marker_6083k","defaultMarker":"bottom-sheet__defaultMarker_6083k","content":"bottom-sheet__content_6083k","noHeader":"bottom-sheet__noHeader_6083k","noFooter":"bottom-sheet__noFooter_6083k","scrollLocked":"bottom-sheet__scrollLocked_6083k","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6083k","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6083k","appear":"bottom-sheet__appear_6083k","enter":"bottom-sheet__enter_6083k","appearActive":"bottom-sheet__appearActive_6083k","enterActive":"bottom-sheet__enterActive_6083k","enterDone":"bottom-sheet__enterDone_6083k","appearDone":"bottom-sheet__appearDone_6083k","exit":"bottom-sheet__exit_6083k","exitActive":"bottom-sheet__exitActive_6083k","safeAreaBottom":"bottom-sheet__safeAreaBottom_6083k","background-accent":"bottom-sheet__background-accent_6083k","background-info":"bottom-sheet__background-info_6083k","background-attention-muted":"bottom-sheet__background-attention-muted_6083k","background-positive-muted":"bottom-sheet__background-positive-muted_6083k","background-negative-muted":"bottom-sheet__background-negative-muted_6083k","background-primary":"bottom-sheet__background-primary_6083k","background-primary-inverted":"bottom-sheet__background-primary-inverted_6083k","background-secondary":"bottom-sheet__background-secondary_6083k","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6083k","background-tertiary":"bottom-sheet__background-tertiary_6083k","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6083k","background-quaternary":"bottom-sheet__background-quaternary_6083k","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6083k","background-specialbg-component":"bottom-sheet__background-specialbg-component_6083k","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6083k","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6083k","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6083k","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6083k","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6083k","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6083k","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6083k","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6083k"};
5
+ var styles = {"modal":"bottom-sheet__modal_kvphq","wrapper":"bottom-sheet__wrapper_kvphq","outerClassName":"bottom-sheet__outerClassName_kvphq","fullscreen":"bottom-sheet__fullscreen_kvphq","component":"bottom-sheet__component_kvphq","withTransition":"bottom-sheet__withTransition_kvphq","scrollableContainer":"bottom-sheet__scrollableContainer_kvphq","marker":"bottom-sheet__marker_kvphq","defaultMarker":"bottom-sheet__defaultMarker_kvphq","content":"bottom-sheet__content_kvphq","noHeader":"bottom-sheet__noHeader_kvphq","noFooter":"bottom-sheet__noFooter_kvphq","scrollLocked":"bottom-sheet__scrollLocked_kvphq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_kvphq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_kvphq","appear":"bottom-sheet__appear_kvphq","enter":"bottom-sheet__enter_kvphq","appearActive":"bottom-sheet__appearActive_kvphq","enterActive":"bottom-sheet__enterActive_kvphq","enterDone":"bottom-sheet__enterDone_kvphq","appearDone":"bottom-sheet__appearDone_kvphq","exit":"bottom-sheet__exit_kvphq","exitActive":"bottom-sheet__exitActive_kvphq","safeAreaBottom":"bottom-sheet__safeAreaBottom_kvphq","background-accent":"bottom-sheet__background-accent_kvphq","background-info":"bottom-sheet__background-info_kvphq","background-attention-muted":"bottom-sheet__background-attention-muted_kvphq","background-positive-muted":"bottom-sheet__background-positive-muted_kvphq","background-negative-muted":"bottom-sheet__background-negative-muted_kvphq","background-primary":"bottom-sheet__background-primary_kvphq","background-primary-inverted":"bottom-sheet__background-primary-inverted_kvphq","background-secondary":"bottom-sheet__background-secondary_kvphq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_kvphq","background-tertiary":"bottom-sheet__background-tertiary_kvphq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_kvphq","background-quaternary":"bottom-sheet__background-quaternary_kvphq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_kvphq","background-specialbg-component":"bottom-sheet__background-specialbg-component_kvphq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_kvphq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_kvphq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_kvphq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_kvphq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_kvphq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_kvphq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_kvphq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_kvphq"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/inverted.css CHANGED
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
9
9
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
10
10
  }
11
- .bottom-sheet__component_1qx92 {
11
+ .bottom-sheet__component_1bxsj {
12
12
  background-color: var(--bottom-sheet-background-color-inverted);
13
13
  }
14
- .bottom-sheet__content_1qx92 {
14
+ .bottom-sheet__content_1bxsj {
15
15
  color: var(--bottom-sheet-text-color-inverted);
16
16
  }
17
- .bottom-sheet__defaultMarker_1qx92 {
17
+ .bottom-sheet__defaultMarker_1bxsj {
18
18
  background-color: var(--bottom-sheet-marker-color-inverted);
19
19
  }
20
- .bottom-sheet__hasContent_1qx92 {
20
+ .bottom-sheet__hasContent_1bxsj {
21
21
  color: var(--bottom-sheet-text-color-inverted);
22
22
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"component":"bottom-sheet__component_1qx92","content":"bottom-sheet__content_1qx92","defaultMarker":"bottom-sheet__defaultMarker_1qx92","hasContent":"bottom-sheet__hasContent_1qx92"};
5
+ var invertedColors = {"component":"bottom-sheet__component_1bxsj","content":"bottom-sheet__content_1bxsj","defaultMarker":"bottom-sheet__defaultMarker_1bxsj","hasContent":"bottom-sheet__hasContent_1bxsj"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -8,10 +8,10 @@
8
8
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
9
9
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
10
10
  }
11
- .bottom-sheet__highlighted_1i0ec {
11
+ .bottom-sheet__highlighted_4hsi7 {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  border-top: var(--bottom-sheet-footer-border-top);
14
14
  }
15
- .bottom-sheet__hasContent_1i0ec {
15
+ .bottom-sheet__hasContent_4hsi7 {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"highlighted":"bottom-sheet__highlighted_1i0ec","hasContent":"bottom-sheet__hasContent_1i0ec"};
3
+ const defaultColors = {"highlighted":"bottom-sheet__highlighted_4hsi7","hasContent":"bottom-sheet__hasContent_4hsi7"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -3,10 +3,10 @@
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
5
  }
6
- .bottom-sheet__footer_9hqnr {
6
+ .bottom-sheet__footer_ril94 {
7
7
  padding: var(--gap-16) var(--gap-16);
8
8
  }
9
- .bottom-sheet__sticky_9hqnr {
9
+ .bottom-sheet__sticky_ril94 {
10
10
  position: sticky;
11
11
  bottom: var(--gap-0);
12
12
  z-index: 1;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"footer":"bottom-sheet__footer_9hqnr","sticky":"bottom-sheet__sticky_9hqnr"};
3
+ const styles = {"footer":"bottom-sheet__footer_ril94","sticky":"bottom-sheet__sticky_ril94"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,10 +8,10 @@
8
8
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
9
9
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
10
10
  }
11
- .bottom-sheet__highlighted_1uoiu {
11
+ .bottom-sheet__highlighted_1il9h {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  border-top: var(--bottom-sheet-footer-border-top-inverted);
14
14
  }
15
- .bottom-sheet__hasContent_1uoiu {
15
+ .bottom-sheet__hasContent_1il9h {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- const invertedColors = {"highlighted":"bottom-sheet__highlighted_1uoiu","hasContent":"bottom-sheet__hasContent_1uoiu"};
3
+ const invertedColors = {"highlighted":"bottom-sheet__highlighted_1il9h","hasContent":"bottom-sheet__hasContent_1il9h"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
7
7
  --bottom-sheet-text-color: var(--color-light-text-primary);
8
8
  }
9
- .bottom-sheet__title_30xuq {
9
+ .bottom-sheet__title_1adhl {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_30xuq {
12
+ .bottom-sheet__hasContent_1adhl {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_30xuq.bottom-sheet__subtitle_30xuq {
15
+ .bottom-sheet__subtitle_1adhl.bottom-sheet__subtitle_1adhl {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_30xuq {
18
+ .bottom-sheet__highlighted_1adhl {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"title":"bottom-sheet__title_30xuq","hasContent":"bottom-sheet__hasContent_30xuq","subtitle":"bottom-sheet__subtitle_30xuq","highlighted":"bottom-sheet__highlighted_30xuq"};
3
+ const defaultColors = {"title":"bottom-sheet__title_1adhl","hasContent":"bottom-sheet__hasContent_1adhl","subtitle":"bottom-sheet__subtitle_1adhl","highlighted":"bottom-sheet__highlighted_1adhl"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map