@alfalab/core-components-side-panel 5.8.5 → 5.9.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/Component.responsive.d.ts +32 -1
- package/Component.responsive.js +10 -2
- package/components/content/Component.desktop.js +1 -1
- package/components/content/Component.js +1 -1
- package/components/content/Component.mobile.js +1 -1
- 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 +2 -2
- package/components/controls/index.css +2 -2
- package/components/footer/Component.desktop.js +1 -1
- package/components/footer/Component.js +2 -2
- package/components/footer/Component.mobile.js +1 -1
- 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 +3 -3
- 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.d.ts +32 -1
- package/cssm/Component.responsive.js +10 -2
- package/cssm/desktop/Component.desktop.d.ts +17 -1
- package/cssm/desktop/Component.desktop.js +9 -2
- package/cssm/desktop/index.js +7 -0
- package/cssm/index.d.ts +3 -2
- package/cssm/index.js +26 -0
- package/cssm/mobile/Component.mobile.d.ts +12 -1
- package/cssm/mobile/Component.mobile.js +7 -1
- package/cssm/mobile/index.js +8 -0
- package/desktop/Component.desktop.d.ts +17 -1
- package/desktop/Component.desktop.js +11 -4
- package/desktop/desktop.css +3 -3
- package/desktop/index.js +7 -0
- package/desktop/transitions.desktop.css +7 -7
- package/esm/Component.responsive.d.ts +32 -1
- package/esm/Component.responsive.js +6 -3
- package/esm/components/content/Component.desktop.js +1 -1
- package/esm/components/content/Component.js +1 -1
- package/esm/components/content/Component.mobile.js +1 -1
- 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 +2 -2
- package/esm/components/controls/index.css +2 -2
- package/esm/components/footer/Component.desktop.js +1 -1
- package/esm/components/footer/Component.js +2 -2
- package/esm/components/footer/Component.mobile.js +1 -1
- 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 +3 -3
- 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.d.ts +17 -1
- package/esm/desktop/Component.desktop.js +7 -5
- package/esm/desktop/desktop.css +3 -3
- package/esm/desktop/index.js +3 -1
- package/esm/desktop/transitions.desktop.css +7 -7
- package/esm/index.d.ts +3 -2
- package/esm/index.js +9 -1
- package/esm/layout.module-c5def0b4.js +4 -0
- package/esm/mobile/Component.mobile.d.ts +12 -1
- package/esm/mobile/Component.mobile.js +5 -4
- package/esm/mobile/index.js +4 -1
- package/esm/mobile/mobile.css +4 -4
- package/esm/mobile/transitions.mobile.css +8 -8
- package/index.d.ts +3 -2
- package/index.js +26 -0
- package/layout.module-6dca0f1d.js +6 -0
- package/mobile/Component.mobile.d.ts +12 -1
- package/mobile/Component.mobile.js +9 -3
- package/mobile/index.js +8 -0
- package/mobile/mobile.css +4 -4
- package/mobile/transitions.mobile.css +8 -8
- package/modern/Component.responsive.d.ts +32 -1
- package/modern/Component.responsive.js +6 -3
- package/modern/components/content/Component.desktop.js +1 -1
- package/modern/components/content/Component.js +1 -1
- package/modern/components/content/Component.mobile.js +1 -1
- 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 +2 -2
- package/modern/components/controls/index.css +2 -2
- package/modern/components/footer/Component.desktop.js +1 -1
- package/modern/components/footer/Component.js +2 -2
- package/modern/components/footer/Component.mobile.js +1 -1
- 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 +3 -3
- 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.d.ts +17 -1
- package/modern/desktop/Component.desktop.js +7 -5
- package/modern/desktop/desktop.css +3 -3
- package/modern/desktop/index.js +3 -1
- package/modern/desktop/transitions.desktop.css +7 -7
- package/modern/index.d.ts +3 -2
- package/modern/index.js +9 -1
- package/modern/layout.module-c6a07a4c.js +4 -0
- package/modern/mobile/Component.mobile.d.ts +12 -1
- package/modern/mobile/Component.mobile.js +5 -4
- package/modern/mobile/index.js +4 -1
- package/modern/mobile/mobile.css +4 -4
- package/modern/mobile/transitions.mobile.css +8 -8
- package/moderncssm/Component.responsive.d.ts +32 -1
- package/moderncssm/Component.responsive.js +6 -3
- package/moderncssm/desktop/Component.desktop.d.ts +17 -1
- package/moderncssm/desktop/Component.desktop.js +5 -3
- package/moderncssm/desktop/index.js +3 -1
- package/moderncssm/index.d.ts +3 -2
- package/moderncssm/index.js +9 -1
- package/moderncssm/mobile/Component.mobile.d.ts +12 -1
- package/moderncssm/mobile/Component.mobile.js +3 -2
- package/moderncssm/mobile/index.js +4 -1
- package/package.json +8 -7
- package/src/Component.responsive.tsx +16 -3
- package/src/desktop/Component.desktop.tsx +15 -3
- package/src/index.ts +10 -1
- package/src/mobile/Component.mobile.tsx +13 -2
- package/esm/layout.module-0bc0c575.js +0 -4
- package/layout.module-6cd71340.js +0 -6
- package/modern/layout.module-3c419b53.js +0 -4
|
@@ -16,13 +16,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
16
16
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
17
17
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
18
18
|
|
|
19
|
-
var desktopStyles = {"content":"side-
|
|
19
|
+
var desktopStyles = {"content":"side-panel__content_79ric","size-500":"side-panel__size-500_79ric","sticky":"side-panel__sticky_79ric"};
|
|
20
20
|
require('./desktop.css')
|
|
21
21
|
|
|
22
|
-
var styles = {"header":"side-
|
|
22
|
+
var styles = {"header":"side-panel__header_1iw4g","hasContent":"side-panel__hasContent_1iw4g","highlighted":"side-panel__highlighted_1iw4g","sticky":"side-panel__sticky_1iw4g","backgroundImage":"side-panel__backgroundImage_1iw4g","content":"side-panel__content_1iw4g","title":"side-panel__title_1iw4g","addon":"side-panel__addon_1iw4g","closer":"side-panel__closer_1iw4g","right":"side-panel__right_1iw4g","trim":"side-panel__trim_1iw4g"};
|
|
23
23
|
require('./index.css')
|
|
24
24
|
|
|
25
|
-
var mobileStyles = {"header":"side-
|
|
25
|
+
var mobileStyles = {"header":"side-panel__header_2j4ia","sticky":"side-panel__sticky_2j4ia","content":"side-panel__content_2j4ia"};
|
|
26
26
|
require('./mobile.css')
|
|
27
27
|
|
|
28
28
|
var Header = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1q47o */
|
|
2
2
|
: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 */ /* 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 */
|
|
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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
/* mobile */
|
|
45
45
|
|
|
46
46
|
/* paddings */
|
|
47
|
-
} .side-
|
|
47
|
+
} .side-panel__content_79ric {
|
|
48
48
|
font-weight: var(--side-panel-header-desktop-font-weight);
|
|
49
49
|
font-family: var(--side-panel-header-desktop-font-family);
|
|
50
|
-
} .side-panel__size-
|
|
50
|
+
} .side-panel__size-500_79ric .side-panel__content_79ric {
|
|
51
51
|
padding: var(--side-panel-s-header-desktop-content-paddings);
|
|
52
52
|
font-size: var(--side-panel-s-header-desktop-font-size);
|
|
53
53
|
line-height: var(--side-panel-s-header-desktop-line-height);
|
|
54
|
-
} .side-panel__size-
|
|
54
|
+
} .side-panel__size-500_79ric {
|
|
55
55
|
padding: var(--side-panel-s-header-paddings);
|
|
56
|
-
} .side-
|
|
56
|
+
} .side-panel__sticky_79ric {
|
|
57
57
|
top: var(--gap-0);
|
|
58
58
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: tg2v1 */
|
|
2
2
|
: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 */ /* 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 */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-modal-bg-primary: #fff;
|
|
@@ -36,42 +36,42 @@
|
|
|
36
36
|
/* mobile */
|
|
37
37
|
|
|
38
38
|
/* paddings */
|
|
39
|
-
} .side-
|
|
39
|
+
} .side-panel__header_1iw4g {
|
|
40
40
|
width: 100%;
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
43
|
-
} .side-
|
|
43
|
+
} .side-panel__header_1iw4g:not(.side-panel__hasContent_1iw4g) {
|
|
44
44
|
pointer-events: none;
|
|
45
|
-
} .side-
|
|
45
|
+
} .side-panel__highlighted_1iw4g {
|
|
46
46
|
background: var(--side-panel-header-highlight-background);
|
|
47
47
|
box-shadow: var(--side-panel-header-highlight-box-shadow);
|
|
48
|
-
} .side-
|
|
48
|
+
} .side-panel__sticky_1iw4g {
|
|
49
49
|
position: sticky;
|
|
50
50
|
z-index: 1
|
|
51
|
-
} .side-
|
|
51
|
+
} .side-panel__sticky_1iw4g.side-panel__hasContent_1iw4g {
|
|
52
52
|
background: var(--side-panel-header-background);
|
|
53
|
-
} .side-
|
|
53
|
+
} .side-panel__header_1iw4g.side-panel__backgroundImage_1iw4g {
|
|
54
54
|
background: center no-repeat;
|
|
55
55
|
background-size: cover;
|
|
56
|
-
} .side-
|
|
56
|
+
} .side-panel__content_1iw4g {
|
|
57
57
|
flex-grow: 1;
|
|
58
|
-
} .side-
|
|
58
|
+
} .side-panel__title_1iw4g {
|
|
59
59
|
word-break: break-word;
|
|
60
|
-
} .side-
|
|
60
|
+
} .side-panel__addon_1iw4g {
|
|
61
61
|
min-width: 48px;
|
|
62
62
|
height: 48px;
|
|
63
63
|
display: flex;
|
|
64
64
|
justify-content: center;
|
|
65
65
|
align-items: center;
|
|
66
66
|
pointer-events: all;
|
|
67
|
-
} .side-
|
|
67
|
+
} .side-panel__closer_1iw4g {
|
|
68
68
|
margin-left: auto;
|
|
69
|
-
} .side-
|
|
69
|
+
} .side-panel__right_1iw4g {
|
|
70
70
|
justify-content: flex-end;
|
|
71
71
|
text-align: right;
|
|
72
|
-
} .side-
|
|
72
|
+
} .side-panel__trim_1iw4g {
|
|
73
73
|
overflow: hidden
|
|
74
|
-
} .side-
|
|
74
|
+
} .side-panel__trim_1iw4g .side-panel__title_1iw4g {
|
|
75
75
|
overflow: hidden;
|
|
76
76
|
white-space: nowrap;
|
|
77
77
|
text-overflow: ellipsis;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1xfzs */
|
|
2
2
|
: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 */ /* 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 */
|
|
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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
|
|
45
45
|
/* paddings */
|
|
46
46
|
--side-panel-header-mobile-paddings: var(--gap-4) var(--gap-8);
|
|
47
|
-
} .side-
|
|
47
|
+
} .side-panel__header_2j4ia {
|
|
48
48
|
padding: var(--side-panel-header-mobile-paddings);
|
|
49
|
-
} .side-
|
|
49
|
+
} .side-panel__sticky_2j4ia {
|
|
50
50
|
top: var(--gap-0);
|
|
51
|
-
} .side-
|
|
51
|
+
} .side-panel__content_2j4ia {
|
|
52
52
|
font-size: var(--side-panel-header-mobile-font-size);
|
|
53
53
|
line-height: var(--side-panel-header-mobile-line-height);
|
|
54
54
|
font-family: var(--side-panel-header-mobile-font-family);
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { BaseModalProps } from "@alfalab/core-components-base-modal";
|
|
4
4
|
import { DrawerProps } from "@alfalab/core-components-drawer";
|
|
5
|
+
import { Controls } from "./components/controls/index";
|
|
6
|
+
import { Header } from "./components/header/Component";
|
|
5
7
|
type SidePanelResponsiveProps = BaseModalProps & Pick<DrawerProps, 'contentTransitionProps' | 'placement' | 'nativeScrollbar'> & {
|
|
6
8
|
/**
|
|
7
9
|
* Ширина модального окна
|
|
@@ -28,6 +30,35 @@ type SidePanelResponsiveProps = BaseModalProps & Pick<DrawerProps, 'contentTrans
|
|
|
28
30
|
*/
|
|
29
31
|
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
30
32
|
};
|
|
33
|
+
declare const SidePanelResponsiveComponent: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
|
|
34
|
+
/**
|
|
35
|
+
* Ширина модального окна
|
|
36
|
+
* @default "s"
|
|
37
|
+
*/
|
|
38
|
+
size?: "s" | 500 | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Управление наличием закрывающего крестика
|
|
41
|
+
* @default false
|
|
42
|
+
*/
|
|
43
|
+
hasCloser?: boolean | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* Контрольная точка, с нее начинается desktop версия
|
|
46
|
+
* @default 1024
|
|
47
|
+
*/
|
|
48
|
+
breakpoint?: number | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* Версия, которая будет использоваться при серверном рендеринге
|
|
51
|
+
*/
|
|
52
|
+
client?: "desktop" | "mobile" | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
55
|
+
* @deprecated Используйте client
|
|
56
|
+
*/
|
|
57
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
58
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
59
|
+
declare const ContentResponsive: React.FC<import("./components/content/Component").ContentProps> | React.FC<import("./components/content/Component.desktop").ContentDesktopProps>;
|
|
60
|
+
declare const FooterResponsive: React.FC<import("./components/footer/Component").FooterProps> | React.FC<import("./components/footer/Component.desktop").FooterDesktopProps>;
|
|
61
|
+
/** Респонсив компаунд */
|
|
31
62
|
declare const SidePanelResponsive: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
|
|
32
63
|
/**
|
|
33
64
|
* Ширина модального окна
|
|
@@ -59,4 +90,4 @@ declare const SidePanelResponsive: React.ForwardRefExoticComponent<BaseModalProp
|
|
|
59
90
|
Content: React.FC<import("./components/content/Component").ContentProps> | React.FC<import("./components/content/Component.desktop").ContentDesktopProps>;
|
|
60
91
|
Footer: React.FC<import("./components/footer/Component").FooterProps> | React.FC<import("./components/footer/Component.desktop").FooterDesktopProps>;
|
|
61
92
|
};
|
|
62
|
-
export { SidePanelResponsiveProps, SidePanelResponsive };
|
|
93
|
+
export { SidePanelResponsiveProps, SidePanelResponsive, SidePanelResponsiveComponent as SidePanelComponentResponsive, Header as HeaderResponsive, Controls as ControlsResponsive, ContentResponsive, FooterResponsive };
|
|
@@ -33,12 +33,20 @@ var SidePanelResponsiveComponent = React.forwardRef(function (_a, ref) {
|
|
|
33
33
|
return (React__default.default.createElement(ResponsiveContext.ResponsiveContext.Provider, { value: contextValue },
|
|
34
34
|
React__default.default.createElement(Component, tslib.__assign({ ref: ref, size: size, dataTestId: dataTestId }, restProps), children)));
|
|
35
35
|
});
|
|
36
|
+
var ContentResponsive = createResponsive(desktop_Component_desktop.SidePanelDesktop.Content, mobile_Component_mobile.SidePanelMobile.Content);
|
|
37
|
+
var FooterResponsive = createResponsive(desktop_Component_desktop.SidePanelDesktop.Footer, mobile_Component_mobile.SidePanelMobile.Footer);
|
|
38
|
+
/** Респонсив компаунд */
|
|
36
39
|
var SidePanelResponsive = Object.assign(SidePanelResponsiveComponent, {
|
|
37
40
|
Header: components_header_Component.Header,
|
|
38
41
|
Controls: components_controls_Component.Controls,
|
|
39
|
-
Content:
|
|
40
|
-
Footer:
|
|
42
|
+
Content: ContentResponsive,
|
|
43
|
+
Footer: FooterResponsive,
|
|
41
44
|
});
|
|
42
45
|
SidePanelResponsiveComponent.displayName = 'SidePanelResponsiveComponent';
|
|
43
46
|
|
|
47
|
+
exports.ControlsResponsive = components_controls_Component.Controls;
|
|
48
|
+
exports.HeaderResponsive = components_header_Component.Header;
|
|
49
|
+
exports.ContentResponsive = ContentResponsive;
|
|
50
|
+
exports.FooterResponsive = FooterResponsive;
|
|
51
|
+
exports.SidePanelComponentResponsive = SidePanelResponsiveComponent;
|
|
44
52
|
exports.SidePanelResponsive = SidePanelResponsive;
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { BaseModalProps } from "@alfalab/core-components-base-modal";
|
|
4
4
|
import { DrawerProps } from "@alfalab/core-components-drawer";
|
|
5
|
+
import { ContentDesktop } from "../components/content/Component.desktop";
|
|
5
6
|
import { ControlsProps } from "../components/controls/index";
|
|
7
|
+
import { FooterDesktop } from "../components/footer/Component.desktop";
|
|
6
8
|
import { HeaderProps } from "../components/header/Component";
|
|
7
9
|
type SidePanelDesktopProps = BaseModalProps & Pick<DrawerProps, 'placement' | 'nativeScrollbar' | 'contentTransitionProps'> & {
|
|
8
10
|
/**
|
|
@@ -16,6 +18,20 @@ type SidePanelDesktopProps = BaseModalProps & Pick<DrawerProps, 'placement' | 'n
|
|
|
16
18
|
*/
|
|
17
19
|
hasCloser?: boolean;
|
|
18
20
|
};
|
|
21
|
+
declare const SidePanelDesktopComponent: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
|
|
22
|
+
/**
|
|
23
|
+
* Ширина модального окна
|
|
24
|
+
* @default "s"
|
|
25
|
+
*/
|
|
26
|
+
size?: "s" | 500 | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* Управление наличием закрывающего крестика
|
|
29
|
+
* @default false
|
|
30
|
+
*/
|
|
31
|
+
hasCloser?: boolean | undefined;
|
|
32
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
declare const HeaderDesktop: React.FC<Omit<HeaderProps, "titleSize" | "subtitle">>;
|
|
34
|
+
declare const ControlsDesktop: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
19
35
|
declare const SidePanelDesktop: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
|
|
20
36
|
/**
|
|
21
37
|
* Ширина модального окна
|
|
@@ -33,4 +49,4 @@ declare const SidePanelDesktop: React.ForwardRefExoticComponent<BaseModalProps &
|
|
|
33
49
|
Footer: React.FC<import("../components/footer/Component.desktop").FooterDesktopProps>;
|
|
34
50
|
Controls: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
35
51
|
};
|
|
36
|
-
export { SidePanelDesktopProps, SidePanelDesktop };
|
|
52
|
+
export { SidePanelDesktopProps, SidePanelDesktop, SidePanelDesktopComponent as SidePanelComponentDesktop, ContentDesktop, HeaderDesktop, FooterDesktop, ControlsDesktop };
|
|
@@ -52,11 +52,18 @@ var SidePanelDesktopComponent = React.forwardRef(function (_a, ref) {
|
|
|
52
52
|
var renderWithContext = function () { return (React__default.default.createElement(ResponsiveContext.ResponsiveContext.Provider, { value: contextValue }, renderContent())); };
|
|
53
53
|
return responsiveContext ? renderContent() : renderWithContext();
|
|
54
54
|
});
|
|
55
|
+
var HeaderDesktop = components_header_Component.Header;
|
|
56
|
+
var ControlsDesktop = components_controls_Component.Controls;
|
|
55
57
|
var SidePanelDesktop = Object.assign(SidePanelDesktopComponent, {
|
|
56
58
|
Content: components_content_Component_desktop.ContentDesktop,
|
|
57
|
-
Header:
|
|
59
|
+
Header: HeaderDesktop,
|
|
58
60
|
Footer: components_footer_Component_desktop.FooterDesktop,
|
|
59
|
-
Controls:
|
|
61
|
+
Controls: ControlsDesktop,
|
|
60
62
|
});
|
|
61
63
|
|
|
64
|
+
exports.ContentDesktop = components_content_Component_desktop.ContentDesktop;
|
|
65
|
+
exports.FooterDesktop = components_footer_Component_desktop.FooterDesktop;
|
|
66
|
+
exports.ControlsDesktop = ControlsDesktop;
|
|
67
|
+
exports.HeaderDesktop = HeaderDesktop;
|
|
68
|
+
exports.SidePanelComponentDesktop = SidePanelDesktopComponent;
|
|
62
69
|
exports.SidePanelDesktop = SidePanelDesktop;
|
package/cssm/desktop/index.js
CHANGED
|
@@ -3,7 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var desktop_Component_desktop = require('./Component.desktop.js');
|
|
6
|
+
var components_content_Component_desktop = require('../components/content/Component.desktop.js');
|
|
7
|
+
var components_footer_Component_desktop = require('../components/footer/Component.desktop.js');
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
|
|
11
|
+
exports.ControlsDesktop = desktop_Component_desktop.ControlsDesktop;
|
|
12
|
+
exports.HeaderDesktop = desktop_Component_desktop.HeaderDesktop;
|
|
13
|
+
exports.SidePanelComponentDesktop = desktop_Component_desktop.SidePanelComponentDesktop;
|
|
9
14
|
exports.SidePanelDesktop = desktop_Component_desktop.SidePanelDesktop;
|
|
15
|
+
exports.ContentDesktop = components_content_Component_desktop.ContentDesktop;
|
|
16
|
+
exports.FooterDesktop = components_footer_Component_desktop.FooterDesktop;
|
package/cssm/index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export * from "./desktop/index";
|
|
2
|
+
export * from "./mobile/index";
|
|
3
|
+
export { SidePanelResponsive as SidePanel, SidePanelResponsive, SidePanelResponsiveProps as SidePanelProps, SidePanelComponentResponsive, HeaderResponsive, ControlsResponsive, ContentResponsive, FooterResponsive } from "./Component.responsive";
|
package/cssm/index.js
CHANGED
|
@@ -2,8 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
var desktop_Component_desktop = require('./desktop/Component.desktop.js');
|
|
6
|
+
var mobile_Component_mobile = require('./mobile/Component.mobile.js');
|
|
5
7
|
var Component_responsive = require('./Component.responsive.js');
|
|
8
|
+
var components_header_Component = require('./components/header/Component.js');
|
|
9
|
+
var components_controls_Component = require('./components/controls/Component.js');
|
|
10
|
+
var components_content_Component_desktop = require('./components/content/Component.desktop.js');
|
|
11
|
+
var components_footer_Component_desktop = require('./components/footer/Component.desktop.js');
|
|
12
|
+
var components_content_Component_mobile = require('./components/content/Component.mobile.js');
|
|
13
|
+
var components_footer_Component_mobile = require('./components/footer/Component.mobile.js');
|
|
6
14
|
|
|
7
15
|
|
|
8
16
|
|
|
17
|
+
exports.ControlsDesktop = desktop_Component_desktop.ControlsDesktop;
|
|
18
|
+
exports.HeaderDesktop = desktop_Component_desktop.HeaderDesktop;
|
|
19
|
+
exports.SidePanelComponentDesktop = desktop_Component_desktop.SidePanelComponentDesktop;
|
|
20
|
+
exports.SidePanelDesktop = desktop_Component_desktop.SidePanelDesktop;
|
|
21
|
+
exports.ControlsMobile = mobile_Component_mobile.ControlsMobile;
|
|
22
|
+
exports.SidePanelComponentMobile = mobile_Component_mobile.SidePanelComponentMobile;
|
|
23
|
+
exports.SidePanelMobile = mobile_Component_mobile.SidePanelMobile;
|
|
24
|
+
exports.ContentResponsive = Component_responsive.ContentResponsive;
|
|
25
|
+
exports.FooterResponsive = Component_responsive.FooterResponsive;
|
|
9
26
|
exports.SidePanel = Component_responsive.SidePanelResponsive;
|
|
27
|
+
exports.SidePanelComponentResponsive = Component_responsive.SidePanelComponentResponsive;
|
|
28
|
+
exports.SidePanelResponsive = Component_responsive.SidePanelResponsive;
|
|
29
|
+
exports.HeaderMobile = components_header_Component.Header;
|
|
30
|
+
exports.HeaderResponsive = components_header_Component.Header;
|
|
31
|
+
exports.ControlsResponsive = components_controls_Component.Controls;
|
|
32
|
+
exports.ContentDesktop = components_content_Component_desktop.ContentDesktop;
|
|
33
|
+
exports.FooterDesktop = components_footer_Component_desktop.FooterDesktop;
|
|
34
|
+
exports.ContentMobile = components_content_Component_mobile.ContentMobile;
|
|
35
|
+
exports.FooterMobile = components_footer_Component_mobile.FooterMobile;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { BaseModalProps } from "@alfalab/core-components-base-modal";
|
|
4
|
+
import { ContentMobile } from "../components/content/Component.mobile";
|
|
4
5
|
import { ControlsProps } from "../components/controls/index";
|
|
6
|
+
import { FooterMobile } from "../components/footer/Component.mobile";
|
|
7
|
+
import { Header } from "../components/header/Component";
|
|
5
8
|
type SidePanelMobileProps = BaseModalProps & {
|
|
6
9
|
/**
|
|
7
10
|
* Управление наличием закрывающего крестика
|
|
@@ -9,6 +12,14 @@ type SidePanelMobileProps = BaseModalProps & {
|
|
|
9
12
|
*/
|
|
10
13
|
hasCloser?: boolean;
|
|
11
14
|
};
|
|
15
|
+
declare const SidePanelMobileComponent: React.ForwardRefExoticComponent<BaseModalProps & {
|
|
16
|
+
/**
|
|
17
|
+
* Управление наличием закрывающего крестика
|
|
18
|
+
* @default false
|
|
19
|
+
*/
|
|
20
|
+
hasCloser?: boolean | undefined;
|
|
21
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
+
declare const ControlsMobile: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
12
23
|
declare const SidePanelMobile: React.ForwardRefExoticComponent<BaseModalProps & {
|
|
13
24
|
/**
|
|
14
25
|
* Управление наличием закрывающего крестика
|
|
@@ -21,4 +32,4 @@ declare const SidePanelMobile: React.ForwardRefExoticComponent<BaseModalProps &
|
|
|
21
32
|
Footer: React.FC<import("../components/footer/Component").FooterProps>;
|
|
22
33
|
Controls: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
23
34
|
};
|
|
24
|
-
export { SidePanelMobileProps, SidePanelMobile };
|
|
35
|
+
export { SidePanelMobileProps, SidePanelMobile, SidePanelMobileComponent as SidePanelComponentMobile, ContentMobile, Header as HeaderMobile, FooterMobile, ControlsMobile };
|
|
@@ -30,11 +30,17 @@ var SidePanelMobileComponent = React.forwardRef(function (_a, ref) {
|
|
|
30
30
|
var renderWithContext = function () { return (React__default.default.createElement(ResponsiveContext.ResponsiveContext.Provider, { value: contextValue }, renderContent())); };
|
|
31
31
|
return responsiveContext ? renderContent() : renderWithContext();
|
|
32
32
|
});
|
|
33
|
+
var ControlsMobile = components_controls_Component.Controls;
|
|
33
34
|
var SidePanelMobile = Object.assign(SidePanelMobileComponent, {
|
|
34
35
|
Content: components_content_Component_mobile.ContentMobile,
|
|
35
36
|
Header: components_header_Component.Header,
|
|
36
37
|
Footer: components_footer_Component_mobile.FooterMobile,
|
|
37
|
-
Controls:
|
|
38
|
+
Controls: ControlsMobile,
|
|
38
39
|
});
|
|
39
40
|
|
|
41
|
+
exports.ContentMobile = components_content_Component_mobile.ContentMobile;
|
|
42
|
+
exports.FooterMobile = components_footer_Component_mobile.FooterMobile;
|
|
43
|
+
exports.HeaderMobile = components_header_Component.Header;
|
|
44
|
+
exports.ControlsMobile = ControlsMobile;
|
|
45
|
+
exports.SidePanelComponentMobile = SidePanelMobileComponent;
|
|
40
46
|
exports.SidePanelMobile = SidePanelMobile;
|
package/cssm/mobile/index.js
CHANGED
|
@@ -3,7 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var mobile_Component_mobile = require('./Component.mobile.js');
|
|
6
|
+
var components_content_Component_mobile = require('../components/content/Component.mobile.js');
|
|
7
|
+
var components_header_Component = require('../components/header/Component.js');
|
|
8
|
+
var components_footer_Component_mobile = require('../components/footer/Component.mobile.js');
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
|
|
12
|
+
exports.ControlsMobile = mobile_Component_mobile.ControlsMobile;
|
|
13
|
+
exports.SidePanelComponentMobile = mobile_Component_mobile.SidePanelComponentMobile;
|
|
9
14
|
exports.SidePanelMobile = mobile_Component_mobile.SidePanelMobile;
|
|
15
|
+
exports.ContentMobile = components_content_Component_mobile.ContentMobile;
|
|
16
|
+
exports.HeaderMobile = components_header_Component.Header;
|
|
17
|
+
exports.FooterMobile = components_footer_Component_mobile.FooterMobile;
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { BaseModalProps } from "@alfalab/core-components-base-modal";
|
|
4
4
|
import { DrawerProps } from "@alfalab/core-components-drawer";
|
|
5
|
+
import { ContentDesktop } from "../components/content/Component.desktop";
|
|
5
6
|
import { ControlsProps } from "../components/controls/index";
|
|
7
|
+
import { FooterDesktop } from "../components/footer/Component.desktop";
|
|
6
8
|
import { HeaderProps } from "../components/header/Component";
|
|
7
9
|
type SidePanelDesktopProps = BaseModalProps & Pick<DrawerProps, 'placement' | 'nativeScrollbar' | 'contentTransitionProps'> & {
|
|
8
10
|
/**
|
|
@@ -16,6 +18,20 @@ type SidePanelDesktopProps = BaseModalProps & Pick<DrawerProps, 'placement' | 'n
|
|
|
16
18
|
*/
|
|
17
19
|
hasCloser?: boolean;
|
|
18
20
|
};
|
|
21
|
+
declare const SidePanelDesktopComponent: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
|
|
22
|
+
/**
|
|
23
|
+
* Ширина модального окна
|
|
24
|
+
* @default "s"
|
|
25
|
+
*/
|
|
26
|
+
size?: "s" | 500 | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* Управление наличием закрывающего крестика
|
|
29
|
+
* @default false
|
|
30
|
+
*/
|
|
31
|
+
hasCloser?: boolean | undefined;
|
|
32
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
declare const HeaderDesktop: React.FC<Omit<HeaderProps, "titleSize" | "subtitle">>;
|
|
34
|
+
declare const ControlsDesktop: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
19
35
|
declare const SidePanelDesktop: React.ForwardRefExoticComponent<BaseModalProps & Pick<DrawerProps, "contentTransitionProps" | "nativeScrollbar" | "placement"> & {
|
|
20
36
|
/**
|
|
21
37
|
* Ширина модального окна
|
|
@@ -33,4 +49,4 @@ declare const SidePanelDesktop: React.ForwardRefExoticComponent<BaseModalProps &
|
|
|
33
49
|
Footer: React.FC<import("../components/footer/Component.desktop").FooterDesktopProps>;
|
|
34
50
|
Controls: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
35
51
|
};
|
|
36
|
-
export { SidePanelDesktopProps, SidePanelDesktop };
|
|
52
|
+
export { SidePanelDesktopProps, SidePanelDesktop, SidePanelDesktopComponent as SidePanelComponentDesktop, ContentDesktop, HeaderDesktop, FooterDesktop, ControlsDesktop };
|
|
@@ -20,10 +20,10 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
20
20
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
|
|
21
21
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
22
22
|
|
|
23
|
-
var styles = {"size-500":"side-panel__size-
|
|
23
|
+
var styles = {"size-500":"side-panel__size-500_fosfr","hidden":"side-panel__hidden_fosfr"};
|
|
24
24
|
require('./desktop.css')
|
|
25
25
|
|
|
26
|
-
var transitions = {"enterRight":"side-
|
|
26
|
+
var transitions = {"enterRight":"side-panel__enterRight_f7v45","enterLeft":"side-panel__enterLeft_f7v45","enterActive":"side-panel__enterActive_f7v45","exit":"side-panel__exit_f7v45","exitActiveRight":"side-panel__exitActiveRight_f7v45","exitActiveLeft":"side-panel__exitActiveLeft_f7v45"};
|
|
27
27
|
require('./transitions.desktop.css')
|
|
28
28
|
|
|
29
29
|
var SidePanelDesktopComponent = React.forwardRef(function (_a, ref) {
|
|
@@ -54,11 +54,18 @@ var SidePanelDesktopComponent = React.forwardRef(function (_a, ref) {
|
|
|
54
54
|
var renderWithContext = function () { return (React__default.default.createElement(ResponsiveContext.ResponsiveContext.Provider, { value: contextValue }, renderContent())); };
|
|
55
55
|
return responsiveContext ? renderContent() : renderWithContext();
|
|
56
56
|
});
|
|
57
|
+
var HeaderDesktop = components_header_Component.Header;
|
|
58
|
+
var ControlsDesktop = components_controls_Component.Controls;
|
|
57
59
|
var SidePanelDesktop = Object.assign(SidePanelDesktopComponent, {
|
|
58
60
|
Content: components_content_Component_desktop.ContentDesktop,
|
|
59
|
-
Header:
|
|
61
|
+
Header: HeaderDesktop,
|
|
60
62
|
Footer: components_footer_Component_desktop.FooterDesktop,
|
|
61
|
-
Controls:
|
|
63
|
+
Controls: ControlsDesktop,
|
|
62
64
|
});
|
|
63
65
|
|
|
66
|
+
exports.ContentDesktop = components_content_Component_desktop.ContentDesktop;
|
|
67
|
+
exports.FooterDesktop = components_footer_Component_desktop.FooterDesktop;
|
|
68
|
+
exports.ControlsDesktop = ControlsDesktop;
|
|
69
|
+
exports.HeaderDesktop = HeaderDesktop;
|
|
70
|
+
exports.SidePanelComponentDesktop = SidePanelDesktopComponent;
|
|
64
71
|
exports.SidePanelDesktop = SidePanelDesktop;
|
package/desktop/desktop.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ip3u */
|
|
2
2
|
: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 */ /* 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 */
|
|
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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
/* mobile */
|
|
33
33
|
|
|
34
34
|
/* paddings */
|
|
35
|
-
} .side-panel__size-
|
|
35
|
+
} .side-panel__size-500_fosfr.side-panel__size-500_fosfr {
|
|
36
36
|
width: var(--side-panel-s-width);
|
|
37
|
-
} .side-
|
|
37
|
+
} .side-panel__hidden_fosfr {
|
|
38
38
|
overflow-x: hidden;
|
|
39
39
|
}
|