@alfalab/core-components-gallery 5.3.5 → 5.3.6

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 (75) hide show
  1. package/Component.js +3 -3
  2. package/{buttons-f48e45b9.js → buttons-b9aea40b.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 -6
  18. package/{esm/index-50136800.d.ts → cssm/index-2abb571d.d.ts} +5 -1
  19. package/esm/Component.js +3 -3
  20. package/esm/{buttons-8f623e5a.js → buttons-b98af133.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 -6
  36. package/{cssm/index-50136800.d.ts → esm/index-2abb571d.d.ts} +5 -1
  37. package/esm/index.css +3 -3
  38. package/esm/index.js +2 -2
  39. package/esm/{slide-8b930d22.js → slide-d4f1b42a.js} +1 -1
  40. package/{index-50136800.d.ts → index-2abb571d.d.ts} +5 -1
  41. package/index.css +3 -3
  42. package/index.js +2 -2
  43. package/modern/Component.js +3 -3
  44. package/modern/{buttons-17ef7502.js → buttons-4c38f4c4.js} +1 -1
  45. package/modern/components/header/Component.js +1 -1
  46. package/modern/components/header/buttons.js +1 -1
  47. package/modern/components/header/index.css +6 -6
  48. package/modern/components/header/index.js +1 -1
  49. package/modern/components/header-info-block/Component.js +1 -1
  50. package/modern/components/header-info-block/index.css +5 -5
  51. package/modern/components/image-preview/Component.js +1 -1
  52. package/modern/components/image-preview/index.css +13 -13
  53. package/modern/components/image-viewer/component.js +1 -1
  54. package/modern/components/image-viewer/index.css +19 -19
  55. package/modern/components/image-viewer/index.js +1 -1
  56. package/modern/components/image-viewer/slide.js +1 -1
  57. package/modern/components/index.js +2 -2
  58. package/modern/components/navigation-bar/Component.js +1 -1
  59. package/modern/components/navigation-bar/index.css +6 -6
  60. package/modern/{index-50136800.d.ts → index-2abb571d.d.ts} +5 -1
  61. package/modern/index.css +3 -3
  62. package/modern/index.js +2 -2
  63. package/modern/{slide-90c7b4d1.js → slide-c39c3a57.js} +1 -1
  64. package/package.json +3 -3
  65. package/{slide-55b89b47.js → slide-815d0685.js} +1 -1
  66. /package/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  67. /package/{buttons-f48e45b9.d.ts → buttons-b9aea40b.d.ts} +0 -0
  68. /package/cssm/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  69. /package/esm/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  70. /package/esm/{buttons-8f623e5a.d.ts → buttons-b98af133.d.ts} +0 -0
  71. /package/esm/{slide-8b930d22.d.ts → slide-d4f1b42a.d.ts} +0 -0
  72. /package/modern/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  73. /package/modern/{buttons-17ef7502.d.ts → buttons-4c38f4c4.d.ts} +0 -0
  74. /package/modern/{slide-90c7b4d1.d.ts → slide-c39c3a57.d.ts} +0 -0
  75. /package/{slide-55b89b47.d.ts → slide-815d0685.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-f48e45b9.js');
20
+ require('./buttons-b9aea40b.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-55b89b47.js');
33
+ require('./slide-815d0685.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_nejge","modal":"gallery__modal_nejge"};
41
+ var styles = {"container":"gallery__container_1ev5q","modal":"gallery__modal_1ev5q"};
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_icftk","buttons":"gallery__buttons_icftk","iconButton":"gallery__iconButton_icftk"};
16
+ var styles = {"header":"gallery__header_a15nj","buttons":"gallery__buttons_a15nj","iconButton":"gallery__iconButton_a15nj"};
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-f48e45b9.js');
10
+ var components_header_buttons = require('../../buttons-b9aea40b.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-f48e45b9.js');
13
+ var components_header_buttons = require('../../buttons-b9aea40b.js');
14
14
 
15
15
 
16
16
 
@@ -1,4 +1,4 @@
1
- /* hash: 18eb6 */
1
+ /* hash: 1euye */
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_icftk {
23
+ } .gallery__header_a15nj {
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_icftk {
30
+ } .gallery__buttons_a15nj {
31
31
  display: flex;
32
32
  padding-left: var(--gap-2xl)
33
- } .gallery__buttons_icftk path {
33
+ } .gallery__buttons_a15nj path {
34
34
  color: var(--color-static-graphic-light);
35
- } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_icftk:hover path {
35
+ } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_a15nj:hover path {
36
36
  color: var(--color-static-graphic-light-shade-7);
37
- } .gallery__iconButton_icftk:active path {
37
+ } .gallery__iconButton_a15nj: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-f48e45b9.js');
13
+ require('../../buttons-b9aea40b.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_wbpsi","filenameHead":"gallery__filenameHead_wbpsi","filenameContainer":"gallery__filenameContainer_wbpsi","description":"gallery__description_wbpsi"};
13
+ var styles = {"info":"gallery__info_1mnri","filenameHead":"gallery__filenameHead_1mnri","filenameContainer":"gallery__filenameContainer_1mnri","description":"gallery__description_1mnri"};
14
14
  require('./index.css')
15
15
 
16
16
  var HeaderInfoBlock = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: ntfat */
1
+ /* hash: eplrj */
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_wbpsi {
18
+ } .gallery__info_1mnri {
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_wbpsi {
24
+ } .gallery__filenameHead_1mnri {
25
25
  display: inline;
26
26
  text-overflow: ellipsis;
27
27
  overflow: hidden;
28
28
  white-space: nowrap;
29
- } .gallery__filenameContainer_wbpsi {
29
+ } .gallery__filenameContainer_1mnri {
30
30
  overflow: hidden;
31
31
  display: inline-flex;
32
- } .gallery__description_wbpsi {
32
+ } .gallery__description_1mnri {
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_1bpwn","active":"gallery__active_1bpwn","image":"gallery__image_1bpwn","preview":"gallery__preview_1bpwn","loading":"gallery__loading_1bpwn","brokenImageWrapper":"gallery__brokenImageWrapper_1bpwn","brokenIcon":"gallery__brokenIcon_1bpwn","focused":"gallery__focused_1bpwn"};
16
+ var styles = {"component":"gallery__component_30ub3","active":"gallery__active_30ub3","image":"gallery__image_30ub3","preview":"gallery__preview_30ub3","loading":"gallery__loading_30ub3","brokenImageWrapper":"gallery__brokenImageWrapper_30ub3","brokenIcon":"gallery__brokenIcon_30ub3","focused":"gallery__focused_30ub3"};
17
17
  require('./index.css')
18
18
 
19
19
  var ImagePreview = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1m8au */
1
+ /* hash: 1d4ha */
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_1bpwn {
26
+ } .gallery__component_30ub3 {
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_1bpwn {
34
+ } .gallery__active_30ub3 {
35
35
  border-color: var(--color-static-overlay-white-xhigh)
36
- } .gallery__active_1bpwn > .gallery__image_1bpwn {
36
+ } .gallery__active_30ub3 > .gallery__image_30ub3 {
37
37
  opacity: 0.7;
38
- } .gallery__preview_1bpwn {
38
+ } .gallery__preview_30ub3 {
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_1bpwn {
46
+ } .gallery__image_30ub3 {
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_1bpwn:hover {
52
+ } .gallery__image_30ub3:hover {
53
53
  opacity: 0.7;
54
- } .gallery__loading_1bpwn {
54
+ } .gallery__loading_30ub3 {
55
55
  background-color: var(--color-static-bg-secondary-dark)
56
- } .gallery__loading_1bpwn .gallery__active_1bpwn {
56
+ } .gallery__loading_30ub3 .gallery__active_30ub3 {
57
57
  background-color: var(--color-static-bg-quaternary-dark);
58
- } .gallery__brokenImageWrapper_1bpwn {
58
+ } .gallery__brokenImageWrapper_30ub3 {
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_1bpwn:hover {
63
+ } .gallery__brokenImageWrapper_30ub3:hover {
64
64
  opacity: 0.7;
65
- } .gallery__brokenIcon_1bpwn {
65
+ } .gallery__brokenIcon_30ub3 {
66
66
  width: 40px;
67
67
  height: 40px;
68
- } .gallery__focused_1bpwn {
68
+ } .gallery__focused_30ub3 {
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-55b89b47.js');
17
+ var components_imageViewer_slide = require('../../slide-815d0685.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: dzfb1 */
1
+ /* hash: 16tkr */
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_1ydgb {
30
+ } .gallery__component_1qt1g {
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_1ydgb {
36
+ } .gallery__swiper_1qt1g {
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_1ydgb .gallery__swiper_1ydgb {
45
+ } .gallery__singleSlide_1qt1g .gallery__swiper_1qt1g {
46
46
  max-height: calc(100vh - 80px);
47
47
  padding: var(--gap-2xl);
48
- } .gallery__hidden_1ydgb {
48
+ } .gallery__hidden_1qt1g {
49
49
  display: none;
50
- } .gallery__slide_1ydgb {
50
+ } .gallery__slide_1qt1g {
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_1ydgb {
57
+ } .gallery__slideLoading_1qt1g {
58
58
  background-color: var(--color-static-bg-secondary-dark);
59
59
  border-radius: var(--border-radius-m);
60
- } .gallery__image_1ydgb {
60
+ } .gallery__image_1qt1g {
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_1ydgb {
67
+ } .gallery__smallImage_1qt1g {
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_1ydgb {
74
+ } .gallery__verticalImageFit_1qt1g {
75
75
  width: auto;
76
76
  height: 100%;
77
- } .gallery__horizontalImageFit_1ydgb {
77
+ } .gallery__horizontalImageFit_1qt1g {
78
78
  width: 100%;
79
79
  height: auto;
80
- } .gallery__arrow_1ydgb {
80
+ } .gallery__arrow_1qt1g {
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_1ydgb:hover {
92
+ } .gallery__arrow_1qt1g:hover {
93
93
  background-color: var(--color-static-bg-primary-dark-tint-15);
94
- } .gallery__arrow_1ydgb:active {
94
+ } .gallery__arrow_1qt1g:active {
95
95
  background-color: var(--color-static-bg-primary-dark-tint-20);
96
- } .gallery__focused_1ydgb {
96
+ } .gallery__focused_1qt1g {
97
97
  outline: 2px solid var(--focus-color);
98
98
  outline-offset: 2px;
99
- } .gallery__placeholder_1ydgb {
99
+ } .gallery__placeholder_1qt1g {
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_1ydgb {
107
+ } .gallery__brokenImgWrapper_1qt1g {
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_1ydgb {
114
+ } .gallery__brokenImgIcon_1qt1g {
115
115
  width: 80px;
116
116
  height: 80px;
117
117
  margin-bottom: var(--gap-2xs);
118
- } .gallery__fullScreenImage_1ydgb {
118
+ } .gallery__fullScreenImage_1qt1g {
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-55b89b47.js');
18
+ require('../../slide-815d0685.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-55b89b47.js');
11
+ var components_imageViewer_slide = require('../../slide-815d0685.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-f48e45b9.js');
16
+ require('../buttons-b9aea40b.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-55b89b47.js');
32
+ require('../slide-815d0685.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_zzvcm","preview":"gallery__preview_zzvcm"};
18
+ var styles = {"component":"gallery__component_1kf9a","preview":"gallery__preview_1kf9a"};
19
19
  require('./index.css')
20
20
 
21
21
  var MIN_SCROLL_STEP = 24;
@@ -1,4 +1,4 @@
1
- /* hash: 14eu2 */
1
+ /* hash: 1jx2a */
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_zzvcm {
19
+ } .gallery__component_1kf9a {
20
20
  display: flex;
21
21
  flex-wrap: nowrap;
22
22
  align-content: center;
@@ -27,13 +27,13 @@
27
27
  padding: 10px var(--gap-xl);
28
28
  -ms-overflow-style: none;
29
29
  scrollbar-width: none
30
- } .gallery__component_zzvcm::-webkit-scrollbar {
30
+ } .gallery__component_1kf9a::-webkit-scrollbar {
31
31
  display: none;
32
- } .gallery__preview_zzvcm {
32
+ } .gallery__preview_1kf9a {
33
33
  flex-shrink: 0;
34
34
  margin: 0 var(--gap-3xs)
35
- } .gallery__preview_zzvcm:first-child {
35
+ } .gallery__preview_1kf9a:first-child {
36
36
  margin-left: auto;
37
- } .gallery__preview_zzvcm:last-child {
37
+ } .gallery__preview_1kf9a:last-child {
38
38
  margin-right: auto;
39
39
  }
@@ -8,4 +8,8 @@ declare function easeInOutQuad(x: number): number;
8
8
  declare const easingFns: {
9
9
  easeInOutQuad: typeof easeInOutQuad;
10
10
  };
11
- export { isClient, getDataTestId, createPaddingStyle, easingFns };
11
+ declare function disableUserInput<T>(disabled: boolean | undefined, event: React.KeyboardEvent<T>): void;
12
+ declare const inputUtils: {
13
+ disableUserInput: typeof disableUserInput;
14
+ };
15
+ export { isClient, getDataTestId, createPaddingStyle, easingFns, inputUtils };
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-8f623e5a.js';
16
+ import './buttons-b98af133.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-8b930d22.js';
29
+ import './slide-d4f1b42a.js';
30
30
  import './components/image-viewer/paths.js';
31
31
  import 'swiper/swiper.min.css';
32
32
 
33
- var styles = {"container":"gallery__container_nejge","modal":"gallery__modal_nejge"};
33
+ var styles = {"container":"gallery__container_1ev5q","modal":"gallery__modal_1ev5q"};
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_icftk","buttons":"gallery__buttons_icftk","iconButton":"gallery__iconButton_icftk"};
10
+ var styles = {"header":"gallery__header_a15nj","buttons":"gallery__buttons_a15nj","iconButton":"gallery__iconButton_a15nj"};
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-8f623e5a.js';
6
+ import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-b98af133.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-8f623e5a.js';
9
+ export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-b98af133.js';
@@ -1,4 +1,4 @@
1
- /* hash: 18eb6 */
1
+ /* hash: 1euye */
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_icftk {
23
+ } .gallery__header_a15nj {
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_icftk {
30
+ } .gallery__buttons_a15nj {
31
31
  display: flex;
32
32
  padding-left: var(--gap-2xl)
33
- } .gallery__buttons_icftk path {
33
+ } .gallery__buttons_a15nj path {
34
34
  color: var(--color-static-graphic-light);
35
- } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_icftk:hover path {
35
+ } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_a15nj:hover path {
36
36
  color: var(--color-static-graphic-light-shade-7);
37
- } .gallery__iconButton_icftk:active path {
37
+ } .gallery__iconButton_a15nj: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-8f623e5a.js';
9
+ import '../../buttons-b98af133.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_wbpsi","filenameHead":"gallery__filenameHead_wbpsi","filenameContainer":"gallery__filenameContainer_wbpsi","description":"gallery__description_wbpsi"};
5
+ var styles = {"info":"gallery__info_1mnri","filenameHead":"gallery__filenameHead_1mnri","filenameContainer":"gallery__filenameContainer_1mnri","description":"gallery__description_1mnri"};
6
6
  require('./index.css')
7
7
 
8
8
  var HeaderInfoBlock = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: ntfat */
1
+ /* hash: eplrj */
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_wbpsi {
18
+ } .gallery__info_1mnri {
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_wbpsi {
24
+ } .gallery__filenameHead_1mnri {
25
25
  display: inline;
26
26
  text-overflow: ellipsis;
27
27
  overflow: hidden;
28
28
  white-space: nowrap;
29
- } .gallery__filenameContainer_wbpsi {
29
+ } .gallery__filenameContainer_1mnri {
30
30
  overflow: hidden;
31
31
  display: inline-flex;
32
- } .gallery__description_wbpsi {
32
+ } .gallery__description_1mnri {
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_1bpwn","active":"gallery__active_1bpwn","image":"gallery__image_1bpwn","preview":"gallery__preview_1bpwn","loading":"gallery__loading_1bpwn","brokenImageWrapper":"gallery__brokenImageWrapper_1bpwn","brokenIcon":"gallery__brokenIcon_1bpwn","focused":"gallery__focused_1bpwn"};
7
+ var styles = {"component":"gallery__component_30ub3","active":"gallery__active_30ub3","image":"gallery__image_30ub3","preview":"gallery__preview_30ub3","loading":"gallery__loading_30ub3","brokenImageWrapper":"gallery__brokenImageWrapper_30ub3","brokenIcon":"gallery__brokenIcon_30ub3","focused":"gallery__focused_30ub3"};
8
8
  require('./index.css')
9
9
 
10
10
  var ImagePreview = function (_a) {