@alfalab/core-components-popup-sheet 3.0.11-alfasans → 3.0.12

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_1k610,
9
- .popup-sheet__enter_1k610 {
8
+ .popup-sheet__appear_13w7h,
9
+ .popup-sheet__enter_13w7h {
10
10
  background-color: var(--backdrop-hidden-background);
11
11
  }
12
- .popup-sheet__appearActive_1k610,
13
- .popup-sheet__enterActive_1k610,
14
- .popup-sheet__appearDone_1k610,
15
- .popup-sheet__enterDone_1k610 {
12
+ .popup-sheet__appearActive_13w7h,
13
+ .popup-sheet__enterActive_13w7h,
14
+ .popup-sheet__appearDone_13w7h,
15
+ .popup-sheet__enterDone_13w7h {
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_1k610 {
19
+ .popup-sheet__exit_13w7h {
20
20
  background-color: var(--backdrop-visible-background);
21
21
  }
22
- .popup-sheet__exitActive_1k610,
23
- .popup-sheet__exitDone_1k610 {
22
+ .popup-sheet__exitActive_13w7h,
23
+ .popup-sheet__exitDone_13w7h {
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_1k610","enter":"popup-sheet__enter_1k610","appearActive":"popup-sheet__appearActive_1k610","enterActive":"popup-sheet__enterActive_1k610","appearDone":"popup-sheet__appearDone_1k610","enterDone":"popup-sheet__enterDone_1k610","exit":"popup-sheet__exit_1k610","exitActive":"popup-sheet__exitActive_1k610","exitDone":"popup-sheet__exitDone_1k610"};
5
+ var styles = {"appear":"popup-sheet__appear_13w7h","enter":"popup-sheet__enter_13w7h","appearActive":"popup-sheet__appearActive_13w7h","enterActive":"popup-sheet__enterActive_13w7h","appearDone":"popup-sheet__appearDone_13w7h","enterDone":"popup-sheet__enterDone_13w7h","exit":"popup-sheet__exit_13w7h","exitActive":"popup-sheet__exitActive_13w7h","exitDone":"popup-sheet__exitDone_13w7h"};
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_1k610,
9
- .popup-sheet__enter_1k610 {
8
+ .popup-sheet__appear_13w7h,
9
+ .popup-sheet__enter_13w7h {
10
10
  background-color: var(--backdrop-hidden-background);
11
11
  }
12
- .popup-sheet__appearActive_1k610,
13
- .popup-sheet__enterActive_1k610,
14
- .popup-sheet__appearDone_1k610,
15
- .popup-sheet__enterDone_1k610 {
12
+ .popup-sheet__appearActive_13w7h,
13
+ .popup-sheet__enterActive_13w7h,
14
+ .popup-sheet__appearDone_13w7h,
15
+ .popup-sheet__enterDone_13w7h {
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_1k610 {
19
+ .popup-sheet__exit_13w7h {
20
20
  background-color: var(--backdrop-visible-background);
21
21
  }
22
- .popup-sheet__exitActive_1k610,
23
- .popup-sheet__exitDone_1k610 {
22
+ .popup-sheet__exitActive_13w7h,
23
+ .popup-sheet__exitDone_13w7h {
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_1k610","enter":"popup-sheet__enter_1k610","appearActive":"popup-sheet__appearActive_1k610","enterActive":"popup-sheet__enterActive_1k610","appearDone":"popup-sheet__appearDone_1k610","enterDone":"popup-sheet__enterDone_1k610","exit":"popup-sheet__exit_1k610","exitActive":"popup-sheet__exitActive_1k610","exitDone":"popup-sheet__exitDone_1k610"};
3
+ var styles = {"appear":"popup-sheet__appear_13w7h","enter":"popup-sheet__enter_13w7h","appearActive":"popup-sheet__appearActive_13w7h","enterActive":"popup-sheet__enterActive_13w7h","appearDone":"popup-sheet__appearDone_13w7h","enterDone":"popup-sheet__enterDone_13w7h","exit":"popup-sheet__exit_13w7h","exitActive":"popup-sheet__exitActive_13w7h","exitDone":"popup-sheet__exitDone_13w7h"};
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_1kopi.popup-sheet__component_1kopi {
9
+ .popup-sheet__component_12fu6.popup-sheet__component_12fu6 {
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_1kopi {
18
+ .popup-sheet__closer_12fu6 {
19
19
  position: absolute;
20
20
  top: var(--gap-8);
21
21
  right: var(--gap-8);
22
22
  }
23
- .popup-sheet__closer_1kopi > button {
23
+ .popup-sheet__closer_12fu6 > button {
24
24
  -webkit-backdrop-filter: none;
25
25
  backdrop-filter: none;
26
26
  }
27
- .popup-sheet__content_1kopi {
27
+ .popup-sheet__content_12fu6 {
28
28
  box-sizing: border-box;
29
29
  }
30
- .popup-sheet__appear_1kopi,
31
- .popup-sheet__enter_1kopi {
30
+ .popup-sheet__appear_12fu6,
31
+ .popup-sheet__enter_12fu6 {
32
32
  transform: translateY(calc(100% + 100px));
33
33
  }
34
- .popup-sheet__appearActive_1kopi,
35
- .popup-sheet__enterActive_1kopi {
34
+ .popup-sheet__appearActive_12fu6,
35
+ .popup-sheet__enterActive_12fu6 {
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_1kopi {
40
+ .popup-sheet__exit_12fu6 {
41
41
  transform: translateY(0);
42
42
  }
43
- .popup-sheet__exitBySwipe_1kopi {
43
+ .popup-sheet__exitBySwipe_12fu6 {
44
44
  transform: translateY(calc(100% + 100px));
45
45
  }
46
- .popup-sheet__exitActiveBySwipe_1kopi {
46
+ .popup-sheet__exitActiveBySwipe_12fu6 {
47
47
  transition: none;
48
48
  }
49
- .popup-sheet__exitActive_1kopi,
50
- .popup-sheet__exitDone_1kopi {
49
+ .popup-sheet__exitActive_12fu6,
50
+ .popup-sheet__exitDone_12fu6 {
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_1kopi","closer":"popup-sheet__closer_1kopi","content":"popup-sheet__content_1kopi","appear":"popup-sheet__appear_1kopi","enter":"popup-sheet__enter_1kopi","appearActive":"popup-sheet__appearActive_1kopi","enterActive":"popup-sheet__enterActive_1kopi","exit":"popup-sheet__exit_1kopi","exitBySwipe":"popup-sheet__exitBySwipe_1kopi","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1kopi","exitActive":"popup-sheet__exitActive_1kopi"};
3
+ var styles = {"component":"popup-sheet__component_12fu6","closer":"popup-sheet__closer_12fu6","content":"popup-sheet__content_12fu6","appear":"popup-sheet__appear_12fu6","enter":"popup-sheet__enter_12fu6","appearActive":"popup-sheet__appearActive_12fu6","enterActive":"popup-sheet__enterActive_12fu6","exit":"popup-sheet__exit_12fu6","exitBySwipe":"popup-sheet__exitBySwipe_12fu6","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_12fu6","exitActive":"popup-sheet__exitActive_12fu6"};
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_1kopi.popup-sheet__component_1kopi {
9
+ .popup-sheet__component_12fu6.popup-sheet__component_12fu6 {
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_1kopi {
18
+ .popup-sheet__closer_12fu6 {
19
19
  position: absolute;
20
20
  top: var(--gap-8);
21
21
  right: var(--gap-8);
22
22
  }
23
- .popup-sheet__closer_1kopi > button {
23
+ .popup-sheet__closer_12fu6 > button {
24
24
  -webkit-backdrop-filter: none;
25
25
  backdrop-filter: none;
26
26
  }
27
- .popup-sheet__content_1kopi {
27
+ .popup-sheet__content_12fu6 {
28
28
  box-sizing: border-box;
29
29
  }
30
- .popup-sheet__appear_1kopi,
31
- .popup-sheet__enter_1kopi {
30
+ .popup-sheet__appear_12fu6,
31
+ .popup-sheet__enter_12fu6 {
32
32
  transform: translateY(calc(100% + 100px));
33
33
  }
34
- .popup-sheet__appearActive_1kopi,
35
- .popup-sheet__enterActive_1kopi {
34
+ .popup-sheet__appearActive_12fu6,
35
+ .popup-sheet__enterActive_12fu6 {
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_1kopi {
40
+ .popup-sheet__exit_12fu6 {
41
41
  transform: translateY(0);
42
42
  }
43
- .popup-sheet__exitBySwipe_1kopi {
43
+ .popup-sheet__exitBySwipe_12fu6 {
44
44
  transform: translateY(calc(100% + 100px));
45
45
  }
46
- .popup-sheet__exitActiveBySwipe_1kopi {
46
+ .popup-sheet__exitActiveBySwipe_12fu6 {
47
47
  transition: none;
48
48
  }
49
- .popup-sheet__exitActive_1kopi,
50
- .popup-sheet__exitDone_1kopi {
49
+ .popup-sheet__exitActive_12fu6,
50
+ .popup-sheet__exitDone_12fu6 {
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_1kopi","closer":"popup-sheet__closer_1kopi","content":"popup-sheet__content_1kopi","appear":"popup-sheet__appear_1kopi","enter":"popup-sheet__enter_1kopi","appearActive":"popup-sheet__appearActive_1kopi","enterActive":"popup-sheet__enterActive_1kopi","exit":"popup-sheet__exit_1kopi","exitBySwipe":"popup-sheet__exitBySwipe_1kopi","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1kopi","exitActive":"popup-sheet__exitActive_1kopi"};
5
+ var styles = {"component":"popup-sheet__component_12fu6","closer":"popup-sheet__closer_12fu6","content":"popup-sheet__content_12fu6","appear":"popup-sheet__appear_12fu6","enter":"popup-sheet__enter_12fu6","appearActive":"popup-sheet__appearActive_12fu6","enterActive":"popup-sheet__enterActive_12fu6","exit":"popup-sheet__exit_12fu6","exitBySwipe":"popup-sheet__exitBySwipe_12fu6","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_12fu6","exitActive":"popup-sheet__exitActive_12fu6"};
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_1k610,
9
- .popup-sheet__enter_1k610 {
8
+ .popup-sheet__appear_13w7h,
9
+ .popup-sheet__enter_13w7h {
10
10
  background-color: var(--backdrop-hidden-background);
11
11
  }
12
- .popup-sheet__appearActive_1k610,
13
- .popup-sheet__enterActive_1k610,
14
- .popup-sheet__appearDone_1k610,
15
- .popup-sheet__enterDone_1k610 {
12
+ .popup-sheet__appearActive_13w7h,
13
+ .popup-sheet__enterActive_13w7h,
14
+ .popup-sheet__appearDone_13w7h,
15
+ .popup-sheet__enterDone_13w7h {
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_1k610 {
19
+ .popup-sheet__exit_13w7h {
20
20
  background-color: var(--backdrop-visible-background);
21
21
  }
22
- .popup-sheet__exitActive_1k610,
23
- .popup-sheet__exitDone_1k610 {
22
+ .popup-sheet__exitActive_13w7h,
23
+ .popup-sheet__exitDone_13w7h {
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_1k610","enter":"popup-sheet__enter_1k610","appearActive":"popup-sheet__appearActive_1k610","enterActive":"popup-sheet__enterActive_1k610","appearDone":"popup-sheet__appearDone_1k610","enterDone":"popup-sheet__enterDone_1k610","exit":"popup-sheet__exit_1k610","exitActive":"popup-sheet__exitActive_1k610","exitDone":"popup-sheet__exitDone_1k610"};
3
+ const styles = {"appear":"popup-sheet__appear_13w7h","enter":"popup-sheet__enter_13w7h","appearActive":"popup-sheet__appearActive_13w7h","enterActive":"popup-sheet__enterActive_13w7h","appearDone":"popup-sheet__appearDone_13w7h","enterDone":"popup-sheet__enterDone_13w7h","exit":"popup-sheet__exit_13w7h","exitActive":"popup-sheet__exitActive_13w7h","exitDone":"popup-sheet__exitDone_13w7h"};
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_1kopi.popup-sheet__component_1kopi {
9
+ .popup-sheet__component_12fu6.popup-sheet__component_12fu6 {
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_1kopi {
18
+ .popup-sheet__closer_12fu6 {
19
19
  position: absolute;
20
20
  top: var(--gap-8);
21
21
  right: var(--gap-8);
22
22
  }
23
- .popup-sheet__closer_1kopi > button {
23
+ .popup-sheet__closer_12fu6 > button {
24
24
  -webkit-backdrop-filter: none;
25
25
  backdrop-filter: none;
26
26
  }
27
- .popup-sheet__content_1kopi {
27
+ .popup-sheet__content_12fu6 {
28
28
  box-sizing: border-box;
29
29
  }
30
- .popup-sheet__appear_1kopi,
31
- .popup-sheet__enter_1kopi {
30
+ .popup-sheet__appear_12fu6,
31
+ .popup-sheet__enter_12fu6 {
32
32
  transform: translateY(calc(100% + 100px));
33
33
  }
34
- .popup-sheet__appearActive_1kopi,
35
- .popup-sheet__enterActive_1kopi {
34
+ .popup-sheet__appearActive_12fu6,
35
+ .popup-sheet__enterActive_12fu6 {
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_1kopi {
40
+ .popup-sheet__exit_12fu6 {
41
41
  transform: translateY(0);
42
42
  }
43
- .popup-sheet__exitBySwipe_1kopi {
43
+ .popup-sheet__exitBySwipe_12fu6 {
44
44
  transform: translateY(calc(100% + 100px));
45
45
  }
46
- .popup-sheet__exitActiveBySwipe_1kopi {
46
+ .popup-sheet__exitActiveBySwipe_12fu6 {
47
47
  transition: none;
48
48
  }
49
- .popup-sheet__exitActive_1kopi,
50
- .popup-sheet__exitDone_1kopi {
49
+ .popup-sheet__exitActive_12fu6,
50
+ .popup-sheet__exitDone_12fu6 {
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_1kopi","closer":"popup-sheet__closer_1kopi","content":"popup-sheet__content_1kopi","appear":"popup-sheet__appear_1kopi","enter":"popup-sheet__enter_1kopi","appearActive":"popup-sheet__appearActive_1kopi","enterActive":"popup-sheet__enterActive_1kopi","exit":"popup-sheet__exit_1kopi","exitBySwipe":"popup-sheet__exitBySwipe_1kopi","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_1kopi","exitActive":"popup-sheet__exitActive_1kopi"};
3
+ const styles = {"component":"popup-sheet__component_12fu6","closer":"popup-sheet__closer_12fu6","content":"popup-sheet__content_12fu6","appear":"popup-sheet__appear_12fu6","enter":"popup-sheet__enter_12fu6","appearActive":"popup-sheet__appearActive_12fu6","enterActive":"popup-sheet__enterActive_12fu6","exit":"popup-sheet__exit_12fu6","exitBySwipe":"popup-sheet__exitBySwipe_12fu6","exitActiveBySwipe":"popup-sheet__exitActiveBySwipe_12fu6","exitActive":"popup-sheet__exitActive_12fu6"};
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.11-alfasans",
3
+ "version": "3.0.12",
4
4
  "description": "Popup sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,11 +13,11 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-backdrop": "5.0.2-alfasans",
17
- "@alfalab/core-components-base-modal": "7.1.5-alfasans",
18
- "@alfalab/core-components-navigation-bar-private": "2.0.9-alfasans",
19
- "@alfalab/core-components-shared": "2.2.0-alfasans",
20
- "@alfalab/core-components-types": "2.0.1-alfasans",
16
+ "@alfalab/core-components-backdrop": "^5.0.2",
17
+ "@alfalab/core-components-base-modal": "^7.1.6",
18
+ "@alfalab/core-components-navigation-bar-private": "^2.0.10",
19
+ "@alfalab/core-components-shared": "^2.2.1",
20
+ "@alfalab/core-components-types": "^2.0.1",
21
21
  "classnames": "^2.5.1",
22
22
  "react-merge-refs": "^1.1.0",
23
23
  "react-swipeable": "^7.0.0",
@@ -31,6 +31,6 @@
31
31
  "access": "public",
32
32
  "directory": "dist"
33
33
  },
34
- "themesVersion": "15.1.0-alfasans",
35
- "varsVersion": "11.1.0-alfasans"
34
+ "themesVersion": "15.1.0",
35
+ "varsVersion": "11.1.0"
36
36
  }