@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.
Files changed (110) hide show
  1. package/Component.js +3 -3
  2. package/Component.responsive.d.ts +16 -1
  3. package/Component.responsive.js +5 -0
  4. package/components/content/Component.js +3 -3
  5. package/components/content/desktop.css +7 -7
  6. package/components/content/index.css +4 -4
  7. package/components/content/mobile.css +3 -3
  8. package/components/controls/Component.js +2 -2
  9. package/components/controls/index.css +2 -2
  10. package/components/footer/Component.js +4 -4
  11. package/components/footer/desktop.css +9 -9
  12. package/components/footer/index.css +4 -4
  13. package/components/footer/layout.css +17 -17
  14. package/components/footer/mobile.css +3 -3
  15. package/components/header/Component.js +3 -3
  16. package/components/header/desktop.css +15 -15
  17. package/components/header/index.css +4 -4
  18. package/components/header/mobile.css +4 -4
  19. package/cssm/Component.responsive.d.ts +16 -1
  20. package/cssm/Component.responsive.js +5 -0
  21. package/cssm/desktop/Component.desktop.d.ts +12 -1
  22. package/cssm/desktop/Component.desktop.js +9 -2
  23. package/cssm/desktop/index.js +7 -0
  24. package/cssm/mobile/Component.mobile.d.ts +6 -1
  25. package/cssm/mobile/Component.mobile.js +7 -1
  26. package/cssm/mobile/index.js +8 -0
  27. package/desktop/Component.desktop.d.ts +12 -1
  28. package/desktop/Component.desktop.js +9 -2
  29. package/desktop/desktop.css +9 -9
  30. package/desktop/index.js +7 -0
  31. package/esm/Component.js +3 -3
  32. package/esm/Component.responsive.d.ts +16 -1
  33. package/esm/Component.responsive.js +1 -1
  34. package/esm/components/content/Component.js +3 -3
  35. package/esm/components/content/desktop.css +7 -7
  36. package/esm/components/content/index.css +4 -4
  37. package/esm/components/content/mobile.css +3 -3
  38. package/esm/components/controls/Component.js +2 -2
  39. package/esm/components/controls/index.css +2 -2
  40. package/esm/components/footer/Component.js +4 -4
  41. package/esm/components/footer/desktop.css +9 -9
  42. package/esm/components/footer/index.css +4 -4
  43. package/esm/components/footer/layout.css +17 -17
  44. package/esm/components/footer/mobile.css +3 -3
  45. package/esm/components/header/Component.js +3 -3
  46. package/esm/components/header/desktop.css +15 -15
  47. package/esm/components/header/index.css +4 -4
  48. package/esm/components/header/mobile.css +4 -4
  49. package/esm/desktop/Component.desktop.d.ts +12 -1
  50. package/esm/desktop/Component.desktop.js +5 -3
  51. package/esm/desktop/desktop.css +9 -9
  52. package/esm/desktop/index.js +3 -1
  53. package/esm/layout.module-4dab57e4.js +4 -0
  54. package/esm/mobile/Component.mobile.d.ts +6 -1
  55. package/esm/mobile/Component.mobile.js +3 -2
  56. package/esm/mobile/index.js +4 -1
  57. package/esm/mobile/mobile.css +2 -2
  58. package/esm/transitions.css +8 -8
  59. package/layout.module-5a73e32f.js +6 -0
  60. package/mobile/Component.mobile.d.ts +6 -1
  61. package/mobile/Component.mobile.js +7 -1
  62. package/mobile/index.js +8 -0
  63. package/mobile/mobile.css +2 -2
  64. package/modern/Component.js +3 -3
  65. package/modern/Component.responsive.d.ts +16 -1
  66. package/modern/Component.responsive.js +1 -1
  67. package/modern/components/content/Component.js +3 -3
  68. package/modern/components/content/desktop.css +7 -7
  69. package/modern/components/content/index.css +4 -4
  70. package/modern/components/content/mobile.css +3 -3
  71. package/modern/components/controls/Component.js +2 -2
  72. package/modern/components/controls/index.css +2 -2
  73. package/modern/components/footer/Component.js +4 -4
  74. package/modern/components/footer/desktop.css +9 -9
  75. package/modern/components/footer/index.css +4 -4
  76. package/modern/components/footer/layout.css +17 -17
  77. package/modern/components/footer/mobile.css +3 -3
  78. package/modern/components/header/Component.js +3 -3
  79. package/modern/components/header/desktop.css +15 -15
  80. package/modern/components/header/index.css +4 -4
  81. package/modern/components/header/mobile.css +4 -4
  82. package/modern/desktop/Component.desktop.d.ts +12 -1
  83. package/modern/desktop/Component.desktop.js +5 -3
  84. package/modern/desktop/desktop.css +9 -9
  85. package/modern/desktop/index.js +3 -1
  86. package/modern/layout.module-dc6efbf4.js +4 -0
  87. package/modern/mobile/Component.mobile.d.ts +6 -1
  88. package/modern/mobile/Component.mobile.js +3 -2
  89. package/modern/mobile/index.js +4 -1
  90. package/modern/mobile/mobile.css +2 -2
  91. package/modern/transitions.css +8 -8
  92. package/moderncssm/Component.responsive.d.ts +16 -1
  93. package/moderncssm/Component.responsive.js +1 -1
  94. package/moderncssm/desktop/Component.desktop.d.ts +12 -1
  95. package/moderncssm/desktop/Component.desktop.js +5 -3
  96. package/moderncssm/desktop/index.js +3 -1
  97. package/moderncssm/mobile/Component.mobile.d.ts +6 -1
  98. package/moderncssm/mobile/Component.mobile.js +3 -2
  99. package/moderncssm/mobile/index.js +4 -1
  100. package/package.json +5 -5
  101. package/src/Component.responsive.tsx +8 -0
  102. package/src/desktop/Component.desktop.tsx +13 -2
  103. package/src/desktop/index.ts +1 -1
  104. package/src/index.ts +1 -1
  105. package/src/mobile/Component.mobile.tsx +11 -1
  106. package/src/mobile/index.ts +1 -1
  107. package/transitions.css +8 -8
  108. package/esm/layout.module-203128e0.js +0 -4
  109. package/layout.module-19d4c454.js +0 -6
  110. package/modern/layout.module-df385289.js +0 -4
@@ -1,4 +1,4 @@
1
- /* hash: 1kce2 */
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
- } .modal__header_lshoh {
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
- } .modal__content_lshoh {
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-500_lshoh .modal__content_lshoh,
63
- .modal__size-600_lshoh .modal__content_lshoh {
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-800_lshoh .modal__content_lshoh,
68
- .modal__size-1140_lshoh .modal__content_lshoh,
69
- .modal__fullscreen_lshoh .modal__content_lshoh {
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-500_lshoh,
74
- .modal__size-600_lshoh,
75
- .modal__size-800_lshoh,
76
- .modal__size-1140_lshoh,
77
- .modal__fullscreen_lshoh {
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
- } .modal__sticky_lshoh {
79
+ } .modal__sticky_1vazx {
80
80
  top: calc(var(--modal-vertical-padding) * -1)
81
- } .modal__sticky_lshoh.modal__fullscreen_lshoh {
81
+ } .modal__sticky_1vazx.modal__fullscreen_1vazx {
82
82
  top: var(--gap-0);
83
83
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1d9pm */
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
- } .modal__highlighted_g3521 {
39
+ } .modal__highlighted_1plnb {
40
40
  background: var(--modal-header-highlight-background);
41
41
  box-shadow: var(--modal-header-highlight-box-shadow);
42
- } .modal__sticky_g3521 {
42
+ } .modal__sticky_1plnb {
43
43
  position: sticky;
44
44
  z-index: 1
45
- } .modal__sticky_g3521.modal__hasContent_g3521 {
45
+ } .modal__sticky_1plnb.modal__hasContent_1plnb {
46
46
  background: var(--modal-header-background);
47
47
  }
@@ -1,4 +1,4 @@
1
- /* hash: vykvz */
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
- } .modal__header_162r8 {
47
+ } .modal__header_13l3c {
48
48
  padding: var(--modal-header-mobile-paddings);
49
- } .modal__sticky_162r8 {
49
+ } .modal__sticky_13l3c {
50
50
  top: var(--gap-0);
51
- } .modal__content_162r8 {
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: components_header_Component.Header,
22
+ Header: HeaderDesktop,
21
23
  Footer: components_footer_Component.Footer,
22
- Controls: components_controls_Component.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;
@@ -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: components_controls_Component.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;
@@ -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: components_header_Component.Header,
22
+ Header: HeaderDesktop,
21
23
  Footer: components_footer_Component.Footer,
22
- Controls: components_controls_Component.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;
@@ -1,4 +1,4 @@
1
- /* hash: drrnl */
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
- } .modal__wrapper_30xyz {
45
+ } .modal__wrapper_gxqi4 {
46
46
  padding-top: var(--modal-vertical-padding);
47
47
  padding-bottom: var(--modal-vertical-padding);
48
- } .modal__component_30xyz {
48
+ } .modal__component_gxqi4 {
49
49
  width: 100%;
50
50
  max-width: 100%;
51
51
  border-radius: var(--modal-border-radius);
52
- } .modal__fullscreen_30xyz {
52
+ } .modal__fullscreen_gxqi4 {
53
53
  padding-top: var(--gap-0);
54
54
  padding-bottom: var(--gap-0)
55
- } .modal__fullscreen_30xyz .modal__component_30xyz {
55
+ } .modal__fullscreen_gxqi4 .modal__component_gxqi4 {
56
56
  flex: 1;
57
57
  border-radius: 0;
58
- } .modal__size-500_30xyz {
58
+ } .modal__size-500_gxqi4 {
59
59
  width: var(--modal-s-width);
60
- } .modal__size-600_30xyz {
60
+ } .modal__size-600_gxqi4 {
61
61
  width: var(--modal-m-width);
62
- } .modal__size-800_30xyz {
62
+ } .modal__size-800_gxqi4 {
63
63
  width: var(--modal-l-width);
64
- } .modal__size-1140_30xyz {
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":"modal__wrapper_30xyz","component":"modal__component_30xyz","fullscreen":"modal__fullscreen_30xyz","size-500":"modal__size-500_30xyz","size-600":"modal__size-600_30xyz","size-800":"modal__size-800_30xyz","size-1140":"modal__size-1140_30xyz"};
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":"modal__component_1fnpi"};
12
+ var mobileStyles = {"component":"modal__component_1gk64"};
13
13
  require('./mobile/mobile.css')
14
14
 
15
- var transitions = {"appear":"modal__appear_yjl4k","enter":"modal__enter_yjl4k","appearActive":"modal__appearActive_yjl4k","enterActive":"modal__enterActive_yjl4k","exit":"modal__exit_yjl4k","exitActive":"modal__exitActive_yjl4k","exitDone":"modal__exitDone_yjl4k"};
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-500_6yyuw","size-600":"modal__size-600_6yyuw","size-800":"modal__size-800_6yyuw","size-1140":"modal__size-1140_6yyuw","fullscreen":"modal__fullscreen_6yyuw"};
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":"modal__content_1bfbq","withHeader":"modal__withHeader_1bfbq","flex":"modal__flex_1bfbq"};
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":"modal__content_73jkc"};
14
+ var mobileStyles = {"content":"modal__content_1ews8"};
15
15
  require('./mobile.css')
16
16
 
17
17
  var Content = function (_a) {