@alfalab/core-components-modal 2.0.8 → 3.0.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 (92) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/Component.desktop.js +3 -3
  3. package/dist/Component.mobile.js +3 -3
  4. package/dist/Component.responsive.js +2 -2
  5. package/dist/components/closer/Component.js +2 -2
  6. package/dist/components/closer/index.css +8 -8
  7. package/dist/components/content/Component.desktop.js +2 -2
  8. package/dist/components/content/Component.mobile.js +2 -2
  9. package/dist/components/content/desktop.css +15 -12
  10. package/dist/components/content/mobile.css +10 -7
  11. package/dist/components/footer/Component.desktop.js +2 -2
  12. package/dist/components/footer/Component.js +1 -1
  13. package/dist/components/footer/Component.mobile.js +2 -2
  14. package/dist/components/footer/desktop.css +15 -12
  15. package/dist/components/footer/layout.css +25 -25
  16. package/dist/components/footer/mobile.css +10 -7
  17. package/dist/components/header/Component.desktop.js +2 -2
  18. package/dist/components/header/Component.js +1 -1
  19. package/dist/components/header/Component.mobile.js +2 -2
  20. package/dist/components/header/desktop.css +19 -16
  21. package/dist/components/header/mobile.css +14 -11
  22. package/dist/desktop.css +8 -8
  23. package/dist/desktop.js +2 -2
  24. package/dist/esm/Component.desktop.js +3 -3
  25. package/dist/esm/Component.mobile.js +3 -3
  26. package/dist/esm/Component.responsive.js +2 -2
  27. package/dist/esm/components/closer/Component.js +2 -2
  28. package/dist/esm/components/closer/index.css +8 -8
  29. package/dist/esm/components/content/Component.desktop.js +2 -2
  30. package/dist/esm/components/content/Component.mobile.js +2 -2
  31. package/dist/esm/components/content/desktop.css +15 -12
  32. package/dist/esm/components/content/mobile.css +10 -7
  33. package/dist/esm/components/footer/Component.desktop.js +2 -2
  34. package/dist/esm/components/footer/Component.js +1 -1
  35. package/dist/esm/components/footer/Component.mobile.js +2 -2
  36. package/dist/esm/components/footer/desktop.css +15 -12
  37. package/dist/esm/components/footer/layout.css +25 -25
  38. package/dist/esm/components/footer/mobile.css +10 -7
  39. package/dist/esm/components/header/Component.desktop.js +2 -2
  40. package/dist/esm/components/header/Component.js +1 -1
  41. package/dist/esm/components/header/Component.mobile.js +2 -2
  42. package/dist/esm/components/header/desktop.css +19 -16
  43. package/dist/esm/components/header/mobile.css +14 -11
  44. package/dist/esm/desktop.css +8 -8
  45. package/dist/esm/desktop.js +2 -2
  46. package/dist/esm/index.js +2 -2
  47. package/dist/esm/mobile.css +2 -2
  48. package/dist/esm/mobile.js +2 -2
  49. package/dist/esm/responsive.js +2 -2
  50. package/dist/esm/transitions.css +8 -8
  51. package/dist/esm/transitions.module-83319c83.js +4 -0
  52. package/dist/esm/{tslib.es6-b9d7cca0.d.ts → tslib.es6-95890331.d.ts} +0 -0
  53. package/dist/esm/{tslib.es6-b9d7cca0.js → tslib.es6-95890331.js} +0 -0
  54. package/dist/index.js +2 -2
  55. package/dist/mobile.css +2 -2
  56. package/dist/mobile.js +2 -2
  57. package/dist/modern/Component.desktop.js +2 -2
  58. package/dist/modern/Component.mobile.js +2 -2
  59. package/dist/modern/Component.responsive.js +1 -1
  60. package/dist/modern/components/closer/Component.js +1 -1
  61. package/dist/modern/components/closer/index.css +8 -8
  62. package/dist/modern/components/content/Component.desktop.js +1 -1
  63. package/dist/modern/components/content/Component.mobile.js +1 -1
  64. package/dist/modern/components/content/desktop.css +15 -12
  65. package/dist/modern/components/content/mobile.css +10 -7
  66. package/dist/modern/components/footer/Component.desktop.js +1 -1
  67. package/dist/modern/components/footer/Component.js +1 -1
  68. package/dist/modern/components/footer/Component.mobile.js +1 -1
  69. package/dist/modern/components/footer/desktop.css +15 -12
  70. package/dist/modern/components/footer/layout.css +25 -25
  71. package/dist/modern/components/footer/mobile.css +10 -7
  72. package/dist/modern/components/header/Component.desktop.js +1 -1
  73. package/dist/modern/components/header/Component.mobile.js +1 -1
  74. package/dist/modern/components/header/desktop.css +19 -16
  75. package/dist/modern/components/header/mobile.css +14 -11
  76. package/dist/modern/desktop.css +8 -8
  77. package/dist/modern/desktop.js +1 -1
  78. package/dist/modern/index.js +1 -1
  79. package/dist/modern/mobile.css +2 -2
  80. package/dist/modern/mobile.js +1 -1
  81. package/dist/modern/responsive.js +1 -1
  82. package/dist/modern/transitions.css +8 -8
  83. package/dist/modern/transitions.module-83319c83.js +4 -0
  84. package/dist/responsive.js +2 -2
  85. package/dist/transitions.css +8 -8
  86. package/dist/transitions.module-4040e9db.js +6 -0
  87. package/dist/{tslib.es6-86f60fb7.d.ts → tslib.es6-e5662dff.d.ts} +0 -0
  88. package/dist/{tslib.es6-86f60fb7.js → tslib.es6-e5662dff.js} +0 -0
  89. package/package.json +3 -3
  90. package/dist/esm/transitions.module-3a15be78.js +0 -4
  91. package/dist/modern/transitions.module-3a15be78.js +0 -4
  92. package/dist/transitions.module-80fc009a.js +0 -6
@@ -1,4 +1,4 @@
1
- /* hash: ga5lb */
1
+ /* hash: ts8mt */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -42,16 +42,16 @@
42
42
  /* scroll */
43
43
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
44
44
  --modal-footer-highlight-background: var(--color-light-bg-primary);
45
- }.modal__footer_bwsu9 {
45
+ }.modal__footer_fhvhp {
46
46
  width: 100%;
47
47
  box-sizing: border-box;
48
48
  transition: box-shadow 0.2s ease, background 0.2s ease;
49
49
  background: var(--modal-header-background);
50
- }.modal__sticky_bwsu9 {
50
+ }.modal__sticky_fhvhp {
51
51
  background: var(--modal-footer-sticky-background);
52
52
  box-shadow: var(--modal-footer-sticky-box-shadow);
53
53
  position: sticky;
54
- }.modal__highlighted_bwsu9 {
54
+ }.modal__highlighted_fhvhp {
55
55
  background: var(--modal-footer-highlight-background);
56
56
  box-shadow: var(--modal-footer-highlight-box-shadow);
57
57
  }
@@ -330,6 +330,7 @@
330
330
  --color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
331
331
  --color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
332
332
  --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
333
+ --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
333
334
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
334
335
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
335
336
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
@@ -337,6 +338,7 @@
337
338
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
338
339
  --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
339
340
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
341
+ --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
340
342
  --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
341
343
  --color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
342
344
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
@@ -391,6 +393,7 @@
391
393
  --color-light-bg-neutral-shade-10: rgb(197, 200, 203);
392
394
  --color-light-bg-neutral-shade-15: rgb(186, 189, 191);
393
395
  --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
396
+ --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
394
397
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
395
398
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
396
399
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
@@ -607,27 +610,27 @@
607
610
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
608
611
  --modal-footer-highlight-background: var(--color-light-bg-primary);
609
612
  }
610
- .modal__footer_ga5lb {
613
+ .modal__footer_jdkmp {
611
614
 
612
615
  border-bottom-left-radius: var(--modal-border-radius);
613
616
  border-bottom-right-radius: var(--modal-border-radius);
614
617
  }
615
- .modal__highlighted_ga5lb {
618
+ .modal__highlighted_jdkmp {
616
619
  }
617
- .modal__sticky_ga5lb {
620
+ .modal__sticky_jdkmp {
618
621
 
619
622
  bottom: calc(var(--modal-vertical-padding) * -1);
620
623
  }
621
- .modal__fullscreen_ga5lb {
624
+ .modal__fullscreen_jdkmp {
622
625
  bottom: 0;
623
626
  }
624
- .modal__s_ga5lb {
627
+ .modal__s_jdkmp {
625
628
  padding: var(--modal-s-footer-paddings);
626
629
  }
627
- .modal__m_ga5lb {
630
+ .modal__m_jdkmp {
628
631
  padding: var(--modal-m-footer-paddings);
629
632
  }
630
- .modal__l_ga5lb,
631
- .modal__fullscreen_ga5lb {
633
+ .modal__l_jdkmp,
634
+ .modal__fullscreen_jdkmp {
632
635
  padding: var(--modal-l-footer-paddings);
633
636
  }
@@ -1,4 +1,4 @@
1
- /* hash: kxisg */
1
+ /* hash: 1w6ug */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -25,60 +25,60 @@
25
25
 
26
26
  /* scroll */
27
27
  }
28
- .modal__column_kxisg {
28
+ .modal__column_1fhkx {
29
29
  display: flex;
30
30
  flex-direction: column
31
31
  }
32
- .modal__column_kxisg > * {
32
+ .modal__column_1fhkx > * {
33
33
  margin-bottom: var(--modal-footer-default-gap);
34
34
  }
35
- .modal__column_kxisg > *:last-child,
36
- .modal__column_kxisg > *:only-child {
35
+ .modal__column_1fhkx > *:last-child,
36
+ .modal__column_1fhkx > *:only-child {
37
37
  margin-bottom: 0;
38
38
  }
39
- .modal__column_kxisg.modal__gap-16_kxisg > * {
39
+ .modal__column_1fhkx.modal__gap-16_1fhkx > * {
40
40
  margin-bottom: var(--gap-m);
41
41
  }
42
- .modal__column_kxisg.modal__gap-24_kxisg > * {
42
+ .modal__column_1fhkx.modal__gap-24_1fhkx > * {
43
43
  margin-bottom: var(--gap-xl);
44
44
  }
45
- .modal__column_kxisg.modal__gap-32_kxisg > * {
45
+ .modal__column_1fhkx.modal__gap-32_1fhkx > * {
46
46
  margin-bottom: var(--gap-2xl);
47
47
  }
48
- .modal__start_kxisg {
48
+ .modal__start_1fhkx {
49
49
  justify-content: flex-start;
50
50
  }
51
- .modal__center_kxisg {
51
+ .modal__center_1fhkx {
52
52
  justify-content: center;
53
53
  }
54
- .modal__space-between_kxisg {
54
+ .modal__space-between_1fhkx {
55
55
  justify-content: space-between
56
56
  }
57
- .modal__space-between_kxisg > * {
57
+ .modal__space-between_1fhkx > * {
58
58
  flex: 1;
59
59
  }
60
- .modal__start_kxisg,
61
- .modal__center_kxisg,
62
- .modal__space-between_kxisg {
60
+ .modal__start_1fhkx,
61
+ .modal__center_1fhkx,
62
+ .modal__space-between_1fhkx {
63
63
  display: flex
64
64
  }
65
- .modal__start_kxisg > *, .modal__center_kxisg > *, .modal__space-between_kxisg > * {
65
+ .modal__start_1fhkx > *, .modal__center_1fhkx > *, .modal__space-between_1fhkx > * {
66
66
  margin-right: var(--modal-footer-default-gap);
67
67
  }
68
- .modal__start_kxisg > *:last-child,
69
- .modal__start_kxisg > *:only-child,
70
- .modal__center_kxisg > *:last-child,
71
- .modal__center_kxisg > *:only-child,
72
- .modal__space-between_kxisg > *:last-child,
73
- .modal__space-between_kxisg > *:only-child {
68
+ .modal__start_1fhkx > *:last-child,
69
+ .modal__start_1fhkx > *:only-child,
70
+ .modal__center_1fhkx > *:last-child,
71
+ .modal__center_1fhkx > *:only-child,
72
+ .modal__space-between_1fhkx > *:last-child,
73
+ .modal__space-between_1fhkx > *:only-child {
74
74
  margin-right: 0;
75
75
  }
76
- .modal__start_kxisg.modal__gap-16_kxisg > *, .modal__center_kxisg.modal__gap-16_kxisg > *, .modal__space-between_kxisg.modal__gap-16_kxisg > * {
76
+ .modal__start_1fhkx.modal__gap-16_1fhkx > *, .modal__center_1fhkx.modal__gap-16_1fhkx > *, .modal__space-between_1fhkx.modal__gap-16_1fhkx > * {
77
77
  margin-right: var(--gap-m);
78
78
  }
79
- .modal__start_kxisg.modal__gap-24_kxisg > *, .modal__center_kxisg.modal__gap-24_kxisg > *, .modal__space-between_kxisg.modal__gap-24_kxisg > * {
79
+ .modal__start_1fhkx.modal__gap-24_1fhkx > *, .modal__center_1fhkx.modal__gap-24_1fhkx > *, .modal__space-between_1fhkx.modal__gap-24_1fhkx > * {
80
80
  margin-right: var(--gap-xl);
81
81
  }
82
- .modal__start_kxisg.modal__gap-32_kxisg > *, .modal__center_kxisg.modal__gap-32_kxisg > *, .modal__space-between_kxisg.modal__gap-32_kxisg > * {
82
+ .modal__start_1fhkx.modal__gap-32_1fhkx > *, .modal__center_1fhkx.modal__gap-32_1fhkx > *, .modal__space-between_1fhkx.modal__gap-32_1fhkx > * {
83
83
  margin-right: var(--gap-2xl);
84
84
  }
@@ -1,4 +1,4 @@
1
- /* hash: co5nk */
1
+ /* hash: 1b5ug */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -34,16 +34,16 @@
34
34
  /* scroll */
35
35
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
36
36
  --modal-footer-highlight-background: var(--color-light-bg-primary);
37
- }.modal__footer_bwsu9 {
37
+ }.modal__footer_fhvhp {
38
38
  width: 100%;
39
39
  box-sizing: border-box;
40
40
  transition: box-shadow 0.2s ease, background 0.2s ease;
41
41
  background: var(--modal-header-background);
42
- }.modal__sticky_bwsu9 {
42
+ }.modal__sticky_fhvhp {
43
43
  background: var(--modal-footer-sticky-background);
44
44
  box-shadow: var(--modal-footer-sticky-box-shadow);
45
45
  position: sticky;
46
- }.modal__highlighted_bwsu9 {
46
+ }.modal__highlighted_fhvhp {
47
47
  background: var(--modal-footer-highlight-background);
48
48
  box-shadow: var(--modal-footer-highlight-box-shadow);
49
49
  }
@@ -322,6 +322,7 @@
322
322
  --color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
323
323
  --color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
324
324
  --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
325
+ --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
325
326
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
326
327
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
327
328
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
@@ -329,6 +330,7 @@
329
330
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
330
331
  --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
331
332
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
333
+ --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
332
334
  --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
333
335
  --color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
334
336
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
@@ -383,6 +385,7 @@
383
385
  --color-light-bg-neutral-shade-10: rgb(197, 200, 203);
384
386
  --color-light-bg-neutral-shade-15: rgb(186, 189, 191);
385
387
  --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
388
+ --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
386
389
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
387
390
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
388
391
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
@@ -599,13 +602,13 @@
599
602
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
600
603
  --modal-footer-highlight-background: var(--color-light-bg-primary);
601
604
  }
602
- .modal__footer_co5nk {
605
+ .modal__footer_2y8ix {
603
606
 
604
607
  padding: var(--gap-xl) var(--gap-m);
605
608
  }
606
- .modal__highlighted_co5nk {
609
+ .modal__highlighted_2y8ix {
607
610
  }
608
- .modal__sticky_co5nk {
611
+ .modal__sticky_2y8ix {
609
612
 
610
613
  bottom: 0;
611
614
  }
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-b9d7cca0.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-95890331.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -7,7 +7,7 @@ import '@alfalab/core-components-button/dist/esm';
7
7
  import '../closer/Component.js';
8
8
  import { Header } from './Component.js';
9
9
 
10
- var styles = {"header":"modal__header_wecgv modal__header_1az38","s":"modal__s_wecgv","m":"modal__m_wecgv","l":"modal__l_wecgv","fullscreen":"modal__fullscreen_wecgv","sticky":"modal__sticky_wecgv modal__sticky_1az38","highlighted":"modal__highlighted_wecgv modal__highlighted_1az38","content":"modal__content_wecgv modal__content_1az38","title":"modal__title_wecgv modal__title_1az38"};
10
+ var styles = {"header":"modal__header_yc9he modal__header_19ym3","s":"modal__s_yc9he","m":"modal__m_yc9he","l":"modal__l_yc9he","fullscreen":"modal__fullscreen_yc9he","sticky":"modal__sticky_yc9he modal__sticky_19ym3","highlighted":"modal__highlighted_yc9he modal__highlighted_19ym3","content":"modal__content_yc9he modal__content_19ym3","title":"modal__title_yc9he modal__title_19ym3"};
11
11
  require('./desktop.css')
12
12
 
13
13
  var HeaderDesktop = function (_a) {
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-b9d7cca0.js';
1
+ import '../../tslib.es6-95890331.js';
2
2
  import React, { useContext, useEffect } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -1,4 +1,4 @@
1
- import { a as __assign } from '../../tslib.es6-b9d7cca0.js';
1
+ import { a as __assign } from '../../tslib.es6-95890331.js';
2
2
  import React from 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -7,7 +7,7 @@ import '@alfalab/core-components-button/dist/esm';
7
7
  import '../closer/Component.js';
8
8
  import { Header } from './Component.js';
9
9
 
10
- var styles = {"header":"modal__header_o9ze4 modal__header_1az38","sticky":"modal__sticky_o9ze4 modal__sticky_1az38","highlighted":"modal__highlighted_o9ze4 modal__highlighted_1az38","content":"modal__content_o9ze4 modal__content_1az38","title":"modal__title_o9ze4 modal__title_1az38"};
10
+ var styles = {"header":"modal__header_edvqs modal__header_19ym3","sticky":"modal__sticky_edvqs modal__sticky_19ym3","highlighted":"modal__highlighted_edvqs modal__highlighted_19ym3","content":"modal__content_edvqs modal__content_19ym3","title":"modal__title_edvqs modal__title_19ym3"};
11
11
  require('./mobile.css')
12
12
 
13
13
  var HeaderMobile = function (props) { return React.createElement(Header, __assign({ styles: styles }, props)); };
@@ -1,4 +1,4 @@
1
- /* hash: wecgv */
1
+ /* hash: hqsjm */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -45,7 +45,7 @@
45
45
  /* scroll */
46
46
  --modal-header-highlight-box-shadow: var(--shadow-s);
47
47
  --modal-header-highlight-background: var(--color-light-bg-primary);
48
- }.modal__header_1az38 {
48
+ }.modal__header_19ym3 {
49
49
  width: 100%;
50
50
  box-sizing: border-box;
51
51
  display: flex;
@@ -53,12 +53,12 @@
53
53
  justify-content: flex-end;
54
54
  transition: box-shadow 0.2s ease, background 0.2s ease;
55
55
  background: var(--modal-header-background);
56
- }.modal__highlighted_1az38 {
56
+ }.modal__highlighted_19ym3 {
57
57
  background: var(--modal-header-highlight-background);
58
58
  box-shadow: var(--modal-header-highlight-box-shadow);
59
- }.modal__sticky_1az38 {
59
+ }.modal__sticky_19ym3 {
60
60
  position: sticky;
61
- }.modal__content_1az38 {
61
+ }.modal__content_19ym3 {
62
62
  font-size: 24px;
63
63
  line-height: 32px;
64
64
  font-weight: 500;
@@ -66,7 +66,7 @@
66
66
  font-family: var(--font-family-styrene);
67
67
  flex-grow: 1;
68
68
  margin: var(--gap-xs) var(--gap-m) var(--gap-xs) 0;
69
- }.modal__title_1az38 {
69
+ }.modal__title_19ym3 {
70
70
  word-break: break-word;
71
71
  }
72
72
  :root {
@@ -344,6 +344,7 @@
344
344
  --color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
345
345
  --color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
346
346
  --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
347
+ --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
347
348
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
348
349
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
349
350
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
@@ -351,6 +352,7 @@
351
352
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
352
353
  --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
353
354
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
355
+ --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
354
356
  --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
355
357
  --color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
356
358
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
@@ -405,6 +407,7 @@
405
407
  --color-light-bg-neutral-shade-10: rgb(197, 200, 203);
406
408
  --color-light-bg-neutral-shade-15: rgb(186, 189, 191);
407
409
  --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
410
+ --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
408
411
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
409
412
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
410
413
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
@@ -621,33 +624,33 @@
621
624
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
622
625
  --modal-footer-highlight-background: var(--color-light-bg-primary);
623
626
  }
624
- .modal__header_wecgv {
627
+ .modal__header_yc9he {
625
628
 
626
629
  min-height: var(--modal-header-min-height);
627
630
  border-top-left-radius: var(--modal-border-radius);
628
631
  border-top-right-radius: var(--modal-border-radius);
629
632
  }
630
- .modal__s_wecgv {
633
+ .modal__s_yc9he {
631
634
  padding: var(--modal-s-header-paddings);
632
635
  }
633
- .modal__m_wecgv {
636
+ .modal__m_yc9he {
634
637
  padding: var(--modal-m-header-paddings);
635
638
  }
636
- .modal__l_wecgv,
637
- .modal__fullscreen_wecgv {
639
+ .modal__l_yc9he,
640
+ .modal__fullscreen_yc9he {
638
641
  min-height: var(--modal-header-l-min-height);
639
642
  padding: var(--modal-l-header-paddings);
640
643
  }
641
- .modal__sticky_wecgv {
644
+ .modal__sticky_yc9he {
642
645
 
643
646
  top: calc(var(--modal-vertical-padding) * -1);
644
647
  }
645
- .modal__fullscreen_wecgv {
648
+ .modal__fullscreen_yc9he {
646
649
  top: 0;
647
650
  }
648
- .modal__highlighted_wecgv {
651
+ .modal__highlighted_yc9he {
649
652
  }
650
- .modal__content_wecgv {
653
+ .modal__content_yc9he {
651
654
  }
652
- .modal__title_wecgv {
655
+ .modal__title_yc9he {
653
656
  }
@@ -1,4 +1,4 @@
1
- /* hash: o9ze4 */
1
+ /* hash: 1siai */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -35,7 +35,7 @@
35
35
  /* scroll */
36
36
  --modal-header-highlight-box-shadow: var(--shadow-s);
37
37
  --modal-header-highlight-background: var(--color-light-bg-primary);
38
- }.modal__header_1az38 {
38
+ }.modal__header_19ym3 {
39
39
  width: 100%;
40
40
  box-sizing: border-box;
41
41
  display: flex;
@@ -43,12 +43,12 @@
43
43
  justify-content: flex-end;
44
44
  transition: box-shadow 0.2s ease, background 0.2s ease;
45
45
  background: var(--modal-header-background);
46
- }.modal__highlighted_1az38 {
46
+ }.modal__highlighted_19ym3 {
47
47
  background: var(--modal-header-highlight-background);
48
48
  box-shadow: var(--modal-header-highlight-box-shadow);
49
- }.modal__sticky_1az38 {
49
+ }.modal__sticky_19ym3 {
50
50
  position: sticky;
51
- }.modal__content_1az38 {
51
+ }.modal__content_19ym3 {
52
52
  font-size: 24px;
53
53
  line-height: 32px;
54
54
  font-weight: 500;
@@ -56,7 +56,7 @@
56
56
  font-family: var(--font-family-styrene);
57
57
  flex-grow: 1;
58
58
  margin: var(--gap-xs) var(--gap-m) var(--gap-xs) 0;
59
- }.modal__title_1az38 {
59
+ }.modal__title_19ym3 {
60
60
  word-break: break-word;
61
61
  }
62
62
  :root {
@@ -334,6 +334,7 @@
334
334
  --color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
335
335
  --color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
336
336
  --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
337
+ --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
337
338
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
338
339
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
339
340
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
@@ -341,6 +342,7 @@
341
342
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
342
343
  --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
343
344
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
345
+ --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
344
346
  --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
345
347
  --color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
346
348
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
@@ -395,6 +397,7 @@
395
397
  --color-light-bg-neutral-shade-10: rgb(197, 200, 203);
396
398
  --color-light-bg-neutral-shade-15: rgb(186, 189, 191);
397
399
  --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
400
+ --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
398
401
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
399
402
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
400
403
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
@@ -611,7 +614,7 @@
611
614
  --modal-footer-highlight-box-shadow: var(--shadow-s-up);
612
615
  --modal-footer-highlight-background: var(--color-light-bg-primary);
613
616
  }
614
- .modal__header_o9ze4 {
617
+ .modal__header_edvqs {
615
618
 
616
619
  text-align: center;
617
620
  flex-direction: row-reverse;
@@ -619,13 +622,13 @@
619
622
  padding-right: var(--gap-4xl);
620
623
  padding-left: 0;
621
624
  }
622
- .modal__sticky_o9ze4 {
625
+ .modal__sticky_edvqs {
623
626
 
624
627
  top: 0;
625
628
  }
626
- .modal__highlighted_o9ze4 {
629
+ .modal__highlighted_edvqs {
627
630
  }
628
- .modal__content_o9ze4 {
631
+ .modal__content_edvqs {
629
632
  }
630
- .modal__title_o9ze4 {
633
+ .modal__title_edvqs {
631
634
  }
@@ -1,4 +1,4 @@
1
- /* hash: z2r94 */
1
+ /* hash: 1isac */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -30,29 +30,29 @@
30
30
 
31
31
  /* scroll */
32
32
  }
33
- .modal__wrapper_z2r94 {
33
+ .modal__wrapper_gl44z {
34
34
  padding-top: var(--modal-vertical-padding);
35
35
  padding-bottom: var(--modal-vertical-padding);
36
36
  }
37
- .modal__component_z2r94 {
37
+ .modal__component_gl44z {
38
38
  width: 100%;
39
39
  max-width: 100%;
40
40
  border-radius: var(--modal-border-radius);
41
41
  }
42
- .modal__fullscreen_z2r94 {
42
+ .modal__fullscreen_gl44z {
43
43
  padding-top: 0;
44
44
  padding-bottom: 0
45
45
  }
46
- .modal__fullscreen_z2r94 .modal__component_z2r94 {
46
+ .modal__fullscreen_gl44z .modal__component_gl44z {
47
47
  flex: 1;
48
48
  border-radius: 0;
49
49
  }
50
- .modal__s_z2r94 {
50
+ .modal__s_gl44z {
51
51
  width: var(--modal-s-width);
52
52
  }
53
- .modal__m_z2r94 {
53
+ .modal__m_gl44z {
54
54
  width: var(--modal-m-width);
55
55
  }
56
- .modal__l_z2r94 {
56
+ .modal__l_gl44z {
57
57
  width: var(--modal-l-width);
58
58
  }
@@ -1,4 +1,4 @@
1
- import './tslib.es6-b9d7cca0.js';
1
+ import './tslib.es6-95890331.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -13,4 +13,4 @@ import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
15
  export { ModalDesktop } from './Component.desktop.js';
16
- import './transitions.module-3a15be78.js';
16
+ import './transitions.module-83319c83.js';
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-b9d7cca0.js';
1
+ import './tslib.es6-95890331.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -13,7 +13,7 @@ import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
15
  import './Component.desktop.js';
16
- import './transitions.module-3a15be78.js';
16
+ import './transitions.module-83319c83.js';
17
17
  import '@alfalab/hooks';
18
18
  import './components/header/Component.mobile.js';
19
19
  import './components/content/Component.mobile.js';
@@ -1,4 +1,4 @@
1
- /* hash: sfmco */
1
+ /* hash: jzjv5 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,7 +19,7 @@
19
19
 
20
20
  /* scroll */
21
21
  }
22
- .modal__component_sfmco {
22
+ .modal__component_1cidc {
23
23
  flex: 1;
24
24
  width: 100%;
25
25
  }
@@ -1,4 +1,4 @@
1
- import './tslib.es6-b9d7cca0.js';
1
+ import './tslib.es6-95890331.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -8,7 +8,7 @@ import './components/closer/Component.js';
8
8
  import './components/header/Component.js';
9
9
  import './components/content/Component.js';
10
10
  import './components/footer/Component.js';
11
- import './transitions.module-3a15be78.js';
11
+ import './transitions.module-83319c83.js';
12
12
  import '@alfalab/hooks';
13
13
  import './components/header/Component.mobile.js';
14
14
  import './components/content/Component.mobile.js';
@@ -1,4 +1,4 @@
1
- import './tslib.es6-b9d7cca0.js';
1
+ import './tslib.es6-95890331.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-base-modal/dist/esm';
@@ -13,7 +13,7 @@ import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
15
  import './Component.desktop.js';
16
- import './transitions.module-3a15be78.js';
16
+ import './transitions.module-83319c83.js';
17
17
  import '@alfalab/hooks';
18
18
  import './components/header/Component.mobile.js';
19
19
  import './components/content/Component.mobile.js';
@@ -1,24 +1,24 @@
1
- /* hash: gsqy1 */
2
- .modal__appear_gsqy1,
3
- .modal__enter_gsqy1 {
1
+ /* hash: 1qgg1 */
2
+ .modal__appear_m2csr,
3
+ .modal__enter_m2csr {
4
4
  opacity: 0;
5
5
  transform: translateY(15px);
6
6
  }
7
7
 
8
- .modal__appearActive_gsqy1,
9
- .modal__enterActive_gsqy1 {
8
+ .modal__appearActive_m2csr,
9
+ .modal__enterActive_m2csr {
10
10
  opacity: 1;
11
11
  transform: translateY(0);
12
12
  transition: opacity 200ms ease-in, transform 200ms ease-in;
13
13
  }
14
14
 
15
- .modal__exit_gsqy1 {
15
+ .modal__exit_m2csr {
16
16
  opacity: 1;
17
17
  transform: translateY(0);
18
18
  }
19
19
 
20
- .modal__exitActive_gsqy1,
21
- .modal__exitDone_gsqy1 {
20
+ .modal__exitActive_m2csr,
21
+ .modal__exitDone_m2csr {
22
22
  opacity: 0;
23
23
  transform: translateY(15px);
24
24
  transition: opacity 200ms ease-out, transform 200ms ease-out;
@@ -0,0 +1,4 @@
1
+ var transitions = {"appear":"modal__appear_m2csr","enter":"modal__enter_m2csr","appearActive":"modal__appearActive_m2csr","enterActive":"modal__enterActive_m2csr","exit":"modal__exit_m2csr","exitActive":"modal__exitActive_m2csr","exitDone":"modal__exitDone_m2csr"};
2
+ require('./transitions.css')
3
+
4
+ export { transitions as t };
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-86f60fb7.js');
5
+ require('./tslib.es6-e5662dff.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-base-modal');
@@ -17,7 +17,7 @@ require('./components/content/Component.desktop.js');
17
17
  require('./components/footer/Component.js');
18
18
  require('./components/footer/Component.desktop.js');
19
19
  require('./Component.desktop.js');
20
- require('./transitions.module-80fc009a.js');
20
+ require('./transitions.module-4040e9db.js');
21
21
  require('@alfalab/hooks');
22
22
  require('./components/header/Component.mobile.js');
23
23
  require('./components/content/Component.mobile.js');