@alfalab/core-components-gallery 5.1.17 → 5.1.18

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 (61) hide show
  1. package/Component.js +2 -2
  2. package/components/header/Component.js +1 -1
  3. package/components/header/index.css +5 -5
  4. package/components/header-info-block/Component.js +1 -1
  5. package/components/header-info-block/index.css +7 -7
  6. package/components/image-preview/Component.js +1 -1
  7. package/components/image-preview/index.css +14 -14
  8. package/components/image-viewer/component.js +1 -1
  9. package/components/image-viewer/index.css +21 -21
  10. package/components/image-viewer/index.js +1 -1
  11. package/components/image-viewer/slide.js +1 -1
  12. package/components/index.js +1 -1
  13. package/components/navigation-bar/Component.js +1 -1
  14. package/components/navigation-bar/index.css +8 -8
  15. package/cssm/components/header/index.module.css +2 -2
  16. package/cssm/components/header-info-block/index.module.css +2 -2
  17. package/cssm/components/image-preview/index.module.css +2 -2
  18. package/cssm/components/image-viewer/index.module.css +2 -2
  19. package/cssm/components/navigation-bar/index.module.css +2 -2
  20. package/cssm/index.module.css +2 -2
  21. package/esm/Component.js +2 -2
  22. package/esm/components/header/Component.js +1 -1
  23. package/esm/components/header/index.css +5 -5
  24. package/esm/components/header-info-block/Component.js +1 -1
  25. package/esm/components/header-info-block/index.css +7 -7
  26. package/esm/components/image-preview/Component.js +1 -1
  27. package/esm/components/image-preview/index.css +14 -14
  28. package/esm/components/image-viewer/component.js +1 -1
  29. package/esm/components/image-viewer/index.css +21 -21
  30. package/esm/components/image-viewer/index.js +1 -1
  31. package/esm/components/image-viewer/slide.js +1 -1
  32. package/esm/components/index.js +1 -1
  33. package/esm/components/navigation-bar/Component.js +1 -1
  34. package/esm/components/navigation-bar/index.css +8 -8
  35. package/esm/index.css +5 -5
  36. package/esm/index.js +1 -1
  37. package/esm/{slide-eacf5369.js → slide-f719a641.js} +1 -1
  38. package/index.css +5 -5
  39. package/index.js +1 -1
  40. package/modern/Component.js +2 -2
  41. package/modern/components/header/Component.js +1 -1
  42. package/modern/components/header/index.css +5 -5
  43. package/modern/components/header-info-block/Component.js +1 -1
  44. package/modern/components/header-info-block/index.css +7 -7
  45. package/modern/components/image-preview/Component.js +1 -1
  46. package/modern/components/image-preview/index.css +14 -14
  47. package/modern/components/image-viewer/component.js +1 -1
  48. package/modern/components/image-viewer/index.css +21 -21
  49. package/modern/components/image-viewer/index.js +1 -1
  50. package/modern/components/image-viewer/slide.js +1 -1
  51. package/modern/components/index.js +1 -1
  52. package/modern/components/navigation-bar/Component.js +1 -1
  53. package/modern/components/navigation-bar/index.css +8 -8
  54. package/modern/index.css +5 -5
  55. package/modern/index.js +1 -1
  56. package/modern/{slide-fe22b925.js → slide-c23fbbe8.js} +1 -1
  57. package/package.json +2 -2
  58. package/{slide-669d77ae.js → slide-3efb6764.js} +1 -1
  59. /package/esm/{slide-eacf5369.d.ts → slide-f719a641.d.ts} +0 -0
  60. /package/modern/{slide-fe22b925.d.ts → slide-c23fbbe8.d.ts} +0 -0
  61. /package/{slide-669d77ae.d.ts → slide-3efb6764.d.ts} +0 -0
package/Component.js CHANGED
@@ -28,7 +28,7 @@ require('swiper');
28
28
  require('swiper/react');
29
29
  require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
30
30
  require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
31
- require('./slide-669d77ae.js');
31
+ require('./slide-3efb6764.js');
32
32
  require('./components/image-viewer/paths.js');
33
33
  require('swiper/swiper.min.css');
34
34
 
@@ -36,7 +36,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
36
36
 
37
37
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
38
38
 
39
- var styles = {"container":"gallery__container_11itj","modal":"gallery__modal_11itj"};
39
+ var styles = {"container":"gallery__container_3rbpi","modal":"gallery__modal_3rbpi"};
40
40
  require('./index.css')
41
41
 
42
42
  var Backdrop = function () { return null; };
@@ -20,7 +20,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
22
22
 
23
- var styles = {"header":"gallery__header_1ad2p","buttons":"gallery__buttons_1ad2p"};
23
+ var styles = {"header":"gallery__header_f24k7","buttons":"gallery__buttons_f24k7"};
24
24
  require('./index.css')
25
25
 
26
26
  var Header = function () {
@@ -1,8 +1,8 @@
1
- /* hash: ct3lf */
1
+ /* hash: 1faeb */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-tertiary-inverted: #3c4c5d;
5
- } :root {
4
+ --color-light-bg-tertiary-inverted: #3c4c5d; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
8
8
 
@@ -18,7 +18,7 @@
18
18
  --gap-2xl: 32px;
19
19
  } :root {
20
20
  } :root {
21
- } .gallery__header_1ad2p {
21
+ } .gallery__header_f24k7 {
22
22
  display: flex;
23
23
  justify-content: space-between;
24
24
  flex-shrink: 0;
@@ -26,7 +26,7 @@
26
26
  padding: var(--gap-m) var(--gap-xl);
27
27
  background-color: var(--color-light-bg-tertiary-inverted);
28
28
  box-sizing: border-box;
29
- } .gallery__buttons_1ad2p {
29
+ } .gallery__buttons_f24k7 {
30
30
  display: flex;
31
31
  padding-left: var(--gap-2xl);
32
32
  }
@@ -8,7 +8,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
8
8
 
9
9
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
10
10
 
11
- var styles = {"info":"gallery__info_511cz","filenameHead":"gallery__filenameHead_511cz","filenameContainer":"gallery__filenameContainer_511cz","description":"gallery__description_511cz"};
11
+ var styles = {"info":"gallery__info_1ox9w","filenameHead":"gallery__filenameHead_1ox9w","filenameContainer":"gallery__filenameContainer_1ox9w","description":"gallery__description_1ox9w"};
12
12
  require('./index.css')
13
13
 
14
14
  var HeaderInfoBlock = function (_a) {
@@ -1,7 +1,7 @@
1
- /* hash: 1q8vz */
1
+ /* hash: 1y7ew */
2
2
  :root {
3
- } /* deprecated */ :root {
4
- } :root {
3
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -15,21 +15,21 @@
15
15
  --gap-2xs: 4px;
16
16
  } :root {
17
17
  } :root {
18
- } .gallery__info_511cz {
18
+ } .gallery__info_1ox9w {
19
19
  height: 100%;
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  justify-content: center;
23
23
  overflow: hidden;
24
- } .gallery__filenameHead_511cz {
24
+ } .gallery__filenameHead_1ox9w {
25
25
  display: inline;
26
26
  text-overflow: ellipsis;
27
27
  overflow: hidden;
28
28
  white-space: nowrap;
29
- } .gallery__filenameContainer_511cz {
29
+ } .gallery__filenameContainer_1ox9w {
30
30
  overflow: hidden;
31
31
  display: inline-flex;
32
- } .gallery__description_511cz {
32
+ } .gallery__description_1ox9w {
33
33
  display: inline;
34
34
  text-overflow: ellipsis;
35
35
  overflow: hidden;
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
 
14
- var styles = {"component":"gallery__component_q6d82","active":"gallery__active_q6d82","image":"gallery__image_q6d82","preview":"gallery__preview_q6d82","loading":"gallery__loading_q6d82","brokenImageWrapper":"gallery__brokenImageWrapper_q6d82","brokenIcon":"gallery__brokenIcon_q6d82","focused":"gallery__focused_q6d82"};
14
+ var styles = {"component":"gallery__component_b1hpz","active":"gallery__active_b1hpz","image":"gallery__image_b1hpz","preview":"gallery__preview_b1hpz","loading":"gallery__loading_b1hpz","brokenImageWrapper":"gallery__brokenImageWrapper_b1hpz","brokenIcon":"gallery__brokenIcon_b1hpz","focused":"gallery__focused_b1hpz"};
15
15
  require('./index.css')
16
16
 
17
17
  var ImagePreview = function (_a) {
@@ -1,10 +1,10 @@
1
- /* hash: 1gpo9 */
1
+ /* hash: 1oo76 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
5
  --color-light-border-key-inverted: #fff;
6
- --color-light-border-link: #007aff;
7
- } :root {
6
+ --color-light-border-link: #007aff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root {
9
9
  } :root {
10
10
 
@@ -21,7 +21,7 @@
21
21
  } :root {
22
22
  } :root {
23
23
  --focus-color: var(--color-light-border-link);
24
- } .gallery__component_q6d82 {
24
+ } .gallery__component_b1hpz {
25
25
  display: flex;
26
26
  padding: var(--gap-2xs);
27
27
  border: 2px solid rgba(0, 0, 0, 0);
@@ -29,11 +29,11 @@
29
29
  overflow: hidden;
30
30
  transition: border 0.15s ease-in-out;
31
31
  outline: none;
32
- } .gallery__active_q6d82 {
32
+ } .gallery__active_b1hpz {
33
33
  border-color: var(--color-light-border-key-inverted)
34
- } .gallery__active_q6d82 > .gallery__image_q6d82 {
34
+ } .gallery__active_b1hpz > .gallery__image_b1hpz {
35
35
  opacity: 0.7;
36
- } .gallery__preview_q6d82 {
36
+ } .gallery__preview_b1hpz {
37
37
  width: 56px;
38
38
  height: 56px;
39
39
  flex-shrink: 0;
@@ -41,28 +41,28 @@
41
41
  cursor: pointer;
42
42
  -webkit-user-select: none;
43
43
  user-select: none;
44
- } .gallery__image_q6d82 {
44
+ } .gallery__image_b1hpz {
45
45
  background-color: var(--color-light-bg-primary);
46
46
  background-size: cover;
47
47
  background-repeat: no-repeat;
48
48
  background-position: center;
49
49
  transition: opacity 0.15s ease-in-out
50
- } .gallery__image_q6d82:hover {
50
+ } .gallery__image_b1hpz:hover {
51
51
  opacity: 0.7;
52
- } .gallery__loading_q6d82 {
52
+ } .gallery__loading_b1hpz {
53
53
  /* TODO: цвета нет в палитре */
54
54
  background-color: #e9eaeb;
55
- } .gallery__brokenImageWrapper_q6d82 {
55
+ } .gallery__brokenImageWrapper_b1hpz {
56
56
  display: flex;
57
57
  justify-content: center;
58
58
  align-items: center;
59
59
  background-color: var(--color-light-bg-primary)
60
- } .gallery__brokenImageWrapper_q6d82:hover {
60
+ } .gallery__brokenImageWrapper_b1hpz:hover {
61
61
  opacity: 0.7;
62
- } .gallery__brokenIcon_q6d82 {
62
+ } .gallery__brokenIcon_b1hpz {
63
63
  width: 40px;
64
64
  height: 40px;
65
- } .gallery__focused_q6d82 {
65
+ } .gallery__focused_b1hpz {
66
66
  outline: 2px solid var(--focus-color);
67
67
  outline-offset: 2px;
68
68
  }
@@ -12,7 +12,7 @@ var ChevronForwardHeavyMIcon = require('@alfalab/icons-glyph/ChevronForwardHeavy
12
12
  var context = require('../../context.js');
13
13
  var utils_utils = require('../../utils/utils.js');
14
14
  var utils_constants = require('../../utils/constants.js');
15
- var components_imageViewer_slide = require('../../slide-669d77ae.js');
15
+ var components_imageViewer_slide = require('../../slide-3efb6764.js');
16
16
  require('swiper/swiper.min.css');
17
17
  require('@alfalab/core-components-typography');
18
18
  require('./paths.js');
@@ -1,13 +1,13 @@
1
- /* hash: 12usl */
1
+ /* hash: 4g3cy */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
5
  --color-light-border-link: #007aff;
6
- --color-light-graphic-primary-inverted: #fff;
6
+ --color-light-graphic-primary-inverted: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
8
8
  --color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
9
9
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
10
- } :root {
10
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
11
  } :root {
12
12
  } :root {
13
13
 
@@ -25,13 +25,13 @@
25
25
  } :root {
26
26
  } :root {
27
27
  --focus-color: var(--color-light-border-link);
28
- } .gallery__component_1gocg {
28
+ } .gallery__component_ccbsf {
29
29
  display: flex;
30
30
  flex-grow: 1;
31
31
  justify-content: center;
32
32
  align-items: center;
33
33
  background-color: var(--color-light-bg-primary-inverted-alpha-50);
34
- } .gallery__swiper_1gocg {
34
+ } .gallery__swiper_ccbsf {
35
35
  display: flex;
36
36
  width: 100%;
37
37
  height: 100%;
@@ -40,43 +40,43 @@
40
40
  max-height: calc(100vh - 168px);
41
41
  padding: var(--gap-2xl) var(--gap-m);
42
42
  box-sizing: border-box;
43
- } .gallery__singleSlide_1gocg .gallery__swiper_1gocg {
43
+ } .gallery__singleSlide_ccbsf .gallery__swiper_ccbsf {
44
44
  max-height: calc(100vh - 80px);
45
45
  padding: var(--gap-2xl);
46
- } .gallery__hidden_1gocg {
46
+ } .gallery__hidden_ccbsf {
47
47
  display: none;
48
- } .gallery__slide_1gocg {
48
+ } .gallery__slide_ccbsf {
49
49
  position: relative;
50
50
  display: flex;
51
51
  justify-content: center;
52
52
  align-items: center;
53
53
  width: 100%;
54
54
  height: 100%;
55
- } .gallery__slideLoading_1gocg {
55
+ } .gallery__slideLoading_ccbsf {
56
56
  /* TODO: цвета нет в палитре */
57
57
  background-color: #e9eaeb;
58
58
  border-radius: var(--border-radius-m);
59
- } .gallery__image_1gocg {
59
+ } .gallery__image_ccbsf {
60
60
  width: 0;
61
61
  height: 0;
62
62
  -webkit-user-select: none;
63
63
  user-select: none;
64
64
  background-color: var(--color-light-bg-primary);
65
65
  border-radius: var(--border-radius-m);
66
- } .gallery__smallImage_1gocg {
66
+ } .gallery__smallImage_ccbsf {
67
67
  position: relative;
68
68
  width: auto;
69
69
  height: auto;
70
70
  -webkit-user-select: none;
71
71
  user-select: none;
72
72
  background-color: var(--color-light-bg-primary);
73
- } .gallery__verticalImageFit_1gocg {
73
+ } .gallery__verticalImageFit_ccbsf {
74
74
  width: auto;
75
75
  height: 100%;
76
- } .gallery__horizontalImageFit_1gocg {
76
+ } .gallery__horizontalImageFit_ccbsf {
77
77
  width: 100%;
78
78
  height: auto;
79
- } .gallery__arrow_1gocg {
79
+ } .gallery__arrow_ccbsf {
80
80
  display: flex;
81
81
  flex-direction: column;
82
82
  justify-content: center;
@@ -88,14 +88,14 @@
88
88
  color: var(--color-light-graphic-primary-inverted);
89
89
  transition: background-color 0.15s ease-in-out;
90
90
  outline: none
91
- } .gallery__arrow_1gocg:hover {
91
+ } .gallery__arrow_ccbsf:hover {
92
92
  background-color: var(--color-light-bg-primary-inverted-alpha-10);
93
- } .gallery__arrow_1gocg:active {
93
+ } .gallery__arrow_ccbsf:active {
94
94
  background-color: var(--color-light-bg-primary-inverted-alpha-20);
95
- } .gallery__focused_1gocg {
95
+ } .gallery__focused_ccbsf {
96
96
  outline: 2px solid var(--focus-color);
97
97
  outline-offset: 2px;
98
- } .gallery__placeholder_1gocg {
98
+ } .gallery__placeholder_ccbsf {
99
99
  display: flex;
100
100
  justify-content: center;
101
101
  align-items: center;
@@ -103,18 +103,18 @@
103
103
  height: 300px;
104
104
  border-radius: var(--border-radius-m);
105
105
  background-color: var(--color-light-bg-primary);
106
- } .gallery__brokenImgWrapper_1gocg {
106
+ } .gallery__brokenImgWrapper_ccbsf {
107
107
  position: relative;
108
108
  display: flex;
109
109
  flex-direction: column;
110
110
  align-items: center;
111
111
  width: 150px;
112
112
  text-align: center;
113
- } .gallery__brokenImgIcon_1gocg {
113
+ } .gallery__brokenImgIcon_ccbsf {
114
114
  width: 80px;
115
115
  height: 80px;
116
116
  margin-bottom: var(--gap-2xs);
117
- } .gallery__fullScreenImage_1gocg {
117
+ } .gallery__fullScreenImage_ccbsf {
118
118
  width: 100%;
119
119
  height: auto;
120
120
  background-color: var(--color-light-bg-primary);
@@ -13,7 +13,7 @@ require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
13
13
  require('../../context.js');
14
14
  require('../../utils/utils.js');
15
15
  require('../../utils/constants.js');
16
- require('../../slide-669d77ae.js');
16
+ require('../../slide-3efb6764.js');
17
17
  require('@alfalab/core-components-typography');
18
18
  require('./paths.js');
19
19
  require('swiper/swiper.min.css');
@@ -6,7 +6,7 @@ require('@alfalab/core-components-typography');
6
6
  require('../../utils/utils.js');
7
7
  require('../../utils/constants.js');
8
8
  require('./paths.js');
9
- var components_imageViewer_slide = require('../../slide-669d77ae.js');
9
+ var components_imageViewer_slide = require('../../slide-3efb6764.js');
10
10
 
11
11
 
12
12
 
@@ -27,7 +27,7 @@ require('swiper');
27
27
  require('swiper/react');
28
28
  require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
29
29
  require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
30
- require('../slide-669d77ae.js');
30
+ require('../slide-3efb6764.js');
31
31
  require('./image-viewer/paths.js');
32
32
  require('swiper/swiper.min.css');
33
33
 
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
 
14
14
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
 
16
- var styles = {"component":"gallery__component_symve","preview":"gallery__preview_symve"};
16
+ var styles = {"component":"gallery__component_dtrdc","preview":"gallery__preview_dtrdc"};
17
17
  require('./index.css')
18
18
 
19
19
  var MIN_SCROLL_STEP = 24;
@@ -1,8 +1,8 @@
1
- /* hash: emzq6 */
1
+ /* hash: mlinb */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-tertiary-inverted: #3c4c5d;
5
- } :root {
4
+ --color-light-bg-tertiary-inverted: #3c4c5d; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
8
8
 
@@ -17,7 +17,7 @@
17
17
  --gap-xl: 24px;
18
18
  } :root {
19
19
  } :root {
20
- } .gallery__component_symve {
20
+ } .gallery__component_dtrdc {
21
21
  display: flex;
22
22
  flex-wrap: nowrap;
23
23
  align-content: center;
@@ -29,13 +29,13 @@
29
29
  -ms-overflow-style: none;
30
30
  background-color: var(--color-light-bg-tertiary-inverted);
31
31
  scrollbar-width: none
32
- } .gallery__component_symve::-webkit-scrollbar {
32
+ } .gallery__component_dtrdc::-webkit-scrollbar {
33
33
  display: none;
34
- } .gallery__preview_symve {
34
+ } .gallery__preview_dtrdc {
35
35
  flex-shrink: 0;
36
36
  margin: 0 var(--gap-3xs)
37
- } .gallery__preview_symve:first-child {
37
+ } .gallery__preview_dtrdc:first-child {
38
38
  margin-left: auto;
39
- } .gallery__preview_symve:last-child {
39
+ } .gallery__preview_dtrdc:last-child {
40
40
  margin-right: auto;
41
41
  }
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
- --color-light-bg-tertiary-inverted: #3c4c5d;
4
- } :root {
3
+ --color-light-bg-tertiary-inverted: #3c4c5d; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -1,6 +1,6 @@
1
1
  :root {
2
- } /* deprecated */ :root {
3
- } :root {
2
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root {
5
5
  } :root {
6
6
 
@@ -2,8 +2,8 @@
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-key-inverted: #fff;
5
- --color-light-border-link: #007aff;
6
- } :root {
5
+ --color-light-border-link: #007aff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
9
9
 
@@ -2,11 +2,11 @@
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-link: #007aff;
5
- --color-light-graphic-primary-inverted: #fff;
5
+ --color-light-graphic-primary-inverted: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
7
7
  --color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
8
8
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
9
- } :root {
9
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
10
10
  } :root {
11
11
  } :root {
12
12
 
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
- --color-light-bg-tertiary-inverted: #3c4c5d;
4
- } :root {
3
+ --color-light-bg-tertiary-inverted: #3c4c5d; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -1,6 +1,6 @@
1
1
  :root {
2
- } /* deprecated */ :root {
3
- } :root {
2
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root {
5
5
  } :root {
6
6
 
package/esm/Component.js CHANGED
@@ -26,11 +26,11 @@ import 'swiper';
26
26
  import 'swiper/react';
27
27
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
28
28
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
29
- import './slide-eacf5369.js';
29
+ import './slide-f719a641.js';
30
30
  import './components/image-viewer/paths.js';
31
31
  import 'swiper/swiper.min.css';
32
32
 
33
- var styles = {"container":"gallery__container_11itj","modal":"gallery__modal_11itj"};
33
+ var styles = {"container":"gallery__container_3rbpi","modal":"gallery__modal_3rbpi"};
34
34
  require('./index.css')
35
35
 
36
36
  var Backdrop = function () { return null; };
@@ -14,7 +14,7 @@ import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
14
14
  import '@alfalab/icons-glyph/CrossMIcon';
15
15
  import '@alfalab/icons-glyph/PointerDownMIcon';
16
16
 
17
- var styles = {"header":"gallery__header_1ad2p","buttons":"gallery__buttons_1ad2p"};
17
+ var styles = {"header":"gallery__header_f24k7","buttons":"gallery__buttons_f24k7"};
18
18
  require('./index.css')
19
19
 
20
20
  var Header = function () {
@@ -1,8 +1,8 @@
1
- /* hash: ct3lf */
1
+ /* hash: 1faeb */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-tertiary-inverted: #3c4c5d;
5
- } :root {
4
+ --color-light-bg-tertiary-inverted: #3c4c5d; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
8
8
 
@@ -18,7 +18,7 @@
18
18
  --gap-2xl: 32px;
19
19
  } :root {
20
20
  } :root {
21
- } .gallery__header_1ad2p {
21
+ } .gallery__header_f24k7 {
22
22
  display: flex;
23
23
  justify-content: space-between;
24
24
  flex-shrink: 0;
@@ -26,7 +26,7 @@
26
26
  padding: var(--gap-m) var(--gap-xl);
27
27
  background-color: var(--color-light-bg-tertiary-inverted);
28
28
  box-sizing: border-box;
29
- } .gallery__buttons_1ad2p {
29
+ } .gallery__buttons_f24k7 {
30
30
  display: flex;
31
31
  padding-left: var(--gap-2xl);
32
32
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { Typography } from '@alfalab/core-components-typography/esm';
3
3
  import { splitFilename } from '../../utils/split-filename.js';
4
4
 
5
- var styles = {"info":"gallery__info_511cz","filenameHead":"gallery__filenameHead_511cz","filenameContainer":"gallery__filenameContainer_511cz","description":"gallery__description_511cz"};
5
+ var styles = {"info":"gallery__info_1ox9w","filenameHead":"gallery__filenameHead_1ox9w","filenameContainer":"gallery__filenameContainer_1ox9w","description":"gallery__description_1ox9w"};
6
6
  require('./index.css')
7
7
 
8
8
  var HeaderInfoBlock = function (_a) {
@@ -1,7 +1,7 @@
1
- /* hash: 1q8vz */
1
+ /* hash: 1y7ew */
2
2
  :root {
3
- } /* deprecated */ :root {
4
- } :root {
3
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -15,21 +15,21 @@
15
15
  --gap-2xs: 4px;
16
16
  } :root {
17
17
  } :root {
18
- } .gallery__info_511cz {
18
+ } .gallery__info_1ox9w {
19
19
  height: 100%;
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  justify-content: center;
23
23
  overflow: hidden;
24
- } .gallery__filenameHead_511cz {
24
+ } .gallery__filenameHead_1ox9w {
25
25
  display: inline;
26
26
  text-overflow: ellipsis;
27
27
  overflow: hidden;
28
28
  white-space: nowrap;
29
- } .gallery__filenameContainer_511cz {
29
+ } .gallery__filenameContainer_1ox9w {
30
30
  overflow: hidden;
31
31
  display: inline-flex;
32
- } .gallery__description_511cz {
32
+ } .gallery__description_1ox9w {
33
33
  display: inline;
34
34
  text-overflow: ellipsis;
35
35
  overflow: hidden;
@@ -4,7 +4,7 @@ import { useFocus } from '@alfalab/hooks';
4
4
  import { GalleryContext } from '../../context.js';
5
5
  import { NoImagePaths } from './paths.js';
6
6
 
7
- var styles = {"component":"gallery__component_q6d82","active":"gallery__active_q6d82","image":"gallery__image_q6d82","preview":"gallery__preview_q6d82","loading":"gallery__loading_q6d82","brokenImageWrapper":"gallery__brokenImageWrapper_q6d82","brokenIcon":"gallery__brokenIcon_q6d82","focused":"gallery__focused_q6d82"};
7
+ var styles = {"component":"gallery__component_b1hpz","active":"gallery__active_b1hpz","image":"gallery__image_b1hpz","preview":"gallery__preview_b1hpz","loading":"gallery__loading_b1hpz","brokenImageWrapper":"gallery__brokenImageWrapper_b1hpz","brokenIcon":"gallery__brokenIcon_b1hpz","focused":"gallery__focused_b1hpz"};
8
8
  require('./index.css')
9
9
 
10
10
  var ImagePreview = function (_a) {