@alfalab/core-components-gallery 5.4.0 → 5.4.2

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 (69) hide show
  1. package/Component.js +3 -3
  2. package/{buttons-aee8961b.js → buttons-680d6d7f.js} +1 -1
  3. package/components/header/Component.js +1 -1
  4. package/components/header/buttons.js +1 -1
  5. package/components/header/index.css +6 -6
  6. package/components/header/index.js +1 -1
  7. package/components/header-info-block/Component.js +1 -1
  8. package/components/header-info-block/index.css +5 -5
  9. package/components/image-preview/Component.js +1 -1
  10. package/components/image-preview/index.css +13 -13
  11. package/components/image-viewer/component.js +1 -1
  12. package/components/image-viewer/index.css +19 -19
  13. package/components/image-viewer/index.js +1 -1
  14. package/components/image-viewer/slide.js +1 -1
  15. package/components/index.js +2 -2
  16. package/components/navigation-bar/Component.js +1 -1
  17. package/components/navigation-bar/index.css +6 -7
  18. package/cssm/components/navigation-bar/index.module.css +0 -1
  19. package/esm/Component.js +3 -3
  20. package/esm/{buttons-3fe223c3.js → buttons-c130a332.js} +1 -1
  21. package/esm/components/header/Component.js +1 -1
  22. package/esm/components/header/buttons.js +1 -1
  23. package/esm/components/header/index.css +6 -6
  24. package/esm/components/header/index.js +1 -1
  25. package/esm/components/header-info-block/Component.js +1 -1
  26. package/esm/components/header-info-block/index.css +5 -5
  27. package/esm/components/image-preview/Component.js +1 -1
  28. package/esm/components/image-preview/index.css +13 -13
  29. package/esm/components/image-viewer/component.js +1 -1
  30. package/esm/components/image-viewer/index.css +19 -19
  31. package/esm/components/image-viewer/index.js +1 -1
  32. package/esm/components/image-viewer/slide.js +1 -1
  33. package/esm/components/index.js +2 -2
  34. package/esm/components/navigation-bar/Component.js +1 -1
  35. package/esm/components/navigation-bar/index.css +6 -7
  36. package/esm/index.css +3 -3
  37. package/esm/index.js +2 -2
  38. package/esm/{slide-dae17d46.js → slide-96efe5e4.js} +1 -1
  39. package/index.css +3 -3
  40. package/index.js +2 -2
  41. package/modern/Component.js +3 -3
  42. package/modern/{buttons-80612f2b.js → buttons-3a4feaa3.js} +1 -1
  43. package/modern/components/header/Component.js +1 -1
  44. package/modern/components/header/buttons.js +1 -1
  45. package/modern/components/header/index.css +6 -6
  46. package/modern/components/header/index.js +1 -1
  47. package/modern/components/header-info-block/Component.js +1 -1
  48. package/modern/components/header-info-block/index.css +5 -5
  49. package/modern/components/image-preview/Component.js +1 -1
  50. package/modern/components/image-preview/index.css +13 -13
  51. package/modern/components/image-viewer/component.js +1 -1
  52. package/modern/components/image-viewer/index.css +19 -19
  53. package/modern/components/image-viewer/index.js +1 -1
  54. package/modern/components/image-viewer/slide.js +1 -1
  55. package/modern/components/index.js +2 -2
  56. package/modern/components/navigation-bar/Component.js +1 -1
  57. package/modern/components/navigation-bar/index.css +6 -7
  58. package/modern/index.css +3 -3
  59. package/modern/index.js +2 -2
  60. package/modern/{slide-060d55ad.js → slide-66fcfa9d.js} +1 -1
  61. package/package.json +5 -5
  62. package/{slide-2267d541.js → slide-19c70d49.js} +1 -1
  63. package/src/components/navigation-bar/index.module.css +0 -1
  64. /package/{buttons-aee8961b.d.ts → buttons-680d6d7f.d.ts} +0 -0
  65. /package/esm/{buttons-3fe223c3.d.ts → buttons-c130a332.d.ts} +0 -0
  66. /package/esm/{slide-dae17d46.d.ts → slide-96efe5e4.d.ts} +0 -0
  67. /package/modern/{buttons-80612f2b.d.ts → buttons-3a4feaa3.d.ts} +0 -0
  68. /package/modern/{slide-060d55ad.d.ts → slide-66fcfa9d.d.ts} +0 -0
  69. /package/{slide-2267d541.d.ts → slide-19c70d49.d.ts} +0 -0
package/Component.js CHANGED
@@ -17,7 +17,7 @@ require('./components/image-preview/paths.js');
17
17
  require('./components/header-info-block/Component.js');
18
18
  require('@alfalab/core-components-typography');
19
19
  require('./utils/split-filename.js');
20
- require('./buttons-aee8961b.js');
20
+ require('./buttons-680d6d7f.js');
21
21
  require('tslib');
22
22
  require('@alfalab/core-components-icon-button');
23
23
  require('@alfalab/core-components-tooltip/desktop');
@@ -30,7 +30,7 @@ require('swiper');
30
30
  require('swiper/react');
31
31
  require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
32
32
  require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
33
- require('./slide-2267d541.js');
33
+ require('./slide-19c70d49.js');
34
34
  require('./components/image-viewer/paths.js');
35
35
  require('swiper/swiper.min.css');
36
36
 
@@ -38,7 +38,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
38
38
 
39
39
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
40
40
 
41
- var styles = {"container":"gallery__container_1hfaf","modal":"gallery__modal_1hfaf"};
41
+ var styles = {"container":"gallery__container_inpjv","modal":"gallery__modal_inpjv"};
42
42
  require('./index.css')
43
43
 
44
44
  var Backdrop = function () { return null; };
@@ -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 = {"header":"gallery__header_wjlmy","buttons":"gallery__buttons_wjlmy","iconButton":"gallery__iconButton_wjlmy"};
16
+ var styles = {"header":"gallery__header_1an8n","buttons":"gallery__buttons_1an8n","iconButton":"gallery__iconButton_1an8n"};
17
17
  require('./components/header/index.css')
18
18
 
19
19
  var Fullscreen = function (_a) {
@@ -7,7 +7,7 @@ var context = require('../../context.js');
7
7
  var utils_utils = require('../../utils/utils.js');
8
8
  var utils_constants = require('../../utils/constants.js');
9
9
  var components_headerInfoBlock_Component = require('../header-info-block/Component.js');
10
- var components_header_buttons = require('../../buttons-aee8961b.js');
10
+ var components_header_buttons = require('../../buttons-680d6d7f.js');
11
11
  require('@alfalab/core-components-typography');
12
12
  require('../../utils/split-filename.js');
13
13
  require('tslib');
@@ -10,7 +10,7 @@ require('@alfalab/icons-glyph/ArrowsInwardMIcon');
10
10
  require('@alfalab/icons-glyph/ArrowsOutwardMIcon');
11
11
  require('@alfalab/icons-glyph/CrossMIcon');
12
12
  require('@alfalab/icons-glyph/PointerDownMIcon');
13
- var components_header_buttons = require('../../buttons-aee8961b.js');
13
+ var components_header_buttons = require('../../buttons-680d6d7f.js');
14
14
 
15
15
 
16
16
 
@@ -1,4 +1,4 @@
1
- /* hash: 3lcw5 */
1
+ /* hash: 13why */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-static-graphic-light: #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 */
@@ -20,20 +20,20 @@
20
20
  --gap-2xl: 32px;
21
21
  } :root {
22
22
  } :root {
23
- } .gallery__header_wjlmy {
23
+ } .gallery__header_1an8n {
24
24
  display: flex;
25
25
  justify-content: space-between;
26
26
  flex-shrink: 0;
27
27
  width: 100%;
28
28
  padding: var(--gap-m) var(--gap-xl);
29
29
  box-sizing: border-box;
30
- } .gallery__buttons_wjlmy {
30
+ } .gallery__buttons_1an8n {
31
31
  display: flex;
32
32
  padding-left: var(--gap-2xl)
33
- } .gallery__buttons_wjlmy path {
33
+ } .gallery__buttons_1an8n path {
34
34
  color: var(--color-static-graphic-light);
35
- } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_wjlmy:hover path {
35
+ } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_1an8n:hover path {
36
36
  color: var(--color-static-graphic-light-shade-7);
37
- } .gallery__iconButton_wjlmy:active path {
37
+ } .gallery__iconButton_1an8n:active path {
38
38
  color: var(--color-static-graphic-light-shade-15);
39
39
  }
@@ -10,7 +10,7 @@ require('../../utils/constants.js');
10
10
  require('../header-info-block/Component.js');
11
11
  require('@alfalab/core-components-typography');
12
12
  require('../../utils/split-filename.js');
13
- require('../../buttons-aee8961b.js');
13
+ require('../../buttons-680d6d7f.js');
14
14
  require('tslib');
15
15
  require('@alfalab/core-components-icon-button');
16
16
  require('@alfalab/core-components-tooltip/desktop');
@@ -10,7 +10,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
10
10
 
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
 
13
- var styles = {"info":"gallery__info_1062w","filenameHead":"gallery__filenameHead_1062w","filenameContainer":"gallery__filenameContainer_1062w","description":"gallery__description_1062w"};
13
+ var styles = {"info":"gallery__info_41oco","filenameHead":"gallery__filenameHead_41oco","filenameContainer":"gallery__filenameContainer_41oco","description":"gallery__description_41oco"};
14
14
  require('./index.css')
15
15
 
16
16
  var HeaderInfoBlock = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: fimry */
1
+ /* hash: sb8it */
2
2
  :root {
3
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
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 */
@@ -15,21 +15,21 @@
15
15
  --gap-2xs: 4px;
16
16
  } :root {
17
17
  } :root {
18
- } .gallery__info_1062w {
18
+ } .gallery__info_41oco {
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_1062w {
24
+ } .gallery__filenameHead_41oco {
25
25
  display: inline;
26
26
  text-overflow: ellipsis;
27
27
  overflow: hidden;
28
28
  white-space: nowrap;
29
- } .gallery__filenameContainer_1062w {
29
+ } .gallery__filenameContainer_41oco {
30
30
  overflow: hidden;
31
31
  display: inline-flex;
32
- } .gallery__description_1062w {
32
+ } .gallery__description_41oco {
33
33
  display: inline;
34
34
  text-overflow: ellipsis;
35
35
  overflow: hidden;
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"component":"gallery__component_1fk9r","active":"gallery__active_1fk9r","image":"gallery__image_1fk9r","preview":"gallery__preview_1fk9r","loading":"gallery__loading_1fk9r","brokenImageWrapper":"gallery__brokenImageWrapper_1fk9r","brokenIcon":"gallery__brokenIcon_1fk9r","focused":"gallery__focused_1fk9r"};
16
+ var styles = {"component":"gallery__component_jfv7e","active":"gallery__active_jfv7e","image":"gallery__image_jfv7e","preview":"gallery__preview_jfv7e","loading":"gallery__loading_jfv7e","brokenImageWrapper":"gallery__brokenImageWrapper_jfv7e","brokenIcon":"gallery__brokenIcon_jfv7e","focused":"gallery__focused_jfv7e"};
17
17
  require('./index.css')
18
18
 
19
19
  var ImagePreview = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1pxez */
1
+ /* hash: 1qq42 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -23,7 +23,7 @@
23
23
  } :root {
24
24
  } :root {
25
25
  --focus-color: var(--color-light-border-link);
26
- } .gallery__component_1fk9r {
26
+ } .gallery__component_jfv7e {
27
27
  display: flex;
28
28
  padding: var(--gap-2xs);
29
29
  border: 2px solid rgba(0, 0, 0, 0);
@@ -31,11 +31,11 @@
31
31
  overflow: hidden;
32
32
  transition: border 0.15s ease-in-out;
33
33
  outline: none;
34
- } .gallery__active_1fk9r {
34
+ } .gallery__active_jfv7e {
35
35
  border-color: var(--color-static-overlay-white-xhigh)
36
- } .gallery__active_1fk9r > .gallery__image_1fk9r {
36
+ } .gallery__active_jfv7e > .gallery__image_jfv7e {
37
37
  opacity: 0.7;
38
- } .gallery__preview_1fk9r {
38
+ } .gallery__preview_jfv7e {
39
39
  width: 56px;
40
40
  height: 56px;
41
41
  flex-shrink: 0;
@@ -43,29 +43,29 @@
43
43
  cursor: pointer;
44
44
  -webkit-user-select: none;
45
45
  user-select: none;
46
- } .gallery__image_1fk9r {
46
+ } .gallery__image_jfv7e {
47
47
  background-color: var(--color-light-bg-primary);
48
48
  background-size: cover;
49
49
  background-repeat: no-repeat;
50
50
  background-position: center;
51
51
  transition: opacity 0.15s ease-in-out
52
- } .gallery__image_1fk9r:hover {
52
+ } .gallery__image_jfv7e:hover {
53
53
  opacity: 0.7;
54
- } .gallery__loading_1fk9r {
54
+ } .gallery__loading_jfv7e {
55
55
  background-color: var(--color-static-bg-secondary-dark)
56
- } .gallery__loading_1fk9r .gallery__active_1fk9r {
56
+ } .gallery__loading_jfv7e .gallery__active_jfv7e {
57
57
  background-color: var(--color-static-bg-quaternary-dark);
58
- } .gallery__brokenImageWrapper_1fk9r {
58
+ } .gallery__brokenImageWrapper_jfv7e {
59
59
  display: flex;
60
60
  justify-content: center;
61
61
  align-items: center;
62
62
  background-color: var(--color-static-bg-quaternary-dark)
63
- } .gallery__brokenImageWrapper_1fk9r:hover {
63
+ } .gallery__brokenImageWrapper_jfv7e:hover {
64
64
  opacity: 0.7;
65
- } .gallery__brokenIcon_1fk9r {
65
+ } .gallery__brokenIcon_jfv7e {
66
66
  width: 40px;
67
67
  height: 40px;
68
- } .gallery__focused_1fk9r {
68
+ } .gallery__focused_jfv7e {
69
69
  outline: 2px solid var(--focus-color);
70
70
  outline-offset: 2px;
71
71
  }
@@ -14,7 +14,7 @@ var ChevronForwardHeavyMIcon = require('@alfalab/icons-glyph/ChevronForwardHeavy
14
14
  var context = require('../../context.js');
15
15
  var utils_utils = require('../../utils/utils.js');
16
16
  var utils_constants = require('../../utils/constants.js');
17
- var components_imageViewer_slide = require('../../slide-2267d541.js');
17
+ var components_imageViewer_slide = require('../../slide-19c70d49.js');
18
18
  require('swiper/swiper.min.css');
19
19
  require('@alfalab/core-components-typography');
20
20
  require('./paths.js');
@@ -1,4 +1,4 @@
1
- /* hash: 1g54s */
1
+ /* hash: qyhjo */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -27,13 +27,13 @@
27
27
  } :root {
28
28
  } :root {
29
29
  --focus-color: var(--color-light-border-link);
30
- } .gallery__component_tcbv9 {
30
+ } .gallery__component_hvv6o {
31
31
  display: flex;
32
32
  flex-grow: 1;
33
33
  justify-content: center;
34
34
  align-items: center;
35
35
  background-color: var(--color-static-bg-primary-dark);
36
- } .gallery__swiper_tcbv9 {
36
+ } .gallery__swiper_hvv6o {
37
37
  display: flex;
38
38
  width: 100%;
39
39
  height: 100%;
@@ -42,42 +42,42 @@
42
42
  max-height: calc(100vh - 168px);
43
43
  padding: var(--gap-2xl) var(--gap-m);
44
44
  box-sizing: border-box;
45
- } .gallery__singleSlide_tcbv9 .gallery__swiper_tcbv9 {
45
+ } .gallery__singleSlide_hvv6o .gallery__swiper_hvv6o {
46
46
  max-height: calc(100vh - 80px);
47
47
  padding: var(--gap-2xl);
48
- } .gallery__hidden_tcbv9 {
48
+ } .gallery__hidden_hvv6o {
49
49
  display: none;
50
- } .gallery__slide_tcbv9 {
50
+ } .gallery__slide_hvv6o {
51
51
  position: relative;
52
52
  display: flex;
53
53
  justify-content: center;
54
54
  align-items: center;
55
55
  width: 100%;
56
56
  height: 100%;
57
- } .gallery__slideLoading_tcbv9 {
57
+ } .gallery__slideLoading_hvv6o {
58
58
  background-color: var(--color-static-bg-secondary-dark);
59
59
  border-radius: var(--border-radius-m);
60
- } .gallery__image_tcbv9 {
60
+ } .gallery__image_hvv6o {
61
61
  width: 0;
62
62
  height: 0;
63
63
  -webkit-user-select: none;
64
64
  user-select: none;
65
65
  background-color: var(--color-light-bg-primary);
66
66
  border-radius: var(--border-radius-m);
67
- } .gallery__smallImage_tcbv9 {
67
+ } .gallery__smallImage_hvv6o {
68
68
  position: relative;
69
69
  width: auto;
70
70
  height: auto;
71
71
  -webkit-user-select: none;
72
72
  user-select: none;
73
73
  background-color: var(--color-light-bg-primary);
74
- } .gallery__verticalImageFit_tcbv9 {
74
+ } .gallery__verticalImageFit_hvv6o {
75
75
  width: auto;
76
76
  height: 100%;
77
- } .gallery__horizontalImageFit_tcbv9 {
77
+ } .gallery__horizontalImageFit_hvv6o {
78
78
  width: 100%;
79
79
  height: auto;
80
- } .gallery__arrow_tcbv9 {
80
+ } .gallery__arrow_hvv6o {
81
81
  display: flex;
82
82
  flex-direction: column;
83
83
  justify-content: center;
@@ -89,14 +89,14 @@
89
89
  color: var(--color-static-graphic-light);
90
90
  transition: background-color 0.15s ease-in-out;
91
91
  outline: none
92
- } .gallery__arrow_tcbv9:hover {
92
+ } .gallery__arrow_hvv6o:hover {
93
93
  background-color: var(--color-static-bg-primary-dark-tint-15);
94
- } .gallery__arrow_tcbv9:active {
94
+ } .gallery__arrow_hvv6o:active {
95
95
  background-color: var(--color-static-bg-primary-dark-tint-20);
96
- } .gallery__focused_tcbv9 {
96
+ } .gallery__focused_hvv6o {
97
97
  outline: 2px solid var(--focus-color);
98
98
  outline-offset: 2px;
99
- } .gallery__placeholder_tcbv9 {
99
+ } .gallery__placeholder_hvv6o {
100
100
  display: flex;
101
101
  justify-content: center;
102
102
  align-items: center;
@@ -104,18 +104,18 @@
104
104
  height: 300px;
105
105
  border-radius: var(--border-radius-m);
106
106
  background-color: var(--color-static-bg-quaternary-dark);
107
- } .gallery__brokenImgWrapper_tcbv9 {
107
+ } .gallery__brokenImgWrapper_hvv6o {
108
108
  position: relative;
109
109
  display: flex;
110
110
  flex-direction: column;
111
111
  align-items: center;
112
112
  width: 150px;
113
113
  text-align: center;
114
- } .gallery__brokenImgIcon_tcbv9 {
114
+ } .gallery__brokenImgIcon_hvv6o {
115
115
  width: 80px;
116
116
  height: 80px;
117
117
  margin-bottom: var(--gap-2xs);
118
- } .gallery__fullScreenImage_tcbv9 {
118
+ } .gallery__fullScreenImage_hvv6o {
119
119
  width: 100%;
120
120
  height: auto;
121
121
  background-color: var(--color-light-bg-primary);
@@ -15,7 +15,7 @@ require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
15
15
  require('../../context.js');
16
16
  require('../../utils/utils.js');
17
17
  require('../../utils/constants.js');
18
- require('../../slide-2267d541.js');
18
+ require('../../slide-19c70d49.js');
19
19
  require('@alfalab/core-components-typography');
20
20
  require('./paths.js');
21
21
  require('swiper/swiper.min.css');
@@ -8,7 +8,7 @@ require('@alfalab/core-components-typography');
8
8
  require('../../utils/utils.js');
9
9
  require('../../utils/constants.js');
10
10
  require('./paths.js');
11
- var components_imageViewer_slide = require('../../slide-2267d541.js');
11
+ var components_imageViewer_slide = require('../../slide-19c70d49.js');
12
12
 
13
13
 
14
14
 
@@ -13,7 +13,7 @@ require('../utils/constants.js');
13
13
  require('./header-info-block/Component.js');
14
14
  require('@alfalab/core-components-typography');
15
15
  require('../utils/split-filename.js');
16
- require('../buttons-aee8961b.js');
16
+ require('../buttons-680d6d7f.js');
17
17
  require('tslib');
18
18
  require('@alfalab/core-components-icon-button');
19
19
  require('@alfalab/core-components-tooltip/desktop');
@@ -29,7 +29,7 @@ require('swiper');
29
29
  require('swiper/react');
30
30
  require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
31
31
  require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
32
- require('../slide-2267d541.js');
32
+ require('../slide-19c70d49.js');
33
33
  require('./image-viewer/paths.js');
34
34
  require('swiper/swiper.min.css');
35
35
 
@@ -15,7 +15,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
15
15
 
16
16
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
17
17
 
18
- var styles = {"component":"gallery__component_1amje","preview":"gallery__preview_1amje"};
18
+ var styles = {"component":"gallery__component_7ptwr","preview":"gallery__preview_7ptwr"};
19
19
  require('./index.css')
20
20
 
21
21
  var MIN_SCROLL_STEP = 24;
@@ -1,4 +1,4 @@
1
- /* hash: 19wtv */
1
+ /* hash: 10nhx */
2
2
  :root {
3
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
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 */
@@ -16,7 +16,7 @@
16
16
  --gap-xl: 24px;
17
17
  } :root {
18
18
  } :root {
19
- } .gallery__component_1amje {
19
+ } .gallery__component_7ptwr {
20
20
  display: flex;
21
21
  flex-wrap: nowrap;
22
22
  align-content: center;
@@ -25,15 +25,14 @@
25
25
  overflow-x: auto;
26
26
  box-sizing: border-box;
27
27
  padding: 10px var(--gap-xl);
28
- -ms-overflow-style: none;
29
28
  scrollbar-width: none
30
- } .gallery__component_1amje::-webkit-scrollbar {
29
+ } .gallery__component_7ptwr::-webkit-scrollbar {
31
30
  display: none;
32
- } .gallery__preview_1amje {
31
+ } .gallery__preview_7ptwr {
33
32
  flex-shrink: 0;
34
33
  margin: 0 var(--gap-3xs)
35
- } .gallery__preview_1amje:first-child {
34
+ } .gallery__preview_7ptwr:first-child {
36
35
  margin-left: auto;
37
- } .gallery__preview_1amje:last-child {
36
+ } .gallery__preview_7ptwr:last-child {
38
37
  margin-right: auto;
39
38
  }
@@ -24,7 +24,6 @@
24
24
  overflow-x: auto;
25
25
  box-sizing: border-box;
26
26
  padding: 10px var(--gap-xl);
27
- -ms-overflow-style: none;
28
27
  scrollbar-width: none
29
28
  } .component::-webkit-scrollbar {
30
29
  display: none;
package/esm/Component.js CHANGED
@@ -13,7 +13,7 @@ import './components/image-preview/paths.js';
13
13
  import './components/header-info-block/Component.js';
14
14
  import '@alfalab/core-components-typography/esm';
15
15
  import './utils/split-filename.js';
16
- import './buttons-3fe223c3.js';
16
+ import './buttons-c130a332.js';
17
17
  import 'tslib';
18
18
  import '@alfalab/core-components-icon-button/esm';
19
19
  import '@alfalab/core-components-tooltip/esm/desktop';
@@ -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-dae17d46.js';
29
+ import './slide-96efe5e4.js';
30
30
  import './components/image-viewer/paths.js';
31
31
  import 'swiper/swiper.min.css';
32
32
 
33
- var styles = {"container":"gallery__container_1hfaf","modal":"gallery__modal_1hfaf"};
33
+ var styles = {"container":"gallery__container_inpjv","modal":"gallery__modal_inpjv"};
34
34
  require('./index.css')
35
35
 
36
36
  var Backdrop = function () { return null; };
@@ -7,7 +7,7 @@ import { ArrowsOutwardMIcon } from '@alfalab/icons-glyph/ArrowsOutwardMIcon';
7
7
  import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
8
8
  import { PointerDownMIcon } from '@alfalab/icons-glyph/PointerDownMIcon';
9
9
 
10
- var styles = {"header":"gallery__header_wjlmy","buttons":"gallery__buttons_wjlmy","iconButton":"gallery__iconButton_wjlmy"};
10
+ var styles = {"header":"gallery__header_1an8n","buttons":"gallery__buttons_1an8n","iconButton":"gallery__iconButton_1an8n"};
11
11
  require('./components/header/index.css')
12
12
 
13
13
  var Fullscreen = function (_a) {
@@ -3,7 +3,7 @@ import { GalleryContext } from '../../context.js';
3
3
  import { isSmallImage } from '../../utils/utils.js';
4
4
  import { TestIds } from '../../utils/constants.js';
5
5
  import { HeaderInfoBlock } from '../header-info-block/Component.js';
6
- import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-3fe223c3.js';
6
+ import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-c130a332.js';
7
7
  import '@alfalab/core-components-typography/esm';
8
8
  import '../../utils/split-filename.js';
9
9
  import 'tslib';
@@ -6,4 +6,4 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
6
6
  import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
7
7
  import '@alfalab/icons-glyph/CrossMIcon';
8
8
  import '@alfalab/icons-glyph/PointerDownMIcon';
9
- export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-3fe223c3.js';
9
+ export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-c130a332.js';
@@ -1,4 +1,4 @@
1
- /* hash: 3lcw5 */
1
+ /* hash: 13why */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-static-graphic-light: #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 */
@@ -20,20 +20,20 @@
20
20
  --gap-2xl: 32px;
21
21
  } :root {
22
22
  } :root {
23
- } .gallery__header_wjlmy {
23
+ } .gallery__header_1an8n {
24
24
  display: flex;
25
25
  justify-content: space-between;
26
26
  flex-shrink: 0;
27
27
  width: 100%;
28
28
  padding: var(--gap-m) var(--gap-xl);
29
29
  box-sizing: border-box;
30
- } .gallery__buttons_wjlmy {
30
+ } .gallery__buttons_1an8n {
31
31
  display: flex;
32
32
  padding-left: var(--gap-2xl)
33
- } .gallery__buttons_wjlmy path {
33
+ } .gallery__buttons_1an8n path {
34
34
  color: var(--color-static-graphic-light);
35
- } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_wjlmy:hover path {
35
+ } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_1an8n:hover path {
36
36
  color: var(--color-static-graphic-light-shade-7);
37
- } .gallery__iconButton_wjlmy:active path {
37
+ } .gallery__iconButton_1an8n:active path {
38
38
  color: var(--color-static-graphic-light-shade-15);
39
39
  }
@@ -6,7 +6,7 @@ import '../../utils/constants.js';
6
6
  import '../header-info-block/Component.js';
7
7
  import '@alfalab/core-components-typography/esm';
8
8
  import '../../utils/split-filename.js';
9
- import '../../buttons-3fe223c3.js';
9
+ import '../../buttons-c130a332.js';
10
10
  import 'tslib';
11
11
  import '@alfalab/core-components-icon-button/esm';
12
12
  import '@alfalab/core-components-tooltip/esm/desktop';
@@ -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_1062w","filenameHead":"gallery__filenameHead_1062w","filenameContainer":"gallery__filenameContainer_1062w","description":"gallery__description_1062w"};
5
+ var styles = {"info":"gallery__info_41oco","filenameHead":"gallery__filenameHead_41oco","filenameContainer":"gallery__filenameContainer_41oco","description":"gallery__description_41oco"};
6
6
  require('./index.css')
7
7
 
8
8
  var HeaderInfoBlock = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: fimry */
1
+ /* hash: sb8it */
2
2
  :root {
3
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
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 */
@@ -15,21 +15,21 @@
15
15
  --gap-2xs: 4px;
16
16
  } :root {
17
17
  } :root {
18
- } .gallery__info_1062w {
18
+ } .gallery__info_41oco {
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_1062w {
24
+ } .gallery__filenameHead_41oco {
25
25
  display: inline;
26
26
  text-overflow: ellipsis;
27
27
  overflow: hidden;
28
28
  white-space: nowrap;
29
- } .gallery__filenameContainer_1062w {
29
+ } .gallery__filenameContainer_41oco {
30
30
  overflow: hidden;
31
31
  display: inline-flex;
32
- } .gallery__description_1062w {
32
+ } .gallery__description_41oco {
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_1fk9r","active":"gallery__active_1fk9r","image":"gallery__image_1fk9r","preview":"gallery__preview_1fk9r","loading":"gallery__loading_1fk9r","brokenImageWrapper":"gallery__brokenImageWrapper_1fk9r","brokenIcon":"gallery__brokenIcon_1fk9r","focused":"gallery__focused_1fk9r"};
7
+ var styles = {"component":"gallery__component_jfv7e","active":"gallery__active_jfv7e","image":"gallery__image_jfv7e","preview":"gallery__preview_jfv7e","loading":"gallery__loading_jfv7e","brokenImageWrapper":"gallery__brokenImageWrapper_jfv7e","brokenIcon":"gallery__brokenIcon_jfv7e","focused":"gallery__focused_jfv7e"};
8
8
  require('./index.css')
9
9
 
10
10
  var ImagePreview = function (_a) {