@alfalab/core-components-popup-sheet 2.0.0 → 2.0.1-snapshot-c2c8d5a

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_1h1gt,
7
- .popup-sheet__enter_1h1gt {
6
+ } .popup-sheet__appear_1btna,
7
+ .popup-sheet__enter_1btna {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_1h1gt,
10
- .popup-sheet__enterActive_1h1gt,
11
- .popup-sheet__appearDone_1h1gt,
12
- .popup-sheet__enterDone_1h1gt {
9
+ } .popup-sheet__appearActive_1btna,
10
+ .popup-sheet__enterActive_1btna,
11
+ .popup-sheet__appearDone_1btna,
12
+ .popup-sheet__enterDone_1btna {
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_1h1gt {
15
+ } .popup-sheet__exit_1btna {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_1h1gt,
18
- .popup-sheet__exitDone_1h1gt {
17
+ } .popup-sheet__exitActive_1btna,
18
+ .popup-sheet__exitDone_1btna {
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_1h1gt","enter":"popup-sheet__enter_1h1gt","appearActive":"popup-sheet__appearActive_1h1gt","enterActive":"popup-sheet__enterActive_1h1gt","appearDone":"popup-sheet__appearDone_1h1gt","enterDone":"popup-sheet__enterDone_1h1gt","exit":"popup-sheet__exit_1h1gt","exitActive":"popup-sheet__exitActive_1h1gt","exitDone":"popup-sheet__exitDone_1h1gt"};
5
+ var styles = {"appear":"popup-sheet__appear_1btna","enter":"popup-sheet__enter_1btna","appearActive":"popup-sheet__appearActive_1btna","enterActive":"popup-sheet__enterActive_1btna","appearDone":"popup-sheet__appearDone_1btna","enterDone":"popup-sheet__enterDone_1btna","exit":"popup-sheet__exit_1btna","exitActive":"popup-sheet__exitActive_1btna","exitDone":"popup-sheet__exitDone_1btna"};
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_1h1gt,
7
- .popup-sheet__enter_1h1gt {
6
+ } .popup-sheet__appear_1btna,
7
+ .popup-sheet__enter_1btna {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_1h1gt,
10
- .popup-sheet__enterActive_1h1gt,
11
- .popup-sheet__appearDone_1h1gt,
12
- .popup-sheet__enterDone_1h1gt {
9
+ } .popup-sheet__appearActive_1btna,
10
+ .popup-sheet__enterActive_1btna,
11
+ .popup-sheet__appearDone_1btna,
12
+ .popup-sheet__enterDone_1btna {
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_1h1gt {
15
+ } .popup-sheet__exit_1btna {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_1h1gt,
18
- .popup-sheet__exitDone_1h1gt {
17
+ } .popup-sheet__exitActive_1btna,
18
+ .popup-sheet__exitDone_1btna {
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_1h1gt","enter":"popup-sheet__enter_1h1gt","appearActive":"popup-sheet__appearActive_1h1gt","enterActive":"popup-sheet__enterActive_1h1gt","appearDone":"popup-sheet__appearDone_1h1gt","enterDone":"popup-sheet__enterDone_1h1gt","exit":"popup-sheet__exit_1h1gt","exitActive":"popup-sheet__exitActive_1h1gt","exitDone":"popup-sheet__exitDone_1h1gt"};
3
+ var styles = {"appear":"popup-sheet__appear_1btna","enter":"popup-sheet__enter_1btna","appearActive":"popup-sheet__appearActive_1btna","enterActive":"popup-sheet__enterActive_1btna","appearDone":"popup-sheet__appearDone_1btna","enterDone":"popup-sheet__enterDone_1btna","exit":"popup-sheet__exit_1btna","exitActive":"popup-sheet__exitActive_1btna","exitDone":"popup-sheet__exitDone_1btna"};
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_e7hgx {
7
+ } .popup-sheet__component_uxnmv {
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_e7hgx {
15
+ } .popup-sheet__closer_uxnmv {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8)
19
- } .popup-sheet__closer_e7hgx > button {
19
+ } .popup-sheet__closer_uxnmv > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_e7hgx {
22
+ } .popup-sheet__content_uxnmv {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_e7hgx,
25
- .popup-sheet__enter_e7hgx {
24
+ } .popup-sheet__appear_uxnmv,
25
+ .popup-sheet__enter_uxnmv {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_e7hgx,
28
- .popup-sheet__enterActive_e7hgx {
27
+ } .popup-sheet__appearActive_uxnmv,
28
+ .popup-sheet__enterActive_uxnmv {
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_e7hgx {
32
+ } .popup-sheet__exit_uxnmv {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_e7hgx {
34
+ } .popup-sheet__exitBySwipe_uxnmv {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_e7hgx {
36
+ } .popup-sheet__exitActiveBySwipe_uxnmv {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_e7hgx,
39
- .popup-sheet__exitDone_e7hgx {
38
+ } .popup-sheet__exitActive_uxnmv,
39
+ .popup-sheet__exitDone_uxnmv {
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_e7hgx","closer":"popup-sheet__closer_e7hgx","content":"popup-sheet__content_e7hgx","appear":"popup-sheet__appear_e7hgx","enter":"popup-sheet__enter_e7hgx","appearActive":"popup-sheet__appearActive_e7hgx","enterActive":"popup-sheet__enterActive_e7hgx","exit":"popup-sheet__exit_e7hgx","exitBySwipe":"popup-sheet__exitBySwipe_e7hgx","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_e7hgx","exitActive":"popup-sheet__exitActive_e7hgx"};
3
+ var styles = {"component":"popup-sheet__component_uxnmv","closer":"popup-sheet__closer_uxnmv","content":"popup-sheet__content_uxnmv","appear":"popup-sheet__appear_uxnmv","enter":"popup-sheet__enter_uxnmv","appearActive":"popup-sheet__appearActive_uxnmv","enterActive":"popup-sheet__enterActive_uxnmv","exit":"popup-sheet__exit_uxnmv","exitBySwipe":"popup-sheet__exitBySwipe_uxnmv","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_uxnmv","exitActive":"popup-sheet__exitActive_uxnmv"};
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_e7hgx {
7
+ } .popup-sheet__component_uxnmv {
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_e7hgx {
15
+ } .popup-sheet__closer_uxnmv {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8)
19
- } .popup-sheet__closer_e7hgx > button {
19
+ } .popup-sheet__closer_uxnmv > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_e7hgx {
22
+ } .popup-sheet__content_uxnmv {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_e7hgx,
25
- .popup-sheet__enter_e7hgx {
24
+ } .popup-sheet__appear_uxnmv,
25
+ .popup-sheet__enter_uxnmv {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_e7hgx,
28
- .popup-sheet__enterActive_e7hgx {
27
+ } .popup-sheet__appearActive_uxnmv,
28
+ .popup-sheet__enterActive_uxnmv {
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_e7hgx {
32
+ } .popup-sheet__exit_uxnmv {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_e7hgx {
34
+ } .popup-sheet__exitBySwipe_uxnmv {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_e7hgx {
36
+ } .popup-sheet__exitActiveBySwipe_uxnmv {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_e7hgx,
39
- .popup-sheet__exitDone_e7hgx {
38
+ } .popup-sheet__exitActive_uxnmv,
39
+ .popup-sheet__exitDone_uxnmv {
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_e7hgx","closer":"popup-sheet__closer_e7hgx","content":"popup-sheet__content_e7hgx","appear":"popup-sheet__appear_e7hgx","enter":"popup-sheet__enter_e7hgx","appearActive":"popup-sheet__appearActive_e7hgx","enterActive":"popup-sheet__enterActive_e7hgx","exit":"popup-sheet__exit_e7hgx","exitBySwipe":"popup-sheet__exitBySwipe_e7hgx","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_e7hgx","exitActive":"popup-sheet__exitActive_e7hgx"};
5
+ var styles = {"component":"popup-sheet__component_uxnmv","closer":"popup-sheet__closer_uxnmv","content":"popup-sheet__content_uxnmv","appear":"popup-sheet__appear_uxnmv","enter":"popup-sheet__enter_uxnmv","appearActive":"popup-sheet__appearActive_uxnmv","enterActive":"popup-sheet__enterActive_uxnmv","exit":"popup-sheet__exit_uxnmv","exitBySwipe":"popup-sheet__exitBySwipe_uxnmv","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_uxnmv","exitActive":"popup-sheet__exitActive_uxnmv"};
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_1h1gt,
7
- .popup-sheet__enter_1h1gt {
6
+ } .popup-sheet__appear_1btna,
7
+ .popup-sheet__enter_1btna {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_1h1gt,
10
- .popup-sheet__enterActive_1h1gt,
11
- .popup-sheet__appearDone_1h1gt,
12
- .popup-sheet__enterDone_1h1gt {
9
+ } .popup-sheet__appearActive_1btna,
10
+ .popup-sheet__enterActive_1btna,
11
+ .popup-sheet__appearDone_1btna,
12
+ .popup-sheet__enterDone_1btna {
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_1h1gt {
15
+ } .popup-sheet__exit_1btna {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_1h1gt,
18
- .popup-sheet__exitDone_1h1gt {
17
+ } .popup-sheet__exitActive_1btna,
18
+ .popup-sheet__exitDone_1btna {
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_1h1gt","enter":"popup-sheet__enter_1h1gt","appearActive":"popup-sheet__appearActive_1h1gt","enterActive":"popup-sheet__enterActive_1h1gt","appearDone":"popup-sheet__appearDone_1h1gt","enterDone":"popup-sheet__enterDone_1h1gt","exit":"popup-sheet__exit_1h1gt","exitActive":"popup-sheet__exitActive_1h1gt","exitDone":"popup-sheet__exitDone_1h1gt"};
3
+ const styles = {"appear":"popup-sheet__appear_1btna","enter":"popup-sheet__enter_1btna","appearActive":"popup-sheet__appearActive_1btna","enterActive":"popup-sheet__enterActive_1btna","appearDone":"popup-sheet__appearDone_1btna","enterDone":"popup-sheet__enterDone_1btna","exit":"popup-sheet__exit_1btna","exitActive":"popup-sheet__exitActive_1btna","exitDone":"popup-sheet__exitDone_1btna"};
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_e7hgx {
7
+ } .popup-sheet__component_uxnmv {
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_e7hgx {
15
+ } .popup-sheet__closer_uxnmv {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8)
19
- } .popup-sheet__closer_e7hgx > button {
19
+ } .popup-sheet__closer_uxnmv > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_e7hgx {
22
+ } .popup-sheet__content_uxnmv {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_e7hgx,
25
- .popup-sheet__enter_e7hgx {
24
+ } .popup-sheet__appear_uxnmv,
25
+ .popup-sheet__enter_uxnmv {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_e7hgx,
28
- .popup-sheet__enterActive_e7hgx {
27
+ } .popup-sheet__appearActive_uxnmv,
28
+ .popup-sheet__enterActive_uxnmv {
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_e7hgx {
32
+ } .popup-sheet__exit_uxnmv {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_e7hgx {
34
+ } .popup-sheet__exitBySwipe_uxnmv {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_e7hgx {
36
+ } .popup-sheet__exitActiveBySwipe_uxnmv {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_e7hgx,
39
- .popup-sheet__exitDone_e7hgx {
38
+ } .popup-sheet__exitActive_uxnmv,
39
+ .popup-sheet__exitDone_uxnmv {
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_e7hgx","closer":"popup-sheet__closer_e7hgx","content":"popup-sheet__content_e7hgx","appear":"popup-sheet__appear_e7hgx","enter":"popup-sheet__enter_e7hgx","appearActive":"popup-sheet__appearActive_e7hgx","enterActive":"popup-sheet__enterActive_e7hgx","exit":"popup-sheet__exit_e7hgx","exitBySwipe":"popup-sheet__exitBySwipe_e7hgx","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_e7hgx","exitActive":"popup-sheet__exitActive_e7hgx"};
3
+ const styles = {"component":"popup-sheet__component_uxnmv","closer":"popup-sheet__closer_uxnmv","content":"popup-sheet__content_uxnmv","appear":"popup-sheet__appear_uxnmv","enter":"popup-sheet__enter_uxnmv","appearActive":"popup-sheet__appearActive_uxnmv","enterActive":"popup-sheet__enterActive_uxnmv","exit":"popup-sheet__exit_uxnmv","exitBySwipe":"popup-sheet__exitBySwipe_uxnmv","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_uxnmv","exitActive":"popup-sheet__exitActive_uxnmv"};
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.0",
3
+ "version": "2.0.1-snapshot-c2c8d5a",
4
4
  "description": "Popup sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -11,9 +11,9 @@
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-backdrop": "^4.0.0",
14
- "@alfalab/core-components-base-modal": "^6.0.0",
15
- "@alfalab/core-components-navigation-bar-private": "^1.0.0",
16
- "@alfalab/core-components-shared": "^1.0.0",
14
+ "@alfalab/core-components-base-modal": "6.0.1-snapshot-c2c8d5a",
15
+ "@alfalab/core-components-navigation-bar-private": "1.0.1-snapshot-c2c8d5a",
16
+ "@alfalab/core-components-shared": "1.0.1-snapshot-c2c8d5a",
17
17
  "@alfalab/core-components-types": "^1.0.0",
18
18
  "classnames": "^2.5.1",
19
19
  "react-swipeable": "^7.0.0",
@@ -28,5 +28,5 @@
28
28
  "directory": "dist"
29
29
  },
30
30
  "themesVersion": "14.0.0",
31
- "varsVersion": "10.0.0"
31
+ "varsVersion": "10.0.1-snapshot-c2c8d5a"
32
32
  }