@alfalab/core-components-gallery 7.0.0 → 7.0.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 +25 -25
  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 +25 -25
  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 +25 -25
  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
@@ -8,19 +8,19 @@
8
8
  --gap-2xl: 32px;
9
9
  --gap-32: var(--gap-2xl);
10
10
  }
11
- .gallery__buttons_1j0e1 {
11
+ .gallery__buttons_1963e {
12
12
  display: flex;
13
13
  padding-left: var(--gap-32);
14
14
  }
15
- .gallery__buttons_1j0e1 path {
15
+ .gallery__buttons_1963e path {
16
16
  color: var(--color-static-neutral-translucent-1300-inverted);
17
17
  }
18
- .gallery__iconButton_1j0e1 path {
18
+ .gallery__iconButton_1963e path {
19
19
  color: var(--color-static-neutral-100);
20
20
  }
21
- .gallery__iconButton_1j0e1:hover path {
21
+ .gallery__iconButton_1963e:hover path {
22
22
  color: var(--color-static-neutral-100-hover);
23
23
  }
24
- .gallery__iconButton_1j0e1:active path {
24
+ .gallery__iconButton_1963e:active path {
25
25
  color: var(--color-static-neutral-100-press);
26
26
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"iconButton":"gallery__iconButton_1j0e1"};
3
+ var styles = {"iconButton":"gallery__iconButton_1963e"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_1pt9z {
7
+ .gallery__header_1im5o {
8
8
  display: flex;
9
9
  justify-content: space-between;
10
10
  flex-shrink: 0;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"header":"gallery__header_1pt9z"};
3
+ var styles = {"header":"gallery__header_1im5o"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_3ra6c {
5
+ .gallery__info_dlktb {
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_3ra6c {
12
+ .gallery__filenameHead_dlktb {
13
13
  display: inline;
14
14
  text-overflow: ellipsis;
15
15
  overflow: hidden;
16
16
  white-space: nowrap;
17
17
  }
18
- .gallery__filenameContainer_3ra6c {
18
+ .gallery__filenameContainer_dlktb {
19
19
  overflow: hidden;
20
20
  display: inline-flex;
21
21
  }
22
- .gallery__description_3ra6c {
22
+ .gallery__description_dlktb {
23
23
  display: inline;
24
24
  text-overflow: ellipsis;
25
25
  overflow: hidden;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"info":"gallery__info_3ra6c","filenameHead":"gallery__filenameHead_3ra6c","filenameContainer":"gallery__filenameContainer_3ra6c","description":"gallery__description_3ra6c"};
3
+ var styles = {"info":"gallery__info_dlktb","filenameHead":"gallery__filenameHead_dlktb","filenameContainer":"gallery__filenameContainer_dlktb","description":"gallery__description_dlktb"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_vhyqc {
4
+ .gallery__headerMobile_gq7l4 {
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_vhyqc.gallery__video_vhyqc {
13
+ .gallery__headerMobile_gq7l4.gallery__video_gq7l4 {
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_vhyqc {
19
+ .gallery__hide_gq7l4 {
20
20
  transform: translateY(-96px);
21
21
  }
22
- .gallery__leftButton_vhyqc,
23
- .gallery__rightButtons_vhyqc {
22
+ .gallery__leftButton_gq7l4,
23
+ .gallery__rightButtons_gq7l4 {
24
24
  display: flex;
25
25
  align-items: center;
26
26
  }
27
- .gallery__description_vhyqc {
27
+ .gallery__description_gq7l4 {
28
28
  position: absolute;
29
29
  left: 50%;
30
30
  transform: translateX(-50%);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"headerMobile":"gallery__headerMobile_vhyqc","video":"gallery__video_vhyqc","hide":"gallery__hide_vhyqc","rightButtons":"gallery__rightButtons_vhyqc","description":"gallery__description_vhyqc"};
3
+ var styles = {"headerMobile":"gallery__headerMobile_gq7l4","video":"gallery__video_gq7l4","hide":"gallery__hide_gq7l4","rightButtons":"gallery__rightButtons_gq7l4","description":"gallery__description_gq7l4"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_1265p {
15
+ .gallery__component_1c0gc {
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_1265p .gallery__image_1265p {
22
+ .gallery__component_1c0gc .gallery__image_1c0gc {
23
23
  opacity: 0.3;
24
24
  }
25
- .gallery__component_1265p.gallery__mobile_1265p {
25
+ .gallery__component_1c0gc.gallery__mobile_1c0gc {
26
26
  padding: 0;
27
27
  }
28
- .gallery__active_1265p > .gallery__image_1265p {
28
+ .gallery__active_1c0gc > .gallery__image_1c0gc {
29
29
  opacity: 1;
30
30
  }
31
- .gallery__preview_1265p {
31
+ .gallery__preview_1c0gc {
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_1265p.gallery__mobile_1265p {
41
+ .gallery__preview_1c0gc.gallery__mobile_1c0gc {
42
42
  width: 46px;
43
43
  height: 46px;
44
44
  border-radius: var(--border-radius-8);
45
45
  }
46
- .gallery__image_1265p {
46
+ .gallery__image_1c0gc {
47
47
  transition: opacity 0.15s ease-in-out;
48
48
  }
49
- .gallery__image_1265p > img {
49
+ .gallery__image_1c0gc > 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_1265p:hover {
59
+ .gallery__image_1c0gc:hover {
60
60
  opacity: 0.7;
61
61
  }
62
- .gallery__loading_1265p {
62
+ .gallery__loading_1c0gc {
63
63
  background-color: var(--color-static-neutral-100-inverted);
64
64
  }
65
- .gallery__loading_1265p .gallery__active_1265p {
65
+ .gallery__loading_1c0gc .gallery__active_1c0gc {
66
66
  background-color: var(--color-static-neutral-300-inverted);
67
67
  }
68
- .gallery__brokenImageWrapper_1265p {
68
+ .gallery__brokenImageWrapper_1c0gc {
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_1265p.gallery__active_1265p {
75
+ .gallery__brokenImageWrapper_1c0gc.gallery__active_1c0gc {
76
76
  opacity: 1;
77
77
  }
78
- .gallery__brokenIcon_1265p {
78
+ .gallery__brokenIcon_1c0gc {
79
79
  width: 40px;
80
80
  height: 40px;
81
81
  }
82
- .gallery__focused_1265p {
82
+ .gallery__focused_1c0gc {
83
83
  outline: 2px solid var(--focus-color);
84
84
  outline-offset: 2px;
85
85
  }
86
- .gallery__canvasPreview_1265p {
86
+ .gallery__canvasPreview_1c0gc {
87
87
  border-radius: var(--border-radius-12);
88
88
  }
89
- .gallery__canvasPreview_1265p.gallery__mobile_1265p {
89
+ .gallery__canvasPreview_1c0gc.gallery__mobile_1c0gc {
90
90
  border-radius: var(--border-radius-8);
91
91
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"gallery__component_1265p","image":"gallery__image_1265p","mobile":"gallery__mobile_1265p","active":"gallery__active_1265p","preview":"gallery__preview_1265p","loading":"gallery__loading_1265p","brokenImageWrapper":"gallery__brokenImageWrapper_1265p","brokenIcon":"gallery__brokenIcon_1265p","focused":"gallery__focused_1265p","canvasPreview":"gallery__canvasPreview_1265p"};
3
+ var styles = {"component":"gallery__component_1c0gc","image":"gallery__image_1c0gc","mobile":"gallery__mobile_1c0gc","active":"gallery__active_1c0gc","preview":"gallery__preview_1c0gc","loading":"gallery__loading_1c0gc","brokenImageWrapper":"gallery__brokenImageWrapper_1c0gc","brokenIcon":"gallery__brokenIcon_1c0gc","focused":"gallery__focused_1c0gc","canvasPreview":"gallery__canvasPreview_1c0gc"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -24,13 +24,13 @@
24
24
  :root {
25
25
  --focus-color: var(--color-light-status-info);
26
26
  }
27
- .gallery__component_1bzaj {
27
+ .gallery__component_1monh {
28
28
  display: flex;
29
29
  flex-grow: 1;
30
30
  justify-content: center;
31
31
  background-color: var(--color-static-neutral-0-inverted);
32
32
  }
33
- .gallery__swiper_1bzaj {
33
+ .gallery__swiper_1monh {
34
34
  display: flex;
35
35
  width: 100%;
36
36
  height: 100%;
@@ -38,13 +38,13 @@
38
38
  padding: var(--gap-32) var(--gap-16);
39
39
  box-sizing: border-box;
40
40
  }
41
- .gallery__swiper_1bzaj.gallery__mobile_1bzaj {
41
+ .gallery__swiper_1monh.gallery__mobile_1monh {
42
42
  max-height: calc(100vh - 210px);
43
43
  }
44
- .gallery__swiper_1bzaj.gallery__mobileVideo_1bzaj {
44
+ .gallery__swiper_1monh.gallery__mobileVideo_1monh {
45
45
  max-height: 100vh;
46
46
  }
47
- .gallery__singleSlideContainer_1bzaj {
47
+ .gallery__singleSlideContainer_1monh {
48
48
  display: flex;
49
49
  width: 100%;
50
50
  height: 100%;
@@ -53,17 +53,17 @@
53
53
  padding: var(--gap-32);
54
54
  box-sizing: border-box;
55
55
  }
56
- .gallery__singleSlideContainer_1bzaj.gallery__mobile_1bzaj {
56
+ .gallery__singleSlideContainer_1monh.gallery__mobile_1monh {
57
57
  max-height: calc(100vh - 174px);
58
58
  padding: 0;
59
59
  }
60
- .gallery__singleSlideContainer_1bzaj.gallery__mobileVideo_1bzaj {
60
+ .gallery__singleSlideContainer_1monh.gallery__mobileVideo_1monh {
61
61
  max-height: 100vh;
62
62
  }
63
- .gallery__hidden_1bzaj {
63
+ .gallery__hidden_1monh {
64
64
  display: none;
65
65
  }
66
- .gallery__slide_1bzaj {
66
+ .gallery__slide_1monh {
67
67
  position: relative;
68
68
  display: flex;
69
69
  justify-content: center;
@@ -71,15 +71,15 @@
71
71
  width: 100%;
72
72
  height: 100%;
73
73
  }
74
- .gallery__slideLoading_1bzaj {
74
+ .gallery__slideLoading_1monh {
75
75
  background-color: var(--color-static-neutral-translucent-100-inverted);
76
76
  border-radius: var(--border-radius-8);
77
77
  }
78
- .gallery__spinner_1bzaj {
78
+ .gallery__spinner_1monh {
79
79
  position: absolute;
80
80
  color: var(--color-static-neutral-translucent-1300-inverted);
81
81
  }
82
- .gallery__image_1bzaj {
82
+ .gallery__image_1monh {
83
83
  width: 0;
84
84
  height: 0;
85
85
  -webkit-user-select: none;
@@ -87,10 +87,10 @@
87
87
  user-select: none;
88
88
  border-radius: var(--border-radius-8);
89
89
  }
90
- .gallery__image_1bzaj.gallery__mobile_1bzaj {
90
+ .gallery__image_1monh.gallery__mobile_1monh {
91
91
  border-radius: var(--border-radius-0);
92
92
  }
93
- .gallery__smallImage_1bzaj {
93
+ .gallery__smallImage_1monh {
94
94
  position: relative;
95
95
  width: auto;
96
96
  height: auto;
@@ -98,15 +98,15 @@
98
98
  -moz-user-select: none;
99
99
  user-select: none;
100
100
  }
101
- .gallery__verticalImageFit_1bzaj {
101
+ .gallery__verticalImageFit_1monh {
102
102
  width: auto;
103
103
  height: 100%;
104
104
  }
105
- .gallery__horizontalImageFit_1bzaj {
105
+ .gallery__horizontalImageFit_1monh {
106
106
  width: 100%;
107
107
  height: auto;
108
108
  }
109
- .gallery__arrow_1bzaj {
109
+ .gallery__arrow_1monh {
110
110
  display: flex;
111
111
  flex-direction: column;
112
112
  justify-content: center;
@@ -119,17 +119,17 @@
119
119
  transition: background-color 0.15s ease-in-out;
120
120
  outline: none;
121
121
  }
122
- .gallery__arrow_1bzaj:hover {
122
+ .gallery__arrow_1monh:hover {
123
123
  background-color: var(--color-static-neutral-0-inverted-hover);
124
124
  }
125
- .gallery__arrow_1bzaj:active {
125
+ .gallery__arrow_1monh:active {
126
126
  background-color: var(--color-static-neutral-0-inverted-press);
127
127
  }
128
- .gallery__focused_1bzaj {
128
+ .gallery__focused_1monh {
129
129
  outline: 2px solid var(--focus-color);
130
130
  outline-offset: 2px;
131
131
  }
132
- .gallery__placeholder_1bzaj {
132
+ .gallery__placeholder_1monh {
133
133
  display: flex;
134
134
  justify-content: center;
135
135
  align-items: center;
@@ -138,7 +138,7 @@
138
138
  border-radius: var(--border-radius-8);
139
139
  background-color: var(--color-static-neutral-300-inverted);
140
140
  }
141
- .gallery__brokenImgWrapper_1bzaj {
141
+ .gallery__brokenImgWrapper_1monh {
142
142
  position: relative;
143
143
  display: flex;
144
144
  flex-direction: column;
@@ -146,17 +146,17 @@
146
146
  width: 150px;
147
147
  text-align: center;
148
148
  }
149
- .gallery__brokenImgIcon_1bzaj {
149
+ .gallery__brokenImgIcon_1monh {
150
150
  width: 80px;
151
151
  height: 80px;
152
152
  margin-bottom: var(--gap-4);
153
153
  }
154
- .gallery__fullScreenImage_1bzaj {
154
+ .gallery__fullScreenImage_1monh {
155
155
  width: 100%;
156
156
  height: auto;
157
157
  background-color: var(--color-light-base-bg-primary);
158
158
  }
159
- .gallery__fullScreenVideo_1bzaj {
159
+ .gallery__fullScreenVideo_1monh {
160
160
  width: calc(100% - 192px);
161
161
  max-height: calc(100vh - 82px);
162
162
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"gallery__component_1bzaj","swiper":"gallery__swiper_1bzaj","mobile":"gallery__mobile_1bzaj","mobileVideo":"gallery__mobileVideo_1bzaj","singleSlideContainer":"gallery__singleSlideContainer_1bzaj","hidden":"gallery__hidden_1bzaj","slide":"gallery__slide_1bzaj","slideLoading":"gallery__slideLoading_1bzaj","spinner":"gallery__spinner_1bzaj","image":"gallery__image_1bzaj","smallImage":"gallery__smallImage_1bzaj","verticalImageFit":"gallery__verticalImageFit_1bzaj","horizontalImageFit":"gallery__horizontalImageFit_1bzaj","arrow":"gallery__arrow_1bzaj","focused":"gallery__focused_1bzaj","placeholder":"gallery__placeholder_1bzaj","brokenImgWrapper":"gallery__brokenImgWrapper_1bzaj","brokenImgIcon":"gallery__brokenImgIcon_1bzaj","fullScreenImage":"gallery__fullScreenImage_1bzaj","fullScreenVideo":"gallery__fullScreenVideo_1bzaj"};
3
+ var styles = {"component":"gallery__component_1monh","swiper":"gallery__swiper_1monh","mobile":"gallery__mobile_1monh","mobileVideo":"gallery__mobileVideo_1monh","singleSlideContainer":"gallery__singleSlideContainer_1monh","hidden":"gallery__hidden_1monh","slide":"gallery__slide_1monh","slideLoading":"gallery__slideLoading_1monh","spinner":"gallery__spinner_1monh","image":"gallery__image_1monh","smallImage":"gallery__smallImage_1monh","verticalImageFit":"gallery__verticalImageFit_1monh","horizontalImageFit":"gallery__horizontalImageFit_1monh","arrow":"gallery__arrow_1monh","focused":"gallery__focused_1monh","placeholder":"gallery__placeholder_1monh","brokenImgWrapper":"gallery__brokenImgWrapper_1monh","brokenImgIcon":"gallery__brokenImgIcon_1monh","fullScreenImage":"gallery__fullScreenImage_1monh","fullScreenVideo":"gallery__fullScreenVideo_1monh"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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
- .gallery__videoWrapper_1qx8v {
10
+ .gallery__videoWrapper_1c5hq {
11
11
  display: flex;
12
12
  justify-content: center;
13
13
  height: 100%;
14
14
  width: auto;
15
15
  position: relative;
16
16
  }
17
- .gallery__video_1qx8v {
17
+ .gallery__video_1c5hq {
18
18
  max-width: 100%;
19
19
  max-height: 100%;
20
20
  border-radius: var(--border-radius-24);
21
21
  }
22
- .gallery__mobile_1qx8v {
22
+ .gallery__mobile_1c5hq {
23
23
  border-radius: var(--border-radius-0);
24
24
  }
25
- .gallery__videoButton_1qx8v {
25
+ .gallery__videoButton_1c5hq {
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
- .gallery__icon_1qx8v {
33
+ .gallery__icon_1c5hq {
34
34
  color: var(--color-static-neutral-0);
35
35
  }
36
- .gallery__iconShape_1qx8v {
36
+ .gallery__iconShape_1c5hq {
37
37
  fill: var(--color-static-neutral-translucent-700);
38
38
  }
39
- .gallery__bottomButton_1qx8v {
39
+ .gallery__bottomButton_1c5hq {
40
40
  position: absolute;
41
41
  bottom: 48px;
42
42
  left: 32px;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"videoWrapper":"gallery__videoWrapper_1qx8v","video":"gallery__video_1qx8v","mobile":"gallery__mobile_1qx8v","videoButton":"gallery__videoButton_1qx8v","icon":"gallery__icon_1qx8v","iconShape":"gallery__iconShape_1qx8v","bottomButton":"gallery__bottomButton_1qx8v"};
3
+ var styles = {"videoWrapper":"gallery__videoWrapper_1c5hq","video":"gallery__video_1c5hq","mobile":"gallery__mobile_1c5hq","videoButton":"gallery__videoButton_1c5hq","icon":"gallery__icon_1c5hq","iconShape":"gallery__iconShape_1c5hq","bottomButton":"gallery__bottomButton_1c5hq"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_n6t6g {
10
+ .gallery__description_xw64l {
11
11
  text-align: center;
12
12
  }
13
- .gallery__infoWrapper_n6t6g {
13
+ .gallery__infoWrapper_xw64l {
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_n6t6g.gallery__video_n6t6g {
22
+ .gallery__infoWrapper_xw64l.gallery__video_xw64l {
23
23
  padding: 0 var(--gap-4) var(--gap-4);
24
24
  justify-content: space-between;
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"description":"gallery__description_n6t6g","infoWrapper":"gallery__infoWrapper_n6t6g","video":"gallery__video_n6t6g"};
3
+ var styles = {"description":"gallery__description_xw64l","infoWrapper":"gallery__infoWrapper_xw64l","video":"gallery__video_xw64l"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_1u4ws {
16
+ .gallery__component_1fd5n {
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_1u4ws.gallery__mobile_1u4ws {
28
+ .gallery__component_1fd5n.gallery__mobile_1fd5n {
29
29
  padding: var(--gap-8) var(--gap-24);
30
30
  }
31
- .gallery__component_1u4ws::-webkit-scrollbar {
31
+ .gallery__component_1fd5n::-webkit-scrollbar {
32
32
  display: none;
33
33
  }
34
- .gallery__previews_1u4ws {
34
+ .gallery__previews_1fd5n {
35
35
  display: flex;
36
36
  }
37
- .gallery__preview_1u4ws {
37
+ .gallery__preview_1fd5n {
38
38
  flex-shrink: 0;
39
39
  margin-right: var(--gap-4);
40
40
  }
41
- .gallery__preview_1u4ws.gallery__mobile_1u4ws {
41
+ .gallery__preview_1fd5n.gallery__mobile_1fd5n {
42
42
  margin-right: var(--gap-2);
43
43
  }
44
- .gallery__preview_1u4ws:first-child {
44
+ .gallery__preview_1fd5n:first-child {
45
45
  margin-left: auto;
46
46
  }
47
- .gallery__preview_1u4ws:last-child {
47
+ .gallery__preview_1fd5n:last-child {
48
48
  margin-right: auto;
49
49
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"gallery__component_1u4ws","mobile":"gallery__mobile_1u4ws","preview":"gallery__preview_1u4ws"};
3
+ var styles = {"component":"gallery__component_1fd5n","mobile":"gallery__mobile_1fd5n","preview":"gallery__preview_1fd5n"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_1mqjy {
8
+ .gallery__subtitles_1eodc {
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_1mqjy.gallery__mobile_1mqjy {
21
+ .gallery__subtitles_1eodc.gallery__mobile_1eodc {
22
22
  position: static;
23
23
  position: initial;
24
24
  }
25
- .gallery__hideSubtitles_1mqjy {
25
+ .gallery__hideSubtitles_1eodc {
26
26
  opacity: 0;
27
27
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"subtitles":"gallery__subtitles_1mqjy","mobile":"gallery__mobile_1mqjy","hideSubtitles":"gallery__hideSubtitles_1mqjy"};
3
+ var styles = {"subtitles":"gallery__subtitles_1eodc","mobile":"gallery__mobile_1eodc","hideSubtitles":"gallery__hideSubtitles_1eodc"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/index.css CHANGED
@@ -13,7 +13,7 @@
13
13
  --sat: env(safe-area-inset-top, var(--gap-0));
14
14
  --sab: env(safe-area-inset-bottom, var(--gap-0));
15
15
  }
16
- .gallery__container_jsz9b {
16
+ .gallery__container_rv5vq {
17
17
  position: relative;
18
18
  overflow-x: hidden;
19
19
  overflow-y: auto;
@@ -26,16 +26,16 @@
26
26
  padding-top: var(--sat);
27
27
  padding-bottom: var(--sab);
28
28
  }
29
- .gallery__container_jsz9b.gallery__mobile_jsz9b {
29
+ .gallery__container_rv5vq.gallery__mobile_rv5vq {
30
30
  overflow: hidden;
31
31
  }
32
- .gallery__modal_jsz9b {
32
+ .gallery__modal_rv5vq {
33
33
  flex-grow: 1;
34
34
  width: 100vw;
35
35
  height: 100vh;
36
36
  background: transparent;
37
37
  }
38
- .gallery__navigationVideo_jsz9b {
38
+ .gallery__navigationVideo_rv5vq {
39
39
  z-index: 3;
40
40
  width: 100%;
41
41
  position: absolute;
@@ -44,18 +44,18 @@
44
44
  transition: transform 0.3s ease-in-out;
45
45
  text-align: center;
46
46
  }
47
- .gallery__hide_jsz9b {
47
+ .gallery__hide_rv5vq {
48
48
  transform: translateY(114px);
49
49
  }
50
- .gallery__hideInfo_jsz9b {
50
+ .gallery__hideInfo_rv5vq {
51
51
  transform: translateY(48px);
52
52
  }
53
- .gallery__bottomButton_jsz9b {
53
+ .gallery__bottomButton_rv5vq {
54
54
  width: calc(100% - var(--gap-32));
55
55
  margin: var(--gap-16);
56
56
  background-color: var(--color-static-neutral-translucent-500-inverted);
57
57
  }
58
- .gallery__subtitles_jsz9b {
58
+ .gallery__subtitles_rv5vq {
59
59
  padding: var(--gap-0) var(--gap-32);
60
60
  margin-bottom: var(--gap-16);
61
61
  width: 100%;
@@ -66,6 +66,6 @@
66
66
  opacity 500ms ease-in-out,
67
67
  margin-bottom 270ms ease-in-out;
68
68
  }
69
- .gallery__hideSubtitles_jsz9b {
69
+ .gallery__hideSubtitles_rv5vq {
70
70
  opacity: 0;
71
71
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"container":"gallery__container_jsz9b","mobile":"gallery__mobile_jsz9b","modal":"gallery__modal_jsz9b","navigationVideo":"gallery__navigationVideo_jsz9b","hide":"gallery__hide_jsz9b","hideInfo":"gallery__hideInfo_jsz9b","bottomButton":"gallery__bottomButton_jsz9b"};
3
+ var styles = {"container":"gallery__container_rv5vq","mobile":"gallery__mobile_rv5vq","modal":"gallery__modal_rv5vq","navigationVideo":"gallery__navigationVideo_rv5vq","hide":"gallery__hide_rv5vq","hideInfo":"gallery__hideInfo_rv5vq","bottomButton":"gallery__bottomButton_rv5vq"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map