@alfalab/core-components-popup-sheet 3.0.0 → 3.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.
@@ -5,22 +5,22 @@
5
5
  --backdrop-visible-background: var(--color-light-overlay-default);
6
6
  --backdrop-hidden-background: transparent;
7
7
  }
8
- .popup-sheet__appear_u4l2e,
9
- .popup-sheet__enter_u4l2e {
8
+ .popup-sheet__appear_16wou,
9
+ .popup-sheet__enter_16wou {
10
10
  background-color: var(--backdrop-hidden-background);
11
11
  }
12
- .popup-sheet__appearActive_u4l2e,
13
- .popup-sheet__enterActive_u4l2e,
14
- .popup-sheet__appearDone_u4l2e,
15
- .popup-sheet__enterDone_u4l2e {
12
+ .popup-sheet__appearActive_16wou,
13
+ .popup-sheet__enterActive_16wou,
14
+ .popup-sheet__appearDone_16wou,
15
+ .popup-sheet__enterDone_16wou {
16
16
  background-color: var(--backdrop-visible-background);
17
17
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
18
18
  }
19
- .popup-sheet__exit_u4l2e {
19
+ .popup-sheet__exit_16wou {
20
20
  background-color: var(--backdrop-visible-background);
21
21
  }
22
- .popup-sheet__exitActive_u4l2e,
23
- .popup-sheet__exitDone_u4l2e {
22
+ .popup-sheet__exitActive_16wou,
23
+ .popup-sheet__exitDone_16wou {
24
24
  background-color: var(--backdrop-hidden-background);
25
25
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
26
26
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"appear":"popup-sheet__appear_u4l2e","enter":"popup-sheet__enter_u4l2e","appearActive":"popup-sheet__appearActive_u4l2e","enterActive":"popup-sheet__enterActive_u4l2e","appearDone":"popup-sheet__appearDone_u4l2e","enterDone":"popup-sheet__enterDone_u4l2e","exit":"popup-sheet__exit_u4l2e","exitActive":"popup-sheet__exitActive_u4l2e","exitDone":"popup-sheet__exitDone_u4l2e"};
5
+ var styles = {"appear":"popup-sheet__appear_16wou","enter":"popup-sheet__enter_16wou","appearActive":"popup-sheet__appearActive_16wou","enterActive":"popup-sheet__enterActive_16wou","appearDone":"popup-sheet__appearDone_16wou","enterDone":"popup-sheet__enterDone_16wou","exit":"popup-sheet__exit_16wou","exitActive":"popup-sheet__exitActive_16wou","exitDone":"popup-sheet__exitDone_16wou"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -5,22 +5,22 @@
5
5
  --backdrop-visible-background: var(--color-light-overlay-default);
6
6
  --backdrop-hidden-background: transparent;
7
7
  }
8
- .popup-sheet__appear_u4l2e,
9
- .popup-sheet__enter_u4l2e {
8
+ .popup-sheet__appear_16wou,
9
+ .popup-sheet__enter_16wou {
10
10
  background-color: var(--backdrop-hidden-background);
11
11
  }
12
- .popup-sheet__appearActive_u4l2e,
13
- .popup-sheet__enterActive_u4l2e,
14
- .popup-sheet__appearDone_u4l2e,
15
- .popup-sheet__enterDone_u4l2e {
12
+ .popup-sheet__appearActive_16wou,
13
+ .popup-sheet__enterActive_16wou,
14
+ .popup-sheet__appearDone_16wou,
15
+ .popup-sheet__enterDone_16wou {
16
16
  background-color: var(--backdrop-visible-background);
17
17
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
18
18
  }
19
- .popup-sheet__exit_u4l2e {
19
+ .popup-sheet__exit_16wou {
20
20
  background-color: var(--backdrop-visible-background);
21
21
  }
22
- .popup-sheet__exitActive_u4l2e,
23
- .popup-sheet__exitDone_u4l2e {
22
+ .popup-sheet__exitActive_16wou,
23
+ .popup-sheet__exitDone_16wou {
24
24
  background-color: var(--backdrop-hidden-background);
25
25
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
26
26
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"appear":"popup-sheet__appear_u4l2e","enter":"popup-sheet__enter_u4l2e","appearActive":"popup-sheet__appearActive_u4l2e","enterActive":"popup-sheet__enterActive_u4l2e","appearDone":"popup-sheet__appearDone_u4l2e","enterDone":"popup-sheet__enterDone_u4l2e","exit":"popup-sheet__exit_u4l2e","exitActive":"popup-sheet__exitActive_u4l2e","exitDone":"popup-sheet__exitDone_u4l2e"};
3
+ var styles = {"appear":"popup-sheet__appear_16wou","enter":"popup-sheet__enter_16wou","appearActive":"popup-sheet__appearActive_16wou","enterActive":"popup-sheet__enterActive_16wou","appearDone":"popup-sheet__appearDone_16wou","enterDone":"popup-sheet__enterDone_16wou","exit":"popup-sheet__exit_16wou","exitActive":"popup-sheet__exitActive_16wou","exitDone":"popup-sheet__exitDone_16wou"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/index.css CHANGED
@@ -6,7 +6,7 @@
6
6
  --gap-0: 0px;
7
7
  --gap-8: var(--gap-xs);
8
8
  }
9
- .popup-sheet__component_1no0a.popup-sheet__component_1no0a {
9
+ .popup-sheet__component_19v24.popup-sheet__component_19v24 {
10
10
  position: fixed;
11
11
  bottom: var(--gap-0);
12
12
  margin: auto var(--gap-8) var(--gap-8);
@@ -15,39 +15,39 @@
15
15
  border-radius: var(--border-radius-36);
16
16
  overflow: hidden;
17
17
  }
18
- .popup-sheet__closer_1no0a {
18
+ .popup-sheet__closer_19v24 {
19
19
  position: absolute;
20
20
  top: var(--gap-8);
21
21
  right: var(--gap-8);
22
22
  }
23
- .popup-sheet__closer_1no0a > button {
23
+ .popup-sheet__closer_19v24 > button {
24
24
  -webkit-backdrop-filter: none;
25
25
  backdrop-filter: none;
26
26
  }
27
- .popup-sheet__content_1no0a {
27
+ .popup-sheet__content_19v24 {
28
28
  box-sizing: border-box;
29
29
  }
30
- .popup-sheet__appear_1no0a,
31
- .popup-sheet__enter_1no0a {
30
+ .popup-sheet__appear_19v24,
31
+ .popup-sheet__enter_19v24 {
32
32
  transform: translateY(calc(100% + 100px));
33
33
  }
34
- .popup-sheet__appearActive_1no0a,
35
- .popup-sheet__enterActive_1no0a {
34
+ .popup-sheet__appearActive_19v24,
35
+ .popup-sheet__enterActive_19v24 {
36
36
  transform: translateY(0);
37
37
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
38
38
  transition-delay: 50ms;
39
39
  }
40
- .popup-sheet__exit_1no0a {
40
+ .popup-sheet__exit_19v24 {
41
41
  transform: translateY(0);
42
42
  }
43
- .popup-sheet__exitBySwipe_1no0a {
43
+ .popup-sheet__exitBySwipe_19v24 {
44
44
  transform: translateY(calc(100% + 100px));
45
45
  }
46
- .popup-sheet__exitActiveBySwipe_1no0a {
46
+ .popup-sheet__exitActiveBySwipe_19v24 {
47
47
  transition: none;
48
48
  }
49
- .popup-sheet__exitActive_1no0a,
50
- .popup-sheet__exitDone_1no0a {
49
+ .popup-sheet__exitActive_19v24,
50
+ .popup-sheet__exitDone_19v24 {
51
51
  transform: translateY(calc(100% + 100px));
52
52
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
53
53
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"popup-sheet__component_1no0a","closer":"popup-sheet__closer_1no0a","content":"popup-sheet__content_1no0a","appear":"popup-sheet__appear_1no0a","enter":"popup-sheet__enter_1no0a","appearActive":"popup-sheet__appearActive_1no0a","enterActive":"popup-sheet__enterActive_1no0a","exit":"popup-sheet__exit_1no0a","exitBySwipe":"popup-sheet__exitBySwipe_1no0a","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1no0a","exitActive":"popup-sheet__exitActive_1no0a"};
3
+ var styles = {"component":"popup-sheet__component_19v24","closer":"popup-sheet__closer_19v24","content":"popup-sheet__content_19v24","appear":"popup-sheet__appear_19v24","enter":"popup-sheet__enter_19v24","appearActive":"popup-sheet__appearActive_19v24","enterActive":"popup-sheet__enterActive_19v24","exit":"popup-sheet__exit_19v24","exitBySwipe":"popup-sheet__exitBySwipe_19v24","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_19v24","exitActive":"popup-sheet__exitActive_19v24"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -6,7 +6,7 @@
6
6
  --gap-0: 0px;
7
7
  --gap-8: var(--gap-xs);
8
8
  }
9
- .popup-sheet__component_1no0a.popup-sheet__component_1no0a {
9
+ .popup-sheet__component_19v24.popup-sheet__component_19v24 {
10
10
  position: fixed;
11
11
  bottom: var(--gap-0);
12
12
  margin: auto var(--gap-8) var(--gap-8);
@@ -15,39 +15,39 @@
15
15
  border-radius: var(--border-radius-36);
16
16
  overflow: hidden;
17
17
  }
18
- .popup-sheet__closer_1no0a {
18
+ .popup-sheet__closer_19v24 {
19
19
  position: absolute;
20
20
  top: var(--gap-8);
21
21
  right: var(--gap-8);
22
22
  }
23
- .popup-sheet__closer_1no0a > button {
23
+ .popup-sheet__closer_19v24 > button {
24
24
  -webkit-backdrop-filter: none;
25
25
  backdrop-filter: none;
26
26
  }
27
- .popup-sheet__content_1no0a {
27
+ .popup-sheet__content_19v24 {
28
28
  box-sizing: border-box;
29
29
  }
30
- .popup-sheet__appear_1no0a,
31
- .popup-sheet__enter_1no0a {
30
+ .popup-sheet__appear_19v24,
31
+ .popup-sheet__enter_19v24 {
32
32
  transform: translateY(calc(100% + 100px));
33
33
  }
34
- .popup-sheet__appearActive_1no0a,
35
- .popup-sheet__enterActive_1no0a {
34
+ .popup-sheet__appearActive_19v24,
35
+ .popup-sheet__enterActive_19v24 {
36
36
  transform: translateY(0);
37
37
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
38
38
  transition-delay: 50ms;
39
39
  }
40
- .popup-sheet__exit_1no0a {
40
+ .popup-sheet__exit_19v24 {
41
41
  transform: translateY(0);
42
42
  }
43
- .popup-sheet__exitBySwipe_1no0a {
43
+ .popup-sheet__exitBySwipe_19v24 {
44
44
  transform: translateY(calc(100% + 100px));
45
45
  }
46
- .popup-sheet__exitActiveBySwipe_1no0a {
46
+ .popup-sheet__exitActiveBySwipe_19v24 {
47
47
  transition: none;
48
48
  }
49
- .popup-sheet__exitActive_1no0a,
50
- .popup-sheet__exitDone_1no0a {
49
+ .popup-sheet__exitActive_19v24,
50
+ .popup-sheet__exitDone_19v24 {
51
51
  transform: translateY(calc(100% + 100px));
52
52
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
53
53
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"popup-sheet__component_1no0a","closer":"popup-sheet__closer_1no0a","content":"popup-sheet__content_1no0a","appear":"popup-sheet__appear_1no0a","enter":"popup-sheet__enter_1no0a","appearActive":"popup-sheet__appearActive_1no0a","enterActive":"popup-sheet__enterActive_1no0a","exit":"popup-sheet__exit_1no0a","exitBySwipe":"popup-sheet__exitBySwipe_1no0a","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1no0a","exitActive":"popup-sheet__exitActive_1no0a"};
5
+ var styles = {"component":"popup-sheet__component_19v24","closer":"popup-sheet__closer_19v24","content":"popup-sheet__content_19v24","appear":"popup-sheet__appear_19v24","enter":"popup-sheet__enter_19v24","appearActive":"popup-sheet__appearActive_19v24","enterActive":"popup-sheet__enterActive_19v24","exit":"popup-sheet__exit_19v24","exitBySwipe":"popup-sheet__exitBySwipe_19v24","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_19v24","exitActive":"popup-sheet__exitActive_19v24"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -5,22 +5,22 @@
5
5
  --backdrop-visible-background: var(--color-light-overlay-default);
6
6
  --backdrop-hidden-background: transparent;
7
7
  }
8
- .popup-sheet__appear_u4l2e,
9
- .popup-sheet__enter_u4l2e {
8
+ .popup-sheet__appear_16wou,
9
+ .popup-sheet__enter_16wou {
10
10
  background-color: var(--backdrop-hidden-background);
11
11
  }
12
- .popup-sheet__appearActive_u4l2e,
13
- .popup-sheet__enterActive_u4l2e,
14
- .popup-sheet__appearDone_u4l2e,
15
- .popup-sheet__enterDone_u4l2e {
12
+ .popup-sheet__appearActive_16wou,
13
+ .popup-sheet__enterActive_16wou,
14
+ .popup-sheet__appearDone_16wou,
15
+ .popup-sheet__enterDone_16wou {
16
16
  background-color: var(--backdrop-visible-background);
17
17
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
18
18
  }
19
- .popup-sheet__exit_u4l2e {
19
+ .popup-sheet__exit_16wou {
20
20
  background-color: var(--backdrop-visible-background);
21
21
  }
22
- .popup-sheet__exitActive_u4l2e,
23
- .popup-sheet__exitDone_u4l2e {
22
+ .popup-sheet__exitActive_16wou,
23
+ .popup-sheet__exitDone_16wou {
24
24
  background-color: var(--backdrop-hidden-background);
25
25
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
26
26
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"appear":"popup-sheet__appear_u4l2e","enter":"popup-sheet__enter_u4l2e","appearActive":"popup-sheet__appearActive_u4l2e","enterActive":"popup-sheet__enterActive_u4l2e","appearDone":"popup-sheet__appearDone_u4l2e","enterDone":"popup-sheet__enterDone_u4l2e","exit":"popup-sheet__exit_u4l2e","exitActive":"popup-sheet__exitActive_u4l2e","exitDone":"popup-sheet__exitDone_u4l2e"};
3
+ const styles = {"appear":"popup-sheet__appear_16wou","enter":"popup-sheet__enter_16wou","appearActive":"popup-sheet__appearActive_16wou","enterActive":"popup-sheet__enterActive_16wou","appearDone":"popup-sheet__appearDone_16wou","enterDone":"popup-sheet__enterDone_16wou","exit":"popup-sheet__exit_16wou","exitActive":"popup-sheet__exitActive_16wou","exitDone":"popup-sheet__exitDone_16wou"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -6,7 +6,7 @@
6
6
  --gap-0: 0px;
7
7
  --gap-8: var(--gap-xs);
8
8
  }
9
- .popup-sheet__component_1no0a.popup-sheet__component_1no0a {
9
+ .popup-sheet__component_19v24.popup-sheet__component_19v24 {
10
10
  position: fixed;
11
11
  bottom: var(--gap-0);
12
12
  margin: auto var(--gap-8) var(--gap-8);
@@ -15,39 +15,39 @@
15
15
  border-radius: var(--border-radius-36);
16
16
  overflow: hidden;
17
17
  }
18
- .popup-sheet__closer_1no0a {
18
+ .popup-sheet__closer_19v24 {
19
19
  position: absolute;
20
20
  top: var(--gap-8);
21
21
  right: var(--gap-8);
22
22
  }
23
- .popup-sheet__closer_1no0a > button {
23
+ .popup-sheet__closer_19v24 > button {
24
24
  -webkit-backdrop-filter: none;
25
25
  backdrop-filter: none;
26
26
  }
27
- .popup-sheet__content_1no0a {
27
+ .popup-sheet__content_19v24 {
28
28
  box-sizing: border-box;
29
29
  }
30
- .popup-sheet__appear_1no0a,
31
- .popup-sheet__enter_1no0a {
30
+ .popup-sheet__appear_19v24,
31
+ .popup-sheet__enter_19v24 {
32
32
  transform: translateY(calc(100% + 100px));
33
33
  }
34
- .popup-sheet__appearActive_1no0a,
35
- .popup-sheet__enterActive_1no0a {
34
+ .popup-sheet__appearActive_19v24,
35
+ .popup-sheet__enterActive_19v24 {
36
36
  transform: translateY(0);
37
37
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
38
38
  transition-delay: 50ms;
39
39
  }
40
- .popup-sheet__exit_1no0a {
40
+ .popup-sheet__exit_19v24 {
41
41
  transform: translateY(0);
42
42
  }
43
- .popup-sheet__exitBySwipe_1no0a {
43
+ .popup-sheet__exitBySwipe_19v24 {
44
44
  transform: translateY(calc(100% + 100px));
45
45
  }
46
- .popup-sheet__exitActiveBySwipe_1no0a {
46
+ .popup-sheet__exitActiveBySwipe_19v24 {
47
47
  transition: none;
48
48
  }
49
- .popup-sheet__exitActive_1no0a,
50
- .popup-sheet__exitDone_1no0a {
49
+ .popup-sheet__exitActive_19v24,
50
+ .popup-sheet__exitDone_19v24 {
51
51
  transform: translateY(calc(100% + 100px));
52
52
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
53
53
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"popup-sheet__component_1no0a","closer":"popup-sheet__closer_1no0a","content":"popup-sheet__content_1no0a","appear":"popup-sheet__appear_1no0a","enter":"popup-sheet__enter_1no0a","appearActive":"popup-sheet__appearActive_1no0a","enterActive":"popup-sheet__enterActive_1no0a","exit":"popup-sheet__exit_1no0a","exitBySwipe":"popup-sheet__exitBySwipe_1no0a","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1no0a","exitActive":"popup-sheet__exitActive_1no0a"};
3
+ const styles = {"component":"popup-sheet__component_19v24","closer":"popup-sheet__closer_19v24","content":"popup-sheet__content_19v24","appear":"popup-sheet__appear_19v24","enter":"popup-sheet__enter_19v24","appearActive":"popup-sheet__appearActive_19v24","enterActive":"popup-sheet__enterActive_19v24","exit":"popup-sheet__exit_19v24","exitBySwipe":"popup-sheet__exitBySwipe_19v24","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_19v24","exitActive":"popup-sheet__exitActive_19v24"};
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-popup-sheet",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Popup sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,11 +10,11 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-backdrop": "^5.0.0",
14
- "@alfalab/core-components-base-modal": "^7.0.0",
15
- "@alfalab/core-components-navigation-bar-private": "^2.0.0",
16
- "@alfalab/core-components-shared": "^2.0.0",
17
- "@alfalab/core-components-types": "^2.0.0",
13
+ "@alfalab/core-components-backdrop": "^5.0.1",
14
+ "@alfalab/core-components-base-modal": "^7.0.1",
15
+ "@alfalab/core-components-navigation-bar-private": "^2.0.1",
16
+ "@alfalab/core-components-shared": "^2.0.1",
17
+ "@alfalab/core-components-types": "^2.0.1",
18
18
  "classnames": "^2.5.1",
19
19
  "react-merge-refs": "^1.1.0",
20
20
  "react-swipeable": "^7.0.0",
@@ -28,6 +28,6 @@
28
28
  "access": "public",
29
29
  "directory": "dist"
30
30
  },
31
- "themesVersion": "15.0.0",
32
- "varsVersion": "11.0.0"
31
+ "themesVersion": "15.0.1",
32
+ "varsVersion": "11.0.1"
33
33
  }