@alfalab/core-components-bottom-sheet 7.4.0 → 7.4.1

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 (67) 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/default.module.css.js.map +1 -1
  10. package/components/header/index.css +13 -13
  11. package/components/header/index.module.css.js +1 -1
  12. package/components/header/inverted.css +4 -4
  13. package/components/header/inverted.module.css.js +1 -1
  14. package/components/header/inverted.module.css.js.map +1 -1
  15. package/cssm/components/header/default.module.css +1 -1
  16. package/cssm/components/header/inverted.module.css +1 -1
  17. package/default.css +4 -4
  18. package/default.module.css.js +1 -1
  19. package/esm/components/footer/default.css +2 -2
  20. package/esm/components/footer/default.module.css.js +1 -1
  21. package/esm/components/footer/index.css +2 -2
  22. package/esm/components/footer/index.module.css.js +1 -1
  23. package/esm/components/footer/inverted.css +2 -2
  24. package/esm/components/footer/inverted.module.css.js +1 -1
  25. package/esm/components/header/default.css +4 -4
  26. package/esm/components/header/default.module.css.js +1 -1
  27. package/esm/components/header/default.module.css.js.map +1 -1
  28. package/esm/components/header/index.css +13 -13
  29. package/esm/components/header/index.module.css.js +1 -1
  30. package/esm/components/header/inverted.css +4 -4
  31. package/esm/components/header/inverted.module.css.js +1 -1
  32. package/esm/components/header/inverted.module.css.js.map +1 -1
  33. package/esm/default.css +4 -4
  34. package/esm/default.module.css.js +1 -1
  35. package/esm/index.css +45 -45
  36. package/esm/index.module.css.js +1 -1
  37. package/esm/inverted.css +4 -4
  38. package/esm/inverted.module.css.js +1 -1
  39. package/index.css +45 -45
  40. package/index.module.css.js +1 -1
  41. package/inverted.css +4 -4
  42. package/inverted.module.css.js +1 -1
  43. package/modern/components/footer/default.css +2 -2
  44. package/modern/components/footer/default.module.css.js +1 -1
  45. package/modern/components/footer/index.css +2 -2
  46. package/modern/components/footer/index.module.css.js +1 -1
  47. package/modern/components/footer/inverted.css +2 -2
  48. package/modern/components/footer/inverted.module.css.js +1 -1
  49. package/modern/components/header/default.css +4 -4
  50. package/modern/components/header/default.module.css.js +1 -1
  51. package/modern/components/header/default.module.css.js.map +1 -1
  52. package/modern/components/header/index.css +13 -13
  53. package/modern/components/header/index.module.css.js +1 -1
  54. package/modern/components/header/inverted.css +4 -4
  55. package/modern/components/header/inverted.module.css.js +1 -1
  56. package/modern/components/header/inverted.module.css.js.map +1 -1
  57. package/modern/default.css +4 -4
  58. package/modern/default.module.css.js +1 -1
  59. package/modern/index.css +45 -45
  60. package/modern/index.module.css.js +1 -1
  61. package/modern/inverted.css +4 -4
  62. package/modern/inverted.module.css.js +1 -1
  63. package/moderncssm/components/header/default.module.css +1 -1
  64. package/moderncssm/components/header/inverted.module.css +1 -1
  65. package/package.json +2 -2
  66. package/src/components/header/default.module.css +1 -1
  67. package/src/components/header/inverted.module.css +1 -1
package/esm/index.css CHANGED
@@ -40,27 +40,27 @@
40
40
  --bottom-sheet-out-transition: transform 0.3s ease;
41
41
  --bottom-sheet-top-radius: var(--border-radius-16);
42
42
  --bottom-sheet-shadow: none;
43
- } .bottom-sheet__modal_dn46z {
43
+ } .bottom-sheet__modal_1lvhh {
44
44
  bottom: var(--gap-0);
45
45
  width: 100%;
46
46
  max-width: 600px;
47
47
  pointer-events: none;
48
48
  touch-action: none;
49
- } .bottom-sheet__modal_dn46z.bottom-sheet__modal_dn46z {
49
+ } .bottom-sheet__modal_1lvhh.bottom-sheet__modal_1lvhh {
50
50
  background-color: transparent;
51
51
  position: fixed;
52
- } .bottom-sheet__wrapper_dn46z {
52
+ } .bottom-sheet__wrapper_1lvhh {
53
53
  transform: translateY(100%);
54
54
  pointer-events: none;
55
55
  touch-action: none;
56
56
  border-top-right-radius: var(--bottom-sheet-top-radius);
57
57
  border-top-left-radius: var(--bottom-sheet-top-radius);
58
58
  transition: border-radius 0.3s ease;
59
- } .bottom-sheet__outerClassName_dn46z {
59
+ } .bottom-sheet__outerClassName_1lvhh {
60
60
  pointer-events: all;
61
- } .bottom-sheet__fullscreen_dn46z {
61
+ } .bottom-sheet__fullscreen_1lvhh {
62
62
  border-radius: var(--border-radius-0);
63
- } .bottom-sheet__component_dn46z {
63
+ } .bottom-sheet__component_1lvhh {
64
64
  position: relative;
65
65
  display: flex;
66
66
  flex-direction: column;
@@ -68,9 +68,9 @@
68
68
  pointer-events: all;
69
69
  box-shadow: var(--bottom-sheet-shadow);
70
70
  transform: translate(0, 0);
71
- } .bottom-sheet__withTransition_dn46z {
71
+ } .bottom-sheet__withTransition_1lvhh {
72
72
  transition: var(--bottom-sheet-out-transition);
73
- } .bottom-sheet__scrollableContainer_dn46z {
73
+ } .bottom-sheet__scrollableContainer_1lvhh {
74
74
  overflow: auto;
75
75
  display: flex;
76
76
  flex-direction: column;
@@ -79,7 +79,7 @@
79
79
  background-color: inherit;
80
80
  border-radius: inherit;
81
81
  overscroll-behavior: contain;
82
- } .bottom-sheet__marker_dn46z {
82
+ } .bottom-sheet__marker_1lvhh {
83
83
  position: fixed;
84
84
  top: var(--gap-4);
85
85
  right: var(--gap-0);
@@ -87,10 +87,10 @@
87
87
  z-index: 1000;
88
88
  width: 36px;
89
89
  margin: var(--gap-0) auto;
90
- } .bottom-sheet__defaultMarker_dn46z {
90
+ } .bottom-sheet__defaultMarker_1lvhh {
91
91
  height: 4px;
92
92
  border-radius: var(--border-radius-20);
93
- } .bottom-sheet__content_dn46z {
93
+ } .bottom-sheet__content_1lvhh {
94
94
  position: relative;
95
95
  z-index: 0;
96
96
  display: flex;
@@ -99,75 +99,75 @@
99
99
  padding: var(--gap-0) var(--gap-16);
100
100
  background-color: inherit;
101
101
  border-radius: inherit;
102
- } .bottom-sheet__noHeader_dn46z {
102
+ } .bottom-sheet__noHeader_1lvhh {
103
103
  padding-top: var(--gap-16);
104
- } .bottom-sheet__noFooter_dn46z {
104
+ } .bottom-sheet__noFooter_1lvhh {
105
105
  padding-bottom: var(--gap-16);
106
- } .bottom-sheet__scrollLocked_dn46z {
106
+ } .bottom-sheet__scrollLocked_1lvhh {
107
107
  overflow: hidden;
108
- } .bottom-sheet__hiddenScrollbar_dn46z {
108
+ } .bottom-sheet__hiddenScrollbar_1lvhh {
109
109
  scrollbar-width: none;
110
- } .bottom-sheet__hiddenScrollbar_dn46z::-webkit-scrollbar {
110
+ } .bottom-sheet__hiddenScrollbar_1lvhh::-webkit-scrollbar {
111
111
  width: 0;
112
112
  height: 0;
113
- } .bottom-sheet__disabledPointerEvents_dn46z {
113
+ } .bottom-sheet__disabledPointerEvents_1lvhh {
114
114
  pointer-events: none;
115
- } .bottom-sheet__appear_dn46z .bottom-sheet__wrapper_dn46z, .bottom-sheet__enter_dn46z .bottom-sheet__wrapper_dn46z {
115
+ } .bottom-sheet__appear_1lvhh .bottom-sheet__wrapper_1lvhh, .bottom-sheet__enter_1lvhh .bottom-sheet__wrapper_1lvhh {
116
116
  transition: none;
117
- } .bottom-sheet__appearActive_dn46z .bottom-sheet__wrapper_dn46z, .bottom-sheet__enterActive_dn46z .bottom-sheet__wrapper_dn46z {
117
+ } .bottom-sheet__appearActive_1lvhh .bottom-sheet__wrapper_1lvhh, .bottom-sheet__enterActive_1lvhh .bottom-sheet__wrapper_1lvhh {
118
118
  transition: var(--bottom-sheet-in-transition);
119
119
  transform: translateY(0);
120
- } .bottom-sheet__enterDone_dn46z .bottom-sheet__wrapper_dn46z, .bottom-sheet__appearDone_dn46z .bottom-sheet__wrapper_dn46z {
120
+ } .bottom-sheet__enterDone_1lvhh .bottom-sheet__wrapper_1lvhh, .bottom-sheet__appearDone_1lvhh .bottom-sheet__wrapper_1lvhh {
121
121
  transform: translateY(0);
122
- } .bottom-sheet__exit_dn46z .bottom-sheet__wrapper_dn46z {
122
+ } .bottom-sheet__exit_1lvhh .bottom-sheet__wrapper_1lvhh {
123
123
  transform: translateY(0);
124
- } .bottom-sheet__exitActive_dn46z .bottom-sheet__wrapper_dn46z {
124
+ } .bottom-sheet__exitActive_1lvhh .bottom-sheet__wrapper_1lvhh {
125
125
  transition: var(--bottom-sheet-out-transition);
126
126
  transform: translateY(100%);
127
- } .bottom-sheet__safeAreaBottom_dn46z {
127
+ } .bottom-sheet__safeAreaBottom_1lvhh {
128
128
  padding-bottom: var(--sab);
129
- } .bottom-sheet__background-accent_dn46z {
129
+ } .bottom-sheet__background-accent_1lvhh {
130
130
  background-color: var(--color-light-bg-accent);
131
- } .bottom-sheet__background-info_dn46z {
131
+ } .bottom-sheet__background-info_1lvhh {
132
132
  background-color: var(--color-light-bg-info);
133
- } .bottom-sheet__background-attention-muted_dn46z {
133
+ } .bottom-sheet__background-attention-muted_1lvhh {
134
134
  background-color: var(--color-light-bg-attention-muted);
135
- } .bottom-sheet__background-positive-muted_dn46z {
135
+ } .bottom-sheet__background-positive-muted_1lvhh {
136
136
  background-color: var(--color-light-bg-positive-muted);
137
- } .bottom-sheet__background-negative-muted_dn46z {
137
+ } .bottom-sheet__background-negative-muted_1lvhh {
138
138
  background-color: var(--color-light-bg-negative-muted);
139
- } .bottom-sheet__background-primary_dn46z {
139
+ } .bottom-sheet__background-primary_1lvhh {
140
140
  background-color: var(--color-light-bg-primary);
141
- } .bottom-sheet__background-primary-inverted_dn46z {
141
+ } .bottom-sheet__background-primary-inverted_1lvhh {
142
142
  background-color: var(--color-light-bg-primary-inverted);
143
- } .bottom-sheet__background-secondary_dn46z {
143
+ } .bottom-sheet__background-secondary_1lvhh {
144
144
  background-color: var(--color-light-bg-secondary);
145
- } .bottom-sheet__background-secondary-inverted_dn46z {
145
+ } .bottom-sheet__background-secondary-inverted_1lvhh {
146
146
  background-color: var(--color-light-bg-secondary-inverted);
147
- } .bottom-sheet__background-tertiary_dn46z {
147
+ } .bottom-sheet__background-tertiary_1lvhh {
148
148
  background-color: var(--color-light-bg-tertiary);
149
- } .bottom-sheet__background-tertiary-inverted_dn46z {
149
+ } .bottom-sheet__background-tertiary-inverted_1lvhh {
150
150
  background-color: var(--color-light-bg-tertiary-inverted);
151
- } .bottom-sheet__background-quaternary_dn46z {
151
+ } .bottom-sheet__background-quaternary_1lvhh {
152
152
  background-color: var(--color-light-bg-quaternary);
153
- } .bottom-sheet__background-quaternary-inverted_dn46z {
153
+ } .bottom-sheet__background-quaternary-inverted_1lvhh {
154
154
  background-color: var(--color-light-bg-quaternary-inverted);
155
- } .bottom-sheet__background-specialbg-component_dn46z {
155
+ } .bottom-sheet__background-specialbg-component_1lvhh {
156
156
  background-color: var(--color-light-specialbg-component);
157
- } .bottom-sheet__background-specialbg-component-inverted_dn46z {
157
+ } .bottom-sheet__background-specialbg-component-inverted_1lvhh {
158
158
  background-color: var(--color-light-specialbg-component-inverted);
159
- } .bottom-sheet__background-specialbg-primary-grouped_dn46z {
159
+ } .bottom-sheet__background-specialbg-primary-grouped_1lvhh {
160
160
  background-color: var(--color-light-specialbg-primary-grouped);
161
- } .bottom-sheet__background-specialbg-secondary-grouped_dn46z {
161
+ } .bottom-sheet__background-specialbg-secondary-grouped_1lvhh {
162
162
  background-color: var(--color-light-specialbg-secondary-grouped);
163
- } .bottom-sheet__background-specialbg-tertiary-grouped_dn46z {
163
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1lvhh {
164
164
  background-color: var(--color-light-specialbg-tertiary-grouped);
165
- } .bottom-sheet__background-specialbg-secondary-transparent_dn46z {
165
+ } .bottom-sheet__background-specialbg-secondary-transparent_1lvhh {
166
166
  background-color: var(--color-light-specialbg-secondary-transparent);
167
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_dn46z {
167
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1lvhh {
168
168
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
169
- } .bottom-sheet__background-specialbg-tertiary-transparent_dn46z {
169
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1lvhh {
170
170
  background-color: var(--color-light-specialbg-tertiary-transparent);
171
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_dn46z {
171
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1lvhh {
172
172
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
173
173
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"modal":"bottom-sheet__modal_dn46z","wrapper":"bottom-sheet__wrapper_dn46z","outerClassName":"bottom-sheet__outerClassName_dn46z","fullscreen":"bottom-sheet__fullscreen_dn46z","component":"bottom-sheet__component_dn46z","withTransition":"bottom-sheet__withTransition_dn46z","scrollableContainer":"bottom-sheet__scrollableContainer_dn46z","marker":"bottom-sheet__marker_dn46z","defaultMarker":"bottom-sheet__defaultMarker_dn46z","content":"bottom-sheet__content_dn46z","noHeader":"bottom-sheet__noHeader_dn46z","noFooter":"bottom-sheet__noFooter_dn46z","scrollLocked":"bottom-sheet__scrollLocked_dn46z","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_dn46z","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_dn46z","appear":"bottom-sheet__appear_dn46z","enter":"bottom-sheet__enter_dn46z","appearActive":"bottom-sheet__appearActive_dn46z","enterActive":"bottom-sheet__enterActive_dn46z","enterDone":"bottom-sheet__enterDone_dn46z","appearDone":"bottom-sheet__appearDone_dn46z","exit":"bottom-sheet__exit_dn46z","exitActive":"bottom-sheet__exitActive_dn46z","safeAreaBottom":"bottom-sheet__safeAreaBottom_dn46z","background-accent":"bottom-sheet__background-accent_dn46z","background-info":"bottom-sheet__background-info_dn46z","background-attention-muted":"bottom-sheet__background-attention-muted_dn46z","background-positive-muted":"bottom-sheet__background-positive-muted_dn46z","background-negative-muted":"bottom-sheet__background-negative-muted_dn46z","background-primary":"bottom-sheet__background-primary_dn46z","background-primary-inverted":"bottom-sheet__background-primary-inverted_dn46z","background-secondary":"bottom-sheet__background-secondary_dn46z","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_dn46z","background-tertiary":"bottom-sheet__background-tertiary_dn46z","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_dn46z","background-quaternary":"bottom-sheet__background-quaternary_dn46z","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_dn46z","background-specialbg-component":"bottom-sheet__background-specialbg-component_dn46z","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_dn46z","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_dn46z","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_dn46z","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_dn46z","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_dn46z","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_dn46z","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_dn46z","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_dn46z"};
3
+ var styles = {"modal":"bottom-sheet__modal_1lvhh","wrapper":"bottom-sheet__wrapper_1lvhh","outerClassName":"bottom-sheet__outerClassName_1lvhh","fullscreen":"bottom-sheet__fullscreen_1lvhh","component":"bottom-sheet__component_1lvhh","withTransition":"bottom-sheet__withTransition_1lvhh","scrollableContainer":"bottom-sheet__scrollableContainer_1lvhh","marker":"bottom-sheet__marker_1lvhh","defaultMarker":"bottom-sheet__defaultMarker_1lvhh","content":"bottom-sheet__content_1lvhh","noHeader":"bottom-sheet__noHeader_1lvhh","noFooter":"bottom-sheet__noFooter_1lvhh","scrollLocked":"bottom-sheet__scrollLocked_1lvhh","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1lvhh","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1lvhh","appear":"bottom-sheet__appear_1lvhh","enter":"bottom-sheet__enter_1lvhh","appearActive":"bottom-sheet__appearActive_1lvhh","enterActive":"bottom-sheet__enterActive_1lvhh","enterDone":"bottom-sheet__enterDone_1lvhh","appearDone":"bottom-sheet__appearDone_1lvhh","exit":"bottom-sheet__exit_1lvhh","exitActive":"bottom-sheet__exitActive_1lvhh","safeAreaBottom":"bottom-sheet__safeAreaBottom_1lvhh","background-accent":"bottom-sheet__background-accent_1lvhh","background-info":"bottom-sheet__background-info_1lvhh","background-attention-muted":"bottom-sheet__background-attention-muted_1lvhh","background-positive-muted":"bottom-sheet__background-positive-muted_1lvhh","background-negative-muted":"bottom-sheet__background-negative-muted_1lvhh","background-primary":"bottom-sheet__background-primary_1lvhh","background-primary-inverted":"bottom-sheet__background-primary-inverted_1lvhh","background-secondary":"bottom-sheet__background-secondary_1lvhh","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1lvhh","background-tertiary":"bottom-sheet__background-tertiary_1lvhh","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1lvhh","background-quaternary":"bottom-sheet__background-quaternary_1lvhh","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1lvhh","background-specialbg-component":"bottom-sheet__background-specialbg-component_1lvhh","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1lvhh","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1lvhh","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1lvhh","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1lvhh","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1lvhh","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1lvhh","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1lvhh","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1lvhh"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/inverted.css CHANGED
@@ -6,12 +6,12 @@
6
6
  --bottom-sheet-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
7
7
  --bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
8
8
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
9
- } .bottom-sheet__component_iy6jo {
9
+ } .bottom-sheet__component_18em7 {
10
10
  background-color: var(--bottom-sheet-background-color-inverted);
11
- } .bottom-sheet__content_iy6jo {
11
+ } .bottom-sheet__content_18em7 {
12
12
  color: var(--bottom-sheet-text-color-inverted);
13
- } .bottom-sheet__defaultMarker_iy6jo {
13
+ } .bottom-sheet__defaultMarker_18em7 {
14
14
  background-color: var(--bottom-sheet-marker-color-inverted);
15
- } .bottom-sheet__hasContent_iy6jo {
15
+ } .bottom-sheet__hasContent_18em7 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"component":"bottom-sheet__component_iy6jo","content":"bottom-sheet__content_iy6jo","defaultMarker":"bottom-sheet__defaultMarker_iy6jo","hasContent":"bottom-sheet__hasContent_iy6jo"};
3
+ var invertedColors = {"component":"bottom-sheet__component_18em7","content":"bottom-sheet__content_18em7","defaultMarker":"bottom-sheet__defaultMarker_18em7","hasContent":"bottom-sheet__hasContent_18em7"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
package/index.css CHANGED
@@ -40,27 +40,27 @@
40
40
  --bottom-sheet-out-transition: transform 0.3s ease;
41
41
  --bottom-sheet-top-radius: var(--border-radius-16);
42
42
  --bottom-sheet-shadow: none;
43
- } .bottom-sheet__modal_dn46z {
43
+ } .bottom-sheet__modal_1lvhh {
44
44
  bottom: var(--gap-0);
45
45
  width: 100%;
46
46
  max-width: 600px;
47
47
  pointer-events: none;
48
48
  touch-action: none;
49
- } .bottom-sheet__modal_dn46z.bottom-sheet__modal_dn46z {
49
+ } .bottom-sheet__modal_1lvhh.bottom-sheet__modal_1lvhh {
50
50
  background-color: transparent;
51
51
  position: fixed;
52
- } .bottom-sheet__wrapper_dn46z {
52
+ } .bottom-sheet__wrapper_1lvhh {
53
53
  transform: translateY(100%);
54
54
  pointer-events: none;
55
55
  touch-action: none;
56
56
  border-top-right-radius: var(--bottom-sheet-top-radius);
57
57
  border-top-left-radius: var(--bottom-sheet-top-radius);
58
58
  transition: border-radius 0.3s ease;
59
- } .bottom-sheet__outerClassName_dn46z {
59
+ } .bottom-sheet__outerClassName_1lvhh {
60
60
  pointer-events: all;
61
- } .bottom-sheet__fullscreen_dn46z {
61
+ } .bottom-sheet__fullscreen_1lvhh {
62
62
  border-radius: var(--border-radius-0);
63
- } .bottom-sheet__component_dn46z {
63
+ } .bottom-sheet__component_1lvhh {
64
64
  position: relative;
65
65
  display: flex;
66
66
  flex-direction: column;
@@ -68,9 +68,9 @@
68
68
  pointer-events: all;
69
69
  box-shadow: var(--bottom-sheet-shadow);
70
70
  transform: translate(0, 0);
71
- } .bottom-sheet__withTransition_dn46z {
71
+ } .bottom-sheet__withTransition_1lvhh {
72
72
  transition: var(--bottom-sheet-out-transition);
73
- } .bottom-sheet__scrollableContainer_dn46z {
73
+ } .bottom-sheet__scrollableContainer_1lvhh {
74
74
  overflow: auto;
75
75
  display: flex;
76
76
  flex-direction: column;
@@ -79,7 +79,7 @@
79
79
  background-color: inherit;
80
80
  border-radius: inherit;
81
81
  overscroll-behavior: contain;
82
- } .bottom-sheet__marker_dn46z {
82
+ } .bottom-sheet__marker_1lvhh {
83
83
  position: fixed;
84
84
  top: var(--gap-4);
85
85
  right: var(--gap-0);
@@ -87,10 +87,10 @@
87
87
  z-index: 1000;
88
88
  width: 36px;
89
89
  margin: var(--gap-0) auto;
90
- } .bottom-sheet__defaultMarker_dn46z {
90
+ } .bottom-sheet__defaultMarker_1lvhh {
91
91
  height: 4px;
92
92
  border-radius: var(--border-radius-20);
93
- } .bottom-sheet__content_dn46z {
93
+ } .bottom-sheet__content_1lvhh {
94
94
  position: relative;
95
95
  z-index: 0;
96
96
  display: flex;
@@ -99,75 +99,75 @@
99
99
  padding: var(--gap-0) var(--gap-16);
100
100
  background-color: inherit;
101
101
  border-radius: inherit;
102
- } .bottom-sheet__noHeader_dn46z {
102
+ } .bottom-sheet__noHeader_1lvhh {
103
103
  padding-top: var(--gap-16);
104
- } .bottom-sheet__noFooter_dn46z {
104
+ } .bottom-sheet__noFooter_1lvhh {
105
105
  padding-bottom: var(--gap-16);
106
- } .bottom-sheet__scrollLocked_dn46z {
106
+ } .bottom-sheet__scrollLocked_1lvhh {
107
107
  overflow: hidden;
108
- } .bottom-sheet__hiddenScrollbar_dn46z {
108
+ } .bottom-sheet__hiddenScrollbar_1lvhh {
109
109
  scrollbar-width: none;
110
- } .bottom-sheet__hiddenScrollbar_dn46z::-webkit-scrollbar {
110
+ } .bottom-sheet__hiddenScrollbar_1lvhh::-webkit-scrollbar {
111
111
  width: 0;
112
112
  height: 0;
113
- } .bottom-sheet__disabledPointerEvents_dn46z {
113
+ } .bottom-sheet__disabledPointerEvents_1lvhh {
114
114
  pointer-events: none;
115
- } .bottom-sheet__appear_dn46z .bottom-sheet__wrapper_dn46z, .bottom-sheet__enter_dn46z .bottom-sheet__wrapper_dn46z {
115
+ } .bottom-sheet__appear_1lvhh .bottom-sheet__wrapper_1lvhh, .bottom-sheet__enter_1lvhh .bottom-sheet__wrapper_1lvhh {
116
116
  transition: none;
117
- } .bottom-sheet__appearActive_dn46z .bottom-sheet__wrapper_dn46z, .bottom-sheet__enterActive_dn46z .bottom-sheet__wrapper_dn46z {
117
+ } .bottom-sheet__appearActive_1lvhh .bottom-sheet__wrapper_1lvhh, .bottom-sheet__enterActive_1lvhh .bottom-sheet__wrapper_1lvhh {
118
118
  transition: var(--bottom-sheet-in-transition);
119
119
  transform: translateY(0);
120
- } .bottom-sheet__enterDone_dn46z .bottom-sheet__wrapper_dn46z, .bottom-sheet__appearDone_dn46z .bottom-sheet__wrapper_dn46z {
120
+ } .bottom-sheet__enterDone_1lvhh .bottom-sheet__wrapper_1lvhh, .bottom-sheet__appearDone_1lvhh .bottom-sheet__wrapper_1lvhh {
121
121
  transform: translateY(0);
122
- } .bottom-sheet__exit_dn46z .bottom-sheet__wrapper_dn46z {
122
+ } .bottom-sheet__exit_1lvhh .bottom-sheet__wrapper_1lvhh {
123
123
  transform: translateY(0);
124
- } .bottom-sheet__exitActive_dn46z .bottom-sheet__wrapper_dn46z {
124
+ } .bottom-sheet__exitActive_1lvhh .bottom-sheet__wrapper_1lvhh {
125
125
  transition: var(--bottom-sheet-out-transition);
126
126
  transform: translateY(100%);
127
- } .bottom-sheet__safeAreaBottom_dn46z {
127
+ } .bottom-sheet__safeAreaBottom_1lvhh {
128
128
  padding-bottom: var(--sab);
129
- } .bottom-sheet__background-accent_dn46z {
129
+ } .bottom-sheet__background-accent_1lvhh {
130
130
  background-color: var(--color-light-bg-accent);
131
- } .bottom-sheet__background-info_dn46z {
131
+ } .bottom-sheet__background-info_1lvhh {
132
132
  background-color: var(--color-light-bg-info);
133
- } .bottom-sheet__background-attention-muted_dn46z {
133
+ } .bottom-sheet__background-attention-muted_1lvhh {
134
134
  background-color: var(--color-light-bg-attention-muted);
135
- } .bottom-sheet__background-positive-muted_dn46z {
135
+ } .bottom-sheet__background-positive-muted_1lvhh {
136
136
  background-color: var(--color-light-bg-positive-muted);
137
- } .bottom-sheet__background-negative-muted_dn46z {
137
+ } .bottom-sheet__background-negative-muted_1lvhh {
138
138
  background-color: var(--color-light-bg-negative-muted);
139
- } .bottom-sheet__background-primary_dn46z {
139
+ } .bottom-sheet__background-primary_1lvhh {
140
140
  background-color: var(--color-light-bg-primary);
141
- } .bottom-sheet__background-primary-inverted_dn46z {
141
+ } .bottom-sheet__background-primary-inverted_1lvhh {
142
142
  background-color: var(--color-light-bg-primary-inverted);
143
- } .bottom-sheet__background-secondary_dn46z {
143
+ } .bottom-sheet__background-secondary_1lvhh {
144
144
  background-color: var(--color-light-bg-secondary);
145
- } .bottom-sheet__background-secondary-inverted_dn46z {
145
+ } .bottom-sheet__background-secondary-inverted_1lvhh {
146
146
  background-color: var(--color-light-bg-secondary-inverted);
147
- } .bottom-sheet__background-tertiary_dn46z {
147
+ } .bottom-sheet__background-tertiary_1lvhh {
148
148
  background-color: var(--color-light-bg-tertiary);
149
- } .bottom-sheet__background-tertiary-inverted_dn46z {
149
+ } .bottom-sheet__background-tertiary-inverted_1lvhh {
150
150
  background-color: var(--color-light-bg-tertiary-inverted);
151
- } .bottom-sheet__background-quaternary_dn46z {
151
+ } .bottom-sheet__background-quaternary_1lvhh {
152
152
  background-color: var(--color-light-bg-quaternary);
153
- } .bottom-sheet__background-quaternary-inverted_dn46z {
153
+ } .bottom-sheet__background-quaternary-inverted_1lvhh {
154
154
  background-color: var(--color-light-bg-quaternary-inverted);
155
- } .bottom-sheet__background-specialbg-component_dn46z {
155
+ } .bottom-sheet__background-specialbg-component_1lvhh {
156
156
  background-color: var(--color-light-specialbg-component);
157
- } .bottom-sheet__background-specialbg-component-inverted_dn46z {
157
+ } .bottom-sheet__background-specialbg-component-inverted_1lvhh {
158
158
  background-color: var(--color-light-specialbg-component-inverted);
159
- } .bottom-sheet__background-specialbg-primary-grouped_dn46z {
159
+ } .bottom-sheet__background-specialbg-primary-grouped_1lvhh {
160
160
  background-color: var(--color-light-specialbg-primary-grouped);
161
- } .bottom-sheet__background-specialbg-secondary-grouped_dn46z {
161
+ } .bottom-sheet__background-specialbg-secondary-grouped_1lvhh {
162
162
  background-color: var(--color-light-specialbg-secondary-grouped);
163
- } .bottom-sheet__background-specialbg-tertiary-grouped_dn46z {
163
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1lvhh {
164
164
  background-color: var(--color-light-specialbg-tertiary-grouped);
165
- } .bottom-sheet__background-specialbg-secondary-transparent_dn46z {
165
+ } .bottom-sheet__background-specialbg-secondary-transparent_1lvhh {
166
166
  background-color: var(--color-light-specialbg-secondary-transparent);
167
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_dn46z {
167
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1lvhh {
168
168
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
169
- } .bottom-sheet__background-specialbg-tertiary-transparent_dn46z {
169
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1lvhh {
170
170
  background-color: var(--color-light-specialbg-tertiary-transparent);
171
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_dn46z {
171
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1lvhh {
172
172
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
173
173
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"modal":"bottom-sheet__modal_dn46z","wrapper":"bottom-sheet__wrapper_dn46z","outerClassName":"bottom-sheet__outerClassName_dn46z","fullscreen":"bottom-sheet__fullscreen_dn46z","component":"bottom-sheet__component_dn46z","withTransition":"bottom-sheet__withTransition_dn46z","scrollableContainer":"bottom-sheet__scrollableContainer_dn46z","marker":"bottom-sheet__marker_dn46z","defaultMarker":"bottom-sheet__defaultMarker_dn46z","content":"bottom-sheet__content_dn46z","noHeader":"bottom-sheet__noHeader_dn46z","noFooter":"bottom-sheet__noFooter_dn46z","scrollLocked":"bottom-sheet__scrollLocked_dn46z","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_dn46z","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_dn46z","appear":"bottom-sheet__appear_dn46z","enter":"bottom-sheet__enter_dn46z","appearActive":"bottom-sheet__appearActive_dn46z","enterActive":"bottom-sheet__enterActive_dn46z","enterDone":"bottom-sheet__enterDone_dn46z","appearDone":"bottom-sheet__appearDone_dn46z","exit":"bottom-sheet__exit_dn46z","exitActive":"bottom-sheet__exitActive_dn46z","safeAreaBottom":"bottom-sheet__safeAreaBottom_dn46z","background-accent":"bottom-sheet__background-accent_dn46z","background-info":"bottom-sheet__background-info_dn46z","background-attention-muted":"bottom-sheet__background-attention-muted_dn46z","background-positive-muted":"bottom-sheet__background-positive-muted_dn46z","background-negative-muted":"bottom-sheet__background-negative-muted_dn46z","background-primary":"bottom-sheet__background-primary_dn46z","background-primary-inverted":"bottom-sheet__background-primary-inverted_dn46z","background-secondary":"bottom-sheet__background-secondary_dn46z","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_dn46z","background-tertiary":"bottom-sheet__background-tertiary_dn46z","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_dn46z","background-quaternary":"bottom-sheet__background-quaternary_dn46z","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_dn46z","background-specialbg-component":"bottom-sheet__background-specialbg-component_dn46z","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_dn46z","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_dn46z","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_dn46z","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_dn46z","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_dn46z","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_dn46z","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_dn46z","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_dn46z"};
5
+ var styles = {"modal":"bottom-sheet__modal_1lvhh","wrapper":"bottom-sheet__wrapper_1lvhh","outerClassName":"bottom-sheet__outerClassName_1lvhh","fullscreen":"bottom-sheet__fullscreen_1lvhh","component":"bottom-sheet__component_1lvhh","withTransition":"bottom-sheet__withTransition_1lvhh","scrollableContainer":"bottom-sheet__scrollableContainer_1lvhh","marker":"bottom-sheet__marker_1lvhh","defaultMarker":"bottom-sheet__defaultMarker_1lvhh","content":"bottom-sheet__content_1lvhh","noHeader":"bottom-sheet__noHeader_1lvhh","noFooter":"bottom-sheet__noFooter_1lvhh","scrollLocked":"bottom-sheet__scrollLocked_1lvhh","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1lvhh","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1lvhh","appear":"bottom-sheet__appear_1lvhh","enter":"bottom-sheet__enter_1lvhh","appearActive":"bottom-sheet__appearActive_1lvhh","enterActive":"bottom-sheet__enterActive_1lvhh","enterDone":"bottom-sheet__enterDone_1lvhh","appearDone":"bottom-sheet__appearDone_1lvhh","exit":"bottom-sheet__exit_1lvhh","exitActive":"bottom-sheet__exitActive_1lvhh","safeAreaBottom":"bottom-sheet__safeAreaBottom_1lvhh","background-accent":"bottom-sheet__background-accent_1lvhh","background-info":"bottom-sheet__background-info_1lvhh","background-attention-muted":"bottom-sheet__background-attention-muted_1lvhh","background-positive-muted":"bottom-sheet__background-positive-muted_1lvhh","background-negative-muted":"bottom-sheet__background-negative-muted_1lvhh","background-primary":"bottom-sheet__background-primary_1lvhh","background-primary-inverted":"bottom-sheet__background-primary-inverted_1lvhh","background-secondary":"bottom-sheet__background-secondary_1lvhh","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1lvhh","background-tertiary":"bottom-sheet__background-tertiary_1lvhh","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1lvhh","background-quaternary":"bottom-sheet__background-quaternary_1lvhh","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1lvhh","background-specialbg-component":"bottom-sheet__background-specialbg-component_1lvhh","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1lvhh","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1lvhh","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1lvhh","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1lvhh","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1lvhh","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1lvhh","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1lvhh","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1lvhh"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/inverted.css CHANGED
@@ -6,12 +6,12 @@
6
6
  --bottom-sheet-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
7
7
  --bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
8
8
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
9
- } .bottom-sheet__component_iy6jo {
9
+ } .bottom-sheet__component_18em7 {
10
10
  background-color: var(--bottom-sheet-background-color-inverted);
11
- } .bottom-sheet__content_iy6jo {
11
+ } .bottom-sheet__content_18em7 {
12
12
  color: var(--bottom-sheet-text-color-inverted);
13
- } .bottom-sheet__defaultMarker_iy6jo {
13
+ } .bottom-sheet__defaultMarker_18em7 {
14
14
  background-color: var(--bottom-sheet-marker-color-inverted);
15
- } .bottom-sheet__hasContent_iy6jo {
15
+ } .bottom-sheet__hasContent_18em7 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"component":"bottom-sheet__component_iy6jo","content":"bottom-sheet__content_iy6jo","defaultMarker":"bottom-sheet__defaultMarker_iy6jo","hasContent":"bottom-sheet__hasContent_iy6jo"};
5
+ var invertedColors = {"component":"bottom-sheet__component_18em7","content":"bottom-sheet__content_18em7","defaultMarker":"bottom-sheet__defaultMarker_18em7","hasContent":"bottom-sheet__hasContent_18em7"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -6,9 +6,9 @@
6
6
  --bottom-sheet-text-color: var(--color-light-text-primary);
7
7
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
8
8
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
9
- } .bottom-sheet__highlighted_1tsv0 {
9
+ } .bottom-sheet__highlighted_13048 {
10
10
  background-color: var(--bottom-sheet-footer-background-color);
11
11
  border-top: var(--bottom-sheet-footer-border-top);
12
- } .bottom-sheet__hasContent_1tsv0 {
12
+ } .bottom-sheet__hasContent_13048 {
13
13
  color: var(--bottom-sheet-text-color);
14
14
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"highlighted":"bottom-sheet__highlighted_1tsv0","hasContent":"bottom-sheet__hasContent_1tsv0"};
3
+ const defaultColors = {"highlighted":"bottom-sheet__highlighted_13048","hasContent":"bottom-sheet__hasContent_13048"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -2,9 +2,9 @@
2
2
  --gap-m: 16px;
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
- } .bottom-sheet__footer_1a2jv {
5
+ } .bottom-sheet__footer_scryh {
6
6
  padding: var(--gap-16) var(--gap-16);
7
- } .bottom-sheet__sticky_1a2jv {
7
+ } .bottom-sheet__sticky_scryh {
8
8
  position: sticky;
9
9
  bottom: var(--gap-0);
10
10
  z-index: 1;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"footer":"bottom-sheet__footer_1a2jv","sticky":"bottom-sheet__sticky_1a2jv"};
3
+ const styles = {"footer":"bottom-sheet__footer_scryh","sticky":"bottom-sheet__sticky_scryh"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,9 +6,9 @@
6
6
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
7
7
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
8
8
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
9
- } .bottom-sheet__highlighted_1yu7l {
9
+ } .bottom-sheet__highlighted_181gt {
10
10
  background-color: var(--bottom-sheet-footer-background-color-inverted);
11
11
  border-top: var(--bottom-sheet-footer-border-top-inverted);
12
- } .bottom-sheet__hasContent_1yu7l {
12
+ } .bottom-sheet__hasContent_181gt {
13
13
  color: var(--bottom-sheet-text-color-inverted);
14
14
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- const invertedColors = {"highlighted":"bottom-sheet__highlighted_1yu7l","hasContent":"bottom-sheet__hasContent_1yu7l"};
3
+ const invertedColors = {"highlighted":"bottom-sheet__highlighted_181gt","hasContent":"bottom-sheet__hasContent_181gt"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -4,12 +4,12 @@
4
4
  } :root {
5
5
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
6
6
  --bottom-sheet-text-color: var(--color-light-text-primary);
7
- } .bottom-sheet__title_kfxvt {
7
+ } .bottom-sheet__title_1sob5 {
8
8
  color: var(--bottom-sheet-text-color);
9
- } .bottom-sheet__hasContent_kfxvt {
9
+ } .bottom-sheet__hasContent_1sob5 {
10
10
  background-color: inherit;
11
- } .bottom-sheet__subtitle_kfxvt {
11
+ } .bottom-sheet__subtitle_1sob5.bottom-sheet__subtitle_1sob5 {
12
12
  color: var(--bottom-sheet-text-color);
13
- } .bottom-sheet__highlighted_kfxvt {
13
+ } .bottom-sheet__highlighted_1sob5 {
14
14
  border-bottom: var(--bottom-sheet-header-border-bottom);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"title":"bottom-sheet__title_kfxvt","hasContent":"bottom-sheet__hasContent_kfxvt","subtitle":"bottom-sheet__subtitle_kfxvt","highlighted":"bottom-sheet__highlighted_kfxvt"};
3
+ const defaultColors = {"title":"bottom-sheet__title_1sob5","hasContent":"bottom-sheet__hasContent_1sob5","subtitle":"bottom-sheet__subtitle_1sob5","highlighted":"bottom-sheet__highlighted_1sob5"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;AAEgB,sBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
1
+ {"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;AAEgB,sBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
@@ -19,45 +19,45 @@
19
19
  --bottom-sheet-subtitle-font-weight: 400;
20
20
  --bottom-sheet-subtitle-line-height: 20px;
21
21
  --bottom-sheet-subtitle-font-family: var(--font-family-system);
22
- } .bottom-sheet__headerBase_su7u7 {
22
+ } .bottom-sheet__headerBase_1ut7e {
23
23
  border-top-left-radius: inherit;
24
24
  border-top-right-radius: inherit;
25
25
  z-index: 1;
26
- } .bottom-sheet__headerWrapper_su7u7 {
26
+ } .bottom-sheet__headerWrapper_1ut7e {
27
27
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
28
- } .bottom-sheet__headerWrapperWithoutSwipeMarker_su7u7 {
28
+ } .bottom-sheet__headerWrapperWithoutSwipeMarker_1ut7e {
29
29
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
30
- } .bottom-sheet__header_su7u7 {
30
+ } .bottom-sheet__header_1ut7e {
31
31
  display: flex;
32
- } .bottom-sheet__sticky_su7u7 {
32
+ } .bottom-sheet__sticky_1ut7e {
33
33
  position: sticky;
34
34
  top: var(--gap-0);
35
- } .bottom-sheet__justifyEnd_su7u7 {
35
+ } .bottom-sheet__justifyEnd_1ut7e {
36
36
  justify-content: flex-end;
37
- } .bottom-sheet__addon_su7u7 {
37
+ } .bottom-sheet__addon_1ut7e {
38
38
  display: flex;
39
39
  justify-content: center;
40
40
  align-items: center;
41
41
  min-width: 48px;
42
42
  height: 48px;
43
- } .bottom-sheet__addonFixed_su7u7 {
43
+ } .bottom-sheet__addonFixed_1ut7e {
44
44
  position: fixed;
45
- } .bottom-sheet__title_su7u7 {
45
+ } .bottom-sheet__title_1ut7e {
46
46
  padding: var(--gap-10) var(--gap-8);
47
47
  width: 100%;
48
48
  font-size: var(--bottom-sheet-title-font-size);
49
49
  font-weight: var(--bottom-sheet-title-font-weight);
50
50
  line-height: var(--bottom-sheet-title-line-height);
51
51
  font-family: var(--bottom-sheet-title-font-family);
52
- } .bottom-sheet__titleCenter_su7u7 {
52
+ } .bottom-sheet__titleCenter_1ut7e {
53
53
  text-align: center;
54
- } .bottom-sheet__titleLeft_su7u7 {
54
+ } .bottom-sheet__titleLeft_1ut7e {
55
55
  text-align: left;
56
- } .bottom-sheet__trimTitle_su7u7 {
56
+ } .bottom-sheet__trimTitle_1ut7e {
57
57
  white-space: nowrap;
58
58
  overflow: hidden;
59
59
  text-overflow: ellipsis;
60
- } .bottom-sheet__subtitle_su7u7 {
60
+ } .bottom-sheet__subtitle_1ut7e {
61
61
  width: 100%;
62
62
  font-size: var(--bottom-sheet-subtitle-font-size);
63
63
  font-weight: var(--bottom-sheet-subtitle-font-weight);