@alfalab/core-components-popup-sheet 2.0.9 → 2.0.11

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_1gltc,
7
- .popup-sheet__enter_1gltc {
6
+ } .popup-sheet__appear_17qn7,
7
+ .popup-sheet__enter_17qn7 {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_1gltc,
10
- .popup-sheet__enterActive_1gltc,
11
- .popup-sheet__appearDone_1gltc,
12
- .popup-sheet__enterDone_1gltc {
9
+ } .popup-sheet__appearActive_17qn7,
10
+ .popup-sheet__enterActive_17qn7,
11
+ .popup-sheet__appearDone_17qn7,
12
+ .popup-sheet__enterDone_17qn7 {
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_1gltc {
15
+ } .popup-sheet__exit_17qn7 {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_1gltc,
18
- .popup-sheet__exitDone_1gltc {
17
+ } .popup-sheet__exitActive_17qn7,
18
+ .popup-sheet__exitDone_17qn7 {
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_1gltc","enter":"popup-sheet__enter_1gltc","appearActive":"popup-sheet__appearActive_1gltc","enterActive":"popup-sheet__enterActive_1gltc","appearDone":"popup-sheet__appearDone_1gltc","enterDone":"popup-sheet__enterDone_1gltc","exit":"popup-sheet__exit_1gltc","exitActive":"popup-sheet__exitActive_1gltc","exitDone":"popup-sheet__exitDone_1gltc"};
5
+ var styles = {"appear":"popup-sheet__appear_17qn7","enter":"popup-sheet__enter_17qn7","appearActive":"popup-sheet__appearActive_17qn7","enterActive":"popup-sheet__enterActive_17qn7","appearDone":"popup-sheet__appearDone_17qn7","enterDone":"popup-sheet__enterDone_17qn7","exit":"popup-sheet__exit_17qn7","exitActive":"popup-sheet__exitActive_17qn7","exitDone":"popup-sheet__exitDone_17qn7"};
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_1gltc,
7
- .popup-sheet__enter_1gltc {
6
+ } .popup-sheet__appear_17qn7,
7
+ .popup-sheet__enter_17qn7 {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_1gltc,
10
- .popup-sheet__enterActive_1gltc,
11
- .popup-sheet__appearDone_1gltc,
12
- .popup-sheet__enterDone_1gltc {
9
+ } .popup-sheet__appearActive_17qn7,
10
+ .popup-sheet__enterActive_17qn7,
11
+ .popup-sheet__appearDone_17qn7,
12
+ .popup-sheet__enterDone_17qn7 {
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_1gltc {
15
+ } .popup-sheet__exit_17qn7 {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_1gltc,
18
- .popup-sheet__exitDone_1gltc {
17
+ } .popup-sheet__exitActive_17qn7,
18
+ .popup-sheet__exitDone_17qn7 {
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_1gltc","enter":"popup-sheet__enter_1gltc","appearActive":"popup-sheet__appearActive_1gltc","enterActive":"popup-sheet__enterActive_1gltc","appearDone":"popup-sheet__appearDone_1gltc","enterDone":"popup-sheet__enterDone_1gltc","exit":"popup-sheet__exit_1gltc","exitActive":"popup-sheet__exitActive_1gltc","exitDone":"popup-sheet__exitDone_1gltc"};
3
+ var styles = {"appear":"popup-sheet__appear_17qn7","enter":"popup-sheet__enter_17qn7","appearActive":"popup-sheet__appearActive_17qn7","enterActive":"popup-sheet__enterActive_17qn7","appearDone":"popup-sheet__appearDone_17qn7","enterDone":"popup-sheet__enterDone_17qn7","exit":"popup-sheet__exit_17qn7","exitActive":"popup-sheet__exitActive_17qn7","exitDone":"popup-sheet__exitDone_17qn7"};
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_1mpko.popup-sheet__component_1mpko {
7
+ } .popup-sheet__component_h1vg5.popup-sheet__component_h1vg5 {
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_1mpko {
15
+ } .popup-sheet__closer_h1vg5 {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8);
19
- } .popup-sheet__closer_1mpko > button {
19
+ } .popup-sheet__closer_h1vg5 > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_1mpko {
22
+ } .popup-sheet__content_h1vg5 {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_1mpko,
25
- .popup-sheet__enter_1mpko {
24
+ } .popup-sheet__appear_h1vg5,
25
+ .popup-sheet__enter_h1vg5 {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_1mpko,
28
- .popup-sheet__enterActive_1mpko {
27
+ } .popup-sheet__appearActive_h1vg5,
28
+ .popup-sheet__enterActive_h1vg5 {
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_1mpko {
32
+ } .popup-sheet__exit_h1vg5 {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_1mpko {
34
+ } .popup-sheet__exitBySwipe_h1vg5 {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_1mpko {
36
+ } .popup-sheet__exitActiveBySwipe_h1vg5 {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_1mpko,
39
- .popup-sheet__exitDone_1mpko {
38
+ } .popup-sheet__exitActive_h1vg5,
39
+ .popup-sheet__exitDone_h1vg5 {
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_1mpko","closer":"popup-sheet__closer_1mpko","content":"popup-sheet__content_1mpko","appear":"popup-sheet__appear_1mpko","enter":"popup-sheet__enter_1mpko","appearActive":"popup-sheet__appearActive_1mpko","enterActive":"popup-sheet__enterActive_1mpko","exit":"popup-sheet__exit_1mpko","exitBySwipe":"popup-sheet__exitBySwipe_1mpko","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1mpko","exitActive":"popup-sheet__exitActive_1mpko"};
3
+ var styles = {"component":"popup-sheet__component_h1vg5","closer":"popup-sheet__closer_h1vg5","content":"popup-sheet__content_h1vg5","appear":"popup-sheet__appear_h1vg5","enter":"popup-sheet__enter_h1vg5","appearActive":"popup-sheet__appearActive_h1vg5","enterActive":"popup-sheet__enterActive_h1vg5","exit":"popup-sheet__exit_h1vg5","exitBySwipe":"popup-sheet__exitBySwipe_h1vg5","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_h1vg5","exitActive":"popup-sheet__exitActive_h1vg5"};
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_1mpko.popup-sheet__component_1mpko {
7
+ } .popup-sheet__component_h1vg5.popup-sheet__component_h1vg5 {
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_1mpko {
15
+ } .popup-sheet__closer_h1vg5 {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8);
19
- } .popup-sheet__closer_1mpko > button {
19
+ } .popup-sheet__closer_h1vg5 > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_1mpko {
22
+ } .popup-sheet__content_h1vg5 {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_1mpko,
25
- .popup-sheet__enter_1mpko {
24
+ } .popup-sheet__appear_h1vg5,
25
+ .popup-sheet__enter_h1vg5 {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_1mpko,
28
- .popup-sheet__enterActive_1mpko {
27
+ } .popup-sheet__appearActive_h1vg5,
28
+ .popup-sheet__enterActive_h1vg5 {
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_1mpko {
32
+ } .popup-sheet__exit_h1vg5 {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_1mpko {
34
+ } .popup-sheet__exitBySwipe_h1vg5 {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_1mpko {
36
+ } .popup-sheet__exitActiveBySwipe_h1vg5 {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_1mpko,
39
- .popup-sheet__exitDone_1mpko {
38
+ } .popup-sheet__exitActive_h1vg5,
39
+ .popup-sheet__exitDone_h1vg5 {
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_1mpko","closer":"popup-sheet__closer_1mpko","content":"popup-sheet__content_1mpko","appear":"popup-sheet__appear_1mpko","enter":"popup-sheet__enter_1mpko","appearActive":"popup-sheet__appearActive_1mpko","enterActive":"popup-sheet__enterActive_1mpko","exit":"popup-sheet__exit_1mpko","exitBySwipe":"popup-sheet__exitBySwipe_1mpko","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1mpko","exitActive":"popup-sheet__exitActive_1mpko"};
5
+ var styles = {"component":"popup-sheet__component_h1vg5","closer":"popup-sheet__closer_h1vg5","content":"popup-sheet__content_h1vg5","appear":"popup-sheet__appear_h1vg5","enter":"popup-sheet__enter_h1vg5","appearActive":"popup-sheet__appearActive_h1vg5","enterActive":"popup-sheet__enterActive_h1vg5","exit":"popup-sheet__exit_h1vg5","exitBySwipe":"popup-sheet__exitBySwipe_h1vg5","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_h1vg5","exitActive":"popup-sheet__exitActive_h1vg5"};
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_1gltc,
7
- .popup-sheet__enter_1gltc {
6
+ } .popup-sheet__appear_17qn7,
7
+ .popup-sheet__enter_17qn7 {
8
8
  background-color: var(--backdrop-hidden-background);
9
- } .popup-sheet__appearActive_1gltc,
10
- .popup-sheet__enterActive_1gltc,
11
- .popup-sheet__appearDone_1gltc,
12
- .popup-sheet__enterDone_1gltc {
9
+ } .popup-sheet__appearActive_17qn7,
10
+ .popup-sheet__enterActive_17qn7,
11
+ .popup-sheet__appearDone_17qn7,
12
+ .popup-sheet__enterDone_17qn7 {
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_1gltc {
15
+ } .popup-sheet__exit_17qn7 {
16
16
  background-color: var(--backdrop-visible-background);
17
- } .popup-sheet__exitActive_1gltc,
18
- .popup-sheet__exitDone_1gltc {
17
+ } .popup-sheet__exitActive_17qn7,
18
+ .popup-sheet__exitDone_17qn7 {
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_1gltc","enter":"popup-sheet__enter_1gltc","appearActive":"popup-sheet__appearActive_1gltc","enterActive":"popup-sheet__enterActive_1gltc","appearDone":"popup-sheet__appearDone_1gltc","enterDone":"popup-sheet__enterDone_1gltc","exit":"popup-sheet__exit_1gltc","exitActive":"popup-sheet__exitActive_1gltc","exitDone":"popup-sheet__exitDone_1gltc"};
3
+ const styles = {"appear":"popup-sheet__appear_17qn7","enter":"popup-sheet__enter_17qn7","appearActive":"popup-sheet__appearActive_17qn7","enterActive":"popup-sheet__enterActive_17qn7","appearDone":"popup-sheet__appearDone_17qn7","enterDone":"popup-sheet__enterDone_17qn7","exit":"popup-sheet__exit_17qn7","exitActive":"popup-sheet__exitActive_17qn7","exitDone":"popup-sheet__exitDone_17qn7"};
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_1mpko.popup-sheet__component_1mpko {
7
+ } .popup-sheet__component_h1vg5.popup-sheet__component_h1vg5 {
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_1mpko {
15
+ } .popup-sheet__closer_h1vg5 {
16
16
  position: absolute;
17
17
  top: var(--gap-8);
18
18
  right: var(--gap-8);
19
- } .popup-sheet__closer_1mpko > button {
19
+ } .popup-sheet__closer_h1vg5 > button {
20
20
  -webkit-backdrop-filter: none;
21
21
  backdrop-filter: none;
22
- } .popup-sheet__content_1mpko {
22
+ } .popup-sheet__content_h1vg5 {
23
23
  box-sizing: border-box;
24
- } .popup-sheet__appear_1mpko,
25
- .popup-sheet__enter_1mpko {
24
+ } .popup-sheet__appear_h1vg5,
25
+ .popup-sheet__enter_h1vg5 {
26
26
  transform: translateY(calc(100% + 100px));
27
- } .popup-sheet__appearActive_1mpko,
28
- .popup-sheet__enterActive_1mpko {
27
+ } .popup-sheet__appearActive_h1vg5,
28
+ .popup-sheet__enterActive_h1vg5 {
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_1mpko {
32
+ } .popup-sheet__exit_h1vg5 {
33
33
  transform: translateY(0);
34
- } .popup-sheet__exitBySwipe_1mpko {
34
+ } .popup-sheet__exitBySwipe_h1vg5 {
35
35
  transform: translateY(calc(100% + 100px));
36
- } .popup-sheet__exitActiveBySwipe_1mpko {
36
+ } .popup-sheet__exitActiveBySwipe_h1vg5 {
37
37
  transition: none;
38
- } .popup-sheet__exitActive_1mpko,
39
- .popup-sheet__exitDone_1mpko {
38
+ } .popup-sheet__exitActive_h1vg5,
39
+ .popup-sheet__exitDone_h1vg5 {
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_1mpko","closer":"popup-sheet__closer_1mpko","content":"popup-sheet__content_1mpko","appear":"popup-sheet__appear_1mpko","enter":"popup-sheet__enter_1mpko","appearActive":"popup-sheet__appearActive_1mpko","enterActive":"popup-sheet__enterActive_1mpko","exit":"popup-sheet__exit_1mpko","exitBySwipe":"popup-sheet__exitBySwipe_1mpko","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1mpko","exitActive":"popup-sheet__exitActive_1mpko"};
3
+ const styles = {"component":"popup-sheet__component_h1vg5","closer":"popup-sheet__closer_h1vg5","content":"popup-sheet__content_h1vg5","appear":"popup-sheet__appear_h1vg5","enter":"popup-sheet__enter_h1vg5","appearActive":"popup-sheet__appearActive_h1vg5","enterActive":"popup-sheet__enterActive_h1vg5","exit":"popup-sheet__exit_h1vg5","exitBySwipe":"popup-sheet__exitBySwipe_h1vg5","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_h1vg5","exitActive":"popup-sheet__exitActive_h1vg5"};
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.9",
3
+ "version": "2.0.11",
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.1.0",
15
- "@alfalab/core-components-navigation-bar-private": "^1.1.3",
15
+ "@alfalab/core-components-navigation-bar-private": "^1.1.5",
16
16
  "@alfalab/core-components-shared": "^1.1.1",
17
17
  "@alfalab/core-components-types": "^1.0.0",
18
18
  "classnames": "^2.5.1",
@@ -28,6 +28,6 @@
28
28
  "access": "public",
29
29
  "directory": "dist"
30
30
  },
31
- "themesVersion": "14.1.3",
31
+ "themesVersion": "14.2.0",
32
32
  "varsVersion": "10.2.0"
33
33
  }