@alfalab/core-components-gallery 7.2.1-alfasans → 7.2.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 (73) hide show
  1. package/components/bottom-button/index.css +5 -5
  2. package/components/bottom-button/index.module.css.js +1 -1
  3. package/components/buttons/index.css +5 -5
  4. package/components/buttons/index.module.css.js +1 -1
  5. package/components/header/index.css +1 -1
  6. package/components/header/index.module.css.js +1 -1
  7. package/components/header-info-block/index.css +4 -4
  8. package/components/header-info-block/index.module.css.js +1 -1
  9. package/components/header-mobile/index.css +6 -6
  10. package/components/header-mobile/index.module.css.js +1 -1
  11. package/components/image-preview/index.css +17 -17
  12. package/components/image-preview/index.module.css.js +1 -1
  13. package/components/image-viewer/index.css +28 -28
  14. package/components/image-viewer/index.module.css.js +1 -1
  15. package/components/image-viewer/video/index.css +7 -7
  16. package/components/image-viewer/video/index.module.css.js +1 -1
  17. package/components/info-bar/index.css +3 -3
  18. package/components/info-bar/index.module.css.js +1 -1
  19. package/components/navigation-bar/index.css +8 -8
  20. package/components/navigation-bar/index.module.css.js +1 -1
  21. package/components/subtitles/index.css +3 -3
  22. package/components/subtitles/index.module.css.js +1 -1
  23. package/esm/components/bottom-button/index.css +5 -5
  24. package/esm/components/bottom-button/index.module.css.js +1 -1
  25. package/esm/components/buttons/index.css +5 -5
  26. package/esm/components/buttons/index.module.css.js +1 -1
  27. package/esm/components/header/index.css +1 -1
  28. package/esm/components/header/index.module.css.js +1 -1
  29. package/esm/components/header-info-block/index.css +4 -4
  30. package/esm/components/header-info-block/index.module.css.js +1 -1
  31. package/esm/components/header-mobile/index.css +6 -6
  32. package/esm/components/header-mobile/index.module.css.js +1 -1
  33. package/esm/components/image-preview/index.css +17 -17
  34. package/esm/components/image-preview/index.module.css.js +1 -1
  35. package/esm/components/image-viewer/index.css +28 -28
  36. package/esm/components/image-viewer/index.module.css.js +1 -1
  37. package/esm/components/image-viewer/video/index.css +7 -7
  38. package/esm/components/image-viewer/video/index.module.css.js +1 -1
  39. package/esm/components/info-bar/index.css +3 -3
  40. package/esm/components/info-bar/index.module.css.js +1 -1
  41. package/esm/components/navigation-bar/index.css +8 -8
  42. package/esm/components/navigation-bar/index.module.css.js +1 -1
  43. package/esm/components/subtitles/index.css +3 -3
  44. package/esm/components/subtitles/index.module.css.js +1 -1
  45. package/esm/index.css +9 -9
  46. package/esm/index.module.css.js +1 -1
  47. package/index.css +9 -9
  48. package/index.module.css.js +1 -1
  49. package/modern/components/bottom-button/index.css +5 -5
  50. package/modern/components/bottom-button/index.module.css.js +1 -1
  51. package/modern/components/buttons/index.css +5 -5
  52. package/modern/components/buttons/index.module.css.js +1 -1
  53. package/modern/components/header/index.css +1 -1
  54. package/modern/components/header/index.module.css.js +1 -1
  55. package/modern/components/header-info-block/index.css +4 -4
  56. package/modern/components/header-info-block/index.module.css.js +1 -1
  57. package/modern/components/header-mobile/index.css +6 -6
  58. package/modern/components/header-mobile/index.module.css.js +1 -1
  59. package/modern/components/image-preview/index.css +17 -17
  60. package/modern/components/image-preview/index.module.css.js +1 -1
  61. package/modern/components/image-viewer/index.css +28 -28
  62. package/modern/components/image-viewer/index.module.css.js +1 -1
  63. package/modern/components/image-viewer/video/index.css +7 -7
  64. package/modern/components/image-viewer/video/index.module.css.js +1 -1
  65. package/modern/components/info-bar/index.css +3 -3
  66. package/modern/components/info-bar/index.module.css.js +1 -1
  67. package/modern/components/navigation-bar/index.css +8 -8
  68. package/modern/components/navigation-bar/index.module.css.js +1 -1
  69. package/modern/components/subtitles/index.css +3 -3
  70. package/modern/components/subtitles/index.module.css.js +1 -1
  71. package/modern/index.css +9 -9
  72. package/modern/index.module.css.js +1 -1
  73. package/package.json +11 -11
@@ -3,20 +3,20 @@
3
3
  --color-static-neutral-translucent-500-inverted-hover: rgba(233, 233, 250, 0.37);
4
4
  --color-static-neutral-translucent-500-inverted-press: rgba(238, 238, 254, 0.46);
5
5
  }
6
- .gallery__component_12iyi {
6
+ .gallery__component_1938i {
7
7
  background-color: var(--color-static-neutral-translucent-500-inverted);
8
8
  }
9
- .gallery__component_12iyi:hover {
9
+ .gallery__component_1938i:hover {
10
10
  background-color: var(--color-static-neutral-translucent-500-inverted-hover);
11
11
  }
12
- .gallery__component_12iyi:active {
12
+ .gallery__component_1938i:active {
13
13
  background-color: var(--color-static-neutral-translucent-500-inverted-press);
14
14
  }
15
- .gallery__component_12iyi {
15
+ .gallery__component_1938i {
16
16
 
17
17
  transition: transform 1s ease-in-out;
18
18
  will-change: transform;
19
19
  }
20
- .gallery__notVisible_12iyi {
20
+ .gallery__notVisible_1938i {
21
21
  transform: translateY(250%);
22
22
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"gallery__component_12iyi","notVisible":"gallery__notVisible_12iyi"};
5
+ var styles = {"component":"gallery__component_1938i","notVisible":"gallery__notVisible_1938i"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -8,19 +8,19 @@
8
8
  --gap-2xl: 32px;
9
9
  --gap-32: var(--gap-2xl);
10
10
  }
11
- .gallery__buttons_17zvp {
11
+ .gallery__buttons_1bmlq {
12
12
  display: flex;
13
13
  padding-left: var(--gap-32);
14
14
  }
15
- .gallery__buttons_17zvp path {
15
+ .gallery__buttons_1bmlq path {
16
16
  color: var(--color-static-neutral-translucent-1300-inverted);
17
17
  }
18
- .gallery__iconButton_17zvp path {
18
+ .gallery__iconButton_1bmlq path {
19
19
  color: var(--color-static-neutral-100);
20
20
  }
21
- .gallery__iconButton_17zvp:hover path {
21
+ .gallery__iconButton_1bmlq:hover path {
22
22
  color: var(--color-static-neutral-100-hover);
23
23
  }
24
- .gallery__iconButton_17zvp:active path {
24
+ .gallery__iconButton_1bmlq:active path {
25
25
  color: var(--color-static-neutral-100-press);
26
26
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"iconButton":"gallery__iconButton_17zvp"};
5
+ var styles = {"iconButton":"gallery__iconButton_1bmlq"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -4,7 +4,7 @@
4
4
  --gap-16: var(--gap-m);
5
5
  --gap-32: var(--gap-2xl);
6
6
  }
7
- .gallery__header_c4i7e {
7
+ .gallery__header_5ql27 {
8
8
  display: flex;
9
9
  justify-content: space-between;
10
10
  flex-shrink: 0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"header":"gallery__header_c4i7e"};
5
+ var styles = {"header":"gallery__header_5ql27"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,24 +2,24 @@
2
2
  --gap-2xs: 4px;
3
3
  --gap-4: var(--gap-2xs);
4
4
  }
5
- .gallery__info_2l9no {
5
+ .gallery__info_1qh5f {
6
6
  height: 100%;
7
7
  display: flex;
8
8
  flex-direction: column;
9
9
  justify-content: center;
10
10
  overflow: hidden;
11
11
  }
12
- .gallery__filenameHead_2l9no {
12
+ .gallery__filenameHead_1qh5f {
13
13
  display: inline;
14
14
  text-overflow: ellipsis;
15
15
  overflow: hidden;
16
16
  white-space: nowrap;
17
17
  }
18
- .gallery__filenameContainer_2l9no {
18
+ .gallery__filenameContainer_1qh5f {
19
19
  overflow: hidden;
20
20
  display: inline-flex;
21
21
  }
22
- .gallery__description_2l9no {
22
+ .gallery__description_1qh5f {
23
23
  display: inline;
24
24
  text-overflow: ellipsis;
25
25
  overflow: hidden;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"info":"gallery__info_2l9no","filenameHead":"gallery__filenameHead_2l9no","filenameContainer":"gallery__filenameContainer_2l9no","description":"gallery__description_2l9no"};
5
+ var styles = {"info":"gallery__info_1qh5f","filenameHead":"gallery__filenameHead_1qh5f","filenameContainer":"gallery__filenameContainer_1qh5f","description":"gallery__description_1qh5f"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  --color-static-neutral-0-inverted: #262629;
3
3
  }
4
- .gallery__headerMobile_9pe0x {
4
+ .gallery__headerMobile_12vr1 {
5
5
  position: relative;
6
6
  height: 72px;
7
7
  z-index: 3;
@@ -10,21 +10,21 @@
10
10
  justify-content: space-between;
11
11
  align-items: center;
12
12
  }
13
- .gallery__headerMobile_9pe0x.gallery__video_9pe0x {
13
+ .gallery__headerMobile_12vr1.gallery__video_12vr1 {
14
14
  position: absolute;
15
15
  width: 100%;
16
16
  background-color: var(--color-static-neutral-0-inverted);
17
17
  transition: transform 0.3s ease-in-out;
18
18
  }
19
- .gallery__hide_9pe0x {
19
+ .gallery__hide_12vr1 {
20
20
  transform: translateY(-96px);
21
21
  }
22
- .gallery__leftButton_9pe0x,
23
- .gallery__rightButtons_9pe0x {
22
+ .gallery__leftButton_12vr1,
23
+ .gallery__rightButtons_12vr1 {
24
24
  display: flex;
25
25
  align-items: center;
26
26
  }
27
- .gallery__description_9pe0x {
27
+ .gallery__description_12vr1 {
28
28
  position: absolute;
29
29
  left: 50%;
30
30
  transform: translateX(-50%);
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"headerMobile":"gallery__headerMobile_9pe0x","video":"gallery__video_9pe0x","hide":"gallery__hide_9pe0x","rightButtons":"gallery__rightButtons_9pe0x","description":"gallery__description_9pe0x"};
5
+ var styles = {"headerMobile":"gallery__headerMobile_12vr1","video":"gallery__video_12vr1","hide":"gallery__hide_12vr1","rightButtons":"gallery__rightButtons_12vr1","description":"gallery__description_12vr1"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -12,23 +12,23 @@
12
12
  :root {
13
13
  --focus-color: var(--color-light-status-info);
14
14
  }
15
- .gallery__component_1pxtz {
15
+ .gallery__component_puwwp {
16
16
  display: flex;
17
17
  z-index: 3;
18
18
  overflow: hidden;
19
19
  transition: border 0.15s ease-in-out;
20
20
  outline: none;
21
21
  }
22
- .gallery__component_1pxtz .gallery__image_1pxtz {
22
+ .gallery__component_puwwp .gallery__image_puwwp {
23
23
  opacity: 0.3;
24
24
  }
25
- .gallery__component_1pxtz.gallery__mobile_1pxtz {
25
+ .gallery__component_puwwp.gallery__mobile_puwwp {
26
26
  padding: 0;
27
27
  }
28
- .gallery__active_1pxtz > .gallery__image_1pxtz {
28
+ .gallery__active_puwwp > .gallery__image_puwwp {
29
29
  opacity: 1;
30
30
  }
31
- .gallery__preview_1pxtz {
31
+ .gallery__preview_puwwp {
32
32
  width: 56px;
33
33
  height: 56px;
34
34
  flex-shrink: 0;
@@ -38,15 +38,15 @@
38
38
  -moz-user-select: none;
39
39
  user-select: none;
40
40
  }
41
- .gallery__preview_1pxtz.gallery__mobile_1pxtz {
41
+ .gallery__preview_puwwp.gallery__mobile_puwwp {
42
42
  width: 46px;
43
43
  height: 46px;
44
44
  border-radius: var(--border-radius-8);
45
45
  }
46
- .gallery__image_1pxtz {
46
+ .gallery__image_puwwp {
47
47
  transition: opacity 0.15s ease-in-out;
48
48
  }
49
- .gallery__image_1pxtz > img {
49
+ .gallery__image_puwwp > img {
50
50
  display: block;
51
51
  width: 100%;
52
52
  height: 100%;
@@ -56,36 +56,36 @@
56
56
  overflow: clip;
57
57
  overflow-clip-margin: border-box;
58
58
  }
59
- .gallery__image_1pxtz:hover {
59
+ .gallery__image_puwwp:hover {
60
60
  opacity: 0.7;
61
61
  }
62
- .gallery__loading_1pxtz {
62
+ .gallery__loading_puwwp {
63
63
  background-color: var(--color-static-neutral-100-inverted);
64
64
  }
65
- .gallery__loading_1pxtz .gallery__active_1pxtz {
65
+ .gallery__loading_puwwp .gallery__active_puwwp {
66
66
  background-color: var(--color-static-neutral-300-inverted);
67
67
  }
68
- .gallery__brokenImageWrapper_1pxtz {
68
+ .gallery__brokenImageWrapper_puwwp {
69
69
  display: flex;
70
70
  justify-content: center;
71
71
  align-items: center;
72
72
  background-color: var(--color-static-neutral-300-inverted);
73
73
  opacity: 0.3;
74
74
  }
75
- .gallery__brokenImageWrapper_1pxtz.gallery__active_1pxtz {
75
+ .gallery__brokenImageWrapper_puwwp.gallery__active_puwwp {
76
76
  opacity: 1;
77
77
  }
78
- .gallery__brokenIcon_1pxtz {
78
+ .gallery__brokenIcon_puwwp {
79
79
  width: 40px;
80
80
  height: 40px;
81
81
  }
82
- .gallery__focused_1pxtz {
82
+ .gallery__focused_puwwp {
83
83
  outline: 2px solid var(--focus-color);
84
84
  outline-offset: 2px;
85
85
  }
86
- .gallery__canvasPreview_1pxtz {
86
+ .gallery__canvasPreview_puwwp {
87
87
  border-radius: var(--border-radius-12);
88
88
  }
89
- .gallery__canvasPreview_1pxtz.gallery__mobile_1pxtz {
89
+ .gallery__canvasPreview_puwwp.gallery__mobile_puwwp {
90
90
  border-radius: var(--border-radius-8);
91
91
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"gallery__component_1pxtz","image":"gallery__image_1pxtz","mobile":"gallery__mobile_1pxtz","active":"gallery__active_1pxtz","preview":"gallery__preview_1pxtz","loading":"gallery__loading_1pxtz","brokenImageWrapper":"gallery__brokenImageWrapper_1pxtz","brokenIcon":"gallery__brokenIcon_1pxtz","focused":"gallery__focused_1pxtz","canvasPreview":"gallery__canvasPreview_1pxtz"};
5
+ var styles = {"component":"gallery__component_puwwp","image":"gallery__image_puwwp","mobile":"gallery__mobile_puwwp","active":"gallery__active_puwwp","preview":"gallery__preview_puwwp","loading":"gallery__loading_puwwp","brokenImageWrapper":"gallery__brokenImageWrapper_puwwp","brokenIcon":"gallery__brokenIcon_puwwp","focused":"gallery__focused_puwwp","canvasPreview":"gallery__canvasPreview_puwwp"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -24,7 +24,7 @@
24
24
  :root {
25
25
  --focus-color: var(--color-light-status-info);
26
26
  }
27
- .gallery__component_xdq4y {
27
+ .gallery__component_1p4eg {
28
28
  display: flex;
29
29
  flex-grow: 1;
30
30
  justify-content: center;
@@ -92,7 +92,7 @@
92
92
  z-index: -1000;
93
93
  }
94
94
 
95
- .gallery__swiperFrame_xdq4y {
95
+ .gallery__swiperFrame_1p4eg {
96
96
  display: flex;
97
97
  flex: 1 1 0;
98
98
  min-width: 0;
@@ -104,17 +104,17 @@
104
104
  box-sizing: border-box;
105
105
  }
106
106
 
107
- .gallery__swiperFrame_xdq4y.gallery__mobile_xdq4y {
107
+ .gallery__swiperFrame_1p4eg.gallery__mobile_1p4eg {
108
108
  max-height: calc(100vh - 210px);
109
109
  max-height: calc(100dvh - 210px);
110
110
  }
111
111
 
112
- .gallery__swiperFrame_xdq4y.gallery__mobileVideo_xdq4y {
112
+ .gallery__swiperFrame_1p4eg.gallery__mobileVideo_1p4eg {
113
113
  max-height: 100vh;
114
114
  max-height: 100dvh;
115
115
  }
116
116
 
117
- .gallery__fullScreenFrame_xdq4y {
117
+ .gallery__fullScreenFrame_1p4eg {
118
118
  display: flex;
119
119
  align-items: center;
120
120
  justify-content: center;
@@ -127,7 +127,7 @@
127
127
  overflow: hidden;
128
128
  }
129
129
 
130
- .gallery__hiddenFrame_xdq4y {
130
+ .gallery__hiddenFrame_1p4eg {
131
131
  flex: 0 0 0;
132
132
  width: 0;
133
133
  height: 0;
@@ -135,16 +135,16 @@
135
135
  overflow: hidden;
136
136
  }
137
137
 
138
- .gallery__swiper_xdq4y {
138
+ .gallery__swiper_1p4eg {
139
139
  width: 100%;
140
140
  height: 100%;
141
141
  }
142
142
 
143
- .gallery__hidden_xdq4y {
143
+ .gallery__hidden_1p4eg {
144
144
  display: none;
145
145
  }
146
146
 
147
- .gallery__singleSlideContainer_xdq4y {
147
+ .gallery__singleSlideContainer_1p4eg {
148
148
  display: flex;
149
149
  width: 100%;
150
150
  height: 100%;
@@ -156,18 +156,18 @@
156
156
  box-sizing: border-box;
157
157
  }
158
158
 
159
- .gallery__singleSlideContainer_xdq4y.gallery__mobile_xdq4y {
159
+ .gallery__singleSlideContainer_1p4eg.gallery__mobile_1p4eg {
160
160
  max-height: calc(100vh - 174px);
161
161
  max-height: calc(100dvh - 174px);
162
162
  padding: 0;
163
163
  }
164
164
 
165
- .gallery__singleSlideContainer_xdq4y.gallery__mobileVideo_xdq4y {
165
+ .gallery__singleSlideContainer_1p4eg.gallery__mobileVideo_1p4eg {
166
166
  max-height: 100vh;
167
167
  max-height: 100dvh;
168
168
  }
169
169
 
170
- .gallery__slide_xdq4y {
170
+ .gallery__slide_1p4eg {
171
171
  position: relative;
172
172
  display: flex;
173
173
  justify-content: center;
@@ -176,17 +176,17 @@
176
176
  height: 100%;
177
177
  }
178
178
 
179
- .gallery__slideLoading_xdq4y {
179
+ .gallery__slideLoading_1p4eg {
180
180
  background-color: var(--color-static-neutral-translucent-100-inverted);
181
181
  border-radius: var(--border-radius-8);
182
182
  }
183
183
 
184
- .gallery__spinner_xdq4y {
184
+ .gallery__spinner_1p4eg {
185
185
  position: absolute;
186
186
  color: var(--color-static-neutral-translucent-1300-inverted);
187
187
  }
188
188
 
189
- .gallery__image_xdq4y {
189
+ .gallery__image_1p4eg {
190
190
  width: auto;
191
191
  height: auto;
192
192
  max-width: 100%;
@@ -199,11 +199,11 @@
199
199
  border-radius: var(--border-radius-8);
200
200
  }
201
201
 
202
- .gallery__image_xdq4y.gallery__mobile_xdq4y {
202
+ .gallery__image_1p4eg.gallery__mobile_1p4eg {
203
203
  border-radius: var(--border-radius-0);
204
204
  }
205
205
 
206
- .gallery__smallImage_xdq4y {
206
+ .gallery__smallImage_1p4eg {
207
207
  position: relative;
208
208
  width: auto;
209
209
  height: auto;
@@ -216,17 +216,17 @@
216
216
  user-select: none;
217
217
  }
218
218
 
219
- .gallery__verticalImageFit_xdq4y {
219
+ .gallery__verticalImageFit_1p4eg {
220
220
  width: auto;
221
221
  height: 100%;
222
222
  }
223
223
 
224
- .gallery__horizontalImageFit_xdq4y {
224
+ .gallery__horizontalImageFit_1p4eg {
225
225
  width: 100%;
226
226
  height: auto;
227
227
  }
228
228
 
229
- .gallery__fullScreenMedia_xdq4y {
229
+ .gallery__fullScreenMedia_1p4eg {
230
230
  width: 100%;
231
231
  height: 100%;
232
232
  max-width: 100%;
@@ -236,7 +236,7 @@
236
236
  border-radius: var(--border-radius-0);
237
237
  }
238
238
 
239
- .gallery__arrow_xdq4y {
239
+ .gallery__arrow_1p4eg {
240
240
  display: flex;
241
241
  flex-direction: column;
242
242
  justify-content: center;
@@ -250,20 +250,20 @@
250
250
  outline: none;
251
251
  }
252
252
 
253
- .gallery__arrow_xdq4y:hover {
253
+ .gallery__arrow_1p4eg:hover {
254
254
  background-color: var(--color-static-neutral-0-inverted-hover);
255
255
  }
256
256
 
257
- .gallery__arrow_xdq4y:active {
257
+ .gallery__arrow_1p4eg:active {
258
258
  background-color: var(--color-static-neutral-0-inverted-press);
259
259
  }
260
260
 
261
- .gallery__focused_xdq4y {
261
+ .gallery__focused_1p4eg {
262
262
  outline: 2px solid var(--focus-color);
263
263
  outline-offset: 2px;
264
264
  }
265
265
 
266
- .gallery__placeholder_xdq4y {
266
+ .gallery__placeholder_1p4eg {
267
267
  display: flex;
268
268
  justify-content: center;
269
269
  align-items: center;
@@ -273,7 +273,7 @@
273
273
  background-color: var(--color-static-neutral-300-inverted);
274
274
  }
275
275
 
276
- .gallery__brokenImgWrapper_xdq4y {
276
+ .gallery__brokenImgWrapper_1p4eg {
277
277
  position: relative;
278
278
  display: flex;
279
279
  flex-direction: column;
@@ -282,13 +282,13 @@
282
282
  text-align: center;
283
283
  }
284
284
 
285
- .gallery__brokenImgIcon_xdq4y {
285
+ .gallery__brokenImgIcon_1p4eg {
286
286
  width: 80px;
287
287
  height: 80px;
288
288
  margin-bottom: var(--gap-4);
289
289
  }
290
290
 
291
- .gallery__fullScreenVideo_xdq4y {
291
+ .gallery__fullScreenVideo_1p4eg {
292
292
  width: 100%;
293
293
  height: 100%;
294
294
  max-height: none;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"gallery__component_xdq4y","swiperFrame":"gallery__swiperFrame_xdq4y","mobile":"gallery__mobile_xdq4y","mobileVideo":"gallery__mobileVideo_xdq4y","fullScreenFrame":"gallery__fullScreenFrame_xdq4y","hiddenFrame":"gallery__hiddenFrame_xdq4y","swiper":"gallery__swiper_xdq4y","hidden":"gallery__hidden_xdq4y","singleSlideContainer":"gallery__singleSlideContainer_xdq4y","slide":"gallery__slide_xdq4y","slideLoading":"gallery__slideLoading_xdq4y","spinner":"gallery__spinner_xdq4y","image":"gallery__image_xdq4y","smallImage":"gallery__smallImage_xdq4y","verticalImageFit":"gallery__verticalImageFit_xdq4y","horizontalImageFit":"gallery__horizontalImageFit_xdq4y","fullScreenMedia":"gallery__fullScreenMedia_xdq4y","arrow":"gallery__arrow_xdq4y","focused":"gallery__focused_xdq4y","placeholder":"gallery__placeholder_xdq4y","brokenImgWrapper":"gallery__brokenImgWrapper_xdq4y","brokenImgIcon":"gallery__brokenImgIcon_xdq4y","fullScreenVideo":"gallery__fullScreenVideo_xdq4y"};
5
+ var styles = {"component":"gallery__component_1p4eg","swiperFrame":"gallery__swiperFrame_1p4eg","mobile":"gallery__mobile_1p4eg","mobileVideo":"gallery__mobileVideo_1p4eg","fullScreenFrame":"gallery__fullScreenFrame_1p4eg","hiddenFrame":"gallery__hiddenFrame_1p4eg","swiper":"gallery__swiper_1p4eg","hidden":"gallery__hidden_1p4eg","singleSlideContainer":"gallery__singleSlideContainer_1p4eg","slide":"gallery__slide_1p4eg","slideLoading":"gallery__slideLoading_1p4eg","spinner":"gallery__spinner_1p4eg","image":"gallery__image_1p4eg","smallImage":"gallery__smallImage_1p4eg","verticalImageFit":"gallery__verticalImageFit_1p4eg","horizontalImageFit":"gallery__horizontalImageFit_1p4eg","fullScreenMedia":"gallery__fullScreenMedia_1p4eg","arrow":"gallery__arrow_1p4eg","focused":"gallery__focused_1p4eg","placeholder":"gallery__placeholder_1p4eg","brokenImgWrapper":"gallery__brokenImgWrapper_1p4eg","brokenImgIcon":"gallery__brokenImgIcon_1p4eg","fullScreenVideo":"gallery__fullScreenVideo_1p4eg"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -7,7 +7,7 @@
7
7
  --border-radius-0: 0;
8
8
  --border-radius-24: var(--border-radius-3xl);
9
9
  }
10
- .gallery__videoWrapper_1ipf9 {
10
+ .gallery__videoWrapper_1yb16 {
11
11
  display: flex;
12
12
  align-items: center;
13
13
  justify-content: center;
@@ -17,17 +17,17 @@
17
17
  min-height: 0;
18
18
  position: relative;
19
19
  }
20
- .gallery__video_1ipf9 {
20
+ .gallery__video_1yb16 {
21
21
  max-width: 100%;
22
22
  max-height: 100%;
23
23
  -o-object-fit: contain;
24
24
  object-fit: contain;
25
25
  border-radius: var(--border-radius-24);
26
26
  }
27
- .gallery__mobile_1ipf9 {
27
+ .gallery__mobile_1yb16 {
28
28
  border-radius: var(--border-radius-0);
29
29
  }
30
- .gallery__videoButton_1ipf9 {
30
+ .gallery__videoButton_1yb16 {
31
31
  position: absolute;
32
32
  top: 50%;
33
33
  left: 50%;
@@ -35,13 +35,13 @@
35
35
  z-index: 1;
36
36
  color: green;
37
37
  }
38
- .gallery__icon_1ipf9 {
38
+ .gallery__icon_1yb16 {
39
39
  color: var(--color-static-neutral-0);
40
40
  }
41
- .gallery__iconShape_1ipf9 {
41
+ .gallery__iconShape_1yb16 {
42
42
  fill: var(--color-static-neutral-translucent-700);
43
43
  }
44
- .gallery__bottomButton_1ipf9 {
44
+ .gallery__bottomButton_1yb16 {
45
45
  position: absolute;
46
46
  bottom: 48px;
47
47
  left: 32px;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"videoWrapper":"gallery__videoWrapper_1ipf9","video":"gallery__video_1ipf9","mobile":"gallery__mobile_1ipf9","videoButton":"gallery__videoButton_1ipf9","icon":"gallery__icon_1ipf9","iconShape":"gallery__iconShape_1ipf9","bottomButton":"gallery__bottomButton_1ipf9"};
5
+ var styles = {"videoWrapper":"gallery__videoWrapper_1yb16","video":"gallery__video_1yb16","mobile":"gallery__mobile_1yb16","videoButton":"gallery__videoButton_1yb16","icon":"gallery__icon_1yb16","iconShape":"gallery__iconShape_1yb16","bottomButton":"gallery__bottomButton_1yb16"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -7,10 +7,10 @@
7
7
  --gap-4: var(--gap-2xs);
8
8
  --gap-8: var(--gap-xs);
9
9
  }
10
- .gallery__description_fw1es {
10
+ .gallery__description_vgf6a {
11
11
  text-align: center;
12
12
  }
13
- .gallery__infoWrapper_fw1es {
13
+ .gallery__infoWrapper_vgf6a {
14
14
  background-color: var(--color-static-neutral-0-inverted);
15
15
  display: flex;
16
16
  align-items: center;
@@ -19,7 +19,7 @@
19
19
  position: relative;
20
20
  height: 48px;
21
21
  }
22
- .gallery__infoWrapper_fw1es.gallery__video_fw1es {
22
+ .gallery__infoWrapper_vgf6a.gallery__video_vgf6a {
23
23
  padding: 0 var(--gap-4) var(--gap-4);
24
24
  justify-content: space-between;
25
25
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"description":"gallery__description_fw1es","infoWrapper":"gallery__infoWrapper_fw1es","video":"gallery__video_fw1es"};
5
+ var styles = {"description":"gallery__description_vgf6a","infoWrapper":"gallery__infoWrapper_vgf6a","video":"gallery__video_vgf6a"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -13,7 +13,7 @@
13
13
  --gap-12: var(--gap-s);
14
14
  --gap-24: var(--gap-xl);
15
15
  }
16
- .gallery__component_19am2 {
16
+ .gallery__component_2hl18 {
17
17
  display: flex;
18
18
  flex-wrap: nowrap;
19
19
  align-content: center;
@@ -25,25 +25,25 @@
25
25
  scrollbar-width: none;
26
26
  background-color: var(--color-static-neutral-0-inverted);
27
27
  }
28
- .gallery__component_19am2.gallery__mobile_19am2 {
28
+ .gallery__component_2hl18.gallery__mobile_2hl18 {
29
29
  padding: var(--gap-8) var(--gap-24);
30
30
  }
31
- .gallery__component_19am2::-webkit-scrollbar {
31
+ .gallery__component_2hl18::-webkit-scrollbar {
32
32
  display: none;
33
33
  }
34
- .gallery__previews_19am2 {
34
+ .gallery__previews_2hl18 {
35
35
  display: flex;
36
36
  }
37
- .gallery__preview_19am2 {
37
+ .gallery__preview_2hl18 {
38
38
  flex-shrink: 0;
39
39
  margin-right: var(--gap-4);
40
40
  }
41
- .gallery__preview_19am2.gallery__mobile_19am2 {
41
+ .gallery__preview_2hl18.gallery__mobile_2hl18 {
42
42
  margin-right: var(--gap-2);
43
43
  }
44
- .gallery__preview_19am2:first-child {
44
+ .gallery__preview_2hl18:first-child {
45
45
  margin-left: auto;
46
46
  }
47
- .gallery__preview_19am2:last-child {
47
+ .gallery__preview_2hl18:last-child {
48
48
  margin-right: auto;
49
49
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"gallery__component_19am2","mobile":"gallery__mobile_19am2","preview":"gallery__preview_19am2"};
5
+ var styles = {"component":"gallery__component_2hl18","mobile":"gallery__mobile_2hl18","preview":"gallery__preview_2hl18"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -5,7 +5,7 @@
5
5
  --gap-16: var(--gap-m);
6
6
  --gap-32: var(--gap-2xl);
7
7
  }
8
- .gallery__subtitles_4cgc7 {
8
+ .gallery__subtitles_1s1ch {
9
9
  position: absolute;
10
10
  align-self: flex-end;
11
11
  padding: var(--gap-0) var(--gap-32);
@@ -18,10 +18,10 @@
18
18
  opacity 500ms ease-in-out,
19
19
  margin-bottom 270ms ease-in-out;
20
20
  }
21
- .gallery__subtitles_4cgc7.gallery__mobile_4cgc7 {
21
+ .gallery__subtitles_1s1ch.gallery__mobile_1s1ch {
22
22
  position: static;
23
23
  position: initial;
24
24
  }
25
- .gallery__hideSubtitles_4cgc7 {
25
+ .gallery__hideSubtitles_1s1ch {
26
26
  opacity: 0;
27
27
  }