@alfalab/core-components-gallery 7.1.9 → 7.1.10-alfasans
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bottom-button/index.css +5 -5
- package/components/bottom-button/index.module.css.js +1 -1
- package/components/buttons/index.css +5 -5
- package/components/buttons/index.module.css.js +1 -1
- package/components/header/index.css +1 -1
- package/components/header/index.module.css.js +1 -1
- package/components/header-info-block/index.css +4 -4
- package/components/header-info-block/index.module.css.js +1 -1
- package/components/header-mobile/index.css +6 -6
- package/components/header-mobile/index.module.css.js +1 -1
- package/components/image-preview/index.css +17 -17
- package/components/image-preview/index.module.css.js +1 -1
- package/components/image-viewer/index.css +25 -25
- package/components/image-viewer/index.module.css.js +1 -1
- package/components/image-viewer/video/index.css +7 -7
- package/components/image-viewer/video/index.module.css.js +1 -1
- package/components/info-bar/index.css +3 -3
- package/components/info-bar/index.module.css.js +1 -1
- package/components/navigation-bar/index.css +8 -8
- package/components/navigation-bar/index.module.css.js +1 -1
- package/components/subtitles/index.css +3 -3
- package/components/subtitles/index.module.css.js +1 -1
- package/esm/components/bottom-button/index.css +5 -5
- package/esm/components/bottom-button/index.module.css.js +1 -1
- package/esm/components/buttons/index.css +5 -5
- package/esm/components/buttons/index.module.css.js +1 -1
- package/esm/components/header/index.css +1 -1
- package/esm/components/header/index.module.css.js +1 -1
- package/esm/components/header-info-block/index.css +4 -4
- package/esm/components/header-info-block/index.module.css.js +1 -1
- package/esm/components/header-mobile/index.css +6 -6
- package/esm/components/header-mobile/index.module.css.js +1 -1
- package/esm/components/image-preview/index.css +17 -17
- package/esm/components/image-preview/index.module.css.js +1 -1
- package/esm/components/image-viewer/index.css +25 -25
- package/esm/components/image-viewer/index.module.css.js +1 -1
- package/esm/components/image-viewer/video/index.css +7 -7
- package/esm/components/image-viewer/video/index.module.css.js +1 -1
- package/esm/components/info-bar/index.css +3 -3
- package/esm/components/info-bar/index.module.css.js +1 -1
- package/esm/components/navigation-bar/index.css +8 -8
- package/esm/components/navigation-bar/index.module.css.js +1 -1
- package/esm/components/subtitles/index.css +3 -3
- package/esm/components/subtitles/index.module.css.js +1 -1
- package/esm/index.css +9 -9
- package/esm/index.module.css.js +1 -1
- package/index.css +9 -9
- package/index.module.css.js +1 -1
- package/modern/components/bottom-button/index.css +5 -5
- package/modern/components/bottom-button/index.module.css.js +1 -1
- package/modern/components/buttons/index.css +5 -5
- package/modern/components/buttons/index.module.css.js +1 -1
- package/modern/components/header/index.css +1 -1
- package/modern/components/header/index.module.css.js +1 -1
- package/modern/components/header-info-block/index.css +4 -4
- package/modern/components/header-info-block/index.module.css.js +1 -1
- package/modern/components/header-mobile/index.css +6 -6
- package/modern/components/header-mobile/index.module.css.js +1 -1
- package/modern/components/image-preview/index.css +17 -17
- package/modern/components/image-preview/index.module.css.js +1 -1
- package/modern/components/image-viewer/index.css +25 -25
- package/modern/components/image-viewer/index.module.css.js +1 -1
- package/modern/components/image-viewer/video/index.css +7 -7
- package/modern/components/image-viewer/video/index.module.css.js +1 -1
- package/modern/components/info-bar/index.css +3 -3
- package/modern/components/info-bar/index.module.css.js +1 -1
- package/modern/components/navigation-bar/index.css +8 -8
- package/modern/components/navigation-bar/index.module.css.js +1 -1
- package/modern/components/subtitles/index.css +3 -3
- package/modern/components/subtitles/index.module.css.js +1 -1
- package/modern/index.css +9 -9
- package/modern/index.module.css.js +1 -1
- 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
|
-
.
|
|
6
|
+
.gallery__component_1n4he {
|
|
7
7
|
background-color: var(--color-static-neutral-translucent-500-inverted);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.gallery__component_1n4he:hover {
|
|
10
10
|
background-color: var(--color-static-neutral-translucent-500-inverted-hover);
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.gallery__component_1n4he:active {
|
|
13
13
|
background-color: var(--color-static-neutral-translucent-500-inverted-press);
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.gallery__component_1n4he {
|
|
16
16
|
|
|
17
17
|
transition: transform 1s ease-in-out;
|
|
18
18
|
will-change: transform;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.gallery__notVisible_1n4he {
|
|
21
21
|
transform: translateY(250%);
|
|
22
22
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"gallery__component_1n4he","notVisible":"gallery__notVisible_1n4he"};
|
|
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
|
-
.
|
|
11
|
+
.gallery__buttons_bjz8n {
|
|
12
12
|
display: flex;
|
|
13
13
|
padding-left: var(--gap-32);
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.gallery__buttons_bjz8n path {
|
|
16
16
|
color: var(--color-static-neutral-translucent-1300-inverted);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.gallery__iconButton_bjz8n path {
|
|
19
19
|
color: var(--color-static-neutral-100);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.gallery__iconButton_bjz8n:hover path {
|
|
22
22
|
color: var(--color-static-neutral-100-hover);
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.gallery__iconButton_bjz8n:active path {
|
|
25
25
|
color: var(--color-static-neutral-100-press);
|
|
26
26
|
}
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
--gap-2xs: 4px;
|
|
3
3
|
--gap-4: var(--gap-2xs);
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.gallery__info_ks670 {
|
|
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
|
-
.
|
|
12
|
+
.gallery__filenameHead_ks670 {
|
|
13
13
|
display: inline;
|
|
14
14
|
text-overflow: ellipsis;
|
|
15
15
|
overflow: hidden;
|
|
16
16
|
white-space: nowrap;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.gallery__filenameContainer_ks670 {
|
|
19
19
|
overflow: hidden;
|
|
20
20
|
display: inline-flex;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.gallery__description_ks670 {
|
|
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":"
|
|
5
|
+
var styles = {"info":"gallery__info_ks670","filenameHead":"gallery__filenameHead_ks670","filenameContainer":"gallery__filenameContainer_ks670","description":"gallery__description_ks670"};
|
|
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
|
-
.
|
|
4
|
+
.gallery__headerMobile_zpgdo {
|
|
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
|
-
.
|
|
13
|
+
.gallery__headerMobile_zpgdo.gallery__video_zpgdo {
|
|
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
|
-
.
|
|
19
|
+
.gallery__hide_zpgdo {
|
|
20
20
|
transform: translateY(-96px);
|
|
21
21
|
}
|
|
22
|
-
.
|
|
23
|
-
.
|
|
22
|
+
.gallery__leftButton_zpgdo,
|
|
23
|
+
.gallery__rightButtons_zpgdo {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.gallery__description_zpgdo {
|
|
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":"
|
|
5
|
+
var styles = {"headerMobile":"gallery__headerMobile_zpgdo","video":"gallery__video_zpgdo","hide":"gallery__hide_zpgdo","rightButtons":"gallery__rightButtons_zpgdo","description":"gallery__description_zpgdo"};
|
|
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
|
-
.
|
|
15
|
+
.gallery__component_1revr {
|
|
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
|
-
.
|
|
22
|
+
.gallery__component_1revr .gallery__image_1revr {
|
|
23
23
|
opacity: 0.3;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.gallery__component_1revr.gallery__mobile_1revr {
|
|
26
26
|
padding: 0;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.gallery__active_1revr > .gallery__image_1revr {
|
|
29
29
|
opacity: 1;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.gallery__preview_1revr {
|
|
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
|
-
.
|
|
41
|
+
.gallery__preview_1revr.gallery__mobile_1revr {
|
|
42
42
|
width: 46px;
|
|
43
43
|
height: 46px;
|
|
44
44
|
border-radius: var(--border-radius-8);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.gallery__image_1revr {
|
|
47
47
|
transition: opacity 0.15s ease-in-out;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.gallery__image_1revr > 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
|
-
.
|
|
59
|
+
.gallery__image_1revr:hover {
|
|
60
60
|
opacity: 0.7;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.gallery__loading_1revr {
|
|
63
63
|
background-color: var(--color-static-neutral-100-inverted);
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.gallery__loading_1revr .gallery__active_1revr {
|
|
66
66
|
background-color: var(--color-static-neutral-300-inverted);
|
|
67
67
|
}
|
|
68
|
-
.
|
|
68
|
+
.gallery__brokenImageWrapper_1revr {
|
|
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
|
-
.
|
|
75
|
+
.gallery__brokenImageWrapper_1revr.gallery__active_1revr {
|
|
76
76
|
opacity: 1;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.gallery__brokenIcon_1revr {
|
|
79
79
|
width: 40px;
|
|
80
80
|
height: 40px;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.gallery__focused_1revr {
|
|
83
83
|
outline: 2px solid var(--focus-color);
|
|
84
84
|
outline-offset: 2px;
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.gallery__canvasPreview_1revr {
|
|
87
87
|
border-radius: var(--border-radius-12);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
.gallery__canvasPreview_1revr.gallery__mobile_1revr {
|
|
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":"
|
|
5
|
+
var styles = {"component":"gallery__component_1revr","image":"gallery__image_1revr","mobile":"gallery__mobile_1revr","active":"gallery__active_1revr","preview":"gallery__preview_1revr","loading":"gallery__loading_1revr","brokenImageWrapper":"gallery__brokenImageWrapper_1revr","brokenIcon":"gallery__brokenIcon_1revr","focused":"gallery__focused_1revr","canvasPreview":"gallery__canvasPreview_1revr"};
|
|
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
|
-
.
|
|
27
|
+
.gallery__component_zy5aj {
|
|
28
28
|
display: flex;
|
|
29
29
|
flex-grow: 1;
|
|
30
30
|
justify-content: center;
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
z-index: -1000;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.
|
|
94
|
+
.gallery__swiper_zy5aj {
|
|
95
95
|
display: flex;
|
|
96
96
|
width: 100%;
|
|
97
97
|
height: 100%;
|
|
@@ -100,15 +100,15 @@
|
|
|
100
100
|
box-sizing: border-box;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
.gallery__swiper_zy5aj.gallery__mobile_zy5aj {
|
|
104
104
|
max-height: calc(100vh - 210px);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.
|
|
107
|
+
.gallery__swiper_zy5aj.gallery__mobileVideo_zy5aj {
|
|
108
108
|
max-height: 100vh;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.
|
|
111
|
+
.gallery__singleSlideContainer_zy5aj {
|
|
112
112
|
display: flex;
|
|
113
113
|
width: 100%;
|
|
114
114
|
height: 100%;
|
|
@@ -118,20 +118,20 @@
|
|
|
118
118
|
box-sizing: border-box;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.
|
|
121
|
+
.gallery__singleSlideContainer_zy5aj.gallery__mobile_zy5aj {
|
|
122
122
|
max-height: calc(100vh - 174px);
|
|
123
123
|
padding: 0;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
.gallery__singleSlideContainer_zy5aj.gallery__mobileVideo_zy5aj {
|
|
127
127
|
max-height: 100vh;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
.gallery__hidden_zy5aj {
|
|
131
131
|
display: none;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
.gallery__slide_zy5aj {
|
|
135
135
|
position: relative;
|
|
136
136
|
display: flex;
|
|
137
137
|
justify-content: center;
|
|
@@ -140,17 +140,17 @@
|
|
|
140
140
|
height: 100%;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
.
|
|
143
|
+
.gallery__slideLoading_zy5aj {
|
|
144
144
|
background-color: var(--color-static-neutral-translucent-100-inverted);
|
|
145
145
|
border-radius: var(--border-radius-8);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
.gallery__spinner_zy5aj {
|
|
149
149
|
position: absolute;
|
|
150
150
|
color: var(--color-static-neutral-translucent-1300-inverted);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
153
|
+
.gallery__image_zy5aj {
|
|
154
154
|
width: 0;
|
|
155
155
|
height: 0;
|
|
156
156
|
-webkit-user-select: none;
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
border-radius: var(--border-radius-8);
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.
|
|
162
|
+
.gallery__image_zy5aj.gallery__mobile_zy5aj {
|
|
163
163
|
border-radius: var(--border-radius-0);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.
|
|
166
|
+
.gallery__smallImage_zy5aj {
|
|
167
167
|
position: relative;
|
|
168
168
|
width: auto;
|
|
169
169
|
height: auto;
|
|
@@ -172,17 +172,17 @@
|
|
|
172
172
|
user-select: none;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.gallery__verticalImageFit_zy5aj {
|
|
176
176
|
width: auto;
|
|
177
177
|
height: 100%;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.
|
|
180
|
+
.gallery__horizontalImageFit_zy5aj {
|
|
181
181
|
width: 100%;
|
|
182
182
|
height: auto;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
.gallery__arrow_zy5aj {
|
|
186
186
|
display: flex;
|
|
187
187
|
flex-direction: column;
|
|
188
188
|
justify-content: center;
|
|
@@ -196,20 +196,20 @@
|
|
|
196
196
|
outline: none;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
.
|
|
199
|
+
.gallery__arrow_zy5aj:hover {
|
|
200
200
|
background-color: var(--color-static-neutral-0-inverted-hover);
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
.
|
|
203
|
+
.gallery__arrow_zy5aj:active {
|
|
204
204
|
background-color: var(--color-static-neutral-0-inverted-press);
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.gallery__focused_zy5aj {
|
|
208
208
|
outline: 2px solid var(--focus-color);
|
|
209
209
|
outline-offset: 2px;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.
|
|
212
|
+
.gallery__placeholder_zy5aj {
|
|
213
213
|
display: flex;
|
|
214
214
|
justify-content: center;
|
|
215
215
|
align-items: center;
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
background-color: var(--color-static-neutral-300-inverted);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
.gallery__brokenImgWrapper_zy5aj {
|
|
223
223
|
position: relative;
|
|
224
224
|
display: flex;
|
|
225
225
|
flex-direction: column;
|
|
@@ -228,19 +228,19 @@
|
|
|
228
228
|
text-align: center;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
.gallery__brokenImgIcon_zy5aj {
|
|
232
232
|
width: 80px;
|
|
233
233
|
height: 80px;
|
|
234
234
|
margin-bottom: var(--gap-4);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.
|
|
237
|
+
.gallery__fullScreenImage_zy5aj {
|
|
238
238
|
width: 100%;
|
|
239
239
|
height: auto;
|
|
240
240
|
background-color: var(--color-light-base-bg-primary);
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
.
|
|
243
|
+
.gallery__fullScreenVideo_zy5aj {
|
|
244
244
|
width: calc(100% - 192px);
|
|
245
245
|
max-height: calc(100vh - 82px);
|
|
246
246
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"gallery__component_zy5aj","swiper":"gallery__swiper_zy5aj","mobile":"gallery__mobile_zy5aj","mobileVideo":"gallery__mobileVideo_zy5aj","singleSlideContainer":"gallery__singleSlideContainer_zy5aj","hidden":"gallery__hidden_zy5aj","slide":"gallery__slide_zy5aj","slideLoading":"gallery__slideLoading_zy5aj","spinner":"gallery__spinner_zy5aj","image":"gallery__image_zy5aj","smallImage":"gallery__smallImage_zy5aj","verticalImageFit":"gallery__verticalImageFit_zy5aj","horizontalImageFit":"gallery__horizontalImageFit_zy5aj","arrow":"gallery__arrow_zy5aj","focused":"gallery__focused_zy5aj","placeholder":"gallery__placeholder_zy5aj","brokenImgWrapper":"gallery__brokenImgWrapper_zy5aj","brokenImgIcon":"gallery__brokenImgIcon_zy5aj","fullScreenImage":"gallery__fullScreenImage_zy5aj","fullScreenVideo":"gallery__fullScreenVideo_zy5aj"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -7,22 +7,22 @@
|
|
|
7
7
|
--border-radius-0: 0;
|
|
8
8
|
--border-radius-24: var(--border-radius-3xl);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.gallery__videoWrapper_l8t78 {
|
|
11
11
|
display: flex;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
height: 100%;
|
|
14
14
|
width: auto;
|
|
15
15
|
position: relative;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.gallery__video_l8t78 {
|
|
18
18
|
max-width: 100%;
|
|
19
19
|
max-height: 100%;
|
|
20
20
|
border-radius: var(--border-radius-24);
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.gallery__mobile_l8t78 {
|
|
23
23
|
border-radius: var(--border-radius-0);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.gallery__videoButton_l8t78 {
|
|
26
26
|
position: absolute;
|
|
27
27
|
top: 50%;
|
|
28
28
|
left: 50%;
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
z-index: 1;
|
|
31
31
|
color: green;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.gallery__icon_l8t78 {
|
|
34
34
|
color: var(--color-static-neutral-0);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.gallery__iconShape_l8t78 {
|
|
37
37
|
fill: var(--color-static-neutral-translucent-700);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.gallery__bottomButton_l8t78 {
|
|
40
40
|
position: absolute;
|
|
41
41
|
bottom: 48px;
|
|
42
42
|
left: 32px;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"videoWrapper":"
|
|
5
|
+
var styles = {"videoWrapper":"gallery__videoWrapper_l8t78","video":"gallery__video_l8t78","mobile":"gallery__mobile_l8t78","videoButton":"gallery__videoButton_l8t78","icon":"gallery__icon_l8t78","iconShape":"gallery__iconShape_l8t78","bottomButton":"gallery__bottomButton_l8t78"};
|
|
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
|
-
.
|
|
10
|
+
.gallery__description_y6vyw {
|
|
11
11
|
text-align: center;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.gallery__infoWrapper_y6vyw {
|
|
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
|
-
.
|
|
22
|
+
.gallery__infoWrapper_y6vyw.gallery__video_y6vyw {
|
|
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":"
|
|
5
|
+
var styles = {"description":"gallery__description_y6vyw","infoWrapper":"gallery__infoWrapper_y6vyw","video":"gallery__video_y6vyw"};
|
|
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
|
-
.
|
|
16
|
+
.gallery__component_3gtnw {
|
|
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
|
-
.
|
|
28
|
+
.gallery__component_3gtnw.gallery__mobile_3gtnw {
|
|
29
29
|
padding: var(--gap-8) var(--gap-24);
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.gallery__component_3gtnw::-webkit-scrollbar {
|
|
32
32
|
display: none;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.gallery__previews_3gtnw {
|
|
35
35
|
display: flex;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.gallery__preview_3gtnw {
|
|
38
38
|
flex-shrink: 0;
|
|
39
39
|
margin-right: var(--gap-4);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.gallery__preview_3gtnw.gallery__mobile_3gtnw {
|
|
42
42
|
margin-right: var(--gap-2);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.gallery__preview_3gtnw:first-child {
|
|
45
45
|
margin-left: auto;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.gallery__preview_3gtnw: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":"
|
|
5
|
+
var styles = {"component":"gallery__component_3gtnw","mobile":"gallery__mobile_3gtnw","preview":"gallery__preview_3gtnw"};
|
|
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
|
-
.
|
|
8
|
+
.gallery__subtitles_39gbk {
|
|
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
|
-
.
|
|
21
|
+
.gallery__subtitles_39gbk.gallery__mobile_39gbk {
|
|
22
22
|
position: static;
|
|
23
23
|
position: initial;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.gallery__hideSubtitles_39gbk {
|
|
26
26
|
opacity: 0;
|
|
27
27
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"subtitles":"
|
|
5
|
+
var styles = {"subtitles":"gallery__subtitles_39gbk","mobile":"gallery__mobile_39gbk","hideSubtitles":"gallery__hideSubtitles_39gbk"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|