@alfalab/core-components-modal 9.8.6 → 9.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.js +3 -3
- package/Component.responsive.d.ts +16 -1
- package/Component.responsive.js +5 -0
- package/components/content/Component.js +3 -3
- package/components/content/desktop.css +7 -7
- 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.js +4 -4
- package/components/footer/desktop.css +9 -9
- 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 +15 -15
- package/components/header/index.css +4 -4
- package/components/header/mobile.css +4 -4
- package/cssm/Component.responsive.d.ts +16 -1
- package/cssm/Component.responsive.js +5 -0
- package/cssm/desktop/Component.desktop.d.ts +12 -1
- package/cssm/desktop/Component.desktop.js +9 -2
- package/cssm/desktop/index.js +7 -0
- package/cssm/mobile/Component.mobile.d.ts +6 -1
- package/cssm/mobile/Component.mobile.js +7 -1
- package/cssm/mobile/index.js +8 -0
- package/desktop/Component.desktop.d.ts +12 -1
- package/desktop/Component.desktop.js +9 -2
- package/desktop/desktop.css +9 -9
- package/desktop/index.js +7 -0
- package/esm/Component.js +3 -3
- package/esm/Component.responsive.d.ts +16 -1
- package/esm/Component.responsive.js +1 -1
- package/esm/components/content/Component.js +3 -3
- package/esm/components/content/desktop.css +7 -7
- 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.js +4 -4
- package/esm/components/footer/desktop.css +9 -9
- 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 +15 -15
- package/esm/components/header/index.css +4 -4
- package/esm/components/header/mobile.css +4 -4
- package/esm/desktop/Component.desktop.d.ts +12 -1
- package/esm/desktop/Component.desktop.js +5 -3
- package/esm/desktop/desktop.css +9 -9
- package/esm/desktop/index.js +3 -1
- package/esm/layout.module-4dab57e4.js +4 -0
- package/esm/mobile/Component.mobile.d.ts +6 -1
- package/esm/mobile/Component.mobile.js +3 -2
- package/esm/mobile/index.js +4 -1
- package/esm/mobile/mobile.css +2 -2
- package/esm/transitions.css +8 -8
- package/layout.module-5a73e32f.js +6 -0
- package/mobile/Component.mobile.d.ts +6 -1
- package/mobile/Component.mobile.js +7 -1
- package/mobile/index.js +8 -0
- package/mobile/mobile.css +2 -2
- package/modern/Component.js +3 -3
- package/modern/Component.responsive.d.ts +16 -1
- package/modern/Component.responsive.js +1 -1
- package/modern/components/content/Component.js +3 -3
- package/modern/components/content/desktop.css +7 -7
- 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.js +4 -4
- package/modern/components/footer/desktop.css +9 -9
- 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 +15 -15
- package/modern/components/header/index.css +4 -4
- package/modern/components/header/mobile.css +4 -4
- package/modern/desktop/Component.desktop.d.ts +12 -1
- package/modern/desktop/Component.desktop.js +5 -3
- package/modern/desktop/desktop.css +9 -9
- package/modern/desktop/index.js +3 -1
- package/modern/layout.module-dc6efbf4.js +4 -0
- package/modern/mobile/Component.mobile.d.ts +6 -1
- package/modern/mobile/Component.mobile.js +3 -2
- package/modern/mobile/index.js +4 -1
- package/modern/mobile/mobile.css +2 -2
- package/modern/transitions.css +8 -8
- package/moderncssm/Component.responsive.d.ts +16 -1
- package/moderncssm/Component.responsive.js +1 -1
- package/moderncssm/desktop/Component.desktop.d.ts +12 -1
- package/moderncssm/desktop/Component.desktop.js +5 -3
- package/moderncssm/desktop/index.js +3 -1
- package/moderncssm/mobile/Component.mobile.d.ts +6 -1
- package/moderncssm/mobile/Component.mobile.js +3 -2
- package/moderncssm/mobile/index.js +4 -1
- package/package.json +5 -5
- package/src/Component.responsive.tsx +8 -0
- package/src/desktop/Component.desktop.tsx +13 -2
- package/src/desktop/index.ts +1 -1
- package/src/index.ts +1 -1
- package/src/mobile/Component.mobile.tsx +11 -1
- package/src/mobile/index.ts +1 -1
- package/transitions.css +8 -8
- package/esm/layout.module-203128e0.js +0 -4
- package/layout.module-19d4c454.js +0 -6
- package/modern/layout.module-df385289.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ptvb */
|
|
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 */
|
|
@@ -53,31 +53,31 @@
|
|
|
53
53
|
/* mobile */
|
|
54
54
|
|
|
55
55
|
/* paddings */
|
|
56
|
-
} .
|
|
56
|
+
} .modal__header_1vazx {
|
|
57
57
|
border-top-left-radius: var(--modal-border-radius);
|
|
58
58
|
border-top-right-radius: var(--modal-border-radius);
|
|
59
|
-
} .
|
|
59
|
+
} .modal__content_1vazx {
|
|
60
60
|
font-weight: var(--modal-header-desktop-font-weight);
|
|
61
61
|
font-family: var(--modal-header-desktop-font-family);
|
|
62
|
-
} .modal__size-
|
|
63
|
-
.modal__size-
|
|
62
|
+
} .modal__size-500_1vazx .modal__content_1vazx,
|
|
63
|
+
.modal__size-600_1vazx .modal__content_1vazx {
|
|
64
64
|
padding: var(--modal-s-header-desktop-content-paddings);
|
|
65
65
|
font-size: var(--modal-s-header-desktop-font-size);
|
|
66
66
|
line-height: var(--modal-s-header-desktop-line-height);
|
|
67
|
-
} .modal__size-
|
|
68
|
-
.modal__size-
|
|
69
|
-
.
|
|
67
|
+
} .modal__size-800_1vazx .modal__content_1vazx,
|
|
68
|
+
.modal__size-1140_1vazx .modal__content_1vazx,
|
|
69
|
+
.modal__fullscreen_1vazx .modal__content_1vazx {
|
|
70
70
|
padding: var(--modal-l-header-desktop-content-paddings);
|
|
71
71
|
font-size: var(--modal-l-header-desktop-font-size);
|
|
72
72
|
line-height: var(--modal-l-header-desktop-line-height);
|
|
73
|
-
} .modal__size-
|
|
74
|
-
.modal__size-
|
|
75
|
-
.modal__size-
|
|
76
|
-
.modal__size-
|
|
77
|
-
.
|
|
73
|
+
} .modal__size-500_1vazx,
|
|
74
|
+
.modal__size-600_1vazx,
|
|
75
|
+
.modal__size-800_1vazx,
|
|
76
|
+
.modal__size-1140_1vazx,
|
|
77
|
+
.modal__fullscreen_1vazx {
|
|
78
78
|
padding: var(--modal-s-header-paddings);
|
|
79
|
-
} .
|
|
79
|
+
} .modal__sticky_1vazx {
|
|
80
80
|
top: calc(var(--modal-vertical-padding) * -1)
|
|
81
|
-
} .
|
|
81
|
+
} .modal__sticky_1vazx.modal__fullscreen_1vazx {
|
|
82
82
|
top: var(--gap-0);
|
|
83
83
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ir6u */
|
|
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,12 +36,12 @@
|
|
|
36
36
|
/* mobile */
|
|
37
37
|
|
|
38
38
|
/* paddings */
|
|
39
|
-
} .
|
|
39
|
+
} .modal__highlighted_1plnb {
|
|
40
40
|
background: var(--modal-header-highlight-background);
|
|
41
41
|
box-shadow: var(--modal-header-highlight-box-shadow);
|
|
42
|
-
} .
|
|
42
|
+
} .modal__sticky_1plnb {
|
|
43
43
|
position: sticky;
|
|
44
44
|
z-index: 1
|
|
45
|
-
} .
|
|
45
|
+
} .modal__sticky_1plnb.modal__hasContent_1plnb {
|
|
46
46
|
background: var(--modal-header-background);
|
|
47
47
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: yhvyp */
|
|
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
|
--modal-header-mobile-paddings: var(--gap-4) var(--gap-8);
|
|
47
|
-
} .
|
|
47
|
+
} .modal__header_13l3c {
|
|
48
48
|
padding: var(--modal-header-mobile-paddings);
|
|
49
|
-
} .
|
|
49
|
+
} .modal__sticky_13l3c {
|
|
50
50
|
top: var(--gap-0);
|
|
51
|
-
} .
|
|
51
|
+
} .modal__content_13l3c {
|
|
52
52
|
font-size: var(--modal-header-mobile-font-size);
|
|
53
53
|
line-height: var(--modal-header-mobile-line-height);
|
|
54
54
|
font-family: var(--modal-header-mobile-font-family);
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { Content } from "./components/content/Component";
|
|
4
|
+
import { Controls } from "./components/controls/index";
|
|
5
|
+
import { Footer } from "./components/footer/Component";
|
|
6
|
+
import { Header } from "./components/header/Component";
|
|
7
|
+
declare const ModalResponsiveComponent: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
8
|
+
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
9
|
+
fullscreen?: boolean | undefined;
|
|
10
|
+
fixedPosition?: boolean | undefined;
|
|
11
|
+
hasCloser?: boolean | undefined;
|
|
12
|
+
iOSLock?: boolean | undefined;
|
|
13
|
+
} & {
|
|
14
|
+
breakpoint?: number | undefined;
|
|
15
|
+
client?: "desktop" | "mobile" | undefined;
|
|
16
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
17
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
3
18
|
declare const ModalResponsive: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
4
19
|
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
5
20
|
fullscreen?: boolean | undefined;
|
|
@@ -16,4 +31,4 @@ declare const ModalResponsive: React.ForwardRefExoticComponent<import("@alfalab/
|
|
|
16
31
|
Footer: React.FC<import("./components/footer/Component").FooterProps>;
|
|
17
32
|
Controls: React.FC<import("./components/controls/index").ControlsProps>;
|
|
18
33
|
};
|
|
19
|
-
export { ModalResponsive };
|
|
34
|
+
export { ModalResponsive, ModalResponsiveComponent as ModalComponentResponsive, Header as HeaderResponsive, Content as ContentResponsive, Footer as FooterResponsive, Controls as ControlsResponsive };
|
|
@@ -28,4 +28,9 @@ var ModalResponsive = Object.assign(ModalResponsiveComponent, {
|
|
|
28
28
|
});
|
|
29
29
|
ModalResponsiveComponent.displayName = 'ModalResponsiveComponent';
|
|
30
30
|
|
|
31
|
+
exports.ContentResponsive = components_content_Component.Content;
|
|
32
|
+
exports.ControlsResponsive = components_controls_Component.Controls;
|
|
33
|
+
exports.FooterResponsive = components_footer_Component.Footer;
|
|
34
|
+
exports.HeaderResponsive = components_header_Component.Header;
|
|
35
|
+
exports.ModalComponentResponsive = ModalResponsiveComponent;
|
|
31
36
|
exports.ModalResponsive = ModalResponsive;
|
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { Content } from "../components/content/Component";
|
|
3
4
|
import { ControlsProps } from "../components/controls/index";
|
|
5
|
+
import { Footer } from "../components/footer/Component";
|
|
4
6
|
import { HeaderProps } from "../components/header/Component";
|
|
7
|
+
declare const ModalDesktopComponent: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
8
|
+
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
9
|
+
fullscreen?: boolean | undefined;
|
|
10
|
+
fixedPosition?: boolean | undefined;
|
|
11
|
+
hasCloser?: boolean | undefined;
|
|
12
|
+
iOSLock?: boolean | undefined;
|
|
13
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const HeaderDesktop: React.FC<Omit<HeaderProps, "titleSize" | "subtitle">>;
|
|
15
|
+
declare const ControlsDesktop: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
5
16
|
declare const ModalDesktop: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
6
17
|
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
7
18
|
fullscreen?: boolean | undefined;
|
|
@@ -14,4 +25,4 @@ declare const ModalDesktop: React.ForwardRefExoticComponent<import("@alfalab/cor
|
|
|
14
25
|
Footer: React.FC<import("../components/footer/Component").FooterProps>;
|
|
15
26
|
Controls: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
16
27
|
};
|
|
17
|
-
export { ModalDesktop };
|
|
28
|
+
export { ModalDesktop, ModalDesktopComponent as ModalComponentDesktop, Content as ContentDesktop, HeaderDesktop, Footer as FooterDesktop, ControlsDesktop };
|
|
@@ -15,11 +15,18 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
16
16
|
|
|
17
17
|
var ModalDesktopComponent = React.forwardRef(function (props, ref) { return (React__default.default.createElement(Component.Modal, tslib.__assign({}, props, { ref: ref, view: 'desktop' }))); });
|
|
18
|
+
var HeaderDesktop = components_header_Component.Header;
|
|
19
|
+
var ControlsDesktop = components_controls_Component.Controls;
|
|
18
20
|
var ModalDesktop = Object.assign(ModalDesktopComponent, {
|
|
19
21
|
Content: components_content_Component.Content,
|
|
20
|
-
Header:
|
|
22
|
+
Header: HeaderDesktop,
|
|
21
23
|
Footer: components_footer_Component.Footer,
|
|
22
|
-
Controls:
|
|
24
|
+
Controls: ControlsDesktop,
|
|
23
25
|
});
|
|
24
26
|
|
|
27
|
+
exports.ContentDesktop = components_content_Component.Content;
|
|
28
|
+
exports.FooterDesktop = components_footer_Component.Footer;
|
|
29
|
+
exports.ControlsDesktop = ControlsDesktop;
|
|
30
|
+
exports.HeaderDesktop = HeaderDesktop;
|
|
31
|
+
exports.ModalComponentDesktop = ModalDesktopComponent;
|
|
25
32
|
exports.ModalDesktop = ModalDesktop;
|
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 = require('../components/content/Component.js');
|
|
7
|
+
var components_footer_Component = require('../components/footer/Component.js');
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
|
|
11
|
+
exports.ControlsDesktop = desktop_Component_desktop.ControlsDesktop;
|
|
12
|
+
exports.HeaderDesktop = desktop_Component_desktop.HeaderDesktop;
|
|
13
|
+
exports.ModalComponentDesktop = desktop_Component_desktop.ModalComponentDesktop;
|
|
9
14
|
exports.ModalDesktop = desktop_Component_desktop.ModalDesktop;
|
|
15
|
+
exports.ContentDesktop = components_content_Component.Content;
|
|
16
|
+
exports.FooterDesktop = components_footer_Component.Footer;
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { Content } from "../components/content/Component";
|
|
3
4
|
import { ControlsProps } from "../components/controls/index";
|
|
5
|
+
import { Footer } from "../components/footer/Component";
|
|
6
|
+
import { Header } from "../components/header/Component";
|
|
4
7
|
import { ModalMobileProps } from "../typings";
|
|
8
|
+
declare const ModalMobileComponent: React.ForwardRefExoticComponent<ModalMobileProps & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const ControlsMobile: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
5
10
|
declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & React.RefAttributes<HTMLDivElement>> & {
|
|
6
11
|
Content: React.FC<import("../typings").ContentProps>;
|
|
7
12
|
Header: React.FC<import("../components/header/Component").HeaderProps>;
|
|
8
13
|
Footer: React.FC<import("../components/footer/Component").FooterProps>;
|
|
9
14
|
Controls: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
10
15
|
};
|
|
11
|
-
export { ModalMobile };
|
|
16
|
+
export { ModalMobile, ModalMobileComponent as ModalComponentMobile, Content as ContentMobile, Header as HeaderMobile, Footer as FooterMobile, ControlsMobile };
|
|
@@ -15,11 +15,17 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
16
16
|
|
|
17
17
|
var ModalMobileComponent = React.forwardRef(function (props, ref) { return (React__default.default.createElement(Component.Modal, tslib.__assign({}, props, { ref: ref, view: 'mobile' }))); });
|
|
18
|
+
var ControlsMobile = components_controls_Component.Controls;
|
|
18
19
|
var ModalMobile = Object.assign(ModalMobileComponent, {
|
|
19
20
|
Content: components_content_Component.Content,
|
|
20
21
|
Header: components_header_Component.Header,
|
|
21
22
|
Footer: components_footer_Component.Footer,
|
|
22
|
-
Controls:
|
|
23
|
+
Controls: ControlsMobile,
|
|
23
24
|
});
|
|
24
25
|
|
|
26
|
+
exports.ContentMobile = components_content_Component.Content;
|
|
27
|
+
exports.FooterMobile = components_footer_Component.Footer;
|
|
28
|
+
exports.HeaderMobile = components_header_Component.Header;
|
|
29
|
+
exports.ControlsMobile = ControlsMobile;
|
|
30
|
+
exports.ModalComponentMobile = ModalMobileComponent;
|
|
25
31
|
exports.ModalMobile = ModalMobile;
|
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 = require('../components/content/Component.js');
|
|
7
|
+
var components_header_Component = require('../components/header/Component.js');
|
|
8
|
+
var components_footer_Component = require('../components/footer/Component.js');
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
|
|
12
|
+
exports.ControlsMobile = mobile_Component_mobile.ControlsMobile;
|
|
13
|
+
exports.ModalComponentMobile = mobile_Component_mobile.ModalComponentMobile;
|
|
9
14
|
exports.ModalMobile = mobile_Component_mobile.ModalMobile;
|
|
15
|
+
exports.ContentMobile = components_content_Component.Content;
|
|
16
|
+
exports.HeaderMobile = components_header_Component.Header;
|
|
17
|
+
exports.FooterMobile = components_footer_Component.Footer;
|
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { Content } from "../components/content/Component";
|
|
3
4
|
import { ControlsProps } from "../components/controls/index";
|
|
5
|
+
import { Footer } from "../components/footer/Component";
|
|
4
6
|
import { HeaderProps } from "../components/header/Component";
|
|
7
|
+
declare const ModalDesktopComponent: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
8
|
+
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
9
|
+
fullscreen?: boolean | undefined;
|
|
10
|
+
fixedPosition?: boolean | undefined;
|
|
11
|
+
hasCloser?: boolean | undefined;
|
|
12
|
+
iOSLock?: boolean | undefined;
|
|
13
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const HeaderDesktop: React.FC<Omit<HeaderProps, "titleSize" | "subtitle">>;
|
|
15
|
+
declare const ControlsDesktop: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
5
16
|
declare const ModalDesktop: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
6
17
|
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
7
18
|
fullscreen?: boolean | undefined;
|
|
@@ -14,4 +25,4 @@ declare const ModalDesktop: React.ForwardRefExoticComponent<import("@alfalab/cor
|
|
|
14
25
|
Footer: React.FC<import("../components/footer/Component").FooterProps>;
|
|
15
26
|
Controls: React.FC<Omit<ControlsProps, "mobileLayout">>;
|
|
16
27
|
};
|
|
17
|
-
export { ModalDesktop };
|
|
28
|
+
export { ModalDesktop, ModalDesktopComponent as ModalComponentDesktop, Content as ContentDesktop, HeaderDesktop, Footer as FooterDesktop, ControlsDesktop };
|
|
@@ -15,11 +15,18 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
16
16
|
|
|
17
17
|
var ModalDesktopComponent = React.forwardRef(function (props, ref) { return (React__default.default.createElement(Component.Modal, tslib.__assign({}, props, { ref: ref, view: 'desktop' }))); });
|
|
18
|
+
var HeaderDesktop = components_header_Component.Header;
|
|
19
|
+
var ControlsDesktop = components_controls_Component.Controls;
|
|
18
20
|
var ModalDesktop = Object.assign(ModalDesktopComponent, {
|
|
19
21
|
Content: components_content_Component.Content,
|
|
20
|
-
Header:
|
|
22
|
+
Header: HeaderDesktop,
|
|
21
23
|
Footer: components_footer_Component.Footer,
|
|
22
|
-
Controls:
|
|
24
|
+
Controls: ControlsDesktop,
|
|
23
25
|
});
|
|
24
26
|
|
|
27
|
+
exports.ContentDesktop = components_content_Component.Content;
|
|
28
|
+
exports.FooterDesktop = components_footer_Component.Footer;
|
|
29
|
+
exports.ControlsDesktop = ControlsDesktop;
|
|
30
|
+
exports.HeaderDesktop = HeaderDesktop;
|
|
31
|
+
exports.ModalComponentDesktop = ModalDesktopComponent;
|
|
25
32
|
exports.ModalDesktop = ModalDesktop;
|
package/desktop/desktop.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1l3d9 */
|
|
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 */
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
/* mobile */
|
|
43
43
|
|
|
44
44
|
/* paddings */
|
|
45
|
-
} .
|
|
45
|
+
} .modal__wrapper_gxqi4 {
|
|
46
46
|
padding-top: var(--modal-vertical-padding);
|
|
47
47
|
padding-bottom: var(--modal-vertical-padding);
|
|
48
|
-
} .
|
|
48
|
+
} .modal__component_gxqi4 {
|
|
49
49
|
width: 100%;
|
|
50
50
|
max-width: 100%;
|
|
51
51
|
border-radius: var(--modal-border-radius);
|
|
52
|
-
} .
|
|
52
|
+
} .modal__fullscreen_gxqi4 {
|
|
53
53
|
padding-top: var(--gap-0);
|
|
54
54
|
padding-bottom: var(--gap-0)
|
|
55
|
-
} .
|
|
55
|
+
} .modal__fullscreen_gxqi4 .modal__component_gxqi4 {
|
|
56
56
|
flex: 1;
|
|
57
57
|
border-radius: 0;
|
|
58
|
-
} .modal__size-
|
|
58
|
+
} .modal__size-500_gxqi4 {
|
|
59
59
|
width: var(--modal-s-width);
|
|
60
|
-
} .modal__size-
|
|
60
|
+
} .modal__size-600_gxqi4 {
|
|
61
61
|
width: var(--modal-m-width);
|
|
62
|
-
} .modal__size-
|
|
62
|
+
} .modal__size-800_gxqi4 {
|
|
63
63
|
width: var(--modal-l-width);
|
|
64
|
-
} .modal__size-
|
|
64
|
+
} .modal__size-1140_gxqi4 {
|
|
65
65
|
width: var(--modal-xl-width);
|
|
66
66
|
}
|
package/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 = require('../components/content/Component.js');
|
|
7
|
+
var components_footer_Component = require('../components/footer/Component.js');
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
|
|
11
|
+
exports.ControlsDesktop = desktop_Component_desktop.ControlsDesktop;
|
|
12
|
+
exports.HeaderDesktop = desktop_Component_desktop.HeaderDesktop;
|
|
13
|
+
exports.ModalComponentDesktop = desktop_Component_desktop.ModalComponentDesktop;
|
|
9
14
|
exports.ModalDesktop = desktop_Component_desktop.ModalDesktop;
|
|
15
|
+
exports.ContentDesktop = components_content_Component.Content;
|
|
16
|
+
exports.FooterDesktop = components_footer_Component.Footer;
|
package/esm/Component.js
CHANGED
|
@@ -6,13 +6,13 @@ import { BaseModal } from '@alfalab/core-components-base-modal/esm';
|
|
|
6
6
|
import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
|
|
7
7
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
8
8
|
|
|
9
|
-
var desktopStyles = {"wrapper":"
|
|
9
|
+
var desktopStyles = {"wrapper":"modal__wrapper_gxqi4","component":"modal__component_gxqi4","fullscreen":"modal__fullscreen_gxqi4","size-500":"modal__size-500_gxqi4","size-600":"modal__size-600_gxqi4","size-800":"modal__size-800_gxqi4","size-1140":"modal__size-1140_gxqi4"};
|
|
10
10
|
require('./desktop/desktop.css')
|
|
11
11
|
|
|
12
|
-
var mobileStyles = {"component":"
|
|
12
|
+
var mobileStyles = {"component":"modal__component_1gk64"};
|
|
13
13
|
require('./mobile/mobile.css')
|
|
14
14
|
|
|
15
|
-
var transitions = {"appear":"
|
|
15
|
+
var transitions = {"appear":"modal__appear_zbzfm","enter":"modal__enter_zbzfm","appearActive":"modal__appearActive_zbzfm","enterActive":"modal__enterActive_zbzfm","exit":"modal__exit_zbzfm","exitActive":"modal__exitActive_zbzfm","exitDone":"modal__exitDone_zbzfm"};
|
|
16
16
|
require('./transitions.css')
|
|
17
17
|
|
|
18
18
|
var Modal = forwardRef(function (_a, ref) {
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { Content } from "./components/content/Component";
|
|
4
|
+
import { Controls } from "./components/controls/index";
|
|
5
|
+
import { Footer } from "./components/footer/Component";
|
|
6
|
+
import { Header } from "./components/header/Component";
|
|
7
|
+
declare const ModalResponsiveComponent: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
8
|
+
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
9
|
+
fullscreen?: boolean | undefined;
|
|
10
|
+
fixedPosition?: boolean | undefined;
|
|
11
|
+
hasCloser?: boolean | undefined;
|
|
12
|
+
iOSLock?: boolean | undefined;
|
|
13
|
+
} & {
|
|
14
|
+
breakpoint?: number | undefined;
|
|
15
|
+
client?: "desktop" | "mobile" | undefined;
|
|
16
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
17
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
3
18
|
declare const ModalResponsive: React.ForwardRefExoticComponent<import("@alfalab/core-components-base-modal").BaseModalProps & {
|
|
4
19
|
size?: "s" | "m" | "l" | "xl" | "fullscreen" | 500 | 600 | 800 | 1140 | undefined;
|
|
5
20
|
fullscreen?: boolean | undefined;
|
|
@@ -16,4 +31,4 @@ declare const ModalResponsive: React.ForwardRefExoticComponent<import("@alfalab/
|
|
|
16
31
|
Footer: React.FC<import("./components/footer/Component").FooterProps>;
|
|
17
32
|
Controls: React.FC<import("./components/controls/index").ControlsProps>;
|
|
18
33
|
};
|
|
19
|
-
export { ModalResponsive };
|
|
34
|
+
export { ModalResponsive, ModalResponsiveComponent as ModalComponentResponsive, Header as HeaderResponsive, Content as ContentResponsive, Footer as FooterResponsive, Controls as ControlsResponsive };
|
|
@@ -20,4 +20,4 @@ var ModalResponsive = Object.assign(ModalResponsiveComponent, {
|
|
|
20
20
|
});
|
|
21
21
|
ModalResponsiveComponent.displayName = 'ModalResponsiveComponent';
|
|
22
22
|
|
|
23
|
-
export { ModalResponsive };
|
|
23
|
+
export { Content as ContentResponsive, Controls as ControlsResponsive, Footer as FooterResponsive, Header as HeaderResponsive, ModalResponsiveComponent as ModalComponentResponsive, ModalResponsive };
|
|
@@ -5,13 +5,13 @@ import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
|
|
|
5
5
|
import { ModalContext } from '../../Context.js';
|
|
6
6
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
7
7
|
|
|
8
|
-
var desktopStyles = {"size-500":"modal__size-
|
|
8
|
+
var desktopStyles = {"size-500":"modal__size-500_66kju","size-600":"modal__size-600_66kju","size-800":"modal__size-800_66kju","size-1140":"modal__size-1140_66kju","fullscreen":"modal__fullscreen_66kju"};
|
|
9
9
|
require('./desktop.css')
|
|
10
10
|
|
|
11
|
-
var styles = {"content":"
|
|
11
|
+
var styles = {"content":"modal__content_1amxf","withHeader":"modal__withHeader_1amxf","flex":"modal__flex_1amxf"};
|
|
12
12
|
require('./index.css')
|
|
13
13
|
|
|
14
|
-
var mobileStyles = {"content":"
|
|
14
|
+
var mobileStyles = {"content":"modal__content_1ews8"};
|
|
15
15
|
require('./mobile.css')
|
|
16
16
|
|
|
17
17
|
var Content = function (_a) {
|