@alfalab/core-components-modal 5.2.8 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/Component.desktop.js +3 -3
  3. package/Component.mobile.js +3 -3
  4. package/Component.responsive.d.ts +13 -1
  5. package/Component.responsive.js +5 -5
  6. package/components/closer/Component.js +2 -2
  7. package/components/closer/index.css +4 -4
  8. package/components/content/Component.desktop.js +2 -2
  9. package/components/content/Component.js +1 -1
  10. package/components/content/Component.mobile.js +2 -2
  11. package/components/content/desktop.css +8 -8
  12. package/components/content/index.css +3 -3
  13. package/components/content/mobile.css +3 -3
  14. package/components/footer/Component.desktop.js +2 -2
  15. package/components/footer/Component.js +2 -2
  16. package/components/footer/Component.mobile.js +2 -2
  17. package/components/footer/desktop.css +9 -9
  18. package/components/footer/index.css +4 -4
  19. package/components/footer/layout.css +25 -25
  20. package/components/footer/mobile.css +3 -3
  21. package/components/header/Component.desktop.js +2 -2
  22. package/components/header/Component.js +1 -1
  23. package/components/header/Component.mobile.js +2 -2
  24. package/components/header/desktop.css +17 -17
  25. package/components/header/index.css +15 -15
  26. package/components/header/mobile.css +3 -3
  27. package/cssm/Component.responsive.d.ts +13 -1
  28. package/cssm/Component.responsive.js +3 -3
  29. package/desktop.css +9 -9
  30. package/desktop.js +2 -2
  31. package/esm/Component.desktop.js +3 -3
  32. package/esm/Component.mobile.js +3 -3
  33. package/esm/Component.responsive.d.ts +13 -1
  34. package/esm/Component.responsive.js +5 -5
  35. package/esm/components/closer/Component.js +2 -2
  36. package/esm/components/closer/index.css +4 -4
  37. package/esm/components/content/Component.desktop.js +2 -2
  38. package/esm/components/content/Component.js +1 -1
  39. package/esm/components/content/Component.mobile.js +2 -2
  40. package/esm/components/content/desktop.css +8 -8
  41. package/esm/components/content/index.css +3 -3
  42. package/esm/components/content/mobile.css +3 -3
  43. package/esm/components/footer/Component.desktop.js +2 -2
  44. package/esm/components/footer/Component.js +2 -2
  45. package/esm/components/footer/Component.mobile.js +2 -2
  46. package/esm/components/footer/desktop.css +9 -9
  47. package/esm/components/footer/index.css +4 -4
  48. package/esm/components/footer/layout.css +25 -25
  49. package/esm/components/footer/mobile.css +3 -3
  50. package/esm/components/header/Component.desktop.js +2 -2
  51. package/esm/components/header/Component.js +1 -1
  52. package/esm/components/header/Component.mobile.js +2 -2
  53. package/esm/components/header/desktop.css +17 -17
  54. package/esm/components/header/index.css +15 -15
  55. package/esm/components/header/mobile.css +3 -3
  56. package/esm/desktop.css +9 -9
  57. package/esm/desktop.js +2 -2
  58. package/esm/index.js +2 -2
  59. package/esm/mobile.css +2 -2
  60. package/esm/mobile.js +2 -2
  61. package/esm/responsive.js +2 -2
  62. package/esm/transitions.css +8 -8
  63. package/esm/transitions.module-48ce371b.js +4 -0
  64. package/esm/{tslib.es6-09e91687.d.ts → tslib.es6-58151049.d.ts} +0 -0
  65. package/esm/{tslib.es6-09e91687.js → tslib.es6-58151049.js} +0 -0
  66. package/index.js +2 -2
  67. package/mobile.css +2 -2
  68. package/mobile.js +2 -2
  69. package/modern/Component.desktop.js +2 -2
  70. package/modern/Component.mobile.js +2 -2
  71. package/modern/Component.responsive.d.ts +13 -1
  72. package/modern/Component.responsive.js +4 -4
  73. package/modern/components/closer/Component.js +2 -2
  74. package/modern/components/closer/index.css +4 -4
  75. package/modern/components/content/Component.desktop.js +1 -1
  76. package/modern/components/content/Component.js +1 -1
  77. package/modern/components/content/Component.mobile.js +1 -1
  78. package/modern/components/content/desktop.css +8 -8
  79. package/modern/components/content/index.css +3 -3
  80. package/modern/components/content/mobile.css +3 -3
  81. package/modern/components/footer/Component.desktop.js +1 -1
  82. package/modern/components/footer/Component.js +2 -2
  83. package/modern/components/footer/Component.mobile.js +1 -1
  84. package/modern/components/footer/desktop.css +9 -9
  85. package/modern/components/footer/index.css +4 -4
  86. package/modern/components/footer/layout.css +25 -25
  87. package/modern/components/footer/mobile.css +3 -3
  88. package/modern/components/header/Component.desktop.js +1 -1
  89. package/modern/components/header/Component.js +1 -1
  90. package/modern/components/header/Component.mobile.js +1 -1
  91. package/modern/components/header/desktop.css +17 -17
  92. package/modern/components/header/index.css +15 -15
  93. package/modern/components/header/mobile.css +3 -3
  94. package/modern/desktop.css +9 -9
  95. package/modern/desktop.js +1 -1
  96. package/modern/index.js +1 -1
  97. package/modern/mobile.css +2 -2
  98. package/modern/mobile.js +1 -1
  99. package/modern/responsive.js +1 -1
  100. package/modern/transitions.css +8 -8
  101. package/modern/transitions.module-48ce371b.js +4 -0
  102. package/package.json +6 -6
  103. package/responsive.js +2 -2
  104. package/transitions.css +8 -8
  105. package/transitions.module-599e6d7b.js +6 -0
  106. package/{tslib.es6-2f4771ad.d.ts → tslib.es6-a88e5aa4.d.ts} +0 -0
  107. package/{tslib.es6-2f4771ad.js → tslib.es6-a88e5aa4.js} +0 -0
  108. package/esm/transitions.module-07f304a6.js +0 -4
  109. package/modern/transitions.module-07f304a6.js +0 -4
  110. package/transitions.module-ab513ace.js +0 -6
@@ -1,4 +1,4 @@
1
- /* hash: p6kfg */
1
+ /* hash: 1dzxy */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -43,45 +43,45 @@
43
43
 
44
44
  /* mobile */
45
45
  }
46
- .modal__header_ph2cq {
46
+ .modal__header_sfnqs {
47
47
  border-top-left-radius: var(--modal-border-radius);
48
48
  border-top-right-radius: var(--modal-border-radius);
49
49
  }
50
- .modal__content_ph2cq {
50
+ .modal__content_sfnqs {
51
51
  font-weight: var(--modal-header-desktop-font-weight);
52
52
  font-family: var(--modal-header-desktop-font-family);
53
53
  }
54
- .modal__s_ph2cq .modal__content_ph2cq,
55
- .modal__m_ph2cq .modal__content_ph2cq {
54
+ .modal__s_sfnqs .modal__content_sfnqs,
55
+ .modal__m_sfnqs .modal__content_sfnqs {
56
56
  padding: var(--modal-s-header-desktop-content-paddings);
57
57
  font-size: var(--modal-s-header-desktop-font-size);
58
58
  line-height: var(--modal-s-header-desktop-line-height);
59
59
  }
60
- .modal__l_ph2cq .modal__content_ph2cq,
61
- .modal__xl_ph2cq .modal__content_ph2cq,
62
- .modal__fullscreen_ph2cq .modal__content_ph2cq {
60
+ .modal__l_sfnqs .modal__content_sfnqs,
61
+ .modal__xl_sfnqs .modal__content_sfnqs,
62
+ .modal__fullscreen_sfnqs .modal__content_sfnqs {
63
63
  padding: var(--modal-l-header-desktop-content-paddings);
64
64
  font-size: var(--modal-l-header-desktop-font-size);
65
65
  line-height: var(--modal-l-header-desktop-line-height);
66
66
  }
67
- .modal__s_ph2cq,
68
- .modal__m_ph2cq {
67
+ .modal__s_sfnqs,
68
+ .modal__m_sfnqs {
69
69
  padding: var(--modal-s-header-paddings)
70
70
  }
71
- .modal__s_ph2cq:not(.modal__hasContent_ph2cq), .modal__m_ph2cq:not(.modal__hasContent_ph2cq) {
71
+ .modal__s_sfnqs:not(.modal__hasContent_sfnqs), .modal__m_sfnqs:not(.modal__hasContent_sfnqs) {
72
72
  padding-bottom: 0;
73
73
  }
74
- .modal__l_ph2cq,
75
- .modal__xl_ph2cq,
76
- .modal__fullscreen_ph2cq {
74
+ .modal__l_sfnqs,
75
+ .modal__xl_sfnqs,
76
+ .modal__fullscreen_sfnqs {
77
77
  padding: var(--gap-xl) var(--gap-xl) var(--gap-m)
78
78
  }
79
- .modal__l_ph2cq:not(.modal__hasContent_ph2cq), .modal__xl_ph2cq:not(.modal__hasContent_ph2cq), .modal__fullscreen_ph2cq:not(.modal__hasContent_ph2cq) {
79
+ .modal__l_sfnqs:not(.modal__hasContent_sfnqs), .modal__xl_sfnqs:not(.modal__hasContent_sfnqs), .modal__fullscreen_sfnqs:not(.modal__hasContent_sfnqs) {
80
80
  padding-bottom: var(--gap-m);
81
81
  }
82
- .modal__sticky_ph2cq {
82
+ .modal__sticky_sfnqs {
83
83
  top: calc(var(--modal-vertical-padding) * -1)
84
84
  }
85
- .modal__sticky_ph2cq.modal__fullscreen_ph2cq {
85
+ .modal__sticky_sfnqs.modal__fullscreen_sfnqs {
86
86
  top: 0;
87
87
  }
@@ -1,4 +1,4 @@
1
- /* hash: j6uip */
1
+ /* hash: 6qcm7 */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -25,7 +25,7 @@
25
25
 
26
26
  /* mobile */
27
27
  }
28
- .modal__header_1c5d3 {
28
+ .modal__header_1f3yh {
29
29
  width: 100%;
30
30
  box-sizing: border-box;
31
31
  display: flex;
@@ -33,26 +33,26 @@
33
33
  justify-content: space-between;
34
34
  transition: box-shadow 0.2s ease, background 0.2s ease
35
35
  }
36
- .modal__header_1c5d3:not(.modal__hasContent_1c5d3) {
36
+ .modal__header_1f3yh:not(.modal__hasContent_1f3yh) {
37
37
  pointer-events: none;
38
38
  }
39
- .modal__highlighted_1c5d3 {
39
+ .modal__highlighted_1f3yh {
40
40
  background: var(--modal-header-highlight-background);
41
41
  box-shadow: var(--modal-header-highlight-box-shadow);
42
42
  }
43
- .modal__sticky_1c5d3 {
43
+ .modal__sticky_1f3yh {
44
44
  position: sticky
45
45
  }
46
- .modal__sticky_1c5d3.modal__hasContent_1c5d3 {
46
+ .modal__sticky_1f3yh.modal__hasContent_1f3yh {
47
47
  background: var(--modal-header-background);
48
48
  }
49
- .modal__content_1c5d3 {
49
+ .modal__content_1f3yh {
50
50
  flex-grow: 1;
51
51
  }
52
- .modal__title_1c5d3 {
52
+ .modal__title_1f3yh {
53
53
  word-break: break-word;
54
54
  }
55
- .modal__addon_1c5d3 {
55
+ .modal__addon_1f3yh {
56
56
  min-width: 48px;
57
57
  height: 48px;
58
58
  display: flex;
@@ -60,25 +60,25 @@
60
60
  align-items: center;
61
61
  pointer-events: all;
62
62
  }
63
- .modal__closer_1c5d3 {
63
+ .modal__closer_1f3yh {
64
64
  margin-left: auto;
65
65
  }
66
- .modal__left_1c5d3 {
66
+ .modal__left_1f3yh {
67
67
  justify-content: flex-start;
68
68
  text-align: left;
69
69
  }
70
- .modal__center_1c5d3 {
70
+ .modal__center_1f3yh {
71
71
  justify-content: center;
72
72
  text-align: center;
73
73
  }
74
- .modal__right_1c5d3 {
74
+ .modal__right_1f3yh {
75
75
  justify-content: flex-end;
76
76
  text-align: right;
77
77
  }
78
- .modal__trim_1c5d3 {
78
+ .modal__trim_1f3yh {
79
79
  overflow: hidden
80
80
  }
81
- .modal__trim_1c5d3 .modal__title_1c5d3 {
81
+ .modal__trim_1f3yh .modal__title_1f3yh {
82
82
  overflow: hidden;
83
83
  white-space: nowrap;
84
84
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- /* hash: 1y28a */
1
+ /* hash: 1c3il */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -33,10 +33,10 @@
33
33
  --modal-header-mobile-font-family: var(--font-family-system);
34
34
  --modal-header-mobile-font-weight: bold;
35
35
  }
36
- .modal__sticky_kcb5g {
36
+ .modal__sticky_2q2gr {
37
37
  top: 0;
38
38
  }
39
- .modal__content_kcb5g {
39
+ .modal__content_2q2gr {
40
40
  font-size: var(--modal-header-mobile-font-size);
41
41
  line-height: var(--modal-header-mobile-line-height);
42
42
  font-family: var(--modal-header-mobile-font-family);
@@ -2,7 +2,13 @@
2
2
  import React from 'react';
3
3
  import { ModalDesktopProps } from "./Component.desktop";
4
4
  import { ModalMobileProps } from "./Component.mobile";
5
- type ModalResponsiveProps = ModalMobileProps & ModalDesktopProps;
5
+ type ModalResponsiveProps = ModalMobileProps & ModalDesktopProps & {
6
+ /**
7
+ * Контрольная точка, с нее начинается desktop версия
8
+ * @default 1024
9
+ */
10
+ breakpoint?: number;
11
+ };
6
12
  declare const ModalResponsive: React.ForwardRefExoticComponent<import("packages/base-modal/src").BaseModalProps & {
7
13
  hasCloser?: boolean | undefined;
8
14
  } & {
@@ -10,6 +16,12 @@ declare const ModalResponsive: React.ForwardRefExoticComponent<import("packages/
10
16
  fullscreen?: boolean | undefined;
11
17
  fixedPosition?: boolean | undefined;
12
18
  hasCloser?: boolean | undefined;
19
+ } & {
20
+ /**
21
+ * Контрольная точка, с нее начинается desktop версия
22
+ * @default 1024
23
+ */
24
+ breakpoint?: number | undefined;
13
25
  } & React.RefAttributes<HTMLDivElement>> & {
14
26
  Header: React.FC<import("./components/header/Component.desktop").HeaderDesktopProps> | React.FC<import("./components/header/Component.mobile").HeaderMobileProps>;
15
27
  Content: React.FC<import("./components/content/Component").ContentProps> | React.FC<import("./components/content/Component.desktop").ContentDesktopProps>;
@@ -55,10 +55,10 @@ function createResponsive(desktop, mobile) {
55
55
  return ResponsiveChild;
56
56
  }
57
57
  var ModalResponsiveComponent = React.forwardRef(function (_a, ref) {
58
- var children = _a.children, restProps = tslib_es6.__rest(_a, ["children"]);
58
+ var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib_es6.__rest(_a, ["children", "breakpoint"]);
59
59
  var view = hooks.useMedia([
60
- ['mobile', '(max-width: 1023px)'],
61
- ['desktop', '(min-width: 1024px)'],
60
+ ['mobile', "(max-width: " + (breakpoint - 1) + "px)"],
61
+ ['desktop', "(min-width: " + breakpoint + "px)"],
62
62
  ], 'desktop')[0];
63
63
  var contextValue = React.useMemo(function () { return ({ view: view }); }, [view]);
64
64
  var Component = view === 'desktop' ? Component_desktop.ModalDesktop : Component_mobile.ModalMobile;
package/desktop.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1bgly */
1
+ /* hash: zo31j */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,32 +31,32 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__wrapper_12kb8 {
34
+ .modal__wrapper_1k6jx {
35
35
  padding-top: var(--modal-vertical-padding);
36
36
  padding-bottom: var(--modal-vertical-padding);
37
37
  }
38
- .modal__component_12kb8 {
38
+ .modal__component_1k6jx {
39
39
  width: 100%;
40
40
  max-width: 100%;
41
41
  border-radius: var(--modal-border-radius);
42
42
  }
43
- .modal__fullscreen_12kb8 {
43
+ .modal__fullscreen_1k6jx {
44
44
  padding-top: 0;
45
45
  padding-bottom: 0
46
46
  }
47
- .modal__fullscreen_12kb8 .modal__component_12kb8 {
47
+ .modal__fullscreen_1k6jx .modal__component_1k6jx {
48
48
  flex: 1;
49
49
  border-radius: 0;
50
50
  }
51
- .modal__s_12kb8 {
51
+ .modal__s_1k6jx {
52
52
  width: var(--modal-s-width);
53
53
  }
54
- .modal__m_12kb8 {
54
+ .modal__m_1k6jx {
55
55
  width: var(--modal-m-width);
56
56
  }
57
- .modal__l_12kb8 {
57
+ .modal__l_1k6jx {
58
58
  width: var(--modal-l-width);
59
59
  }
60
- .modal__xl_12kb8 {
60
+ .modal__xl_1k6jx {
61
61
  width: var(--modal-xl-width);
62
62
  }
package/desktop.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-2f4771ad.js');
5
+ require('./tslib.es6-a88e5aa4.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -18,7 +18,7 @@ require('./components/content/Component.desktop.js');
18
18
  require('./components/footer/Component.js');
19
19
  require('./components/footer/Component.desktop.js');
20
20
  var Component_desktop = require('./Component.desktop.js');
21
- require('./transitions.module-ab513ace.js');
21
+ require('./transitions.module-599e6d7b.js');
22
22
 
23
23
 
24
24
 
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-58151049.js';
2
2
  import React, { forwardRef, useRef, useCallback, isValidElement, cloneElement } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModal } from '@alfalab/core-components-base-modal/esm';
@@ -13,9 +13,9 @@ import './components/content/Component.js';
13
13
  import { ContentDesktop } from './components/content/Component.desktop.js';
14
14
  import './components/footer/Component.js';
15
15
  import { FooterDesktop } from './components/footer/Component.desktop.js';
16
- import { t as transitions } from './transitions.module-07f304a6.js';
16
+ import { t as transitions } from './transitions.module-48ce371b.js';
17
17
 
18
- var styles = {"wrapper":"modal__wrapper_12kb8","component":"modal__component_12kb8","fullscreen":"modal__fullscreen_12kb8","s":"modal__s_12kb8","m":"modal__m_12kb8","l":"modal__l_12kb8","xl":"modal__xl_12kb8"};
18
+ var styles = {"wrapper":"modal__wrapper_1k6jx","component":"modal__component_1k6jx","fullscreen":"modal__fullscreen_1k6jx","s":"modal__s_1k6jx","m":"modal__m_1k6jx","l":"modal__l_1k6jx","xl":"modal__xl_1k6jx"};
19
19
  require('./desktop.css')
20
20
 
21
21
  var ModalDesktopComponent = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-58151049.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModal } from '@alfalab/core-components-base-modal/esm';
@@ -9,13 +9,13 @@ import '@alfalab/icons-glyph/CrossHeavyMIcon';
9
9
  import { Closer } from './components/closer/Component.js';
10
10
  import './components/content/Component.js';
11
11
  import './components/footer/Component.js';
12
- import { t as transitions } from './transitions.module-07f304a6.js';
12
+ import { t as transitions } from './transitions.module-48ce371b.js';
13
13
  import '@alfalab/icons-glyph/CrossMIcon';
14
14
  import { HeaderMobile } from './components/header/Component.mobile.js';
15
15
  import { ContentMobile } from './components/content/Component.mobile.js';
16
16
  import { FooterMobile } from './components/footer/Component.mobile.js';
17
17
 
18
- var styles = {"component":"modal__component_7c1ol"};
18
+ var styles = {"component":"modal__component_1n03x"};
19
19
  require('./mobile.css')
20
20
 
21
21
  var ModalMobileComponent = forwardRef(function (_a, ref) {
@@ -2,7 +2,13 @@
2
2
  import React from 'react';
3
3
  import { ModalDesktopProps } from "./Component.desktop";
4
4
  import { ModalMobileProps } from "./Component.mobile";
5
- type ModalResponsiveProps = ModalMobileProps & ModalDesktopProps;
5
+ type ModalResponsiveProps = ModalMobileProps & ModalDesktopProps & {
6
+ /**
7
+ * Контрольная точка, с нее начинается desktop версия
8
+ * @default 1024
9
+ */
10
+ breakpoint?: number;
11
+ };
6
12
  declare const ModalResponsive: React.ForwardRefExoticComponent<import("packages/base-modal/src").BaseModalProps & {
7
13
  hasCloser?: boolean | undefined;
8
14
  } & {
@@ -10,6 +16,12 @@ declare const ModalResponsive: React.ForwardRefExoticComponent<import("packages/
10
16
  fullscreen?: boolean | undefined;
11
17
  fixedPosition?: boolean | undefined;
12
18
  hasCloser?: boolean | undefined;
19
+ } & {
20
+ /**
21
+ * Контрольная точка, с нее начинается desktop версия
22
+ * @default 1024
23
+ */
24
+ breakpoint?: number | undefined;
13
25
  } & React.RefAttributes<HTMLDivElement>> & {
14
26
  Header: React.FC<import("./components/header/Component.mobile").HeaderMobileProps> | React.FC<import("./components/header/Component.desktop").HeaderDesktopProps>;
15
27
  Content: React.FC<import("./components/content/Component").ContentProps> | React.FC<import("./components/content/Component.desktop").ContentDesktopProps>;
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-58151049.js';
2
2
  import React, { forwardRef, useMemo, useContext } from 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
@@ -14,7 +14,7 @@ import './components/content/Component.desktop.js';
14
14
  import './components/footer/Component.js';
15
15
  import './components/footer/Component.desktop.js';
16
16
  import { ModalDesktop } from './Component.desktop.js';
17
- import './transitions.module-07f304a6.js';
17
+ import './transitions.module-48ce371b.js';
18
18
  import '@alfalab/icons-glyph/CrossMIcon';
19
19
  import './components/header/Component.mobile.js';
20
20
  import './components/content/Component.mobile.js';
@@ -34,10 +34,10 @@ function createResponsive(desktop, mobile) {
34
34
  return ResponsiveChild;
35
35
  }
36
36
  var ModalResponsiveComponent = forwardRef(function (_a, ref) {
37
- var children = _a.children, restProps = __rest(_a, ["children"]);
37
+ var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["children", "breakpoint"]);
38
38
  var view = useMedia([
39
- ['mobile', '(max-width: 1023px)'],
40
- ['desktop', '(min-width: 1024px)'],
39
+ ['mobile', "(max-width: " + (breakpoint - 1) + "px)"],
40
+ ['desktop', "(min-width: " + breakpoint + "px)"],
41
41
  ], 'desktop')[0];
42
42
  var contextValue = useMemo(function () { return ({ view: view }); }, [view]);
43
43
  var Component = view === 'desktop' ? ModalDesktop : ModalMobile;
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-58151049.js';
2
2
  import React, { useContext, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
@@ -6,7 +6,7 @@ import { ModalContext } from '../../Context.js';
6
6
  import { IconButton } from '@alfalab/core-components-icon-button/esm';
7
7
  import { CrossHeavyMIcon } from '@alfalab/icons-glyph/CrossHeavyMIcon';
8
8
 
9
- var styles = {"closer":"modal__closer_1gech","button":"modal__button_1gech","sticky":"modal__sticky_1gech"};
9
+ var styles = {"closer":"modal__closer_1y0l6","button":"modal__button_1y0l6","sticky":"modal__sticky_1y0l6"};
10
10
  require('./index.css')
11
11
 
12
12
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 17raq */
1
+ /* hash: vyru2 */
2
2
  :root {
3
3
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
4
4
  }
@@ -29,7 +29,7 @@
29
29
  :root {
30
30
  --modal-closer-bg-color: var(--color-light-bg-primary-alpha-40);
31
31
  }
32
- .modal__closer_1gech {
32
+ .modal__closer_1y0l6 {
33
33
  flex-shrink: 0;
34
34
  width: 48px;
35
35
  height: 48px;
@@ -38,13 +38,13 @@
38
38
  align-items: center;
39
39
  justify-content: center;
40
40
  }
41
- .modal__button_1gech {
41
+ .modal__button_1y0l6 {
42
42
  background: var(--modal-closer-bg-color);
43
43
  -webkit-backdrop-filter: blur(10px);
44
44
  backdrop-filter: blur(10px);
45
45
  border-radius: 50px;
46
46
  }
47
- .modal__sticky_1gech {
47
+ .modal__sticky_1y0l6 {
48
48
  position: sticky;
49
49
  top: calc(var(--modal-vertical-padding) * -1);
50
50
  }
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-58151049.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Content } from './Component.js';
7
7
 
8
- var styles = {"s":"modal__s_16ndt","m":"modal__m_16ndt","l":"modal__l_16ndt","xl":"modal__xl_16ndt","fullscreen":"modal__fullscreen_16ndt"};
8
+ var styles = {"s":"modal__s_1q0fn","m":"modal__m_1q0fn","l":"modal__l_1q0fn","xl":"modal__xl_1q0fn","fullscreen":"modal__fullscreen_1q0fn"};
9
9
  require('./desktop.css')
10
10
 
11
11
  var ContentDesktop = function (_a) {
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"content":"modal__content_1iq3b","flex":"modal__flex_1iq3b"};
6
+ var styles = {"content":"modal__content_3213g","flex":"modal__flex_3213g"};
7
7
  require('./index.css')
8
8
 
9
9
  var Content = function (_a) {
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-58151049.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Content } from './Component.js';
7
7
 
8
- var styles = {"content":"modal__content_ajzg9"};
8
+ var styles = {"content":"modal__content_1bkee"};
9
9
  require('./mobile.css')
10
10
 
11
11
  var ContentMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 7p4kh */
1
+ /* hash: amle4 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -24,18 +24,18 @@
24
24
 
25
25
  /* mobile */
26
26
  }
27
- .modal__s_16ndt,
28
- .modal__m_16ndt {
27
+ .modal__s_1q0fn,
28
+ .modal__m_1q0fn {
29
29
  padding: var(--modal-s-content-paddings)
30
30
  }
31
- .modal__s_16ndt:last-child, .modal__m_16ndt:last-child {
31
+ .modal__s_1q0fn:last-child, .modal__m_1q0fn:last-child {
32
32
  padding-bottom: var(--modal-s-content-only-bottom-padding);
33
33
  }
34
- .modal__l_16ndt,
35
- .modal__xl_16ndt,
36
- .modal__fullscreen_16ndt {
34
+ .modal__l_1q0fn,
35
+ .modal__xl_1q0fn,
36
+ .modal__fullscreen_1q0fn {
37
37
  padding: 0 var(--gap-6xl)
38
38
  }
39
- .modal__l_16ndt:last-child, .modal__xl_16ndt:last-child, .modal__fullscreen_16ndt:last-child {
39
+ .modal__l_1q0fn:last-child, .modal__xl_1q0fn:last-child, .modal__fullscreen_1q0fn:last-child {
40
40
  padding-bottom: var(--gap-6xl);
41
41
  }
@@ -1,4 +1,4 @@
1
- /* hash: 127y3 */
1
+ /* hash: 3vjh3 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,10 +19,10 @@
19
19
 
20
20
  /* mobile */
21
21
  }
22
- .modal__content_1iq3b {
22
+ .modal__content_3213g {
23
23
  box-sizing: border-box;
24
24
  width: 100%;
25
25
  }
26
- .modal__flex_1iq3b {
26
+ .modal__flex_3213g {
27
27
  flex: 1 1 auto;
28
28
  }
@@ -1,4 +1,4 @@
1
- /* hash: bgvyu */
1
+ /* hash: 12ndl */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -22,9 +22,9 @@
22
22
 
23
23
  /* mobile */
24
24
  }
25
- .modal__content_ajzg9 {
25
+ .modal__content_1bkee {
26
26
  padding: 0 var(--gap-m)
27
27
  }
28
- .modal__content_ajzg9:last-child {
28
+ .modal__content_1bkee:last-child {
29
29
  padding-bottom: var(--gap-m);
30
30
  }
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-58151049.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Footer } from './Component.js';
7
7
 
8
- var styles = {"footer":"modal__footer_1ojwa","sticky":"modal__sticky_1ojwa","fullscreen":"modal__fullscreen_1ojwa","s":"modal__s_1ojwa","m":"modal__m_1ojwa","l":"modal__l_1ojwa","xl":"modal__xl_1ojwa"};
8
+ var styles = {"footer":"modal__footer_1rihp","sticky":"modal__sticky_1rihp","fullscreen":"modal__fullscreen_1rihp","s":"modal__s_1rihp","m":"modal__m_1rihp","l":"modal__l_1rihp","xl":"modal__xl_1rihp"};
9
9
  require('./desktop.css')
10
10
 
11
11
  var FooterDesktop = function (_a) {
@@ -3,10 +3,10 @@ import cn from 'classnames';
3
3
  import '@alfalab/core-components-base-modal/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
 
6
- var styles = {"footer":"modal__footer_19m90","sticky":"modal__sticky_19m90","highlighted":"modal__highlighted_19m90"};
6
+ var styles = {"footer":"modal__footer_1ckue","sticky":"modal__sticky_1ckue","highlighted":"modal__highlighted_1ckue"};
7
7
  require('./index.css')
8
8
 
9
- var layoutStyles = {"column":"modal__column_akuep","gap-16":"modal__gap-16_akuep","gap-24":"modal__gap-24_akuep","gap-32":"modal__gap-32_akuep","start":"modal__start_akuep","center":"modal__center_akuep","space-between":"modal__space-between_akuep"};
9
+ var layoutStyles = {"column":"modal__column_djfss","gap-16":"modal__gap-16_djfss","gap-24":"modal__gap-24_djfss","gap-32":"modal__gap-32_djfss","start":"modal__start_djfss","center":"modal__center_djfss","space-between":"modal__space-between_djfss"};
10
10
  require('./layout.css')
11
11
 
12
12
  var Footer = function (_a) {
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-09e91687.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-58151049.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/esm';
5
5
  import '../../Context.js';
6
6
  import { Footer } from './Component.js';
7
7
 
8
- var styles = {"footer":"modal__footer_1g05h","sticky":"modal__sticky_1g05h"};
8
+ var styles = {"footer":"modal__footer_lu7nw","sticky":"modal__sticky_lu7nw"};
9
9
  require('./mobile.css')
10
10
 
11
11
  var FooterMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: chccp */
1
+ /* hash: jcnt6 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -31,22 +31,22 @@
31
31
 
32
32
  /* mobile */
33
33
  }
34
- .modal__footer_1ojwa {
34
+ .modal__footer_1rihp {
35
35
  border-bottom-left-radius: var(--modal-border-radius);
36
36
  border-bottom-right-radius: var(--modal-border-radius);
37
37
  }
38
- .modal__sticky_1ojwa {
38
+ .modal__sticky_1rihp {
39
39
  bottom: calc(var(--modal-vertical-padding) * -1)
40
40
  }
41
- .modal__sticky_1ojwa.modal__fullscreen_1ojwa {
41
+ .modal__sticky_1rihp.modal__fullscreen_1rihp {
42
42
  bottom: 0;
43
43
  }
44
- .modal__s_1ojwa,
45
- .modal__m_1ojwa {
44
+ .modal__s_1rihp,
45
+ .modal__m_1rihp {
46
46
  padding: var(--modal-s-footer-paddings);
47
47
  }
48
- .modal__l_1ojwa,
49
- .modal__xl_1ojwa,
50
- .modal__fullscreen_1ojwa {
48
+ .modal__l_1rihp,
49
+ .modal__xl_1rihp,
50
+ .modal__fullscreen_1rihp {
51
51
  padding: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
52
52
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1j206 */
1
+ /* hash: s630c */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -26,16 +26,16 @@
26
26
 
27
27
  /* mobile */
28
28
  }
29
- .modal__footer_19m90 {
29
+ .modal__footer_1ckue {
30
30
  width: 100%;
31
31
  box-sizing: border-box;
32
32
  transition: box-shadow 0.2s ease, background 0.2s ease;
33
33
  }
34
- .modal__sticky_19m90 {
34
+ .modal__sticky_1ckue {
35
35
  background: var(--modal-footer-background);
36
36
  position: sticky;
37
37
  }
38
- .modal__highlighted_19m90 {
38
+ .modal__highlighted_1ckue {
39
39
  background: var(--modal-footer-highlight-background);
40
40
  box-shadow: var(--modal-footer-highlight-box-shadow);
41
41
  }