@alfalab/core-components-side-panel 5.0.1 → 5.1.1
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/Component.responsive.js +0 -13
- package/components/content/Component.desktop.js +1 -5
- package/components/content/Component.js +1 -2
- package/components/content/Component.mobile.js +1 -5
- package/components/content/desktop.css +3 -3
- package/components/content/index.css +4 -4
- package/components/content/mobile.css +3 -3
- package/components/controls/Component.js +4 -4
- package/components/controls/index.css +2 -2
- package/components/controls/index.js +0 -5
- package/components/footer/Component.desktop.js +1 -6
- package/components/footer/Component.js +2 -3
- package/components/footer/Component.mobile.js +1 -6
- package/components/footer/desktop.css +3 -3
- package/components/footer/index.css +4 -4
- package/components/footer/layout.css +17 -17
- package/components/footer/mobile.css +3 -3
- package/components/header/Component.js +4 -5
- package/components/header/desktop.css +5 -5
- package/components/header/index.css +14 -14
- package/components/header/mobile.css +4 -4
- package/cssm/Component.responsive.js +0 -27
- package/cssm/components/content/Component.desktop.js +0 -5
- package/cssm/components/content/Component.js +0 -1
- package/cssm/components/content/Component.mobile.js +0 -5
- package/cssm/components/controls/Component.js +2 -2
- package/cssm/components/controls/index.js +0 -6
- package/cssm/components/footer/Component.desktop.js +0 -6
- package/cssm/components/footer/Component.js +0 -1
- package/cssm/components/footer/Component.mobile.js +0 -6
- package/cssm/components/header/Component.js +1 -2
- package/cssm/desktop/Component.desktop.js +0 -15
- package/cssm/desktop/index.js +0 -27
- package/cssm/index.js +0 -36
- package/cssm/mobile/Component.mobile.js +0 -14
- package/cssm/mobile/index.js +0 -25
- package/cssm/shared/index.d.ts +1 -0
- package/cssm/shared/index.js +2 -1
- package/cssm/utils.d.ts +11 -0
- package/cssm/utils.js +20 -0
- package/desktop/Component.desktop.js +2 -9
- package/desktop/desktop.css +3 -3
- package/desktop/index.js +0 -17
- package/desktop/transitions.desktop.css +7 -7
- package/esm/Component.responsive.js +0 -13
- package/esm/components/content/Component.desktop.js +1 -5
- package/esm/components/content/Component.js +1 -2
- package/esm/components/content/Component.mobile.js +1 -5
- package/esm/components/content/desktop.css +3 -3
- package/esm/components/content/index.css +4 -4
- package/esm/components/content/mobile.css +3 -3
- package/esm/components/controls/Component.js +4 -4
- package/esm/components/controls/index.css +2 -2
- package/esm/components/controls/index.js +0 -5
- package/esm/components/footer/Component.desktop.js +1 -6
- package/esm/components/footer/Component.js +2 -3
- package/esm/components/footer/Component.mobile.js +1 -6
- package/esm/components/footer/desktop.css +3 -3
- package/esm/components/footer/index.css +4 -4
- package/esm/components/footer/layout.css +17 -17
- package/esm/components/footer/mobile.css +3 -3
- package/esm/components/header/Component.js +4 -5
- package/esm/components/header/desktop.css +5 -5
- package/esm/components/header/index.css +14 -14
- package/esm/components/header/mobile.css +4 -4
- package/esm/desktop/Component.desktop.js +2 -9
- package/esm/desktop/desktop.css +3 -3
- package/esm/desktop/index.js +0 -17
- package/esm/desktop/transitions.desktop.css +7 -7
- package/esm/index.js +0 -22
- package/esm/layout.module-9b1b1597.js +4 -0
- package/esm/mobile/Component.mobile.js +2 -8
- package/esm/mobile/index.js +0 -15
- package/esm/mobile/mobile.css +4 -4
- package/esm/mobile/transitions.mobile.css +8 -8
- package/esm/shared/index.d.ts +1 -0
- package/esm/shared/index.js +1 -1
- package/esm/utils.d.ts +11 -0
- package/esm/utils.js +16 -0
- package/index.js +0 -22
- package/layout.module-63bb425f.js +6 -0
- package/mobile/Component.mobile.js +2 -8
- package/mobile/index.js +0 -15
- package/mobile/mobile.css +4 -4
- package/mobile/transitions.mobile.css +8 -8
- package/modern/Component.responsive.js +0 -13
- package/modern/components/content/Component.desktop.js +1 -5
- package/modern/components/content/Component.js +1 -2
- package/modern/components/content/Component.mobile.js +1 -5
- package/modern/components/content/desktop.css +3 -3
- package/modern/components/content/index.css +4 -4
- package/modern/components/content/mobile.css +3 -3
- package/modern/components/controls/Component.js +3 -3
- package/modern/components/controls/index.css +2 -2
- package/modern/components/controls/index.js +0 -5
- package/modern/components/footer/Component.desktop.js +1 -6
- package/modern/components/footer/Component.js +2 -3
- package/modern/components/footer/Component.mobile.js +1 -6
- package/modern/components/footer/desktop.css +3 -3
- package/modern/components/footer/index.css +4 -4
- package/modern/components/footer/layout.css +17 -17
- package/modern/components/footer/mobile.css +3 -3
- package/modern/components/header/Component.js +4 -5
- package/modern/components/header/desktop.css +5 -5
- package/modern/components/header/index.css +14 -14
- package/modern/components/header/mobile.css +4 -4
- package/modern/desktop/Component.desktop.js +2 -9
- package/modern/desktop/desktop.css +3 -3
- package/modern/desktop/index.js +0 -16
- package/modern/desktop/transitions.desktop.css +7 -7
- package/modern/index.js +0 -21
- package/modern/layout.module-294dd7f0.js +4 -0
- package/modern/mobile/Component.mobile.js +2 -8
- package/modern/mobile/index.js +0 -14
- package/modern/mobile/mobile.css +4 -4
- package/modern/mobile/transitions.mobile.css +8 -8
- package/modern/shared/index.d.ts +1 -0
- package/modern/shared/index.js +1 -1
- package/modern/utils.d.ts +11 -0
- package/modern/utils.js +16 -0
- package/package.json +5 -5
- package/shared/index.d.ts +1 -0
- package/shared/index.js +2 -1
- package/src/components/controls/Component.tsx +1 -1
- package/src/components/header/Component.tsx +1 -1
- package/src/shared/index.ts +1 -0
- package/src/utils.ts +14 -0
- package/utils.d.ts +11 -0
- package/utils.js +20 -0
- package/esm/layout.module-31951bef.js +0 -4
- package/layout.module-2f71de49.js +0 -6
- package/modern/layout.module-a8ffdbd1.js +0 -4
package/mobile/mobile.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 97khz */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
/* mobile */
|
|
28
28
|
|
|
29
29
|
/* paddings */
|
|
30
|
-
} .side-
|
|
30
|
+
} .side-panel__component_74yh8 {
|
|
31
31
|
top: 0;
|
|
32
32
|
height: 100%;
|
|
33
33
|
width: 100%;
|
|
34
34
|
overflow-x: hidden;
|
|
35
35
|
overflow-y: auto;
|
|
36
36
|
max-width: 600px;
|
|
37
|
-
} .side-
|
|
37
|
+
} .side-panel__component_74yh8.side-panel__component_74yh8 {
|
|
38
38
|
position: fixed;
|
|
39
39
|
flex: 1;
|
|
40
|
-
} .side-
|
|
40
|
+
} .side-panel__mobileContent_74yh8 {
|
|
41
41
|
display: flex;
|
|
42
42
|
flex-direction: column;
|
|
43
43
|
width: 100%;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
.side-
|
|
3
|
-
.side-
|
|
1
|
+
/* hash: nrmxe */
|
|
2
|
+
.side-panel__appear_1be11,
|
|
3
|
+
.side-panel__enter_1be11 {
|
|
4
4
|
opacity: 0;
|
|
5
5
|
transform: translateY(15px);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.side-
|
|
9
|
-
.side-
|
|
8
|
+
.side-panel__appearActive_1be11,
|
|
9
|
+
.side-panel__enterActive_1be11 {
|
|
10
10
|
opacity: 1;
|
|
11
11
|
transform: translateY(0);
|
|
12
12
|
transition: opacity 200ms ease-in, transform 200ms ease-in;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.side-
|
|
15
|
+
.side-panel__exit_1be11 {
|
|
16
16
|
opacity: 1;
|
|
17
17
|
transform: translateY(0);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.side-
|
|
21
|
-
.side-
|
|
20
|
+
.side-panel__exitActive_1be11,
|
|
21
|
+
.side-panel__exitDone_1be11 {
|
|
22
22
|
opacity: 0;
|
|
23
23
|
transform: translateY(15px);
|
|
24
24
|
transition: opacity 200ms ease-out, transform 200ms ease-out;
|
|
@@ -6,19 +6,6 @@ import { Header } from './components/header/Component.js';
|
|
|
6
6
|
import { SidePanelDesktop } from './desktop/Component.desktop.js';
|
|
7
7
|
import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
8
8
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
9
|
-
import 'classnames';
|
|
10
|
-
import './layout.module-a8ffdbd1.js';
|
|
11
|
-
import '@alfalab/core-components-navigation-bar/modern';
|
|
12
|
-
import './Context.js';
|
|
13
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
14
|
-
import 'react-merge-refs';
|
|
15
|
-
import '@alfalab/core-components-drawer/modern';
|
|
16
|
-
import './components/content/Component.desktop.js';
|
|
17
|
-
import './components/content/Component.js';
|
|
18
|
-
import './components/footer/Component.desktop.js';
|
|
19
|
-
import './components/footer/Component.js';
|
|
20
|
-
import './components/content/Component.mobile.js';
|
|
21
|
-
import './components/footer/Component.mobile.js';
|
|
22
9
|
|
|
23
10
|
function createResponsive(desktop, mobile) {
|
|
24
11
|
// eslint-disable-next-line
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { Content } from './Component.js';
|
|
4
|
-
import '@alfalab/core-components-shared/modern';
|
|
5
|
-
import '../../Context.js';
|
|
6
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
7
|
-
import '../../ResponsiveContext.js';
|
|
8
4
|
|
|
9
|
-
const styles = {"s":"side-
|
|
5
|
+
const styles = {"s":"side-panel__s_qnazu"};
|
|
10
6
|
require('./desktop.css')
|
|
11
7
|
|
|
12
8
|
const ContentDesktop = ({ size = 's', className, ...restProps }) => React.createElement(Content, { className: cn(className, size && styles[size]), ...restProps });
|
|
@@ -3,9 +3,8 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '@alfalab/core-components-shared/modern';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
7
6
|
|
|
8
|
-
const styles = {"content":"side-
|
|
7
|
+
const styles = {"content":"side-panel__content_1lc9h","withHeader":"side-panel__withHeader_1lc9h","flex":"side-panel__flex_1lc9h"};
|
|
9
8
|
require('./index.css')
|
|
10
9
|
|
|
11
10
|
const Content = ({ children, className, dataTestId }) => {
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { Content } from './Component.js';
|
|
4
|
-
import '@alfalab/core-components-shared/modern';
|
|
5
|
-
import '../../Context.js';
|
|
6
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
7
|
-
import '../../ResponsiveContext.js';
|
|
8
4
|
|
|
9
|
-
const styles = {"content":"side-
|
|
5
|
+
const styles = {"content":"side-panel__content_35fgl"};
|
|
10
6
|
require('./mobile.css')
|
|
11
7
|
|
|
12
8
|
const ContentMobile = ({ className, ...restProps }) => (React.createElement(Content, { className: cn(className, styles.content), ...restProps }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: y2ebf */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
/* mobile */
|
|
31
31
|
|
|
32
32
|
/* paddings */
|
|
33
|
-
} .side-
|
|
33
|
+
} .side-panel__s_qnazu {
|
|
34
34
|
padding: var(--side-panel-s-content-paddings)
|
|
35
|
-
} .side-
|
|
35
|
+
} .side-panel__s_qnazu:last-child {
|
|
36
36
|
padding-bottom: var(--gap-2xl);
|
|
37
37
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1jw9n */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
/* mobile */
|
|
28
28
|
|
|
29
29
|
/* paddings */
|
|
30
|
-
} .side-
|
|
30
|
+
} .side-panel__content_1lc9h {
|
|
31
31
|
position: relative;
|
|
32
32
|
box-sizing: border-box;
|
|
33
33
|
width: 100%;
|
|
34
34
|
z-index: 0
|
|
35
|
-
} .side-
|
|
35
|
+
} .side-panel__content_1lc9h.side-panel__withHeader_1lc9h {
|
|
36
36
|
padding-top: 0;
|
|
37
|
-
} .side-
|
|
37
|
+
} .side-panel__flex_1lc9h {
|
|
38
38
|
flex: 1 1 auto;
|
|
39
39
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: l51j5 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
/* mobile */
|
|
29
29
|
|
|
30
30
|
/* paddings */
|
|
31
|
-
} .side-
|
|
31
|
+
} .side-panel__content_35fgl {
|
|
32
32
|
padding: var(--gap-m) var(--gap-m) 0
|
|
33
|
-
} .side-
|
|
33
|
+
} .side-panel__content_35fgl:last-child {
|
|
34
34
|
padding-bottom: var(--gap-m);
|
|
35
35
|
}
|
|
@@ -2,12 +2,12 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '@alfalab/core-components-shared/modern';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-294dd7f0.js';
|
|
6
6
|
|
|
7
|
-
const styles = {"component":"side-
|
|
7
|
+
const styles = {"component":"side-panel__component_1nqcw"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
|
-
const Controls = ({ primary, secondary, gap
|
|
10
|
+
const Controls = ({ primary, secondary, gap, layout: layoutProp = 'start', mobileLayout = layoutProp, }) => {
|
|
11
11
|
const context = useContext(ResponsiveContext);
|
|
12
12
|
const { view = 'desktop', dataTestId } = context || {};
|
|
13
13
|
const layout = view === 'mobile' ? mobileLayout : layoutProp;
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { Footer } from './Component.js';
|
|
4
|
-
import '@alfalab/core-components-shared/modern';
|
|
5
|
-
import '../../Context.js';
|
|
6
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
7
|
-
import '../../ResponsiveContext.js';
|
|
8
|
-
import '../../layout.module-a8ffdbd1.js';
|
|
9
4
|
|
|
10
|
-
const styles = {"sticky":"side-
|
|
5
|
+
const styles = {"sticky":"side-panel__sticky_erzxd","s":"side-panel__s_erzxd"};
|
|
11
6
|
require('./desktop.css')
|
|
12
7
|
|
|
13
8
|
const FooterDesktop = ({ size = 's', className, sticky, ...restProps }) => (React.createElement(Footer, { className: cn(className, size && styles[size], {
|
|
@@ -3,10 +3,9 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '@alfalab/core-components-shared/modern';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
7
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-294dd7f0.js';
|
|
8
7
|
|
|
9
|
-
const styles = {"footer":"side-
|
|
8
|
+
const styles = {"footer":"side-panel__footer_19kfm","sticky":"side-panel__sticky_19kfm","highlighted":"side-panel__highlighted_19kfm"};
|
|
10
9
|
require('./index.css')
|
|
11
10
|
|
|
12
11
|
const Footer = ({ children, className, sticky, layout = 'start', gap, dataTestId, }) => {
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { Footer } from './Component.js';
|
|
4
|
-
import '@alfalab/core-components-shared/modern';
|
|
5
|
-
import '../../Context.js';
|
|
6
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
7
|
-
import '../../ResponsiveContext.js';
|
|
8
|
-
import '../../layout.module-a8ffdbd1.js';
|
|
9
4
|
|
|
10
|
-
const styles = {"footer":"side-
|
|
5
|
+
const styles = {"footer":"side-panel__footer_irfh8","sticky":"side-panel__sticky_irfh8"};
|
|
11
6
|
require('./mobile.css')
|
|
12
7
|
|
|
13
8
|
const FooterMobile = ({ className, sticky, layout = 'start', ...restProps }) => (React.createElement(Footer, { className: cn(className, styles.footer, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: yt3wx */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
/* mobile */
|
|
31
31
|
|
|
32
32
|
/* paddings */
|
|
33
|
-
} .side-
|
|
33
|
+
} .side-panel__sticky_erzxd {
|
|
34
34
|
bottom: 0;
|
|
35
|
-
} .side-
|
|
35
|
+
} .side-panel__s_erzxd {
|
|
36
36
|
padding: var(--side-panel-s-footer-paddings);
|
|
37
37
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: cotma */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-modal-bg-primary: #fff;
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
/* mobile */
|
|
33
33
|
|
|
34
34
|
/* paddings */
|
|
35
|
-
} .side-
|
|
35
|
+
} .side-panel__footer_19kfm {
|
|
36
36
|
width: 100%;
|
|
37
37
|
box-sizing: border-box;
|
|
38
38
|
transition: box-shadow 0.2s ease, background 0.2s ease;
|
|
39
|
-
} .side-
|
|
39
|
+
} .side-panel__sticky_19kfm {
|
|
40
40
|
background: var(--side-panel-footer-background);
|
|
41
41
|
position: sticky;
|
|
42
42
|
z-index: 1;
|
|
43
|
-
} .side-
|
|
43
|
+
} .side-panel__highlighted_19kfm {
|
|
44
44
|
background: var(--side-panel-footer-highlight-background);
|
|
45
45
|
box-shadow: var(--side-panel-footer-highlight-box-shadow);
|
|
46
46
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1yigc */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -31,35 +31,35 @@
|
|
|
31
31
|
/* mobile */
|
|
32
32
|
|
|
33
33
|
/* paddings */
|
|
34
|
-
} .side-
|
|
34
|
+
} .side-panel__column_1f5tc {
|
|
35
35
|
display: flex;
|
|
36
36
|
flex-direction: column
|
|
37
|
-
} .side-
|
|
37
|
+
} .side-panel__column_1f5tc > *:not(:last-child):not(:only-child) {
|
|
38
38
|
margin-bottom: var(--side-panel-footer-default-gap);
|
|
39
|
-
} .side-
|
|
39
|
+
} .side-panel__column_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child) {
|
|
40
40
|
margin-bottom: var(--gap-m);
|
|
41
|
-
} .side-
|
|
41
|
+
} .side-panel__column_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child) {
|
|
42
42
|
margin-bottom: var(--gap-xl);
|
|
43
|
-
} .side-
|
|
43
|
+
} .side-panel__column_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child) {
|
|
44
44
|
margin-bottom: var(--gap-2xl);
|
|
45
|
-
} .side-
|
|
45
|
+
} .side-panel__start_1f5tc {
|
|
46
46
|
justify-content: flex-start;
|
|
47
|
-
} .side-
|
|
47
|
+
} .side-panel__center_1f5tc {
|
|
48
48
|
justify-content: center;
|
|
49
|
-
} .side-panel__space-
|
|
49
|
+
} .side-panel__space-between_1f5tc {
|
|
50
50
|
justify-content: space-between
|
|
51
|
-
} .side-panel__space-
|
|
51
|
+
} .side-panel__space-between_1f5tc > * {
|
|
52
52
|
flex: 1;
|
|
53
|
-
} .side-
|
|
54
|
-
.side-
|
|
55
|
-
.side-panel__space-
|
|
53
|
+
} .side-panel__start_1f5tc,
|
|
54
|
+
.side-panel__center_1f5tc,
|
|
55
|
+
.side-panel__space-between_1f5tc {
|
|
56
56
|
display: flex
|
|
57
|
-
} .side-
|
|
57
|
+
} .side-panel__start_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc > *:not(:last-child):not(:only-child) {
|
|
58
58
|
margin-right: var(--side-panel-footer-default-gap);
|
|
59
|
-
} .side-
|
|
59
|
+
} .side-panel__start_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc.side-panel__gap-16_1f5tc > *:not(:last-child):not(:only-child) {
|
|
60
60
|
margin-right: var(--gap-m);
|
|
61
|
-
} .side-
|
|
61
|
+
} .side-panel__start_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc.side-panel__gap-24_1f5tc > *:not(:last-child):not(:only-child) {
|
|
62
62
|
margin-right: var(--gap-xl);
|
|
63
|
-
} .side-
|
|
63
|
+
} .side-panel__start_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child), .side-panel__center_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child), .side-panel__space-between_1f5tc.side-panel__gap-32_1f5tc > *:not(:last-child):not(:only-child) {
|
|
64
64
|
margin-right: var(--gap-2xl);
|
|
65
65
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: wtkmb */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
/* mobile */
|
|
29
29
|
|
|
30
30
|
/* paddings */
|
|
31
|
-
} .side-
|
|
31
|
+
} .side-panel__footer_irfh8 {
|
|
32
32
|
padding: var(--gap-m);
|
|
33
|
-
} .side-
|
|
33
|
+
} .side-panel__sticky_irfh8 {
|
|
34
34
|
bottom: 0;
|
|
35
35
|
}
|
|
@@ -4,15 +4,14 @@ import { NavigationBar } from '@alfalab/core-components-navigation-bar/modern';
|
|
|
4
4
|
import { getDataTestId } from '@alfalab/core-components-shared/modern';
|
|
5
5
|
import { ModalContext } from '../../Context.js';
|
|
6
6
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
7
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
8
7
|
|
|
9
|
-
const desktopStyles = {"content":"side-
|
|
8
|
+
const desktopStyles = {"content":"side-panel__content_18061","s":"side-panel__s_18061","sticky":"side-panel__sticky_18061"};
|
|
10
9
|
require('./desktop.css')
|
|
11
10
|
|
|
12
|
-
const styles = {"header":"side-
|
|
11
|
+
const styles = {"header":"side-panel__header_5jssm","hasContent":"side-panel__hasContent_5jssm","highlighted":"side-panel__highlighted_5jssm","sticky":"side-panel__sticky_5jssm","backgroundImage":"side-panel__backgroundImage_5jssm","content":"side-panel__content_5jssm","title":"side-panel__title_5jssm","addon":"side-panel__addon_5jssm","closer":"side-panel__closer_5jssm","right":"side-panel__right_5jssm","trim":"side-panel__trim_5jssm"};
|
|
13
12
|
require('./index.css')
|
|
14
13
|
|
|
15
|
-
const mobileStyles = {"header":"side-
|
|
14
|
+
const mobileStyles = {"header":"side-panel__header_wv307","sticky":"side-panel__sticky_wv307","content":"side-panel__content_wv307"};
|
|
16
15
|
require('./mobile.css')
|
|
17
16
|
|
|
18
17
|
const Header = ({ className, children, contentClassName, title, sticky, hasCloser = true, ...restProps }) => {
|
|
@@ -22,7 +21,7 @@ const Header = ({ className, children, contentClassName, title, sticky, hasClose
|
|
|
22
21
|
setHasHeader(true);
|
|
23
22
|
}, [setHasHeader]);
|
|
24
23
|
const hasContent = Boolean(title || children);
|
|
25
|
-
return (React.createElement(NavigationBar, {
|
|
24
|
+
return (React.createElement(NavigationBar, { dataTestId: getDataTestId(dataTestId, 'header'), ...restProps, scrollableParentRef: componentRef, view: view, sticky: sticky, title: title, hasCloser: hasCloser, onClose: onClose, className: cn(styles.header, className, {
|
|
26
25
|
[styles.highlighted]: hasContent && sticky && headerHighlighted,
|
|
27
26
|
[styles.sticky]: sticky,
|
|
28
27
|
[styles.hasContent]: hasContent,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 3zqj2 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
/* mobile */
|
|
38
38
|
|
|
39
39
|
/* paddings */
|
|
40
|
-
} .side-
|
|
40
|
+
} .side-panel__content_18061 {
|
|
41
41
|
font-weight: var(--side-panel-header-desktop-font-weight);
|
|
42
42
|
font-family: var(--side-panel-header-desktop-font-family);
|
|
43
|
-
} .side-
|
|
43
|
+
} .side-panel__s_18061 .side-panel__content_18061 {
|
|
44
44
|
padding: var(--side-panel-s-header-desktop-content-paddings);
|
|
45
45
|
font-size: var(--side-panel-s-header-desktop-font-size);
|
|
46
46
|
line-height: var(--side-panel-s-header-desktop-line-height);
|
|
47
|
-
} .side-
|
|
47
|
+
} .side-panel__s_18061 {
|
|
48
48
|
padding: var(--side-panel-s-header-paddings);
|
|
49
|
-
} .side-
|
|
49
|
+
} .side-panel__sticky_18061 {
|
|
50
50
|
top: 0;
|
|
51
51
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1tjrb */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-modal-bg-primary: #fff;
|
|
@@ -32,42 +32,42 @@
|
|
|
32
32
|
/* mobile */
|
|
33
33
|
|
|
34
34
|
/* paddings */
|
|
35
|
-
} .side-
|
|
35
|
+
} .side-panel__header_5jssm {
|
|
36
36
|
width: 100%;
|
|
37
37
|
box-sizing: border-box;
|
|
38
38
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
39
|
-
} .side-
|
|
39
|
+
} .side-panel__header_5jssm:not(.side-panel__hasContent_5jssm) {
|
|
40
40
|
pointer-events: none;
|
|
41
|
-
} .side-
|
|
41
|
+
} .side-panel__highlighted_5jssm {
|
|
42
42
|
background: var(--side-panel-header-highlight-background);
|
|
43
43
|
box-shadow: var(--side-panel-header-highlight-box-shadow);
|
|
44
|
-
} .side-
|
|
44
|
+
} .side-panel__sticky_5jssm {
|
|
45
45
|
position: sticky;
|
|
46
46
|
z-index: 1
|
|
47
|
-
} .side-
|
|
47
|
+
} .side-panel__sticky_5jssm.side-panel__hasContent_5jssm {
|
|
48
48
|
background: var(--side-panel-header-background);
|
|
49
|
-
} .side-
|
|
49
|
+
} .side-panel__header_5jssm.side-panel__backgroundImage_5jssm {
|
|
50
50
|
background: center no-repeat;
|
|
51
51
|
background-size: cover;
|
|
52
|
-
} .side-
|
|
52
|
+
} .side-panel__content_5jssm {
|
|
53
53
|
flex-grow: 1;
|
|
54
|
-
} .side-
|
|
54
|
+
} .side-panel__title_5jssm {
|
|
55
55
|
word-break: break-word;
|
|
56
|
-
} .side-
|
|
56
|
+
} .side-panel__addon_5jssm {
|
|
57
57
|
min-width: 48px;
|
|
58
58
|
height: 48px;
|
|
59
59
|
display: flex;
|
|
60
60
|
justify-content: center;
|
|
61
61
|
align-items: center;
|
|
62
62
|
pointer-events: all;
|
|
63
|
-
} .side-
|
|
63
|
+
} .side-panel__closer_5jssm {
|
|
64
64
|
margin-left: auto;
|
|
65
|
-
} .side-
|
|
65
|
+
} .side-panel__right_5jssm {
|
|
66
66
|
justify-content: flex-end;
|
|
67
67
|
text-align: right;
|
|
68
|
-
} .side-
|
|
68
|
+
} .side-panel__trim_5jssm {
|
|
69
69
|
overflow: hidden
|
|
70
|
-
} .side-
|
|
70
|
+
} .side-panel__trim_5jssm .side-panel__title_5jssm {
|
|
71
71
|
overflow: hidden;
|
|
72
72
|
white-space: nowrap;
|
|
73
73
|
text-overflow: ellipsis;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1haz4 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
|
|
39
39
|
/* paddings */
|
|
40
40
|
--side-panel-header-mobile-paddings: var(--gap-2xs) var(--gap-xs);
|
|
41
|
-
} .side-
|
|
41
|
+
} .side-panel__header_wv307 {
|
|
42
42
|
padding: var(--side-panel-header-mobile-paddings);
|
|
43
|
-
} .side-
|
|
43
|
+
} .side-panel__sticky_wv307 {
|
|
44
44
|
top: 0;
|
|
45
|
-
} .side-
|
|
45
|
+
} .side-panel__content_wv307 {
|
|
46
46
|
font-size: var(--side-panel-header-mobile-font-size);
|
|
47
47
|
line-height: var(--side-panel-header-mobile-line-height);
|
|
48
48
|
font-family: var(--side-panel-header-mobile-font-family);
|
|
@@ -7,18 +7,11 @@ import { Controls } from '../components/controls/Component.js';
|
|
|
7
7
|
import { FooterDesktop } from '../components/footer/Component.desktop.js';
|
|
8
8
|
import { Header } from '../components/header/Component.js';
|
|
9
9
|
import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
10
|
-
import '../components/content/Component.js';
|
|
11
|
-
import '@alfalab/core-components-shared/modern';
|
|
12
|
-
import '../Context.js';
|
|
13
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
14
|
-
import '../layout.module-a8ffdbd1.js';
|
|
15
|
-
import '../components/footer/Component.js';
|
|
16
|
-
import '@alfalab/core-components-navigation-bar/modern';
|
|
17
10
|
|
|
18
|
-
const styles = {"s":"side-
|
|
11
|
+
const styles = {"s":"side-panel__s_1q7bn","hidden":"side-panel__hidden_1q7bn"};
|
|
19
12
|
require('./desktop.css')
|
|
20
13
|
|
|
21
|
-
const transitions = {"enterRight":"side-
|
|
14
|
+
const transitions = {"enterRight":"side-panel__enterRight_935bb","enterLeft":"side-panel__enterLeft_935bb","enterActive":"side-panel__enterActive_935bb","exit":"side-panel__exit_935bb","exitActiveRight":"side-panel__exitActiveRight_935bb","exitActiveLeft":"side-panel__exitActiveLeft_935bb"};
|
|
22
15
|
require('./transitions.desktop.css')
|
|
23
16
|
|
|
24
17
|
const SidePanelDesktopComponent = forwardRef(({ size = 's', children, className, wrapperClassName, contentTransitionProps = {}, backdropProps, placement = 'right', dataTestId, ...restProps }, ref) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: yggkd */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
/* mobile */
|
|
29
29
|
|
|
30
30
|
/* paddings */
|
|
31
|
-
} .side-
|
|
31
|
+
} .side-panel__s_1q7bn.side-panel__s_1q7bn {
|
|
32
32
|
width: var(--side-panel-s-width);
|
|
33
|
-
} .side-
|
|
33
|
+
} .side-panel__hidden_1q7bn {
|
|
34
34
|
overflow-x: hidden;
|
|
35
35
|
}
|
package/modern/desktop/index.js
CHANGED
|
@@ -1,17 +1 @@
|
|
|
1
1
|
export { SidePanelDesktop } from './Component.desktop.js';
|
|
2
|
-
import 'react';
|
|
3
|
-
import 'react-merge-refs';
|
|
4
|
-
import 'classnames';
|
|
5
|
-
import '@alfalab/core-components-drawer/modern';
|
|
6
|
-
import '../components/content/Component.desktop.js';
|
|
7
|
-
import '../components/content/Component.js';
|
|
8
|
-
import '@alfalab/core-components-shared/modern';
|
|
9
|
-
import '../Context.js';
|
|
10
|
-
import '@alfalab/core-components-base-modal/modern';
|
|
11
|
-
import '../ResponsiveContext.js';
|
|
12
|
-
import '../components/controls/Component.js';
|
|
13
|
-
import '../layout.module-a8ffdbd1.js';
|
|
14
|
-
import '../components/footer/Component.desktop.js';
|
|
15
|
-
import '../components/footer/Component.js';
|
|
16
|
-
import '../components/header/Component.js';
|
|
17
|
-
import '@alfalab/core-components-navigation-bar/modern';
|