@alfalab/core-components-bottom-sheet 4.5.2 → 4.7.0

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/{component-e5dc7971.d.ts → component-a50a831b.d.ts} +13 -0
  3. package/{component-e5dc7971.js → component-a50a831b.js} +5 -10
  4. package/component.js +2 -2
  5. package/components/backer/Component.js +2 -2
  6. package/components/backer/index.css +3 -3
  7. package/components/closer/Component.js +2 -2
  8. package/components/closer/index.css +3 -3
  9. package/components/footer/Component.js +1 -1
  10. package/components/footer/index.css +4 -4
  11. package/components/header/Component.js +2 -2
  12. package/components/header/index.css +17 -17
  13. package/components/swipeable-backdrop/Component.js +1 -1
  14. package/{esm/component-74f4ab96.d.ts → cssm/component-78755a1d.d.ts} +13 -0
  15. package/cssm/{component-eb26b84c.js → component-78755a1d.js} +2 -7
  16. package/cssm/component.js +1 -1
  17. package/cssm/components/header/Component.js +1 -1
  18. package/cssm/index.d.ts +1 -1
  19. package/cssm/index.js +1 -1
  20. package/cssm/index.module.css +3 -3
  21. package/{cssm/component-eb26b84c.d.ts → esm/component-1a553fe5.d.ts} +13 -0
  22. package/esm/{component-74f4ab96.js → component-1a553fe5.js} +5 -10
  23. package/esm/component.js +2 -2
  24. package/esm/components/backer/Component.js +2 -2
  25. package/esm/components/backer/index.css +3 -3
  26. package/esm/components/closer/Component.js +2 -2
  27. package/esm/components/closer/index.css +3 -3
  28. package/esm/components/footer/Component.js +1 -1
  29. package/esm/components/footer/index.css +4 -4
  30. package/esm/components/header/Component.js +2 -2
  31. package/esm/components/header/index.css +17 -17
  32. package/esm/components/swipeable-backdrop/Component.js +1 -1
  33. package/esm/index.css +19 -19
  34. package/esm/index.d.ts +1 -1
  35. package/esm/index.js +2 -2
  36. package/esm/{tslib.es6-d03e2565.d.ts → tslib.es6-f0ff4ec2.d.ts} +0 -0
  37. package/esm/{tslib.es6-d03e2565.js → tslib.es6-f0ff4ec2.js} +0 -0
  38. package/index.css +19 -19
  39. package/index.d.ts +1 -1
  40. package/index.js +2 -2
  41. package/modern/{component-1e9e1e64.d.ts → component-cc142f56.d.ts} +13 -0
  42. package/modern/{component-1e9e1e64.js → component-cc142f56.js} +6 -5
  43. package/modern/component.js +1 -1
  44. package/modern/components/backer/Component.js +1 -1
  45. package/modern/components/backer/index.css +3 -3
  46. package/modern/components/closer/Component.js +1 -1
  47. package/modern/components/closer/index.css +3 -3
  48. package/modern/components/footer/Component.js +1 -1
  49. package/modern/components/footer/index.css +4 -4
  50. package/modern/components/header/Component.js +1 -1
  51. package/modern/components/header/index.css +17 -17
  52. package/modern/index.css +19 -19
  53. package/modern/index.d.ts +1 -1
  54. package/modern/index.js +1 -1
  55. package/package.json +9 -9
  56. /package/{tslib.es6-b41d111d.d.ts → tslib.es6-7fdb05e4.d.ts} +0 -0
  57. /package/{tslib.es6-b41d111d.js → tslib.es6-7fdb05e4.js} +0 -0
@@ -1,9 +1,9 @@
1
- /* hash: 19wfg */
1
+ /* hash: slp2v */
2
2
  :root {
3
3
  --bottom-sheet-closer-bg-color: var(--color-light-bg-primary-inverted-alpha-3);
4
4
  }
5
5
 
6
- .bottom-sheet__closer_1d7qs {
6
+ .bottom-sheet__closer_1rjy4 {
7
7
  width: 32px;
8
8
  height: 32px;
9
9
  display: flex;
@@ -13,7 +13,7 @@
13
13
  color: var(--color-light-graphic-primary);
14
14
  }
15
15
 
16
- .bottom-sheet__button_1d7qs {
16
+ .bottom-sheet__button_1rjy4 {
17
17
  background: var(--bottom-sheet-closer-bg-color);
18
18
  -webkit-backdrop-filter: blur(10px);
19
19
  backdrop-filter: blur(10px);
@@ -2,7 +2,7 @@ import React, { useContext, useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_80ud5","sticky":"bottom-sheet__sticky_80ud5","highlighted":"bottom-sheet__highlighted_80ud5"};
5
+ var styles = {"footer":"bottom-sheet__footer_iug7x","sticky":"bottom-sheet__sticky_iug7x","highlighted":"bottom-sheet__highlighted_iug7x"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ children, className, sticky }) => {
@@ -1,4 +1,4 @@
1
- /* hash: tfjtx */
1
+ /* hash: 1ijt7 */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -18,15 +18,15 @@
18
18
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-primary);
19
19
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
20
20
  }
21
- .bottom-sheet__footer_80ud5 {
21
+ .bottom-sheet__footer_iug7x {
22
22
  padding: var(--gap-m) var(--gap-m);
23
23
  background-color: var(--color-light-bg-primary);
24
24
  }
25
- .bottom-sheet__sticky_80ud5 {
25
+ .bottom-sheet__sticky_iug7x {
26
26
  position: sticky;
27
27
  bottom: 0;
28
28
  }
29
- .bottom-sheet__highlighted_80ud5 {
29
+ .bottom-sheet__highlighted_iug7x {
30
30
  border-top: var(--bottom-sheet-footer-border-top);
31
31
  background-color: var(--bottom-sheet-footer-background-color);
32
32
  }
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/CrossMIcon';
9
9
  import '../closer/Component.js';
10
10
  import '@alfalab/icons-glyph/ArrowBackMIcon';
11
11
  import '../backer/Component.js';
12
- export { a as Header } from '../../component-1e9e1e64.js';
12
+ export { a as Header } from '../../component-cc142f56.js';
13
13
  import '../footer/Component.js';
14
14
  import '@alfalab/core-components-backdrop/modern';
15
15
  import '../swipeable-backdrop/Component.js';
@@ -1,4 +1,4 @@
1
- /* hash: 1wuad */
1
+ /* hash: f3wpb */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -30,7 +30,7 @@
30
30
  --bottom-sheet-title-font-family: var(--font-family-system);
31
31
  --bottom-sheet-title-margin-vertical: var(--gap-2xs);
32
32
  }
33
- .bottom-sheet__headerWrapper_59vve {
33
+ .bottom-sheet__headerWrapper_la2qp {
34
34
  padding: var(--gap-xs);
35
35
  padding-bottom: 0;
36
36
  background-color: var(--color-light-bg-primary);
@@ -38,38 +38,38 @@
38
38
  border-top-left-radius: var(--border-radius-xl);
39
39
  z-index: 1;
40
40
  }
41
- .bottom-sheet__header_59vve {
41
+ .bottom-sheet__header_la2qp {
42
42
  display: flex;
43
43
  }
44
- .bottom-sheet__sticky_59vve {
44
+ .bottom-sheet__sticky_la2qp {
45
45
  position: sticky;
46
46
  top: 0;
47
47
  }
48
- .bottom-sheet__highlighted_59vve {
48
+ .bottom-sheet__highlighted_la2qp {
49
49
  border-bottom: var(--bottom-sheet-header-border-bottom);
50
50
  }
51
- .bottom-sheet__justifyEnd_59vve {
51
+ .bottom-sheet__justifyEnd_la2qp {
52
52
  justify-content: flex-end;
53
53
  }
54
- .bottom-sheet__addon_59vve {
54
+ .bottom-sheet__addon_la2qp {
55
55
  display: flex;
56
56
  justify-content: center;
57
57
  align-items: center;
58
58
  min-width: 48px;
59
59
  height: 48px;
60
60
  }
61
- .bottom-sheet__addonFixed_59vve {
61
+ .bottom-sheet__addonFixed_la2qp {
62
62
  position: fixed;
63
63
  }
64
- .bottom-sheet__addonLeft_59vve {
64
+ .bottom-sheet__addonLeft_la2qp {
65
65
  left: 0;
66
66
  margin-left: var(--gap-xs);
67
67
  }
68
- .bottom-sheet__addonRight_59vve {
68
+ .bottom-sheet__addonRight_la2qp {
69
69
  right: 0;
70
70
  margin-right: var(--gap-xs);
71
71
  }
72
- .bottom-sheet__title_59vve {
72
+ .bottom-sheet__title_la2qp {
73
73
  padding: var(--gap-xs) var(--gap-xs);
74
74
  margin: var(--bottom-sheet-title-margin-vertical) 0;
75
75
  width: 100%;
@@ -78,23 +78,23 @@
78
78
  line-height: var(--bottom-sheet-title-line-height);
79
79
  font-family: var(--bottom-sheet-title-font-family);
80
80
  }
81
- .bottom-sheet__titleCenter_59vve {
81
+ .bottom-sheet__titleCenter_la2qp {
82
82
  text-align: center;
83
83
  }
84
- .bottom-sheet__titleLeft_59vve {
84
+ .bottom-sheet__titleLeft_la2qp {
85
85
  text-align: left;
86
86
  }
87
- .bottom-sheet__trimTitle_59vve {
87
+ .bottom-sheet__trimTitle_la2qp {
88
88
  white-space: nowrap;
89
89
  overflow: hidden;
90
90
  text-overflow: ellipsis;
91
91
  }
92
- .bottom-sheet__titleBigIndentHorizontal_59vve {
92
+ .bottom-sheet__titleBigIndentHorizontal_la2qp {
93
93
  margin: var(--bottom-sheet-title-margin-vertical) var(--gap-4xl);
94
94
  }
95
- .bottom-sheet__titleIndentRight_59vve {
95
+ .bottom-sheet__titleIndentRight_la2qp {
96
96
  margin-right: var(--gap-4xl);
97
97
  }
98
- .bottom-sheet__titleIndentLeft_59vve {
98
+ .bottom-sheet__titleIndentLeft_la2qp {
99
99
  margin-left: var(--gap-4xl);
100
100
  }
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1tcsy */
1
+ /* hash: 1c22j */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-graphic-quaternary: #dbdee1;
@@ -18,43 +18,43 @@
18
18
  --gap-xl: 24px;
19
19
  }
20
20
  :root {
21
- --border-radius-xl: 16px;
21
+ --border-radius-3xl: 24px;
22
22
  }
23
23
  :root {
24
24
  --bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
25
25
  --bottom-sheet-out-transition: 0.3s ease;
26
26
  }
27
- .bottom-sheet__modal_s5s5k {
27
+ .bottom-sheet__modal_16hzh {
28
28
  background-color: transparent;
29
29
  position: fixed;
30
30
  bottom: 0;
31
31
  width: 100%;
32
32
  max-width: 600px;
33
33
  }
34
- .bottom-sheet__component_s5s5k {
34
+ .bottom-sheet__component_16hzh {
35
35
  overflow: hidden;
36
36
  position: relative;
37
37
  display: flex;
38
38
  flex-direction: column;
39
- border-top-right-radius: var(--border-radius-xl);
40
- border-top-left-radius: var(--border-radius-xl);
39
+ border-top-right-radius: var(--border-radius-3xl);
40
+ border-top-left-radius: var(--border-radius-3xl);
41
41
  background: var(--color-light-bg-primary);
42
42
  transform: translateY(100%);
43
43
  }
44
- .bottom-sheet__withTransition_s5s5k {
44
+ .bottom-sheet__withTransition_16hzh {
45
45
  transition: var(--bottom-sheet-out-transition);
46
46
  }
47
- .bottom-sheet__withZeroTransition_s5s5k {
47
+ .bottom-sheet__withZeroTransition_16hzh {
48
48
  transition: 0s linear;
49
49
  }
50
- .bottom-sheet__scrollableContainer_s5s5k {
50
+ .bottom-sheet__scrollableContainer_16hzh {
51
51
  overflow: auto;
52
52
  display: flex;
53
53
  flex-direction: column;
54
54
  position: relative;
55
55
  height: 100%;
56
56
  }
57
- .bottom-sheet__marker_s5s5k {
57
+ .bottom-sheet__marker_16hzh {
58
58
  position: fixed;
59
59
  top: var(--gap-2xs);
60
60
  left: 50%;
@@ -65,7 +65,7 @@
65
65
  background-color: var(--color-light-graphic-quaternary);
66
66
  z-index: 1000;
67
67
  }
68
- .bottom-sheet__content_s5s5k {
68
+ .bottom-sheet__content_16hzh {
69
69
  display: flex;
70
70
  flex-direction: column;
71
71
  flex: 1;
@@ -73,29 +73,29 @@
73
73
  color: var(--color-light-text-primary);
74
74
  background-color: var(--color-light-bg-primary);
75
75
  }
76
- .bottom-sheet__noHeader_s5s5k {
76
+ .bottom-sheet__noHeader_16hzh {
77
77
  padding-top: var(--gap-xl);
78
78
  }
79
- .bottom-sheet__noFooter_s5s5k {
79
+ .bottom-sheet__noFooter_16hzh {
80
80
  padding-bottom: var(--gap-m);
81
81
  }
82
- .bottom-sheet__scrollLocked_s5s5k {
82
+ .bottom-sheet__scrollLocked_16hzh {
83
83
  overflow: hidden;
84
84
  }
85
- .bottom-sheet__appear_s5s5k .bottom-sheet__component_s5s5k, .bottom-sheet__enter_s5s5k .bottom-sheet__component_s5s5k {
85
+ .bottom-sheet__appear_16hzh .bottom-sheet__component_16hzh, .bottom-sheet__enter_16hzh .bottom-sheet__component_16hzh {
86
86
  transition: none;
87
87
  }
88
- .bottom-sheet__appearActive_s5s5k .bottom-sheet__component_s5s5k, .bottom-sheet__enterActive_s5s5k .bottom-sheet__component_s5s5k {
88
+ .bottom-sheet__appearActive_16hzh .bottom-sheet__component_16hzh, .bottom-sheet__enterActive_16hzh .bottom-sheet__component_16hzh {
89
89
  transition: var(--bottom-sheet-in-transition);
90
90
  transform: translateY(0);
91
91
  }
92
- .bottom-sheet__enterDone_s5s5k .bottom-sheet__component_s5s5k, .bottom-sheet__appearDone_s5s5k .bottom-sheet__component_s5s5k {
92
+ .bottom-sheet__enterDone_16hzh .bottom-sheet__component_16hzh, .bottom-sheet__appearDone_16hzh .bottom-sheet__component_16hzh {
93
93
  transform: translateY(0);
94
94
  }
95
- .bottom-sheet__exit_s5s5k .bottom-sheet__component_s5s5k {
95
+ .bottom-sheet__exit_16hzh .bottom-sheet__component_16hzh {
96
96
  transform: translateY(0);
97
97
  }
98
- .bottom-sheet__exitActive_s5s5k .bottom-sheet__component_s5s5k {
98
+ .bottom-sheet__exitActive_16hzh .bottom-sheet__component_16hzh {
99
99
  transition: var(--bottom-sheet-out-transition);
100
100
  transform: translateY(100%);
101
101
  }
package/modern/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./component-1e9e1e64";
1
+ export * from "./component-cc142f56";
package/modern/index.js CHANGED
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/CrossMIcon';
9
9
  import './components/closer/Component.js';
10
10
  import '@alfalab/icons-glyph/ArrowBackMIcon';
11
11
  import './components/backer/Component.js';
12
- export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-1e9e1e64.js';
12
+ export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-cc142f56.js';
13
13
  import './components/footer/Component.js';
14
14
  import '@alfalab/core-components-backdrop/modern';
15
15
  import './components/swipeable-backdrop/Component.js';
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-bottom-sheet",
3
- "version": "4.5.2",
3
+ "version": "4.7.0",
4
4
  "description": "Bottom sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "main": "index.js",
8
8
  "module": "./esm/index.js",
9
9
  "scripts": {
10
- "postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
10
+ "postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public",
14
14
  "directory": "dist"
15
15
  },
16
16
  "peerDependencies": {
17
- "react": "^16.9.0 || ^17.0.1",
18
- "react-dom": "^16.9.0 || ^17.0.1"
17
+ "react": "^16.9.0 || ^17.0.1 || ^18.0.0",
18
+ "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
19
19
  },
20
20
  "dependencies": {
21
- "@alfalab/core-components-backdrop": "^2.1.2",
22
- "@alfalab/core-components-base-modal": "^4.1.5",
23
- "@alfalab/core-components-icon-button": "^4.2.2",
24
- "@alfalab/core-components-typography": "^2.6.2",
25
- "classnames": "^2.2.6",
21
+ "@alfalab/core-components-backdrop": "^2.2.0",
22
+ "@alfalab/core-components-base-modal": "^4.3.0",
23
+ "@alfalab/core-components-icon-button": "^4.3.0",
24
+ "@alfalab/core-components-typography": "^2.7.0",
25
+ "classnames": "^2.3.1",
26
26
  "react-div-100vh": "^0.7.0",
27
27
  "react-swipeable": "^5.5.1",
28
28
  "react-transition-group": "^4.4.1"