@hh.ru/magritte-ui-bottom-sheet 5.1.7 → 5.2.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.
package/BottomSheet.js CHANGED
@@ -16,7 +16,7 @@ import { useBreakpoint } from '@hh.ru/magritte-ui-breakpoint';
16
16
  import { Divider } from '@hh.ru/magritte-ui-divider';
17
17
  import { Layer } from '@hh.ru/magritte-ui-layer';
18
18
  import { NavigationBarContext } from '@hh.ru/magritte-ui-navigation-bar';
19
- import { s as styles } from './bottom-sheet-Bb6Olaeg.js';
19
+ import { s as styles } from './bottom-sheet-DK3DMoNM.js';
20
20
 
21
21
  const NAVIGATION_BAR_CONTEXT_PROPS = { insideBottomSheet: true };
22
22
  const CSS_VAR_ENTER_ANIMATION_DURATION = '--enter-animation-duration';
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
- import { s as styles } from './bottom-sheet-Bb6Olaeg.js';
3
+ import { s as styles } from './bottom-sheet-DK3DMoNM.js';
4
4
 
5
5
  const BottomSheetFooter = ({ children }) => (jsx("div", { className: styles.footerWithPadding, children: children }));
6
6
 
@@ -0,0 +1,4 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export declare const BottomSheetFullScreenContent: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
3
+ children?: import("react").ReactNode;
4
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,12 @@
1
+ import './index.css';
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import { forwardRef } from 'react';
4
+ import { s as styles } from './bottom-sheet-DK3DMoNM.js';
5
+
6
+ const BottomSheetFullScreenContent = forwardRef((props, ref) => {
7
+ return jsx("div", { className: styles.contentSizedFullScreen, ref: ref, ...props });
8
+ });
9
+ BottomSheetFullScreenContent.displayName = 'BottomSheetFullScreenContent';
10
+
11
+ export { BottomSheetFullScreenContent };
12
+ //# sourceMappingURL=BottomSheetFullScreenContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFullScreenContent.js","sources":["../src/BottomSheetFullScreenContent.tsx"],"sourcesContent":["import { PropsWithChildren, forwardRef, HTMLAttributes } from 'react';\n\nimport styles from './bottom-sheet.less';\n\nexport const BottomSheetFullScreenContent = forwardRef<\n HTMLDivElement,\n PropsWithChildren<HTMLAttributes<HTMLDivElement>>\n>((props, ref) => {\n return <div className={styles.contentSizedFullScreen} ref={ref} {...props} />;\n});\n\nBottomSheetFullScreenContent.displayName = 'BottomSheetFullScreenContent';\n"],"names":["_jsx"],"mappings":";;;;AAIa,MAAA,4BAA4B,GAAG,UAAU,CAGpD,CAAC,KAAK,EAAE,GAAG,KAAI;AACb,IAAA,OAAOA,GAAK,CAAA,KAAA,EAAA,EAAA,SAAS,EAAE,MAAM,CAAC,sBAAsB,EAAE,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,GAAI,CAAC;AAClF,CAAC,EAAE;AAEH,4BAA4B,CAAC,WAAW,GAAG,8BAA8B;;;;"}
@@ -0,0 +1,5 @@
1
+ import './index.css';
2
+ var styles = {"flex-container":"magritte-flex-container___muHAx_5-2-0","flexContainer":"magritte-flex-container___muHAx_5-2-0","animation-timeout":"magritte-animation-timeout___yd-SZ_5-2-0","animationTimeout":"magritte-animation-timeout___yd-SZ_5-2-0","css-variables-container":"magritte-css-variables-container___jBCr9_5-2-0","cssVariablesContainer":"magritte-css-variables-container___jBCr9_5-2-0","appear-animation":"magritte-appear-animation___P84Ln_5-2-0","appearAnimation":"magritte-appear-animation___P84Ln_5-2-0","disappear-animation":"magritte-disappear-animation___Putks_5-2-0","disappearAnimation":"magritte-disappear-animation___Putks_5-2-0","grabber-transition-animation":"magritte-grabber-transition-animation___s3Oh4_5-2-0","grabberTransitionAnimation":"magritte-grabber-transition-animation___s3Oh4_5-2-0","height-transition-animation":"magritte-height-transition-animation___xNprr_5-2-0","heightTransitionAnimation":"magritte-height-transition-animation___xNprr_5-2-0","close-by-swipe-animation":"magritte-close-by-swipe-animation___wdezY_5-2-0","closeBySwipeAnimation":"magritte-close-by-swipe-animation___wdezY_5-2-0","swipe-cancel-animation":"magritte-swipe-cancel-animation___AhYj5_5-2-0","swipeCancelAnimation":"magritte-swipe-cancel-animation___AhYj5_5-2-0","overlay":"magritte-overlay___5a2U-_5-2-0","overlay-background":"magritte-overlay-background___8Sd4V_5-2-0","overlayBackground":"magritte-overlay-background___8Sd4V_5-2-0","overlay-background_visible":"magritte-overlay-background_visible___FOJgj_5-2-0","overlayBackgroundVisible":"magritte-overlay-background_visible___FOJgj_5-2-0","swipe-container":"magritte-swipe-container___sZ2n5_5-2-0","swipeContainer":"magritte-swipe-container___sZ2n5_5-2-0","grabber":"magritte-grabber___A7SB-_5-2-0","grabber_ensure-safe":"magritte-grabber_ensure-safe___DR-dV_5-2-0","grabberEnsureSafe":"magritte-grabber_ensure-safe___DR-dV_5-2-0","visual-container":"magritte-visual-container___-VSuY_5-2-0","visualContainer":"magritte-visual-container___-VSuY_5-2-0","visual-container_full-screen":"magritte-visual-container_full-screen___jCCBb_5-2-0","visualContainerFullScreen":"magritte-visual-container_full-screen___jCCBb_5-2-0","header":"magritte-header___5mMtj_5-2-0","scroll-container":"magritte-scroll-container___4ngNY_5-2-0","scrollContainer":"magritte-scroll-container___4ngNY_5-2-0","content":"magritte-content___1gAwP_5-2-0","content_full-screen":"magritte-content_full-screen___2SFaO_5-2-0","contentFullScreen":"magritte-content_full-screen___2SFaO_5-2-0","content_sized-full-screen":"magritte-content_sized-full-screen___45pa6_5-2-0","contentSizedFullScreen":"magritte-content_sized-full-screen___45pa6_5-2-0","content_with-paddings":"magritte-content_with-paddings___gIiAv_5-2-0","contentWithPaddings":"magritte-content_with-paddings___gIiAv_5-2-0","content_without-header":"magritte-content_without-header___YZR38_5-2-0","contentWithoutHeader":"magritte-content_without-header___YZR38_5-2-0","footer":"magritte-footer___RWslT_5-2-0","footer-with-padding":"magritte-footer-with-padding___KwkhC_5-2-0","footerWithPadding":"magritte-footer-with-padding___KwkhC_5-2-0","divider":"magritte-divider___0F8hh_5-2-0","divider_visible":"magritte-divider_visible___pAWZM_5-2-0","dividerVisible":"magritte-divider_visible___pAWZM_5-2-0","content-overlay":"magritte-content-overlay___HAyzL_5-2-0","contentOverlay":"magritte-content-overlay___HAyzL_5-2-0"};
3
+
4
+ export { styles as s };
5
+ //# sourceMappingURL=bottom-sheet-DK3DMoNM.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bottom-sheet-DK3DMoNM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
package/index.css CHANGED
@@ -19,13 +19,13 @@
19
19
  --magritte-color-component-bottom-sheet-grabber-content-v18-3-0:#c6c6c68f;
20
20
  --magritte-color-component-_overlay-background-content-v18-3-0:#26262699;
21
21
  }
22
- .magritte-flex-container___muHAx_5-1-7{
22
+ .magritte-flex-container___muHAx_5-2-0{
23
23
  display:flex;
24
24
  flex-direction:column;
25
25
  align-items:stretch;
26
26
  }
27
- .magritte-animation-timeout___yd-SZ_5-1-7,
28
- .magritte-css-variables-container___jBCr9_5-1-7{
27
+ .magritte-animation-timeout___yd-SZ_5-2-0,
28
+ .magritte-css-variables-container___jBCr9_5-2-0{
29
29
  --virtual-keyboard-top-offset:0px;
30
30
  --virtual-keyboard-bottom-offset:0px;
31
31
  --enter-animation-duration:0ms;
@@ -35,8 +35,8 @@
35
35
  --swipe-cancel-transition-duration:0ms;
36
36
  }
37
37
  @media (prefers-reduced-motion: no-preference){
38
- .magritte-animation-timeout___yd-SZ_5-1-7,
39
- .magritte-css-variables-container___jBCr9_5-1-7{
38
+ .magritte-animation-timeout___yd-SZ_5-2-0,
39
+ .magritte-css-variables-container___jBCr9_5-2-0{
40
40
  --enter-animation-duration:var(--magritte-semantic-animation-ease-in-out-300-duration-v18-3-0);
41
41
  --exit-animation-duration:var(--magritte-semantic-animation-ease-in-out-200-duration-v18-3-0);
42
42
  --grabber-animation-duration:var(--magritte-semantic-animation-ease-in-out-200-duration-v18-3-0);
@@ -44,52 +44,52 @@
44
44
  --swipe-cancel-transition-duration:var(--magritte-semantic-animation-ease-in-out-100-duration-v18-3-0);
45
45
  }
46
46
  }
47
- .magritte-appear-animation___P84Ln_5-1-7{
47
+ .magritte-appear-animation___P84Ln_5-2-0{
48
48
  transition-property:transform opacity;
49
49
  transition-duration:var(--enter-animation-duration);
50
50
  transition-timing-function:var(--magritte-semantic-animation-ease-in-out-300-timing-function-v18-3-0);
51
51
  }
52
- .magritte-disappear-animation___Putks_5-1-7{
52
+ .magritte-disappear-animation___Putks_5-2-0{
53
53
  transition-property:transform opacity;
54
54
  transition-duration:var(--exit-animation-duration);
55
55
  transition-timing-function:var(--magritte-semantic-animation-ease-in-out-200-timing-function-v18-3-0);
56
56
  }
57
- .magritte-grabber-transition-animation___s3Oh4_5-1-7::after{
57
+ .magritte-grabber-transition-animation___s3Oh4_5-2-0::after{
58
58
  transition-property:transform;
59
59
  transition-duration:var(--grabber-animation-duration);
60
60
  transition-timing-function:var(--magritte-semantic-animation-ease-in-out-200-timing-function-v18-3-0);
61
61
  }
62
- .magritte-height-transition-animation___xNprr_5-1-7{
62
+ .magritte-height-transition-animation___xNprr_5-2-0{
63
63
  transition-property:height;
64
64
  transition-duration:var(--height-transition-duration);
65
65
  transition-timing-function:var(--magritte-semantic-animation-ease-in-out-400-timing-function-v18-3-0);
66
66
  }
67
- .magritte-close-by-swipe-animation___wdezY_5-1-7{
67
+ .magritte-close-by-swipe-animation___wdezY_5-2-0{
68
68
  transition-property:transform;
69
69
  transition-duration:var(--exit-animation-duration);
70
70
  transition-timing-function:linear;
71
71
  }
72
- .magritte-swipe-cancel-animation___AhYj5_5-1-7{
72
+ .magritte-swipe-cancel-animation___AhYj5_5-2-0{
73
73
  transition-property:transform;
74
74
  transition-duration:var(--swipe-cancel-transition-duration);
75
75
  transition-timing-function:var(--magritte-semantic-animation-ease-in-out-100-duration-v18-3-0);
76
76
  }
77
- .magritte-overlay___5a2U-_5-1-7{
77
+ .magritte-overlay___5a2U-_5-2-0{
78
78
  pointer-events:none;
79
79
  position:fixed;
80
80
  inset:0;
81
81
  }
82
- .magritte-overlay-background___8Sd4V_5-1-7{
82
+ .magritte-overlay-background___8Sd4V_5-2-0{
83
83
  position:absolute;
84
84
  inset:0;
85
85
  will-change:opacity;
86
86
  transform:translate3d(0, 0, 0);
87
87
  }
88
- .magritte-overlay-background_visible___FOJgj_5-1-7{
88
+ .magritte-overlay-background_visible___FOJgj_5-2-0{
89
89
  pointer-events:initial;
90
90
  background-color:var(--magritte-color-component-_overlay-background-content-v18-3-0);
91
91
  }
92
- .magritte-swipe-container___sZ2n5_5-1-7{
92
+ .magritte-swipe-container___sZ2n5_5-2-0{
93
93
  display:flex;
94
94
  flex-direction:column;
95
95
  align-items:stretch;
@@ -99,11 +99,11 @@
99
99
  will-change:transform;
100
100
  transform:translate3d(0, 0, 0);
101
101
  }
102
- .magritte-grabber___A7SB-_5-1-7{
102
+ .magritte-grabber___A7SB-_5-2-0{
103
103
  flex:0 0 20px;
104
104
  position:relative;
105
105
  }
106
- .magritte-grabber___A7SB-_5-1-7::after{
106
+ .magritte-grabber___A7SB-_5-2-0::after{
107
107
  content:'';
108
108
  position:absolute;
109
109
  top:8px;
@@ -114,10 +114,10 @@
114
114
  border-radius:var(--magritte-static-border-radius-50-v18-3-0);
115
115
  z-index:3;
116
116
  }
117
- .magritte-grabber_ensure-safe___DR-dV_5-1-7::after{
117
+ .magritte-grabber_ensure-safe___DR-dV_5-2-0::after{
118
118
  transform:translateY(20px);
119
119
  }
120
- .magritte-visual-container___-VSuY_5-1-7{
120
+ .magritte-visual-container___-VSuY_5-2-0{
121
121
  display:flex;
122
122
  flex-direction:column;
123
123
  align-items:stretch;
@@ -130,18 +130,18 @@
130
130
  overflow:clip;
131
131
  user-select:text;
132
132
  }
133
- .magritte-visual-container_full-screen___jCCBb_5-1-7{
133
+ .magritte-visual-container_full-screen___jCCBb_5-2-0{
134
134
  flex:1 1 auto;
135
135
  min-height:1px;
136
136
  }
137
- .magritte-header___5mMtj_5-1-7{
137
+ .magritte-header___5mMtj_5-2-0{
138
138
  --magritte-ui-navigation-bar-background-override:var(--magritte-color-component-bottom-sheet-background-content-v18-3-0);
139
139
  background-color:var(--magritte-color-component-bottom-sheet-background-content-v18-3-0);
140
140
  flex:0 0 auto;
141
141
  padding-top:16px;
142
142
  z-index:2;
143
143
  }
144
- .magritte-scroll-container___4ngNY_5-1-7{
144
+ .magritte-scroll-container___4ngNY_5-2-0{
145
145
  display:flex;
146
146
  flex-direction:column;
147
147
  align-items:stretch;
@@ -149,7 +149,7 @@
149
149
  min-height:1px;
150
150
  z-index:1;
151
151
  }
152
- .magritte-content___1gAwP_5-1-7{
152
+ .magritte-content___1gAwP_5-2-0{
153
153
  display:flex;
154
154
  flex-direction:column;
155
155
  align-items:stretch;
@@ -158,35 +158,39 @@
158
158
  will-change:transform;
159
159
  transform:translate3d(0, 0, 0);
160
160
  }
161
- .magritte-content_full-screen___2SFaO_5-1-7{
161
+ .magritte-content_full-screen___2SFaO_5-2-0{
162
162
  flex:1 0 auto;
163
163
  }
164
- .magritte-content_with-paddings___gIiAv_5-1-7{
164
+ .magritte-content_full-screen___2SFaO_5-2-0:has(.magritte-content_sized-full-screen___45pa6_5-2-0){
165
+ flex:1 1 auto;
166
+ min-height:1px;
167
+ }
168
+ .magritte-content_with-paddings___gIiAv_5-2-0{
165
169
  padding:16px 16px 0;
166
170
  }
167
- .magritte-content_with-paddings___gIiAv_5-1-7.magritte-content_without-header___YZR38_5-1-7{
171
+ .magritte-content_with-paddings___gIiAv_5-2-0.magritte-content_without-header___YZR38_5-2-0{
168
172
  padding:0 16px;
169
173
  }
170
- .magritte-footer___RWslT_5-1-7{
174
+ .magritte-footer___RWslT_5-2-0{
171
175
  flex:0 0 auto;
172
176
  background-color:var(--magritte-color-component-bottom-sheet-background-content-v18-3-0);
173
177
  z-index:2;
174
178
  will-change:transform;
175
179
  transform:translate3d(0, 0, 0);
176
180
  }
177
- .magritte-footer-with-padding___KwkhC_5-1-7{
181
+ .magritte-footer-with-padding___KwkhC_5-2-0{
178
182
  display:flex;
179
183
  flex-direction:column;
180
184
  gap:12px;
181
185
  padding:16px;
182
186
  }
183
- .magritte-divider___0F8hh_5-1-7{
187
+ .magritte-divider___0F8hh_5-2-0{
184
188
  visibility:hidden;
185
189
  }
186
- .magritte-divider_visible___pAWZM_5-1-7{
190
+ .magritte-divider_visible___pAWZM_5-2-0{
187
191
  visibility:visible;
188
192
  }
189
- .magritte-content-overlay___HAyzL_5-1-7{
193
+ .magritte-content-overlay___HAyzL_5-2-0{
190
194
  pointer-events:none;
191
195
  position:absolute;
192
196
  inset:0;
package/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { BottomSheet } from '@hh.ru/magritte-ui-bottom-sheet/BottomSheet';
2
2
  export { BottomSheetContentOverlay } from '@hh.ru/magritte-ui-bottom-sheet/BottomSheetContentOverlay';
3
3
  export { BottomSheetFooter } from '@hh.ru/magritte-ui-bottom-sheet/BottomSheetFooter';
4
+ export { BottomSheetFullScreenContent } from '@hh.ru/magritte-ui-bottom-sheet/BottomSheetFullScreenContent';
4
5
  export * from '@hh.ru/magritte-ui-bottom-sheet/types';
5
6
  export * from '@hh.ru/magritte-ui-theme-provider';
package/index.js CHANGED
@@ -2,6 +2,7 @@ import './index.css';
2
2
  export { BottomSheet } from './BottomSheet.js';
3
3
  export { BottomSheetContentOverlay } from './BottomSheetContentOverlay.js';
4
4
  export { BottomSheetFooter } from './BottomSheetFooter.js';
5
+ export { BottomSheetFullScreenContent } from './BottomSheetFullScreenContent.js';
5
6
  export * from '@hh.ru/magritte-ui-theme-provider';
6
7
  import 'react/jsx-runtime';
7
8
  import 'react';
@@ -20,5 +21,5 @@ import '@hh.ru/magritte-ui-breakpoint';
20
21
  import '@hh.ru/magritte-ui-divider';
21
22
  import '@hh.ru/magritte-ui-layer';
22
23
  import '@hh.ru/magritte-ui-navigation-bar';
23
- import './bottom-sheet-Bb6Olaeg.js';
24
+ import './bottom-sheet-DK3DMoNM.js';
24
25
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
package/index.mock.d.ts CHANGED
@@ -5,3 +5,4 @@ export { ThemeProvider };
5
5
  export declare const BottomSheet: ForwardRefExoticComponent<Record<string, unknown>>;
6
6
  export declare const BottomSheetContentOverlay: ForwardRefExoticComponent<Record<string, unknown>>;
7
7
  export declare const BottomSheetFooter: ForwardRefExoticComponent<Record<string, unknown>>;
8
+ export declare const BottomSheetFullScreenContent: ForwardRefExoticComponent<Record<string, unknown>>;
package/index.mock.js CHANGED
@@ -12,6 +12,9 @@ const BottomSheetContentOverlay = mockComponent('BottomSheetFooter', undefined,
12
12
  const BottomSheetFooter = mockComponent('BottomSheetFooter', undefined, {
13
13
  withChildren: true,
14
14
  });
15
+ const BottomSheetFullScreenContent = mockComponent('BottomSheetFullScreenContent', undefined, {
16
+ withChildren: true,
17
+ });
15
18
 
16
- export { BottomSheet, BottomSheetContentOverlay, BottomSheetFooter, ThemeProvider };
19
+ export { BottomSheet, BottomSheetContentOverlay, BottomSheetFooter, BottomSheetFullScreenContent, ThemeProvider };
17
20
  //# sourceMappingURL=index.mock.js.map
package/index.mock.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport * from '@hh.ru/magritte-ui-bottom-sheet/types';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\nconst { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');\n\nexport { ThemeProvider };\n\nexport const BottomSheet: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('BottomSheet', undefined, {\n withChildren: true,\n});\n\nexport const BottomSheetContentOverlay: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'BottomSheetFooter',\n undefined,\n {\n withChildren: true,\n }\n);\n\nexport const BottomSheetFooter: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'BottomSheetFooter',\n undefined,\n {\n withChildren: true,\n }\n);\n"],"names":[],"mappings":";;AAMA;AACM,MAAA,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,yCAAyC,EAAE;MAI3E,WAAW,GAAuD,aAAa,CAAC,aAAa,EAAE,SAAS,EAAE;AACnH,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EAAE;MAEU,yBAAyB,GAAuD,aAAa,CACtG,mBAAmB,EACnB,SAAS,EACT;AACI,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EACH;MAEW,iBAAiB,GAAuD,aAAa,CAC9F,mBAAmB,EACnB,SAAS,EACT;AACI,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA;;;;"}
1
+ {"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport * from '@hh.ru/magritte-ui-bottom-sheet/types';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\nconst { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');\n\nexport { ThemeProvider };\n\nexport const BottomSheet: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('BottomSheet', undefined, {\n withChildren: true,\n});\n\nexport const BottomSheetContentOverlay: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'BottomSheetFooter',\n undefined,\n {\n withChildren: true,\n }\n);\n\nexport const BottomSheetFooter: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'BottomSheetFooter',\n undefined,\n {\n withChildren: true,\n }\n);\n\nexport const BottomSheetFullScreenContent: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'BottomSheetFullScreenContent',\n undefined,\n {\n withChildren: true,\n }\n);\n"],"names":[],"mappings":";;AAMA;AACM,MAAA,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,yCAAyC,EAAE;MAI3E,WAAW,GAAuD,aAAa,CAAC,aAAa,EAAE,SAAS,EAAE;AACnH,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EAAE;MAEU,yBAAyB,GAAuD,aAAa,CACtG,mBAAmB,EACnB,SAAS,EACT;AACI,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EACH;MAEW,iBAAiB,GAAuD,aAAa,CAC9F,mBAAmB,EACnB,SAAS,EACT;AACI,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EACH;MAEW,4BAA4B,GAAuD,aAAa,CACzG,8BAA8B,EAC9B,SAAS,EACT;AACI,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-bottom-sheet",
3
- "version": "5.1.7",
3
+ "version": "5.2.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "4fa5de469e43f5cedf89fe3d19a3a1027c60592e"
47
+ "gitHead": "1ff3160f13095fd3ed82ff14886f4c0b68a387a0"
48
48
  }
@@ -1,5 +0,0 @@
1
- import './index.css';
2
- var styles = {"flex-container":"magritte-flex-container___muHAx_5-1-7","flexContainer":"magritte-flex-container___muHAx_5-1-7","animation-timeout":"magritte-animation-timeout___yd-SZ_5-1-7","animationTimeout":"magritte-animation-timeout___yd-SZ_5-1-7","css-variables-container":"magritte-css-variables-container___jBCr9_5-1-7","cssVariablesContainer":"magritte-css-variables-container___jBCr9_5-1-7","appear-animation":"magritte-appear-animation___P84Ln_5-1-7","appearAnimation":"magritte-appear-animation___P84Ln_5-1-7","disappear-animation":"magritte-disappear-animation___Putks_5-1-7","disappearAnimation":"magritte-disappear-animation___Putks_5-1-7","grabber-transition-animation":"magritte-grabber-transition-animation___s3Oh4_5-1-7","grabberTransitionAnimation":"magritte-grabber-transition-animation___s3Oh4_5-1-7","height-transition-animation":"magritte-height-transition-animation___xNprr_5-1-7","heightTransitionAnimation":"magritte-height-transition-animation___xNprr_5-1-7","close-by-swipe-animation":"magritte-close-by-swipe-animation___wdezY_5-1-7","closeBySwipeAnimation":"magritte-close-by-swipe-animation___wdezY_5-1-7","swipe-cancel-animation":"magritte-swipe-cancel-animation___AhYj5_5-1-7","swipeCancelAnimation":"magritte-swipe-cancel-animation___AhYj5_5-1-7","overlay":"magritte-overlay___5a2U-_5-1-7","overlay-background":"magritte-overlay-background___8Sd4V_5-1-7","overlayBackground":"magritte-overlay-background___8Sd4V_5-1-7","overlay-background_visible":"magritte-overlay-background_visible___FOJgj_5-1-7","overlayBackgroundVisible":"magritte-overlay-background_visible___FOJgj_5-1-7","swipe-container":"magritte-swipe-container___sZ2n5_5-1-7","swipeContainer":"magritte-swipe-container___sZ2n5_5-1-7","grabber":"magritte-grabber___A7SB-_5-1-7","grabber_ensure-safe":"magritte-grabber_ensure-safe___DR-dV_5-1-7","grabberEnsureSafe":"magritte-grabber_ensure-safe___DR-dV_5-1-7","visual-container":"magritte-visual-container___-VSuY_5-1-7","visualContainer":"magritte-visual-container___-VSuY_5-1-7","visual-container_full-screen":"magritte-visual-container_full-screen___jCCBb_5-1-7","visualContainerFullScreen":"magritte-visual-container_full-screen___jCCBb_5-1-7","header":"magritte-header___5mMtj_5-1-7","scroll-container":"magritte-scroll-container___4ngNY_5-1-7","scrollContainer":"magritte-scroll-container___4ngNY_5-1-7","content":"magritte-content___1gAwP_5-1-7","content_full-screen":"magritte-content_full-screen___2SFaO_5-1-7","contentFullScreen":"magritte-content_full-screen___2SFaO_5-1-7","content_with-paddings":"magritte-content_with-paddings___gIiAv_5-1-7","contentWithPaddings":"magritte-content_with-paddings___gIiAv_5-1-7","content_without-header":"magritte-content_without-header___YZR38_5-1-7","contentWithoutHeader":"magritte-content_without-header___YZR38_5-1-7","footer":"magritte-footer___RWslT_5-1-7","footer-with-padding":"magritte-footer-with-padding___KwkhC_5-1-7","footerWithPadding":"magritte-footer-with-padding___KwkhC_5-1-7","divider":"magritte-divider___0F8hh_5-1-7","divider_visible":"magritte-divider_visible___pAWZM_5-1-7","dividerVisible":"magritte-divider_visible___pAWZM_5-1-7","content-overlay":"magritte-content-overlay___HAyzL_5-1-7","contentOverlay":"magritte-content-overlay___HAyzL_5-1-7"};
3
-
4
- export { styles as s };
5
- //# sourceMappingURL=bottom-sheet-Bb6Olaeg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bottom-sheet-Bb6Olaeg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}