@alfalab/core-components-gallery 7.0.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bottom-button/index.css +5 -5
- package/components/bottom-button/index.module.css.js +1 -1
- package/components/buttons/index.css +5 -5
- package/components/buttons/index.module.css.js +1 -1
- package/components/header/index.css +1 -1
- package/components/header/index.module.css.js +1 -1
- package/components/header-info-block/index.css +4 -4
- package/components/header-info-block/index.module.css.js +1 -1
- package/components/header-mobile/index.css +6 -6
- package/components/header-mobile/index.module.css.js +1 -1
- package/components/image-preview/index.css +17 -17
- package/components/image-preview/index.module.css.js +1 -1
- package/components/image-viewer/index.css +25 -25
- package/components/image-viewer/index.module.css.js +1 -1
- package/components/image-viewer/video/index.css +7 -7
- package/components/image-viewer/video/index.module.css.js +1 -1
- package/components/info-bar/index.css +3 -3
- package/components/info-bar/index.module.css.js +1 -1
- package/components/navigation-bar/index.css +8 -8
- package/components/navigation-bar/index.module.css.js +1 -1
- package/components/subtitles/index.css +3 -3
- package/components/subtitles/index.module.css.js +1 -1
- package/esm/components/bottom-button/index.css +5 -5
- package/esm/components/bottom-button/index.module.css.js +1 -1
- package/esm/components/buttons/index.css +5 -5
- package/esm/components/buttons/index.module.css.js +1 -1
- package/esm/components/header/index.css +1 -1
- package/esm/components/header/index.module.css.js +1 -1
- package/esm/components/header-info-block/index.css +4 -4
- package/esm/components/header-info-block/index.module.css.js +1 -1
- package/esm/components/header-mobile/index.css +6 -6
- package/esm/components/header-mobile/index.module.css.js +1 -1
- package/esm/components/image-preview/index.css +17 -17
- package/esm/components/image-preview/index.module.css.js +1 -1
- package/esm/components/image-viewer/index.css +25 -25
- package/esm/components/image-viewer/index.module.css.js +1 -1
- package/esm/components/image-viewer/video/index.css +7 -7
- package/esm/components/image-viewer/video/index.module.css.js +1 -1
- package/esm/components/info-bar/index.css +3 -3
- package/esm/components/info-bar/index.module.css.js +1 -1
- package/esm/components/navigation-bar/index.css +8 -8
- package/esm/components/navigation-bar/index.module.css.js +1 -1
- package/esm/components/subtitles/index.css +3 -3
- package/esm/components/subtitles/index.module.css.js +1 -1
- package/esm/index.css +9 -9
- package/esm/index.module.css.js +1 -1
- package/index.css +9 -9
- package/index.module.css.js +1 -1
- package/modern/components/bottom-button/index.css +5 -5
- package/modern/components/bottom-button/index.module.css.js +1 -1
- package/modern/components/buttons/index.css +5 -5
- package/modern/components/buttons/index.module.css.js +1 -1
- package/modern/components/header/index.css +1 -1
- package/modern/components/header/index.module.css.js +1 -1
- package/modern/components/header-info-block/index.css +4 -4
- package/modern/components/header-info-block/index.module.css.js +1 -1
- package/modern/components/header-mobile/index.css +6 -6
- package/modern/components/header-mobile/index.module.css.js +1 -1
- package/modern/components/image-preview/index.css +17 -17
- package/modern/components/image-preview/index.module.css.js +1 -1
- package/modern/components/image-viewer/index.css +25 -25
- package/modern/components/image-viewer/index.module.css.js +1 -1
- package/modern/components/image-viewer/video/index.css +7 -7
- package/modern/components/image-viewer/video/index.module.css.js +1 -1
- package/modern/components/info-bar/index.css +3 -3
- package/modern/components/info-bar/index.module.css.js +1 -1
- package/modern/components/navigation-bar/index.css +8 -8
- package/modern/components/navigation-bar/index.module.css.js +1 -1
- package/modern/components/subtitles/index.css +3 -3
- package/modern/components/subtitles/index.module.css.js +1 -1
- package/modern/index.css +9 -9
- package/modern/index.module.css.js +1 -1
- package/package.json +11 -11
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--gap-16: var(--gap-m);
|
|
6
6
|
--gap-32: var(--gap-2xl);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.gallery__subtitles_1eodc {
|
|
9
9
|
position: absolute;
|
|
10
10
|
align-self: flex-end;
|
|
11
11
|
padding: var(--gap-0) var(--gap-32);
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
opacity 500ms ease-in-out,
|
|
19
19
|
margin-bottom 270ms ease-in-out;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.gallery__subtitles_1eodc.gallery__mobile_1eodc {
|
|
22
22
|
position: static;
|
|
23
23
|
position: initial;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.gallery__hideSubtitles_1eodc {
|
|
26
26
|
opacity: 0;
|
|
27
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"subtitles":"
|
|
3
|
+
const styles = {"subtitles":"gallery__subtitles_1eodc","mobile":"gallery__mobile_1eodc","hideSubtitles":"gallery__hideSubtitles_1eodc"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
--sat: env(safe-area-inset-top, var(--gap-0));
|
|
14
14
|
--sab: env(safe-area-inset-bottom, var(--gap-0));
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.gallery__container_rv5vq {
|
|
17
17
|
position: relative;
|
|
18
18
|
overflow-x: hidden;
|
|
19
19
|
overflow-y: auto;
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
padding-top: var(--sat);
|
|
27
27
|
padding-bottom: var(--sab);
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.gallery__container_rv5vq.gallery__mobile_rv5vq {
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.gallery__modal_rv5vq {
|
|
33
33
|
flex-grow: 1;
|
|
34
34
|
width: 100vw;
|
|
35
35
|
height: 100vh;
|
|
36
36
|
background: transparent;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.gallery__navigationVideo_rv5vq {
|
|
39
39
|
z-index: 3;
|
|
40
40
|
width: 100%;
|
|
41
41
|
position: absolute;
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
transition: transform 0.3s ease-in-out;
|
|
45
45
|
text-align: center;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.gallery__hide_rv5vq {
|
|
48
48
|
transform: translateY(114px);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.gallery__hideInfo_rv5vq {
|
|
51
51
|
transform: translateY(48px);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.gallery__bottomButton_rv5vq {
|
|
54
54
|
width: calc(100% - var(--gap-32));
|
|
55
55
|
margin: var(--gap-16);
|
|
56
56
|
background-color: var(--color-static-neutral-translucent-500-inverted);
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
.gallery__subtitles_rv5vq {
|
|
59
59
|
padding: var(--gap-0) var(--gap-32);
|
|
60
60
|
margin-bottom: var(--gap-16);
|
|
61
61
|
width: 100%;
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
opacity 500ms ease-in-out,
|
|
67
67
|
margin-bottom 270ms ease-in-out;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.gallery__hideSubtitles_rv5vq {
|
|
70
70
|
opacity: 0;
|
|
71
71
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"container":"
|
|
3
|
+
const styles = {"container":"gallery__container_rv5vq","mobile":"gallery__mobile_rv5vq","modal":"gallery__modal_rv5vq","navigationVideo":"gallery__navigationVideo_rv5vq","hide":"gallery__hide_rv5vq","hideInfo":"gallery__hideInfo_rv5vq","bottomButton":"gallery__bottomButton_rv5vq"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-gallery",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-base-modal": "^7.0.
|
|
14
|
-
"@alfalab/core-components-button": "^13.0.
|
|
15
|
-
"@alfalab/core-components-icon-button": "^8.0.
|
|
16
|
-
"@alfalab/core-components-icon-view": "^5.0.
|
|
17
|
-
"@alfalab/core-components-mq": "^6.0.
|
|
18
|
-
"@alfalab/core-components-spinner": "^6.0.
|
|
19
|
-
"@alfalab/core-components-tooltip": "^9.0.
|
|
20
|
-
"@alfalab/core-components-typography": "^6.0.
|
|
13
|
+
"@alfalab/core-components-base-modal": "^7.0.1",
|
|
14
|
+
"@alfalab/core-components-button": "^13.0.1",
|
|
15
|
+
"@alfalab/core-components-icon-button": "^8.0.1",
|
|
16
|
+
"@alfalab/core-components-icon-view": "^5.0.1",
|
|
17
|
+
"@alfalab/core-components-mq": "^6.0.1",
|
|
18
|
+
"@alfalab/core-components-spinner": "^6.0.1",
|
|
19
|
+
"@alfalab/core-components-tooltip": "^9.0.1",
|
|
20
|
+
"@alfalab/core-components-typography": "^6.0.1",
|
|
21
21
|
"@alfalab/hooks": "^1.13.1",
|
|
22
22
|
"@alfalab/icons-glyph": "^2.260.0",
|
|
23
23
|
"classnames": "^2.5.1",
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"access": "public",
|
|
36
36
|
"directory": "dist"
|
|
37
37
|
},
|
|
38
|
-
"themesVersion": "15.0.
|
|
39
|
-
"varsVersion": "11.0.
|
|
38
|
+
"themesVersion": "15.0.1",
|
|
39
|
+
"varsVersion": "11.0.1"
|
|
40
40
|
}
|