@alfalab/core-components-bottom-sheet 8.1.10 → 8.1.11

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 +3 -3
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/index.css +4 -3
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/index.module.css.js.map +1 -1
  6. package/components/footer/inverted.css +3 -3
  7. package/components/footer/inverted.module.css.js +1 -1
  8. package/components/header/default.css +4 -4
  9. package/components/header/default.module.css.js +1 -1
  10. package/components/header/index.css +14 -13
  11. package/components/header/index.module.css.js +1 -1
  12. package/components/header/index.module.css.js.map +1 -1
  13. package/components/header/inverted.css +4 -4
  14. package/components/header/inverted.module.css.js +1 -1
  15. package/cssm/components/footer/index.module.css +1 -0
  16. package/cssm/components/header/index.module.css +1 -0
  17. package/default.css +4 -4
  18. package/default.module.css.js +1 -1
  19. package/esm/components/footer/default.css +3 -3
  20. package/esm/components/footer/default.module.css.js +1 -1
  21. package/esm/components/footer/index.css +4 -3
  22. package/esm/components/footer/index.module.css.js +1 -1
  23. package/esm/components/footer/index.module.css.js.map +1 -1
  24. package/esm/components/footer/inverted.css +3 -3
  25. package/esm/components/footer/inverted.module.css.js +1 -1
  26. package/esm/components/header/default.css +4 -4
  27. package/esm/components/header/default.module.css.js +1 -1
  28. package/esm/components/header/index.css +14 -13
  29. package/esm/components/header/index.module.css.js +1 -1
  30. package/esm/components/header/index.module.css.js.map +1 -1
  31. package/esm/components/header/inverted.css +4 -4
  32. package/esm/components/header/inverted.module.css.js +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 +3 -3
  44. package/modern/components/footer/default.module.css.js +1 -1
  45. package/modern/components/footer/index.css +4 -3
  46. package/modern/components/footer/index.module.css.js +1 -1
  47. package/modern/components/footer/index.module.css.js.map +1 -1
  48. package/modern/components/footer/inverted.css +3 -3
  49. package/modern/components/footer/inverted.module.css.js +1 -1
  50. package/modern/components/header/default.css +4 -4
  51. package/modern/components/header/default.module.css.js +1 -1
  52. package/modern/components/header/index.css +14 -13
  53. package/modern/components/header/index.module.css.js +1 -1
  54. package/modern/components/header/index.module.css.js.map +1 -1
  55. package/modern/components/header/inverted.css +4 -4
  56. package/modern/components/header/inverted.module.css.js +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/footer/index.module.css +1 -0
  64. package/moderncssm/components/header/index.module.css +1 -0
  65. package/package.json +5 -5
  66. package/src/components/footer/index.module.css +1 -0
  67. package/src/components/header/index.module.css +1 -0
@@ -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_1ic4x {
9
+ .bottom-sheet__title_13qlp {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_1ic4x {
12
+ .bottom-sheet__hasContent_13qlp {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_1ic4x.bottom-sheet__subtitle_1ic4x {
15
+ .bottom-sheet__subtitle_13qlp.bottom-sheet__subtitle_13qlp {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_1ic4x {
18
+ .bottom-sheet__highlighted_13qlp {
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_1ic4x","hasContent":"bottom-sheet__hasContent_1ic4x","subtitle":"bottom-sheet__subtitle_1ic4x","highlighted":"bottom-sheet__highlighted_1ic4x"};
3
+ const defaultColors = {"title":"bottom-sheet__title_13qlp","hasContent":"bottom-sheet__hasContent_13qlp","subtitle":"bottom-sheet__subtitle_13qlp","highlighted":"bottom-sheet__highlighted_13qlp"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -12,38 +12,39 @@
12
12
  --font-family-system:
13
13
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
14
14
  }
15
- .bottom-sheet__headerBase_ai7cc {
15
+ .bottom-sheet__headerBase_1fd9s {
16
16
  border-top-left-radius: inherit;
17
17
  border-top-right-radius: inherit;
18
18
  z-index: 1;
19
19
  }
20
- .bottom-sheet__headerWrapper_ai7cc {
20
+ .bottom-sheet__headerWrapper_1fd9s {
21
21
  padding: var(--gap-12) var(--gap-12) var(--gap-4);
22
22
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_ai7cc {
23
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1fd9s {
24
24
  padding: var(--gap-8) var(--gap-12) var(--gap-4);
25
25
  }
26
- .bottom-sheet__header_ai7cc {
26
+ .bottom-sheet__header_1fd9s {
27
27
  display: flex;
28
28
  }
29
- .bottom-sheet__sticky_ai7cc {
29
+ .bottom-sheet__sticky_1fd9s {
30
30
  position: sticky;
31
31
  top: var(--gap-0);
32
+ left: var(--gap-0);
32
33
  }
33
- .bottom-sheet__justifyEnd_ai7cc {
34
+ .bottom-sheet__justifyEnd_1fd9s {
34
35
  justify-content: flex-end;
35
36
  }
36
- .bottom-sheet__addon_ai7cc {
37
+ .bottom-sheet__addon_1fd9s {
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_ai7cc {
44
+ .bottom-sheet__addonFixed_1fd9s {
44
45
  position: fixed;
45
46
  }
46
- .bottom-sheet__title_ai7cc {
47
+ .bottom-sheet__title_1fd9s {
47
48
  padding: var(--gap-10) var(--gap-8);
48
49
  width: 100%;
49
50
 
@@ -55,18 +56,18 @@
55
56
 
56
57
  font-family: var(--font-family-system);
57
58
  }
58
- .bottom-sheet__titleCenter_ai7cc {
59
+ .bottom-sheet__titleCenter_1fd9s {
59
60
  text-align: center;
60
61
  }
61
- .bottom-sheet__titleLeft_ai7cc {
62
+ .bottom-sheet__titleLeft_1fd9s {
62
63
  text-align: left;
63
64
  }
64
- .bottom-sheet__trimTitle_ai7cc {
65
+ .bottom-sheet__trimTitle_1fd9s {
65
66
  white-space: nowrap;
66
67
  overflow: hidden;
67
68
  text-overflow: ellipsis;
68
69
  }
69
- .bottom-sheet__subtitle_ai7cc {
70
+ .bottom-sheet__subtitle_1fd9s {
70
71
  width: 100%;
71
72
 
72
73
  font-size: 14px;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"headerWrapper":"bottom-sheet__headerWrapper_ai7cc bottom-sheet__headerBase_ai7cc","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_ai7cc bottom-sheet__headerBase_ai7cc","sticky":"bottom-sheet__sticky_ai7cc","title":"bottom-sheet__title_ai7cc","subtitle":"bottom-sheet__subtitle_ai7cc"};
3
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_1fd9s bottom-sheet__headerBase_1fd9s","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1fd9s bottom-sheet__headerBase_1fd9s","sticky":"bottom-sheet__sticky_1fd9s","title":"bottom-sheet__title_1fd9s","subtitle":"bottom-sheet__subtitle_1fd9s"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
1
+ {"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n left: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
@@ -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_c0o61 {
9
+ .bottom-sheet__title_1wg90 {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_c0o61 {
12
+ .bottom-sheet__hasContent_1wg90 {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_c0o61.bottom-sheet__subtitle_c0o61 {
15
+ .bottom-sheet__subtitle_1wg90.bottom-sheet__subtitle_1wg90 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_c0o61 {
18
+ .bottom-sheet__highlighted_1wg90 {
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_c0o61","hasContent":"bottom-sheet__hasContent_c0o61","subtitle":"bottom-sheet__subtitle_c0o61","highlighted":"bottom-sheet__highlighted_c0o61"};
3
+ const invertedColors = {"title":"bottom-sheet__title_1wg90","hasContent":"bottom-sheet__hasContent_1wg90","subtitle":"bottom-sheet__subtitle_1wg90","highlighted":"bottom-sheet__highlighted_1wg90"};
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_mdpla {
11
+ .bottom-sheet__component_1r8s1 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_mdpla {
14
+ .bottom-sheet__content_1r8s1 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_mdpla {
17
+ .bottom-sheet__defaultMarker_1r8s1 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_mdpla {
20
+ .bottom-sheet__hasContent_1r8s1 {
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_mdpla","content":"bottom-sheet__content_mdpla","defaultMarker":"bottom-sheet__defaultMarker_mdpla","hasContent":"bottom-sheet__hasContent_mdpla"};
3
+ const defaultColors = {"component":"bottom-sheet__component_1r8s1","content":"bottom-sheet__content_1r8s1","defaultMarker":"bottom-sheet__defaultMarker_1r8s1","hasContent":"bottom-sheet__hasContent_1r8s1"};
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_1rnsz {
48
+ .bottom-sheet__modal_1orql {
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_1rnsz.bottom-sheet__modal_1rnsz {
55
+ .bottom-sheet__modal_1orql.bottom-sheet__modal_1orql {
56
56
  background-color: transparent;
57
57
  position: fixed;
58
58
  }
59
- .bottom-sheet__wrapper_1rnsz {
59
+ .bottom-sheet__wrapper_1orql {
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_1rnsz {
67
+ .bottom-sheet__outerClassName_1orql {
68
68
  pointer-events: all;
69
69
  }
70
- .bottom-sheet__fullscreen_1rnsz {
70
+ .bottom-sheet__fullscreen_1orql {
71
71
  border-radius: var(--border-radius-0);
72
72
  }
73
- .bottom-sheet__component_1rnsz {
73
+ .bottom-sheet__component_1orql {
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_1rnsz {
82
+ .bottom-sheet__withTransition_1orql {
83
83
  transition: var(--bottom-sheet-out-transition);
84
84
  }
85
- .bottom-sheet__scrollableContainer_1rnsz {
85
+ .bottom-sheet__scrollableContainer_1orql {
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_1rnsz {
95
+ .bottom-sheet__marker_1orql {
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_1rnsz {
104
+ .bottom-sheet__defaultMarker_1orql {
105
105
  height: 4px;
106
106
  border-radius: var(--border-radius-20);
107
107
  }
108
- .bottom-sheet__content_1rnsz {
108
+ .bottom-sheet__content_1orql {
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_1rnsz {
118
+ .bottom-sheet__noHeader_1orql {
119
119
  padding-top: var(--gap-20);
120
120
  }
121
- .bottom-sheet__noFooter_1rnsz {
121
+ .bottom-sheet__noFooter_1orql {
122
122
  padding-bottom: var(--gap-20);
123
123
  }
124
- .bottom-sheet__scrollLocked_1rnsz {
124
+ .bottom-sheet__scrollLocked_1orql {
125
125
  overflow: hidden;
126
126
  }
127
- .bottom-sheet__hiddenScrollbar_1rnsz {
127
+ .bottom-sheet__hiddenScrollbar_1orql {
128
128
  scrollbar-width: none;
129
129
  }
130
- .bottom-sheet__hiddenScrollbar_1rnsz::-webkit-scrollbar {
130
+ .bottom-sheet__hiddenScrollbar_1orql::-webkit-scrollbar {
131
131
  width: 0;
132
132
  height: 0;
133
133
  }
134
- .bottom-sheet__disabledPointerEvents_1rnsz {
134
+ .bottom-sheet__disabledPointerEvents_1orql {
135
135
  pointer-events: none;
136
136
  }
137
- .bottom-sheet__appear_1rnsz .bottom-sheet__wrapper_1rnsz, .bottom-sheet__enter_1rnsz .bottom-sheet__wrapper_1rnsz {
137
+ .bottom-sheet__appear_1orql .bottom-sheet__wrapper_1orql, .bottom-sheet__enter_1orql .bottom-sheet__wrapper_1orql {
138
138
  transition: none;
139
139
  }
140
- .bottom-sheet__appearActive_1rnsz .bottom-sheet__wrapper_1rnsz, .bottom-sheet__enterActive_1rnsz .bottom-sheet__wrapper_1rnsz {
140
+ .bottom-sheet__appearActive_1orql .bottom-sheet__wrapper_1orql, .bottom-sheet__enterActive_1orql .bottom-sheet__wrapper_1orql {
141
141
  transition: var(--bottom-sheet-in-transition);
142
142
  transform: translateY(0);
143
143
  }
144
- .bottom-sheet__enterDone_1rnsz .bottom-sheet__wrapper_1rnsz, .bottom-sheet__appearDone_1rnsz .bottom-sheet__wrapper_1rnsz {
144
+ .bottom-sheet__enterDone_1orql .bottom-sheet__wrapper_1orql, .bottom-sheet__appearDone_1orql .bottom-sheet__wrapper_1orql {
145
145
  transform: translateY(0);
146
146
  }
147
- .bottom-sheet__exit_1rnsz .bottom-sheet__wrapper_1rnsz {
147
+ .bottom-sheet__exit_1orql .bottom-sheet__wrapper_1orql {
148
148
  transform: translateY(0);
149
149
  }
150
- .bottom-sheet__exitActive_1rnsz .bottom-sheet__wrapper_1rnsz {
150
+ .bottom-sheet__exitActive_1orql .bottom-sheet__wrapper_1orql {
151
151
  transition: var(--bottom-sheet-out-transition);
152
152
  transform: translateY(100%);
153
153
  }
154
- .bottom-sheet__safeAreaBottom_1rnsz {
154
+ .bottom-sheet__safeAreaBottom_1orql {
155
155
  padding-bottom: var(--sab);
156
156
  }
157
- .bottom-sheet__background-accent_1rnsz {
157
+ .bottom-sheet__background-accent_1orql {
158
158
  background-color: var(--color-light-bg-accent);
159
159
  }
160
- .bottom-sheet__background-info_1rnsz {
160
+ .bottom-sheet__background-info_1orql {
161
161
  background-color: var(--color-light-bg-info);
162
162
  }
163
- .bottom-sheet__background-attention-muted_1rnsz {
163
+ .bottom-sheet__background-attention-muted_1orql {
164
164
  background-color: var(--color-light-bg-attention-muted);
165
165
  }
166
- .bottom-sheet__background-positive-muted_1rnsz {
166
+ .bottom-sheet__background-positive-muted_1orql {
167
167
  background-color: var(--color-light-bg-positive-muted);
168
168
  }
169
- .bottom-sheet__background-negative-muted_1rnsz {
169
+ .bottom-sheet__background-negative-muted_1orql {
170
170
  background-color: var(--color-light-bg-negative-muted);
171
171
  }
172
- .bottom-sheet__background-primary_1rnsz {
172
+ .bottom-sheet__background-primary_1orql {
173
173
  background-color: var(--color-light-bg-primary);
174
174
  }
175
- .bottom-sheet__background-primary-inverted_1rnsz {
175
+ .bottom-sheet__background-primary-inverted_1orql {
176
176
  background-color: var(--color-light-bg-primary-inverted);
177
177
  }
178
- .bottom-sheet__background-secondary_1rnsz {
178
+ .bottom-sheet__background-secondary_1orql {
179
179
  background-color: var(--color-light-bg-secondary);
180
180
  }
181
- .bottom-sheet__background-secondary-inverted_1rnsz {
181
+ .bottom-sheet__background-secondary-inverted_1orql {
182
182
  background-color: var(--color-light-bg-secondary-inverted);
183
183
  }
184
- .bottom-sheet__background-tertiary_1rnsz {
184
+ .bottom-sheet__background-tertiary_1orql {
185
185
  background-color: var(--color-light-bg-tertiary);
186
186
  }
187
- .bottom-sheet__background-tertiary-inverted_1rnsz {
187
+ .bottom-sheet__background-tertiary-inverted_1orql {
188
188
  background-color: var(--color-light-bg-tertiary-inverted);
189
189
  }
190
- .bottom-sheet__background-quaternary_1rnsz {
190
+ .bottom-sheet__background-quaternary_1orql {
191
191
  background-color: var(--color-light-bg-quaternary);
192
192
  }
193
- .bottom-sheet__background-quaternary-inverted_1rnsz {
193
+ .bottom-sheet__background-quaternary-inverted_1orql {
194
194
  background-color: var(--color-light-bg-quaternary-inverted);
195
195
  }
196
- .bottom-sheet__background-specialbg-component_1rnsz {
196
+ .bottom-sheet__background-specialbg-component_1orql {
197
197
  background-color: var(--color-light-specialbg-component);
198
198
  }
199
- .bottom-sheet__background-specialbg-component-inverted_1rnsz {
199
+ .bottom-sheet__background-specialbg-component-inverted_1orql {
200
200
  background-color: var(--color-light-specialbg-component-inverted);
201
201
  }
202
- .bottom-sheet__background-specialbg-primary-grouped_1rnsz {
202
+ .bottom-sheet__background-specialbg-primary-grouped_1orql {
203
203
  background-color: var(--color-light-specialbg-primary-grouped);
204
204
  }
205
- .bottom-sheet__background-specialbg-secondary-grouped_1rnsz {
205
+ .bottom-sheet__background-specialbg-secondary-grouped_1orql {
206
206
  background-color: var(--color-light-specialbg-secondary-grouped);
207
207
  }
208
- .bottom-sheet__background-specialbg-tertiary-grouped_1rnsz {
208
+ .bottom-sheet__background-specialbg-tertiary-grouped_1orql {
209
209
  background-color: var(--color-light-specialbg-tertiary-grouped);
210
210
  }
211
- .bottom-sheet__background-specialbg-secondary-transparent_1rnsz {
211
+ .bottom-sheet__background-specialbg-secondary-transparent_1orql {
212
212
  background-color: var(--color-light-specialbg-secondary-transparent);
213
213
  }
214
- .bottom-sheet__background-specialbg-secondary-transparent-inverted_1rnsz {
214
+ .bottom-sheet__background-specialbg-secondary-transparent-inverted_1orql {
215
215
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
216
216
  }
217
- .bottom-sheet__background-specialbg-tertiary-transparent_1rnsz {
217
+ .bottom-sheet__background-specialbg-tertiary-transparent_1orql {
218
218
  background-color: var(--color-light-specialbg-tertiary-transparent);
219
219
  }
220
- .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1rnsz {
220
+ .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1orql {
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_1rnsz","wrapper":"bottom-sheet__wrapper_1rnsz","outerClassName":"bottom-sheet__outerClassName_1rnsz","fullscreen":"bottom-sheet__fullscreen_1rnsz","component":"bottom-sheet__component_1rnsz","withTransition":"bottom-sheet__withTransition_1rnsz","scrollableContainer":"bottom-sheet__scrollableContainer_1rnsz","marker":"bottom-sheet__marker_1rnsz","defaultMarker":"bottom-sheet__defaultMarker_1rnsz","content":"bottom-sheet__content_1rnsz","noHeader":"bottom-sheet__noHeader_1rnsz","noFooter":"bottom-sheet__noFooter_1rnsz","scrollLocked":"bottom-sheet__scrollLocked_1rnsz","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1rnsz","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1rnsz","appear":"bottom-sheet__appear_1rnsz","enter":"bottom-sheet__enter_1rnsz","appearActive":"bottom-sheet__appearActive_1rnsz","enterActive":"bottom-sheet__enterActive_1rnsz","enterDone":"bottom-sheet__enterDone_1rnsz","appearDone":"bottom-sheet__appearDone_1rnsz","exit":"bottom-sheet__exit_1rnsz","exitActive":"bottom-sheet__exitActive_1rnsz","safeAreaBottom":"bottom-sheet__safeAreaBottom_1rnsz","background-accent":"bottom-sheet__background-accent_1rnsz","background-info":"bottom-sheet__background-info_1rnsz","background-attention-muted":"bottom-sheet__background-attention-muted_1rnsz","background-positive-muted":"bottom-sheet__background-positive-muted_1rnsz","background-negative-muted":"bottom-sheet__background-negative-muted_1rnsz","background-primary":"bottom-sheet__background-primary_1rnsz","background-primary-inverted":"bottom-sheet__background-primary-inverted_1rnsz","background-secondary":"bottom-sheet__background-secondary_1rnsz","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1rnsz","background-tertiary":"bottom-sheet__background-tertiary_1rnsz","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1rnsz","background-quaternary":"bottom-sheet__background-quaternary_1rnsz","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1rnsz","background-specialbg-component":"bottom-sheet__background-specialbg-component_1rnsz","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1rnsz","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1rnsz","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1rnsz","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1rnsz","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1rnsz","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1rnsz","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1rnsz","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1rnsz"};
3
+ const styles = {"modal":"bottom-sheet__modal_1orql","wrapper":"bottom-sheet__wrapper_1orql","outerClassName":"bottom-sheet__outerClassName_1orql","fullscreen":"bottom-sheet__fullscreen_1orql","component":"bottom-sheet__component_1orql","withTransition":"bottom-sheet__withTransition_1orql","scrollableContainer":"bottom-sheet__scrollableContainer_1orql","marker":"bottom-sheet__marker_1orql","defaultMarker":"bottom-sheet__defaultMarker_1orql","content":"bottom-sheet__content_1orql","noHeader":"bottom-sheet__noHeader_1orql","noFooter":"bottom-sheet__noFooter_1orql","scrollLocked":"bottom-sheet__scrollLocked_1orql","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1orql","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1orql","appear":"bottom-sheet__appear_1orql","enter":"bottom-sheet__enter_1orql","appearActive":"bottom-sheet__appearActive_1orql","enterActive":"bottom-sheet__enterActive_1orql","enterDone":"bottom-sheet__enterDone_1orql","appearDone":"bottom-sheet__appearDone_1orql","exit":"bottom-sheet__exit_1orql","exitActive":"bottom-sheet__exitActive_1orql","safeAreaBottom":"bottom-sheet__safeAreaBottom_1orql","background-accent":"bottom-sheet__background-accent_1orql","background-info":"bottom-sheet__background-info_1orql","background-attention-muted":"bottom-sheet__background-attention-muted_1orql","background-positive-muted":"bottom-sheet__background-positive-muted_1orql","background-negative-muted":"bottom-sheet__background-negative-muted_1orql","background-primary":"bottom-sheet__background-primary_1orql","background-primary-inverted":"bottom-sheet__background-primary-inverted_1orql","background-secondary":"bottom-sheet__background-secondary_1orql","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1orql","background-tertiary":"bottom-sheet__background-tertiary_1orql","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1orql","background-quaternary":"bottom-sheet__background-quaternary_1orql","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1orql","background-specialbg-component":"bottom-sheet__background-specialbg-component_1orql","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1orql","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1orql","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1orql","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1orql","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1orql","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1orql","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1orql","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1orql"};
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_aakps {
11
+ .bottom-sheet__component_1f5n6 {
12
12
  background-color: var(--bottom-sheet-background-color-inverted);
13
13
  }
14
- .bottom-sheet__content_aakps {
14
+ .bottom-sheet__content_1f5n6 {
15
15
  color: var(--bottom-sheet-text-color-inverted);
16
16
  }
17
- .bottom-sheet__defaultMarker_aakps {
17
+ .bottom-sheet__defaultMarker_1f5n6 {
18
18
  background-color: var(--bottom-sheet-marker-color-inverted);
19
19
  }
20
- .bottom-sheet__hasContent_aakps {
20
+ .bottom-sheet__hasContent_1f5n6 {
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_aakps","content":"bottom-sheet__content_aakps","defaultMarker":"bottom-sheet__defaultMarker_aakps","hasContent":"bottom-sheet__hasContent_aakps"};
3
+ const invertedColors = {"component":"bottom-sheet__component_1f5n6","content":"bottom-sheet__content_1f5n6","defaultMarker":"bottom-sheet__defaultMarker_1f5n6","hasContent":"bottom-sheet__hasContent_1f5n6"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -14,5 +14,6 @@
14
14
  .sticky {
15
15
  position: sticky;
16
16
  bottom: var(--gap-0);
17
+ left: var(--gap-0);
17
18
  z-index: 1;
18
19
  }
@@ -23,6 +23,7 @@
23
23
  .sticky {
24
24
  position: sticky;
25
25
  top: var(--gap-0);
26
+ left: var(--gap-0);
26
27
  }
27
28
 
28
29
  .justifyEnd {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-bottom-sheet",
3
- "version": "8.1.10",
3
+ "version": "8.1.11",
4
4
  "description": "Bottom sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@alfalab/core-components-backdrop": "^5.0.2",
17
- "@alfalab/core-components-base-modal": "^7.1.6",
18
- "@alfalab/core-components-navigation-bar-private": "^2.0.11",
19
- "@alfalab/core-components-shared": "^2.2.1",
17
+ "@alfalab/core-components-base-modal": "^7.1.7",
18
+ "@alfalab/core-components-navigation-bar-private": "^2.0.12",
19
+ "@alfalab/core-components-shared": "^2.2.2",
20
20
  "@alfalab/core-components-types": "^2.0.1",
21
21
  "classnames": "^2.5.1",
22
22
  "react-div-100vh": "^0.7.0",
@@ -34,6 +34,6 @@
34
34
  "access": "public",
35
35
  "directory": "dist"
36
36
  },
37
- "themesVersion": "15.1.0",
37
+ "themesVersion": "15.2.0",
38
38
  "varsVersion": "11.1.0"
39
39
  }
@@ -15,5 +15,6 @@
15
15
  .sticky {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
+ left: var(--gap-0);
18
19
  z-index: 1;
19
20
  }
@@ -24,6 +24,7 @@
24
24
  .sticky {
25
25
  position: sticky;
26
26
  top: var(--gap-0);
27
+ left: var(--gap-0);
27
28
  }
28
29
 
29
30
  .justifyEnd {