@alfalab/core-components-bottom-sheet 8.1.2 → 8.1.3-alfasans

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 +3 -3
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/index.css +3 -3
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/inverted.css +3 -3
  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 +23 -18
  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 +10 -5
  14. package/default.css +4 -4
  15. package/default.module.css.js +1 -1
  16. package/esm/components/footer/default.css +3 -3
  17. package/esm/components/footer/default.module.css.js +1 -1
  18. package/esm/components/footer/index.css +3 -3
  19. package/esm/components/footer/index.module.css.js +1 -1
  20. package/esm/components/footer/inverted.css +3 -3
  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 +23 -18
  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 +3 -3
  39. package/modern/components/footer/default.module.css.js +1 -1
  40. package/modern/components/footer/index.css +3 -3
  41. package/modern/components/footer/index.module.css.js +1 -1
  42. package/modern/components/footer/inverted.css +3 -3
  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 +23 -18
  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 +7 -3
  57. package/package.json +8 -8
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"title":"bottom-sheet__title_1o381","hasContent":"bottom-sheet__hasContent_1o381","subtitle":"bottom-sheet__subtitle_1o381","highlighted":"bottom-sheet__highlighted_1o381"};
3
+ const defaultColors = {"title":"bottom-sheet__title_9ac2o","hasContent":"bottom-sheet__hasContent_9ac2o","subtitle":"bottom-sheet__subtitle_9ac2o","highlighted":"bottom-sheet__highlighted_9ac2o"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -9,41 +9,42 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-system:
13
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
12
+ --font-family-alfasans:
13
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
+ Helvetica, sans-serif;
14
15
  }
15
- .bottom-sheet__headerBase_1x5s3 {
16
+ .bottom-sheet__headerBase_1e97e {
16
17
  border-top-left-radius: inherit;
17
18
  border-top-right-radius: inherit;
18
19
  z-index: 1;
19
20
  }
20
- .bottom-sheet__headerWrapper_1x5s3 {
21
+ .bottom-sheet__headerWrapper_1e97e {
21
22
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
22
23
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1x5s3 {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e {
24
25
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
25
26
  }
26
- .bottom-sheet__header_1x5s3 {
27
+ .bottom-sheet__header_1e97e {
27
28
  display: flex;
28
29
  }
29
- .bottom-sheet__sticky_1x5s3 {
30
+ .bottom-sheet__sticky_1e97e {
30
31
  position: sticky;
31
32
  top: var(--gap-0);
32
33
  }
33
- .bottom-sheet__justifyEnd_1x5s3 {
34
+ .bottom-sheet__justifyEnd_1e97e {
34
35
  justify-content: flex-end;
35
36
  }
36
- .bottom-sheet__addon_1x5s3 {
37
+ .bottom-sheet__addon_1e97e {
37
38
  display: flex;
38
39
  justify-content: center;
39
40
  align-items: center;
40
41
  min-width: 48px;
41
42
  height: 48px;
42
43
  }
43
- .bottom-sheet__addonFixed_1x5s3 {
44
+ .bottom-sheet__addonFixed_1e97e {
44
45
  position: fixed;
45
46
  }
46
- .bottom-sheet__title_1x5s3 {
47
+ .bottom-sheet__title_1e97e {
47
48
  padding: var(--gap-10) var(--gap-8);
48
49
  width: 100%;
49
50
 
@@ -51,22 +52,24 @@
51
52
 
52
53
  line-height: 28px;
53
54
 
54
- font-weight: 600;
55
+ font-weight: 500;
55
56
 
56
- font-family: var(--font-family-system);
57
+ letter-spacing: -0.15px;
58
+
59
+ font-family: var(--font-family-alfasans);
57
60
  }
58
- .bottom-sheet__titleCenter_1x5s3 {
61
+ .bottom-sheet__titleCenter_1e97e {
59
62
  text-align: center;
60
63
  }
61
- .bottom-sheet__titleLeft_1x5s3 {
64
+ .bottom-sheet__titleLeft_1e97e {
62
65
  text-align: left;
63
66
  }
64
- .bottom-sheet__trimTitle_1x5s3 {
67
+ .bottom-sheet__trimTitle_1e97e {
65
68
  white-space: nowrap;
66
69
  overflow: hidden;
67
70
  text-overflow: ellipsis;
68
71
  }
69
- .bottom-sheet__subtitle_1x5s3 {
72
+ .bottom-sheet__subtitle_1e97e {
70
73
  width: 100%;
71
74
 
72
75
  font-size: 14px;
@@ -75,5 +78,7 @@
75
78
 
76
79
  font-weight: 400;
77
80
 
78
- font-family: var(--font-family-system);
81
+ letter-spacing: -0.08px;
82
+
83
+ font-family: var(--font-family-alfasans);
79
84
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"headerWrapper":"bottom-sheet__headerWrapper_1x5s3 bottom-sheet__headerBase_1x5s3","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1x5s3 bottom-sheet__headerBase_1x5s3","sticky":"bottom-sheet__sticky_1x5s3","title":"bottom-sheet__title_1x5s3","subtitle":"bottom-sheet__subtitle_1x5s3"};
3
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_1e97e bottom-sheet__headerBase_1e97e","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e bottom-sheet__headerBase_1e97e","sticky":"bottom-sheet__sticky_1e97e","title":"bottom-sheet__title_1e97e","subtitle":"bottom-sheet__subtitle_1e97e"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
7
7
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
8
8
  }
9
- .bottom-sheet__title_hspdc {
9
+ .bottom-sheet__title_7tnmk {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_hspdc {
12
+ .bottom-sheet__hasContent_7tnmk {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_hspdc.bottom-sheet__subtitle_hspdc {
15
+ .bottom-sheet__subtitle_7tnmk.bottom-sheet__subtitle_7tnmk {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_hspdc {
18
+ .bottom-sheet__highlighted_7tnmk {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- const invertedColors = {"title":"bottom-sheet__title_hspdc","hasContent":"bottom-sheet__hasContent_hspdc","subtitle":"bottom-sheet__subtitle_hspdc","highlighted":"bottom-sheet__highlighted_hspdc"};
3
+ const invertedColors = {"title":"bottom-sheet__title_7tnmk","hasContent":"bottom-sheet__hasContent_7tnmk","subtitle":"bottom-sheet__subtitle_7tnmk","highlighted":"bottom-sheet__highlighted_7tnmk"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
9
9
  --bottom-sheet-text-color: var(--color-light-text-primary);
10
10
  }
11
- .bottom-sheet__component_vz0i0 {
11
+ .bottom-sheet__component_mznzp {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_vz0i0 {
14
+ .bottom-sheet__content_mznzp {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_vz0i0 {
17
+ .bottom-sheet__defaultMarker_mznzp {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_vz0i0 {
20
+ .bottom-sheet__hasContent_mznzp {
21
21
  color: var(--bottom-sheet-text-color);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"component":"bottom-sheet__component_vz0i0","content":"bottom-sheet__content_vz0i0","defaultMarker":"bottom-sheet__defaultMarker_vz0i0","hasContent":"bottom-sheet__hasContent_vz0i0"};
3
+ const defaultColors = {"component":"bottom-sheet__component_mznzp","content":"bottom-sheet__content_mznzp","defaultMarker":"bottom-sheet__defaultMarker_mznzp","hasContent":"bottom-sheet__hasContent_mznzp"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
package/modern/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_1toao {
48
+ .bottom-sheet__modal_6ue2u {
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_1toao.bottom-sheet__modal_1toao {
55
+ .bottom-sheet__modal_6ue2u.bottom-sheet__modal_6ue2u {
56
56
  background-color: transparent;
57
57
  position: fixed;
58
58
  }
59
- .bottom-sheet__wrapper_1toao {
59
+ .bottom-sheet__wrapper_6ue2u {
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_1toao {
67
+ .bottom-sheet__outerClassName_6ue2u {
68
68
  pointer-events: all;
69
69
  }
70
- .bottom-sheet__fullscreen_1toao {
70
+ .bottom-sheet__fullscreen_6ue2u {
71
71
  border-radius: var(--border-radius-0);
72
72
  }
73
- .bottom-sheet__component_1toao {
73
+ .bottom-sheet__component_6ue2u {
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_1toao {
82
+ .bottom-sheet__withTransition_6ue2u {
83
83
  transition: var(--bottom-sheet-out-transition);
84
84
  }
85
- .bottom-sheet__scrollableContainer_1toao {
85
+ .bottom-sheet__scrollableContainer_6ue2u {
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_1toao {
95
+ .bottom-sheet__marker_6ue2u {
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_1toao {
104
+ .bottom-sheet__defaultMarker_6ue2u {
105
105
  height: 4px;
106
106
  border-radius: var(--border-radius-20);
107
107
  }
108
- .bottom-sheet__content_1toao {
108
+ .bottom-sheet__content_6ue2u {
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_1toao {
118
+ .bottom-sheet__noHeader_6ue2u {
119
119
  padding-top: var(--gap-16);
120
120
  }
121
- .bottom-sheet__noFooter_1toao {
121
+ .bottom-sheet__noFooter_6ue2u {
122
122
  padding-bottom: var(--gap-16);
123
123
  }
124
- .bottom-sheet__scrollLocked_1toao {
124
+ .bottom-sheet__scrollLocked_6ue2u {
125
125
  overflow: hidden;
126
126
  }
127
- .bottom-sheet__hiddenScrollbar_1toao {
127
+ .bottom-sheet__hiddenScrollbar_6ue2u {
128
128
  scrollbar-width: none;
129
129
  }
130
- .bottom-sheet__hiddenScrollbar_1toao::-webkit-scrollbar {
130
+ .bottom-sheet__hiddenScrollbar_6ue2u::-webkit-scrollbar {
131
131
  width: 0;
132
132
  height: 0;
133
133
  }
134
- .bottom-sheet__disabledPointerEvents_1toao {
134
+ .bottom-sheet__disabledPointerEvents_6ue2u {
135
135
  pointer-events: none;
136
136
  }
137
- .bottom-sheet__appear_1toao .bottom-sheet__wrapper_1toao, .bottom-sheet__enter_1toao .bottom-sheet__wrapper_1toao {
137
+ .bottom-sheet__appear_6ue2u .bottom-sheet__wrapper_6ue2u, .bottom-sheet__enter_6ue2u .bottom-sheet__wrapper_6ue2u {
138
138
  transition: none;
139
139
  }
140
- .bottom-sheet__appearActive_1toao .bottom-sheet__wrapper_1toao, .bottom-sheet__enterActive_1toao .bottom-sheet__wrapper_1toao {
140
+ .bottom-sheet__appearActive_6ue2u .bottom-sheet__wrapper_6ue2u, .bottom-sheet__enterActive_6ue2u .bottom-sheet__wrapper_6ue2u {
141
141
  transition: var(--bottom-sheet-in-transition);
142
142
  transform: translateY(0);
143
143
  }
144
- .bottom-sheet__enterDone_1toao .bottom-sheet__wrapper_1toao, .bottom-sheet__appearDone_1toao .bottom-sheet__wrapper_1toao {
144
+ .bottom-sheet__enterDone_6ue2u .bottom-sheet__wrapper_6ue2u, .bottom-sheet__appearDone_6ue2u .bottom-sheet__wrapper_6ue2u {
145
145
  transform: translateY(0);
146
146
  }
147
- .bottom-sheet__exit_1toao .bottom-sheet__wrapper_1toao {
147
+ .bottom-sheet__exit_6ue2u .bottom-sheet__wrapper_6ue2u {
148
148
  transform: translateY(0);
149
149
  }
150
- .bottom-sheet__exitActive_1toao .bottom-sheet__wrapper_1toao {
150
+ .bottom-sheet__exitActive_6ue2u .bottom-sheet__wrapper_6ue2u {
151
151
  transition: var(--bottom-sheet-out-transition);
152
152
  transform: translateY(100%);
153
153
  }
154
- .bottom-sheet__safeAreaBottom_1toao {
154
+ .bottom-sheet__safeAreaBottom_6ue2u {
155
155
  padding-bottom: var(--sab);
156
156
  }
157
- .bottom-sheet__background-accent_1toao {
157
+ .bottom-sheet__background-accent_6ue2u {
158
158
  background-color: var(--color-light-bg-accent);
159
159
  }
160
- .bottom-sheet__background-info_1toao {
160
+ .bottom-sheet__background-info_6ue2u {
161
161
  background-color: var(--color-light-bg-info);
162
162
  }
163
- .bottom-sheet__background-attention-muted_1toao {
163
+ .bottom-sheet__background-attention-muted_6ue2u {
164
164
  background-color: var(--color-light-bg-attention-muted);
165
165
  }
166
- .bottom-sheet__background-positive-muted_1toao {
166
+ .bottom-sheet__background-positive-muted_6ue2u {
167
167
  background-color: var(--color-light-bg-positive-muted);
168
168
  }
169
- .bottom-sheet__background-negative-muted_1toao {
169
+ .bottom-sheet__background-negative-muted_6ue2u {
170
170
  background-color: var(--color-light-bg-negative-muted);
171
171
  }
172
- .bottom-sheet__background-primary_1toao {
172
+ .bottom-sheet__background-primary_6ue2u {
173
173
  background-color: var(--color-light-bg-primary);
174
174
  }
175
- .bottom-sheet__background-primary-inverted_1toao {
175
+ .bottom-sheet__background-primary-inverted_6ue2u {
176
176
  background-color: var(--color-light-bg-primary-inverted);
177
177
  }
178
- .bottom-sheet__background-secondary_1toao {
178
+ .bottom-sheet__background-secondary_6ue2u {
179
179
  background-color: var(--color-light-bg-secondary);
180
180
  }
181
- .bottom-sheet__background-secondary-inverted_1toao {
181
+ .bottom-sheet__background-secondary-inverted_6ue2u {
182
182
  background-color: var(--color-light-bg-secondary-inverted);
183
183
  }
184
- .bottom-sheet__background-tertiary_1toao {
184
+ .bottom-sheet__background-tertiary_6ue2u {
185
185
  background-color: var(--color-light-bg-tertiary);
186
186
  }
187
- .bottom-sheet__background-tertiary-inverted_1toao {
187
+ .bottom-sheet__background-tertiary-inverted_6ue2u {
188
188
  background-color: var(--color-light-bg-tertiary-inverted);
189
189
  }
190
- .bottom-sheet__background-quaternary_1toao {
190
+ .bottom-sheet__background-quaternary_6ue2u {
191
191
  background-color: var(--color-light-bg-quaternary);
192
192
  }
193
- .bottom-sheet__background-quaternary-inverted_1toao {
193
+ .bottom-sheet__background-quaternary-inverted_6ue2u {
194
194
  background-color: var(--color-light-bg-quaternary-inverted);
195
195
  }
196
- .bottom-sheet__background-specialbg-component_1toao {
196
+ .bottom-sheet__background-specialbg-component_6ue2u {
197
197
  background-color: var(--color-light-specialbg-component);
198
198
  }
199
- .bottom-sheet__background-specialbg-component-inverted_1toao {
199
+ .bottom-sheet__background-specialbg-component-inverted_6ue2u {
200
200
  background-color: var(--color-light-specialbg-component-inverted);
201
201
  }
202
- .bottom-sheet__background-specialbg-primary-grouped_1toao {
202
+ .bottom-sheet__background-specialbg-primary-grouped_6ue2u {
203
203
  background-color: var(--color-light-specialbg-primary-grouped);
204
204
  }
205
- .bottom-sheet__background-specialbg-secondary-grouped_1toao {
205
+ .bottom-sheet__background-specialbg-secondary-grouped_6ue2u {
206
206
  background-color: var(--color-light-specialbg-secondary-grouped);
207
207
  }
208
- .bottom-sheet__background-specialbg-tertiary-grouped_1toao {
208
+ .bottom-sheet__background-specialbg-tertiary-grouped_6ue2u {
209
209
  background-color: var(--color-light-specialbg-tertiary-grouped);
210
210
  }
211
- .bottom-sheet__background-specialbg-secondary-transparent_1toao {
211
+ .bottom-sheet__background-specialbg-secondary-transparent_6ue2u {
212
212
  background-color: var(--color-light-specialbg-secondary-transparent);
213
213
  }
214
- .bottom-sheet__background-specialbg-secondary-transparent-inverted_1toao {
214
+ .bottom-sheet__background-specialbg-secondary-transparent-inverted_6ue2u {
215
215
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
216
216
  }
217
- .bottom-sheet__background-specialbg-tertiary-transparent_1toao {
217
+ .bottom-sheet__background-specialbg-tertiary-transparent_6ue2u {
218
218
  background-color: var(--color-light-specialbg-tertiary-transparent);
219
219
  }
220
- .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1toao {
220
+ .bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ue2u {
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
- const styles = {"modal":"bottom-sheet__modal_1toao","wrapper":"bottom-sheet__wrapper_1toao","outerClassName":"bottom-sheet__outerClassName_1toao","fullscreen":"bottom-sheet__fullscreen_1toao","component":"bottom-sheet__component_1toao","withTransition":"bottom-sheet__withTransition_1toao","scrollableContainer":"bottom-sheet__scrollableContainer_1toao","marker":"bottom-sheet__marker_1toao","defaultMarker":"bottom-sheet__defaultMarker_1toao","content":"bottom-sheet__content_1toao","noHeader":"bottom-sheet__noHeader_1toao","noFooter":"bottom-sheet__noFooter_1toao","scrollLocked":"bottom-sheet__scrollLocked_1toao","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1toao","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1toao","appear":"bottom-sheet__appear_1toao","enter":"bottom-sheet__enter_1toao","appearActive":"bottom-sheet__appearActive_1toao","enterActive":"bottom-sheet__enterActive_1toao","enterDone":"bottom-sheet__enterDone_1toao","appearDone":"bottom-sheet__appearDone_1toao","exit":"bottom-sheet__exit_1toao","exitActive":"bottom-sheet__exitActive_1toao","safeAreaBottom":"bottom-sheet__safeAreaBottom_1toao","background-accent":"bottom-sheet__background-accent_1toao","background-info":"bottom-sheet__background-info_1toao","background-attention-muted":"bottom-sheet__background-attention-muted_1toao","background-positive-muted":"bottom-sheet__background-positive-muted_1toao","background-negative-muted":"bottom-sheet__background-negative-muted_1toao","background-primary":"bottom-sheet__background-primary_1toao","background-primary-inverted":"bottom-sheet__background-primary-inverted_1toao","background-secondary":"bottom-sheet__background-secondary_1toao","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1toao","background-tertiary":"bottom-sheet__background-tertiary_1toao","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1toao","background-quaternary":"bottom-sheet__background-quaternary_1toao","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1toao","background-specialbg-component":"bottom-sheet__background-specialbg-component_1toao","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1toao","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1toao","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1toao","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1toao","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1toao","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1toao","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1toao","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1toao"};
3
+ const styles = {"modal":"bottom-sheet__modal_6ue2u","wrapper":"bottom-sheet__wrapper_6ue2u","outerClassName":"bottom-sheet__outerClassName_6ue2u","fullscreen":"bottom-sheet__fullscreen_6ue2u","component":"bottom-sheet__component_6ue2u","withTransition":"bottom-sheet__withTransition_6ue2u","scrollableContainer":"bottom-sheet__scrollableContainer_6ue2u","marker":"bottom-sheet__marker_6ue2u","defaultMarker":"bottom-sheet__defaultMarker_6ue2u","content":"bottom-sheet__content_6ue2u","noHeader":"bottom-sheet__noHeader_6ue2u","noFooter":"bottom-sheet__noFooter_6ue2u","scrollLocked":"bottom-sheet__scrollLocked_6ue2u","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6ue2u","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6ue2u","appear":"bottom-sheet__appear_6ue2u","enter":"bottom-sheet__enter_6ue2u","appearActive":"bottom-sheet__appearActive_6ue2u","enterActive":"bottom-sheet__enterActive_6ue2u","enterDone":"bottom-sheet__enterDone_6ue2u","appearDone":"bottom-sheet__appearDone_6ue2u","exit":"bottom-sheet__exit_6ue2u","exitActive":"bottom-sheet__exitActive_6ue2u","safeAreaBottom":"bottom-sheet__safeAreaBottom_6ue2u","background-accent":"bottom-sheet__background-accent_6ue2u","background-info":"bottom-sheet__background-info_6ue2u","background-attention-muted":"bottom-sheet__background-attention-muted_6ue2u","background-positive-muted":"bottom-sheet__background-positive-muted_6ue2u","background-negative-muted":"bottom-sheet__background-negative-muted_6ue2u","background-primary":"bottom-sheet__background-primary_6ue2u","background-primary-inverted":"bottom-sheet__background-primary-inverted_6ue2u","background-secondary":"bottom-sheet__background-secondary_6ue2u","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6ue2u","background-tertiary":"bottom-sheet__background-tertiary_6ue2u","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6ue2u","background-quaternary":"bottom-sheet__background-quaternary_6ue2u","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6ue2u","background-specialbg-component":"bottom-sheet__background-specialbg-component_6ue2u","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6ue2u","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6ue2u","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6ue2u","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6ue2u","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6ue2u","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6ue2u","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6ue2u","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6ue2u"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -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_18eoj {
11
+ .bottom-sheet__component_1q332 {
12
12
  background-color: var(--bottom-sheet-background-color-inverted);
13
13
  }
14
- .bottom-sheet__content_18eoj {
14
+ .bottom-sheet__content_1q332 {
15
15
  color: var(--bottom-sheet-text-color-inverted);
16
16
  }
17
- .bottom-sheet__defaultMarker_18eoj {
17
+ .bottom-sheet__defaultMarker_1q332 {
18
18
  background-color: var(--bottom-sheet-marker-color-inverted);
19
19
  }
20
- .bottom-sheet__hasContent_18eoj {
20
+ .bottom-sheet__hasContent_1q332 {
21
21
  color: var(--bottom-sheet-text-color-inverted);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- const invertedColors = {"component":"bottom-sheet__component_18eoj","content":"bottom-sheet__content_18eoj","defaultMarker":"bottom-sheet__defaultMarker_18eoj","hasContent":"bottom-sheet__hasContent_18eoj"};
3
+ const invertedColors = {"component":"bottom-sheet__component_1q332","content":"bottom-sheet__content_1q332","defaultMarker":"bottom-sheet__defaultMarker_1q332","hasContent":"bottom-sheet__hasContent_1q332"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -49,9 +49,11 @@
49
49
 
50
50
  line-height: 28px;
51
51
 
52
- font-weight: 600;
52
+ font-weight: 500;
53
53
 
54
- font-family: var(--font-family-system);
54
+ letter-spacing: -0.15px;
55
+
56
+ font-family: var(--font-family-alfasans);
55
57
  }
56
58
 
57
59
  .titleCenter {
@@ -77,5 +79,7 @@
77
79
 
78
80
  font-weight: 400;
79
81
 
80
- font-family: var(--font-family-system);
82
+ letter-spacing: -0.08px;
83
+
84
+ font-family: var(--font-family-alfasans);
81
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-bottom-sheet",
3
- "version": "8.1.2",
3
+ "version": "8.1.3-alfasans",
4
4
  "description": "Bottom sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,11 +10,11 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-backdrop": "^5.0.2",
14
- "@alfalab/core-components-base-modal": "^7.1.2",
15
- "@alfalab/core-components-navigation-bar-private": "^2.0.5",
16
- "@alfalab/core-components-shared": "^2.1.1",
17
- "@alfalab/core-components-types": "^2.0.1",
13
+ "@alfalab/core-components-backdrop": "5.0.2-alfasans",
14
+ "@alfalab/core-components-base-modal": "7.1.2-alfasans",
15
+ "@alfalab/core-components-navigation-bar-private": "2.0.6-alfasans",
16
+ "@alfalab/core-components-shared": "2.1.1-alfasans",
17
+ "@alfalab/core-components-types": "2.0.1-alfasans",
18
18
  "classnames": "^2.5.1",
19
19
  "react-div-100vh": "^0.7.0",
20
20
  "react-merge-refs": "^1.1.0",
@@ -31,6 +31,6 @@
31
31
  "access": "public",
32
32
  "directory": "dist"
33
33
  },
34
- "themesVersion": "15.0.2",
35
- "varsVersion": "11.0.2"
34
+ "themesVersion": "15.0.2-alfasans",
35
+ "varsVersion": "11.0.2-alfasans"
36
36
  }