@alfalab/core-components-popup-sheet 2.0.7 → 2.0.8

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.
@@ -3,19 +3,19 @@
3
3
  } :root {
4
4
  --backdrop-visible-background: var(--color-light-overlay-default);
5
5
  --backdrop-hidden-background: transparent;
6
- } .popup-sheet__appear_16w5k,
7
- .popup-sheet__enter_16w5k {
6
+ } .popup-sheet__appear_emd1j,
7
+ .popup-sheet__enter_emd1j {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_16w5k,
10
- .popup-sheet__enterActive_16w5k,
11
- .popup-sheet__appearDone_16w5k,
12
- .popup-sheet__enterDone_16w5k {
9
+ } .popup-sheet__appearActive_emd1j,
10
+ .popup-sheet__enterActive_emd1j,
11
+ .popup-sheet__appearDone_emd1j,
12
+ .popup-sheet__enterDone_emd1j {
13
13
  background-color: var(--backdrop-visible-background);
14
14
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
15
- } .popup-sheet__exit_16w5k {
15
+ } .popup-sheet__exit_emd1j {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_16w5k,
18
- .popup-sheet__exitDone_16w5k {
17
+ } .popup-sheet__exitActive_emd1j,
18
+ .popup-sheet__exitDone_emd1j {
19
19
  background-color: var(--backdrop-hidden-background);
20
20
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
21
21
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"appear":"popup-sheet__appear_16w5k","enter":"popup-sheet__enter_16w5k","appearActive":"popup-sheet__appearActive_16w5k","enterActive":"popup-sheet__enterActive_16w5k","appearDone":"popup-sheet__appearDone_16w5k","enterDone":"popup-sheet__enterDone_16w5k","exit":"popup-sheet__exit_16w5k","exitActive":"popup-sheet__exitActive_16w5k","exitDone":"popup-sheet__exitDone_16w5k"};
5
+ var styles = {"appear":"popup-sheet__appear_emd1j","enter":"popup-sheet__enter_emd1j","appearActive":"popup-sheet__appearActive_emd1j","enterActive":"popup-sheet__enterActive_emd1j","appearDone":"popup-sheet__appearDone_emd1j","enterDone":"popup-sheet__enterDone_emd1j","exit":"popup-sheet__exit_emd1j","exitActive":"popup-sheet__exitActive_emd1j","exitDone":"popup-sheet__exitDone_emd1j"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,19 +3,19 @@
3
3
  } :root {
4
4
  --backdrop-visible-background: var(--color-light-overlay-default);
5
5
  --backdrop-hidden-background: transparent;
6
- } .popup-sheet__appear_16w5k,
7
- .popup-sheet__enter_16w5k {
6
+ } .popup-sheet__appear_emd1j,
7
+ .popup-sheet__enter_emd1j {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_16w5k,
10
- .popup-sheet__enterActive_16w5k,
11
- .popup-sheet__appearDone_16w5k,
12
- .popup-sheet__enterDone_16w5k {
9
+ } .popup-sheet__appearActive_emd1j,
10
+ .popup-sheet__enterActive_emd1j,
11
+ .popup-sheet__appearDone_emd1j,
12
+ .popup-sheet__enterDone_emd1j {
13
13
  background-color: var(--backdrop-visible-background);
14
14
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
15
- } .popup-sheet__exit_16w5k {
15
+ } .popup-sheet__exit_emd1j {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_16w5k,
18
- .popup-sheet__exitDone_16w5k {
17
+ } .popup-sheet__exitActive_emd1j,
18
+ .popup-sheet__exitDone_emd1j {
19
19
  background-color: var(--backdrop-hidden-background);
20
20
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"appear":"popup-sheet__appear_16w5k","enter":"popup-sheet__enter_16w5k","appearActive":"popup-sheet__appearActive_16w5k","enterActive":"popup-sheet__enterActive_16w5k","appearDone":"popup-sheet__appearDone_16w5k","enterDone":"popup-sheet__enterDone_16w5k","exit":"popup-sheet__exit_16w5k","exitActive":"popup-sheet__exitActive_16w5k","exitDone":"popup-sheet__exitDone_16w5k"};
3
+ var styles = {"appear":"popup-sheet__appear_emd1j","enter":"popup-sheet__enter_emd1j","appearActive":"popup-sheet__appearActive_emd1j","enterActive":"popup-sheet__enterActive_emd1j","appearDone":"popup-sheet__appearDone_emd1j","enterDone":"popup-sheet__enterDone_emd1j","exit":"popup-sheet__exit_emd1j","exitActive":"popup-sheet__exitActive_emd1j","exitDone":"popup-sheet__exitDone_emd1j"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/index.css CHANGED
@@ -4,7 +4,7 @@
4
4
  --gap-xs: 8px;
5
5
  --gap-0: 0px;
6
6
  --gap-8: var(--gap-xs);
7
- } .popup-sheet__component_2hio7.popup-sheet__component_2hio7 {
7
+ } .popup-sheet__component_1gml9.popup-sheet__component_1gml9 {
8
8
  position: fixed;
9
9
  bottom: var(--gap-0);
10
10
  margin: auto var(--gap-8) var(--gap-8);
@@ -12,31 +12,31 @@
12
12
  max-width: 600px;
13
13
  border-radius: var(--border-radius-36);
14
14
  overflow: hidden;
15
- } .popup-sheet__closer_2hio7 {
15
+ } .popup-sheet__closer_1gml9 {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8);
19
- } .popup-sheet__closer_2hio7 > button {
19
+ } .popup-sheet__closer_1gml9 > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_2hio7 {
22
+ } .popup-sheet__content_1gml9 {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_2hio7,
25
- .popup-sheet__enter_2hio7 {
24
+ } .popup-sheet__appear_1gml9,
25
+ .popup-sheet__enter_1gml9 {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_2hio7,
28
- .popup-sheet__enterActive_2hio7 {
27
+ } .popup-sheet__appearActive_1gml9,
28
+ .popup-sheet__enterActive_1gml9 {
29
29
  transform: translateY(0);
30
30
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
31
31
  transition-delay: 50ms;
32
- } .popup-sheet__exit_2hio7 {
32
+ } .popup-sheet__exit_1gml9 {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_2hio7 {
34
+ } .popup-sheet__exitBySwipe_1gml9 {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_2hio7 {
36
+ } .popup-sheet__exitActiveBySwipe_1gml9 {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_2hio7,
39
- .popup-sheet__exitDone_2hio7 {
38
+ } .popup-sheet__exitActive_1gml9,
39
+ .popup-sheet__exitDone_1gml9 {
40
40
  transform: translateY(calc(100% + 100px));
41
41
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"popup-sheet__component_2hio7","closer":"popup-sheet__closer_2hio7","content":"popup-sheet__content_2hio7","appear":"popup-sheet__appear_2hio7","enter":"popup-sheet__enter_2hio7","appearActive":"popup-sheet__appearActive_2hio7","enterActive":"popup-sheet__enterActive_2hio7","exit":"popup-sheet__exit_2hio7","exitBySwipe":"popup-sheet__exitBySwipe_2hio7","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_2hio7","exitActive":"popup-sheet__exitActive_2hio7"};
3
+ var styles = {"component":"popup-sheet__component_1gml9","closer":"popup-sheet__closer_1gml9","content":"popup-sheet__content_1gml9","appear":"popup-sheet__appear_1gml9","enter":"popup-sheet__enter_1gml9","appearActive":"popup-sheet__appearActive_1gml9","enterActive":"popup-sheet__enterActive_1gml9","exit":"popup-sheet__exit_1gml9","exitBySwipe":"popup-sheet__exitBySwipe_1gml9","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1gml9","exitActive":"popup-sheet__exitActive_1gml9"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -4,7 +4,7 @@
4
4
  --gap-xs: 8px;
5
5
  --gap-0: 0px;
6
6
  --gap-8: var(--gap-xs);
7
- } .popup-sheet__component_2hio7.popup-sheet__component_2hio7 {
7
+ } .popup-sheet__component_1gml9.popup-sheet__component_1gml9 {
8
8
  position: fixed;
9
9
  bottom: var(--gap-0);
10
10
  margin: auto var(--gap-8) var(--gap-8);
@@ -12,31 +12,31 @@
12
12
  max-width: 600px;
13
13
  border-radius: var(--border-radius-36);
14
14
  overflow: hidden;
15
- } .popup-sheet__closer_2hio7 {
15
+ } .popup-sheet__closer_1gml9 {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8);
19
- } .popup-sheet__closer_2hio7 > button {
19
+ } .popup-sheet__closer_1gml9 > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_2hio7 {
22
+ } .popup-sheet__content_1gml9 {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_2hio7,
25
- .popup-sheet__enter_2hio7 {
24
+ } .popup-sheet__appear_1gml9,
25
+ .popup-sheet__enter_1gml9 {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_2hio7,
28
- .popup-sheet__enterActive_2hio7 {
27
+ } .popup-sheet__appearActive_1gml9,
28
+ .popup-sheet__enterActive_1gml9 {
29
29
  transform: translateY(0);
30
30
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
31
31
  transition-delay: 50ms;
32
- } .popup-sheet__exit_2hio7 {
32
+ } .popup-sheet__exit_1gml9 {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_2hio7 {
34
+ } .popup-sheet__exitBySwipe_1gml9 {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_2hio7 {
36
+ } .popup-sheet__exitActiveBySwipe_1gml9 {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_2hio7,
39
- .popup-sheet__exitDone_2hio7 {
38
+ } .popup-sheet__exitActive_1gml9,
39
+ .popup-sheet__exitDone_1gml9 {
40
40
  transform: translateY(calc(100% + 100px));
41
41
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
42
42
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"popup-sheet__component_2hio7","closer":"popup-sheet__closer_2hio7","content":"popup-sheet__content_2hio7","appear":"popup-sheet__appear_2hio7","enter":"popup-sheet__enter_2hio7","appearActive":"popup-sheet__appearActive_2hio7","enterActive":"popup-sheet__enterActive_2hio7","exit":"popup-sheet__exit_2hio7","exitBySwipe":"popup-sheet__exitBySwipe_2hio7","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_2hio7","exitActive":"popup-sheet__exitActive_2hio7"};
5
+ var styles = {"component":"popup-sheet__component_1gml9","closer":"popup-sheet__closer_1gml9","content":"popup-sheet__content_1gml9","appear":"popup-sheet__appear_1gml9","enter":"popup-sheet__enter_1gml9","appearActive":"popup-sheet__appearActive_1gml9","enterActive":"popup-sheet__enterActive_1gml9","exit":"popup-sheet__exit_1gml9","exitBySwipe":"popup-sheet__exitBySwipe_1gml9","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1gml9","exitActive":"popup-sheet__exitActive_1gml9"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,19 +3,19 @@
3
3
  } :root {
4
4
  --backdrop-visible-background: var(--color-light-overlay-default);
5
5
  --backdrop-hidden-background: transparent;
6
- } .popup-sheet__appear_16w5k,
7
- .popup-sheet__enter_16w5k {
6
+ } .popup-sheet__appear_emd1j,
7
+ .popup-sheet__enter_emd1j {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_16w5k,
10
- .popup-sheet__enterActive_16w5k,
11
- .popup-sheet__appearDone_16w5k,
12
- .popup-sheet__enterDone_16w5k {
9
+ } .popup-sheet__appearActive_emd1j,
10
+ .popup-sheet__enterActive_emd1j,
11
+ .popup-sheet__appearDone_emd1j,
12
+ .popup-sheet__enterDone_emd1j {
13
13
  background-color: var(--backdrop-visible-background);
14
14
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
15
- } .popup-sheet__exit_16w5k {
15
+ } .popup-sheet__exit_emd1j {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_16w5k,
18
- .popup-sheet__exitDone_16w5k {
17
+ } .popup-sheet__exitActive_emd1j,
18
+ .popup-sheet__exitDone_emd1j {
19
19
  background-color: var(--backdrop-hidden-background);
20
20
  transition: background-color 300ms cubic-bezier(0.65, 0, 0.35, 1);
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"appear":"popup-sheet__appear_16w5k","enter":"popup-sheet__enter_16w5k","appearActive":"popup-sheet__appearActive_16w5k","enterActive":"popup-sheet__enterActive_16w5k","appearDone":"popup-sheet__appearDone_16w5k","enterDone":"popup-sheet__enterDone_16w5k","exit":"popup-sheet__exit_16w5k","exitActive":"popup-sheet__exitActive_16w5k","exitDone":"popup-sheet__exitDone_16w5k"};
3
+ const styles = {"appear":"popup-sheet__appear_emd1j","enter":"popup-sheet__enter_emd1j","appearActive":"popup-sheet__appearActive_emd1j","enterActive":"popup-sheet__enterActive_emd1j","appearDone":"popup-sheet__appearDone_emd1j","enterDone":"popup-sheet__enterDone_emd1j","exit":"popup-sheet__exit_emd1j","exitActive":"popup-sheet__exitActive_emd1j","exitDone":"popup-sheet__exitDone_emd1j"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -4,7 +4,7 @@
4
4
  --gap-xs: 8px;
5
5
  --gap-0: 0px;
6
6
  --gap-8: var(--gap-xs);
7
- } .popup-sheet__component_2hio7.popup-sheet__component_2hio7 {
7
+ } .popup-sheet__component_1gml9.popup-sheet__component_1gml9 {
8
8
  position: fixed;
9
9
  bottom: var(--gap-0);
10
10
  margin: auto var(--gap-8) var(--gap-8);
@@ -12,31 +12,31 @@
12
12
  max-width: 600px;
13
13
  border-radius: var(--border-radius-36);
14
14
  overflow: hidden;
15
- } .popup-sheet__closer_2hio7 {
15
+ } .popup-sheet__closer_1gml9 {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8);
19
- } .popup-sheet__closer_2hio7 > button {
19
+ } .popup-sheet__closer_1gml9 > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_2hio7 {
22
+ } .popup-sheet__content_1gml9 {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_2hio7,
25
- .popup-sheet__enter_2hio7 {
24
+ } .popup-sheet__appear_1gml9,
25
+ .popup-sheet__enter_1gml9 {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_2hio7,
28
- .popup-sheet__enterActive_2hio7 {
27
+ } .popup-sheet__appearActive_1gml9,
28
+ .popup-sheet__enterActive_1gml9 {
29
29
  transform: translateY(0);
30
30
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
31
31
  transition-delay: 50ms;
32
- } .popup-sheet__exit_2hio7 {
32
+ } .popup-sheet__exit_1gml9 {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_2hio7 {
34
+ } .popup-sheet__exitBySwipe_1gml9 {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_2hio7 {
36
+ } .popup-sheet__exitActiveBySwipe_1gml9 {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_2hio7,
39
- .popup-sheet__exitDone_2hio7 {
38
+ } .popup-sheet__exitActive_1gml9,
39
+ .popup-sheet__exitDone_1gml9 {
40
40
  transform: translateY(calc(100% + 100px));
41
41
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"popup-sheet__component_2hio7","closer":"popup-sheet__closer_2hio7","content":"popup-sheet__content_2hio7","appear":"popup-sheet__appear_2hio7","enter":"popup-sheet__enter_2hio7","appearActive":"popup-sheet__appearActive_2hio7","enterActive":"popup-sheet__enterActive_2hio7","exit":"popup-sheet__exit_2hio7","exitBySwipe":"popup-sheet__exitBySwipe_2hio7","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_2hio7","exitActive":"popup-sheet__exitActive_2hio7"};
3
+ const styles = {"component":"popup-sheet__component_1gml9","closer":"popup-sheet__closer_1gml9","content":"popup-sheet__content_1gml9","appear":"popup-sheet__appear_1gml9","enter":"popup-sheet__enter_1gml9","appearActive":"popup-sheet__appearActive_1gml9","enterActive":"popup-sheet__enterActive_1gml9","exit":"popup-sheet__exit_1gml9","exitBySwipe":"popup-sheet__exitBySwipe_1gml9","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1gml9","exitActive":"popup-sheet__exitActive_1gml9"};
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": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Popup sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-backdrop": "^4.0.0",
14
14
  "@alfalab/core-components-base-modal": "^6.0.2",
15
- "@alfalab/core-components-navigation-bar-private": "^1.1.2",
15
+ "@alfalab/core-components-navigation-bar-private": "^1.1.3",
16
16
  "@alfalab/core-components-shared": "^1.1.1",
17
17
  "@alfalab/core-components-types": "^1.0.0",
18
18
  "classnames": "^2.5.1",