@alfalab/core-components-modal 11.0.2 → 11.0.3-alfasans

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 (89) hide show
  1. package/components/content/desktop.css +6 -6
  2. package/components/content/desktop.module.css.js +1 -1
  3. package/components/content/index.css +3 -3
  4. package/components/content/index.module.css.js +1 -1
  5. package/components/content/mobile.css +2 -2
  6. package/components/content/mobile.module.css.js +1 -1
  7. package/components/controls/index.css +1 -1
  8. package/components/controls/index.module.css.js +1 -1
  9. package/components/footer/desktop.css +8 -8
  10. package/components/footer/desktop.module.css.js +1 -1
  11. package/components/footer/index.css +3 -3
  12. package/components/footer/index.module.css.js +1 -1
  13. package/components/footer/layout.css +16 -16
  14. package/components/footer/layout.module.css.js +1 -1
  15. package/components/footer/mobile.css +3 -3
  16. package/components/footer/mobile.module.css.js +1 -1
  17. package/components/header/desktop.css +21 -18
  18. package/components/header/desktop.module.css.js +1 -1
  19. package/components/header/index.css +3 -3
  20. package/components/header/index.module.css.js +1 -1
  21. package/components/header/mobile.css +10 -8
  22. package/components/header/mobile.module.css.js +1 -1
  23. package/cssm/components/header/desktop.module.css +7 -4
  24. package/cssm/components/header/mobile.module.css +6 -4
  25. package/desktop/desktop.css +8 -8
  26. package/desktop/desktop.module.css.js +1 -1
  27. package/esm/components/content/desktop.css +6 -6
  28. package/esm/components/content/desktop.module.css.js +1 -1
  29. package/esm/components/content/index.css +3 -3
  30. package/esm/components/content/index.module.css.js +1 -1
  31. package/esm/components/content/mobile.css +2 -2
  32. package/esm/components/content/mobile.module.css.js +1 -1
  33. package/esm/components/controls/index.css +1 -1
  34. package/esm/components/controls/index.module.css.js +1 -1
  35. package/esm/components/footer/desktop.css +8 -8
  36. package/esm/components/footer/desktop.module.css.js +1 -1
  37. package/esm/components/footer/index.css +3 -3
  38. package/esm/components/footer/index.module.css.js +1 -1
  39. package/esm/components/footer/layout.css +16 -16
  40. package/esm/components/footer/layout.module.css.js +1 -1
  41. package/esm/components/footer/mobile.css +3 -3
  42. package/esm/components/footer/mobile.module.css.js +1 -1
  43. package/esm/components/header/desktop.css +21 -18
  44. package/esm/components/header/desktop.module.css.js +1 -1
  45. package/esm/components/header/index.css +3 -3
  46. package/esm/components/header/index.module.css.js +1 -1
  47. package/esm/components/header/mobile.css +10 -8
  48. package/esm/components/header/mobile.module.css.js +1 -1
  49. package/esm/desktop/desktop.css +8 -8
  50. package/esm/desktop/desktop.module.css.js +1 -1
  51. package/esm/mobile/mobile.css +2 -2
  52. package/esm/mobile/mobile.module.css.js +1 -1
  53. package/esm/transitions.css +7 -7
  54. package/esm/transitions.module.css.js +1 -1
  55. package/mobile/mobile.css +2 -2
  56. package/mobile/mobile.module.css.js +1 -1
  57. package/modern/components/content/desktop.css +6 -6
  58. package/modern/components/content/desktop.module.css.js +1 -1
  59. package/modern/components/content/index.css +3 -3
  60. package/modern/components/content/index.module.css.js +1 -1
  61. package/modern/components/content/mobile.css +2 -2
  62. package/modern/components/content/mobile.module.css.js +1 -1
  63. package/modern/components/controls/index.css +1 -1
  64. package/modern/components/controls/index.module.css.js +1 -1
  65. package/modern/components/footer/desktop.css +8 -8
  66. package/modern/components/footer/desktop.module.css.js +1 -1
  67. package/modern/components/footer/index.css +3 -3
  68. package/modern/components/footer/index.module.css.js +1 -1
  69. package/modern/components/footer/layout.css +16 -16
  70. package/modern/components/footer/layout.module.css.js +1 -1
  71. package/modern/components/footer/mobile.css +3 -3
  72. package/modern/components/footer/mobile.module.css.js +1 -1
  73. package/modern/components/header/desktop.css +21 -18
  74. package/modern/components/header/desktop.module.css.js +1 -1
  75. package/modern/components/header/index.css +3 -3
  76. package/modern/components/header/index.module.css.js +1 -1
  77. package/modern/components/header/mobile.css +10 -8
  78. package/modern/components/header/mobile.module.css.js +1 -1
  79. package/modern/desktop/desktop.css +8 -8
  80. package/modern/desktop/desktop.module.css.js +1 -1
  81. package/modern/mobile/mobile.css +2 -2
  82. package/modern/mobile/mobile.module.css.js +1 -1
  83. package/modern/transitions.css +7 -7
  84. package/modern/transitions.module.css.js +1 -1
  85. package/moderncssm/components/header/desktop.module.css +4 -2
  86. package/moderncssm/components/header/mobile.module.css +3 -2
  87. package/package.json +7 -7
  88. package/transitions.css +7 -7
  89. package/transitions.module.css.js +1 -1
@@ -7,13 +7,13 @@
7
7
  --modal-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
8
8
  --modal-s-content-only-bottom-padding: var(--gap-40);
9
9
  }
10
- .modal__size-500_6ir2q,
11
- .modal__size-600_6ir2q,
12
- .modal__size-800_6ir2q,
13
- .modal__size-1140_6ir2q,
14
- .modal__fullscreen_6ir2q {
10
+ .modal__size-500_7l4wz,
11
+ .modal__size-600_7l4wz,
12
+ .modal__size-800_7l4wz,
13
+ .modal__size-1140_7l4wz,
14
+ .modal__fullscreen_7l4wz {
15
15
  padding: var(--modal-s-content-paddings);
16
16
  }
17
- .modal__size-500_6ir2q:last-child, .modal__size-600_6ir2q:last-child, .modal__size-800_6ir2q:last-child, .modal__size-1140_6ir2q:last-child, .modal__fullscreen_6ir2q:last-child {
17
+ .modal__size-500_7l4wz:last-child, .modal__size-600_7l4wz:last-child, .modal__size-800_7l4wz:last-child, .modal__size-1140_7l4wz:last-child, .modal__fullscreen_7l4wz:last-child {
18
18
  padding-bottom: var(--modal-s-content-only-bottom-padding);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var desktopStyles = {"size-500":"modal__size-500_6ir2q","size-600":"modal__size-600_6ir2q","size-800":"modal__size-800_6ir2q","size-1140":"modal__size-1140_6ir2q","fullscreen":"modal__fullscreen_6ir2q"};
5
+ var desktopStyles = {"size-500":"modal__size-500_7l4wz","size-600":"modal__size-600_7l4wz","size-800":"modal__size-800_7l4wz","size-1140":"modal__size-1140_7l4wz","fullscreen":"modal__fullscreen_7l4wz"};
6
6
 
7
7
  module.exports = desktopStyles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .modal__content_17a46 {
4
+ .modal__content_1t41r {
5
5
  position: relative;
6
6
  box-sizing: border-box;
7
7
  width: 100%;
8
8
  z-index: 0;
9
9
  }
10
- .modal__content_17a46.modal__withHeader_17a46 {
10
+ .modal__content_1t41r.modal__withHeader_1t41r {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .modal__flex_17a46 {
13
+ .modal__flex_1t41r {
14
14
  flex: 1;
15
15
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"content":"modal__content_17a46","withHeader":"modal__withHeader_17a46","flex":"modal__flex_17a46"};
5
+ var styles = {"content":"modal__content_1t41r","withHeader":"modal__withHeader_1t41r","flex":"modal__flex_1t41r"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,9 +3,9 @@
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
5
  }
6
- .modal__content_gfu1u {
6
+ .modal__content_l6und {
7
7
  padding: var(--gap-16) var(--gap-16) var(--gap-0);
8
8
  }
9
- .modal__content_gfu1u:last-child {
9
+ .modal__content_l6und:last-child {
10
10
  padding-bottom: var(--gap-16);
11
11
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"content":"modal__content_gfu1u"};
5
+ var mobileStyles = {"content":"modal__content_l6und"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .modal__component_fyvrz {
1
+ .modal__component_lr6s8 {
2
2
  width: 100%;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"modal__component_fyvrz"};
5
+ var styles = {"component":"modal__component_lr6s8"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -14,20 +14,20 @@
14
14
  --modal-vertical-padding: var(--gap-40);
15
15
  --modal-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
16
16
  }
17
- .modal__footer_15gox {
17
+ .modal__footer_1alvj {
18
18
  border-bottom-left-radius: var(--modal-border-radius);
19
19
  border-bottom-right-radius: var(--modal-border-radius);
20
20
  }
21
- .modal__sticky_15gox {
21
+ .modal__sticky_1alvj {
22
22
  bottom: calc(var(--modal-vertical-padding) * -1);
23
23
  }
24
- .modal__sticky_15gox.modal__fullscreen_15gox {
24
+ .modal__sticky_1alvj.modal__fullscreen_1alvj {
25
25
  bottom: var(--gap-0);
26
26
  }
27
- .modal__size-500_15gox,
28
- .modal__size-600_15gox,
29
- .modal__size-800_15gox,
30
- .modal__size-1140_15gox,
31
- .modal__fullscreen_15gox {
27
+ .modal__size-500_1alvj,
28
+ .modal__size-600_1alvj,
29
+ .modal__size-800_1alvj,
30
+ .modal__size-1140_1alvj,
31
+ .modal__fullscreen_1alvj {
32
32
  padding: var(--modal-s-footer-paddings);
33
33
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var desktopStyles = {"footer":"modal__footer_15gox","sticky":"modal__sticky_15gox","fullscreen":"modal__fullscreen_15gox","size-500":"modal__size-500_15gox","size-600":"modal__size-600_15gox","size-800":"modal__size-800_15gox","size-1140":"modal__size-1140_15gox"};
5
+ var desktopStyles = {"footer":"modal__footer_1alvj","sticky":"modal__sticky_1alvj","fullscreen":"modal__fullscreen_1alvj","size-500":"modal__size-500_1alvj","size-600":"modal__size-600_1alvj","size-800":"modal__size-800_1alvj","size-1140":"modal__size-1140_1alvj"};
6
6
 
7
7
  module.exports = desktopStyles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -7,18 +7,18 @@
7
7
  --modal-footer-highlight-background: var(--color-light-modal-bg-primary);
8
8
  --modal-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
9
9
  }
10
- .modal__footer_11kzs {
10
+ .modal__footer_kyi0m {
11
11
  width: 100%;
12
12
  box-sizing: border-box;
13
13
  transition:
14
14
  box-shadow 0.2s ease,
15
15
  background 0.2s ease;
16
16
  }
17
- .modal__sticky_11kzs {
17
+ .modal__sticky_kyi0m {
18
18
  background: var(--modal-footer-background);
19
19
  position: sticky;
20
20
  }
21
- .modal__highlighted_11kzs {
21
+ .modal__highlighted_kyi0m {
22
22
  background: var(--modal-footer-highlight-background);
23
23
  box-shadow: var(--modal-footer-highlight-box-shadow);
24
24
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"modal__footer_11kzs","sticky":"modal__sticky_11kzs","highlighted":"modal__highlighted_11kzs"};
5
+ var styles = {"footer":"modal__footer_kyi0m","sticky":"modal__sticky_kyi0m","highlighted":"modal__highlighted_kyi0m"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -9,48 +9,48 @@
9
9
  :root {
10
10
  --modal-footer-default-gap: var(--gap-16);
11
11
  }
12
- .modal__column_2jl65 {
12
+ .modal__column_1xe86 {
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  }
16
- .modal__column_2jl65 > *:not(:last-child):not(:only-child) {
16
+ .modal__column_1xe86 > *:not(:last-child):not(:only-child) {
17
17
  margin-bottom: var(--modal-footer-default-gap);
18
18
  }
19
- .modal__column_2jl65.modal__gap-16_2jl65 > *:not(:last-child):not(:only-child) {
19
+ .modal__column_1xe86.modal__gap-16_1xe86 > *:not(:last-child):not(:only-child) {
20
20
  margin-bottom: var(--gap-16);
21
21
  }
22
- .modal__column_2jl65.modal__gap-24_2jl65 > *:not(:last-child):not(:only-child) {
22
+ .modal__column_1xe86.modal__gap-24_1xe86 > *:not(:last-child):not(:only-child) {
23
23
  margin-bottom: var(--gap-24);
24
24
  }
25
- .modal__column_2jl65.modal__gap-32_2jl65 > *:not(:last-child):not(:only-child) {
25
+ .modal__column_1xe86.modal__gap-32_1xe86 > *:not(:last-child):not(:only-child) {
26
26
  margin-bottom: var(--gap-32);
27
27
  }
28
- .modal__start_2jl65 {
28
+ .modal__start_1xe86 {
29
29
  justify-content: flex-start;
30
30
  }
31
- .modal__center_2jl65 {
31
+ .modal__center_1xe86 {
32
32
  justify-content: center;
33
33
  }
34
- .modal__space-between_2jl65 {
34
+ .modal__space-between_1xe86 {
35
35
  justify-content: space-between;
36
36
  }
37
- .modal__space-between_2jl65 > * {
37
+ .modal__space-between_1xe86 > * {
38
38
  flex: 1;
39
39
  }
40
- .modal__start_2jl65,
41
- .modal__center_2jl65,
42
- .modal__space-between_2jl65 {
40
+ .modal__start_1xe86,
41
+ .modal__center_1xe86,
42
+ .modal__space-between_1xe86 {
43
43
  display: flex;
44
44
  }
45
- .modal__start_2jl65 > *:not(:last-child):not(:only-child), .modal__center_2jl65 > *:not(:last-child):not(:only-child), .modal__space-between_2jl65 > *:not(:last-child):not(:only-child) {
45
+ .modal__start_1xe86 > *:not(:last-child):not(:only-child), .modal__center_1xe86 > *:not(:last-child):not(:only-child), .modal__space-between_1xe86 > *:not(:last-child):not(:only-child) {
46
46
  margin-right: var(--modal-footer-default-gap);
47
47
  }
48
- .modal__start_2jl65.modal__gap-16_2jl65 > *:not(:last-child):not(:only-child), .modal__center_2jl65.modal__gap-16_2jl65 > *:not(:last-child):not(:only-child), .modal__space-between_2jl65.modal__gap-16_2jl65 > *:not(:last-child):not(:only-child) {
48
+ .modal__start_1xe86.modal__gap-16_1xe86 > *:not(:last-child):not(:only-child), .modal__center_1xe86.modal__gap-16_1xe86 > *:not(:last-child):not(:only-child), .modal__space-between_1xe86.modal__gap-16_1xe86 > *:not(:last-child):not(:only-child) {
49
49
  margin-right: var(--gap-16);
50
50
  }
51
- .modal__start_2jl65.modal__gap-24_2jl65 > *:not(:last-child):not(:only-child), .modal__center_2jl65.modal__gap-24_2jl65 > *:not(:last-child):not(:only-child), .modal__space-between_2jl65.modal__gap-24_2jl65 > *:not(:last-child):not(:only-child) {
51
+ .modal__start_1xe86.modal__gap-24_1xe86 > *:not(:last-child):not(:only-child), .modal__center_1xe86.modal__gap-24_1xe86 > *:not(:last-child):not(:only-child), .modal__space-between_1xe86.modal__gap-24_1xe86 > *:not(:last-child):not(:only-child) {
52
52
  margin-right: var(--gap-24);
53
53
  }
54
- .modal__start_2jl65.modal__gap-32_2jl65 > *:not(:last-child):not(:only-child), .modal__center_2jl65.modal__gap-32_2jl65 > *:not(:last-child):not(:only-child), .modal__space-between_2jl65.modal__gap-32_2jl65 > *:not(:last-child):not(:only-child) {
54
+ .modal__start_1xe86.modal__gap-32_1xe86 > *:not(:last-child):not(:only-child), .modal__center_1xe86.modal__gap-32_1xe86 > *:not(:last-child):not(:only-child), .modal__space-between_1xe86.modal__gap-32_1xe86 > *:not(:last-child):not(:only-child) {
55
55
  margin-right: var(--gap-32);
56
56
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./layout.css');
4
4
 
5
- var layoutStyles = {"column":"modal__column_2jl65","gap-16":"modal__gap-16_2jl65","gap-24":"modal__gap-24_2jl65","gap-32":"modal__gap-32_2jl65","start":"modal__start_2jl65","center":"modal__center_2jl65","space-between":"modal__space-between_2jl65"};
5
+ var layoutStyles = {"column":"modal__column_1xe86","gap-16":"modal__gap-16_1xe86","gap-24":"modal__gap-24_1xe86","gap-32":"modal__gap-32_1xe86","start":"modal__start_1xe86","center":"modal__center_1xe86","space-between":"modal__space-between_1xe86"};
6
6
 
7
7
  module.exports = layoutStyles;
8
8
  //# sourceMappingURL=layout.module.css.js.map
@@ -6,14 +6,14 @@
6
6
  --gap-0: 0px;
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .modal__footer_1sj6b {
9
+ .modal__footer_18qio {
10
10
  padding: var(--gap-16);
11
11
  }
12
12
  @media (display-mode: standalone) {
13
- .modal__footer_1sj6b {
13
+ .modal__footer_18qio {
14
14
  padding-bottom: calc(var(--sab) + var(--gap-16));
15
15
  }
16
16
  }
17
- .modal__sticky_1sj6b {
17
+ .modal__sticky_18qio {
18
18
  bottom: var(--gap-0);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"footer":"modal__footer_1sj6b","sticky":"modal__sticky_1sj6b"};
5
+ var mobileStyles = {"footer":"modal__footer_18qio","sticky":"modal__sticky_18qio"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -13,8 +13,9 @@
13
13
  --gap-40: var(--gap-3xl);
14
14
  }
15
15
  :root {
16
- --font-family-system:
17
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
16
+ --font-family-alfasans:
17
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
18
+ Helvetica, sans-serif;
18
19
  }
19
20
  :root {
20
21
  --modal-border-radius: var(--border-radius-24);
@@ -23,37 +24,39 @@
23
24
  --modal-s-header-desktop-content-paddings: var(--gap-12);
24
25
  --modal-l-header-desktop-content-paddings: var(--gap-6) var(--gap-12) var(--gap-16);
25
26
  }
26
- .modal__header_106lm {
27
+ .modal__header_165hh {
27
28
  border-top-left-radius: var(--modal-border-radius);
28
29
  border-top-right-radius: var(--modal-border-radius);
29
30
  }
30
- .modal__size-500_106lm .modal__content_106lm,
31
- .modal__size-600_106lm .modal__content_106lm {
31
+ .modal__size-500_165hh .modal__content_165hh,
32
+ .modal__size-600_165hh .modal__content_165hh {
32
33
  padding: var(--modal-s-header-desktop-content-paddings);
33
34
  font-size: 22px;
34
35
  line-height: 26px;
35
36
  font-weight: 700;
36
- font-family: var(--font-family-system);
37
+ letter-spacing: 0.2px;
38
+ font-family: var(--font-family-alfasans);
37
39
  }
38
- .modal__size-800_106lm .modal__content_106lm,
39
- .modal__size-1140_106lm .modal__content_106lm,
40
- .modal__fullscreen_106lm .modal__content_106lm {
40
+ .modal__size-800_165hh .modal__content_165hh,
41
+ .modal__size-1140_165hh .modal__content_165hh,
42
+ .modal__fullscreen_165hh .modal__content_165hh {
41
43
  padding: var(--modal-l-header-desktop-content-paddings);
42
44
  font-size: 30px;
43
45
  line-height: 36px;
44
46
  font-weight: 700;
45
- font-family: var(--font-family-system);
46
- }
47
- .modal__size-500_106lm,
48
- .modal__size-600_106lm,
49
- .modal__size-800_106lm,
50
- .modal__size-1140_106lm,
51
- .modal__fullscreen_106lm {
47
+ letter-spacing: 0.1px;
48
+ font-family: var(--font-family-alfasans);
49
+ }
50
+ .modal__size-500_165hh,
51
+ .modal__size-600_165hh,
52
+ .modal__size-800_165hh,
53
+ .modal__size-1140_165hh,
54
+ .modal__fullscreen_165hh {
52
55
  padding: var(--modal-s-header-paddings);
53
56
  }
54
- .modal__sticky_106lm {
57
+ .modal__sticky_165hh {
55
58
  top: calc(var(--modal-vertical-padding) * -1);
56
59
  }
57
- .modal__sticky_106lm.modal__fullscreen_106lm {
60
+ .modal__sticky_165hh.modal__fullscreen_165hh {
58
61
  top: var(--gap-0);
59
62
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var desktopStyles = {"header":"modal__header_106lm","size-500":"modal__size-500_106lm","content":"modal__content_106lm","size-600":"modal__size-600_106lm","size-800":"modal__size-800_106lm","size-1140":"modal__size-1140_106lm","fullscreen":"modal__fullscreen_106lm","sticky":"modal__sticky_106lm"};
5
+ var desktopStyles = {"header":"modal__header_165hh","size-500":"modal__size-500_165hh","content":"modal__content_165hh","size-600":"modal__size-600_165hh","size-800":"modal__size-800_165hh","size-1140":"modal__size-1140_165hh","fullscreen":"modal__fullscreen_165hh","sticky":"modal__sticky_165hh"};
6
6
 
7
7
  module.exports = desktopStyles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -7,14 +7,14 @@
7
7
  --modal-header-highlight-background: var(--color-light-modal-bg-primary);
8
8
  --modal-header-highlight-box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
9
9
  }
10
- .modal__highlighted_1bsy8 {
10
+ .modal__highlighted_1ufvb {
11
11
  background: var(--modal-header-highlight-background);
12
12
  box-shadow: var(--modal-header-highlight-box-shadow);
13
13
  }
14
- .modal__sticky_1bsy8 {
14
+ .modal__sticky_1ufvb {
15
15
  position: sticky;
16
16
  z-index: 1;
17
17
  }
18
- .modal__sticky_1bsy8.modal__hasContent_1bsy8 {
18
+ .modal__sticky_1ufvb.modal__hasContent_1ufvb {
19
19
  background: var(--modal-header-background);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"highlighted":"modal__highlighted_1bsy8","sticky":"modal__sticky_1bsy8","hasContent":"modal__hasContent_1bsy8"};
5
+ var styles = {"highlighted":"modal__highlighted_1ufvb","sticky":"modal__sticky_1ufvb","hasContent":"modal__hasContent_1ufvb"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -10,8 +10,9 @@
10
10
  --gap-10: 10px;
11
11
  }
12
12
  :root {
13
- --font-family-system:
14
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
13
+ --font-family-alfasans:
14
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
15
+ Helvetica, sans-serif;
15
16
  }
16
17
  :root {
17
18
  --modal-header-mobile-content-paddings: var(--gap-10) var(--gap-8);
@@ -19,21 +20,22 @@
19
20
  --modal-header-mobile-paddings: var(--modal-header-mobile-top-padding) var(--gap-8) var(--gap-4)
20
21
  var(--gap-8);
21
22
  }
22
- .modal__header_p6hme {
23
+ .modal__header_154un {
23
24
  padding: var(--modal-header-mobile-paddings);
24
25
  }
25
26
  @media (display-mode: standalone) {
26
- .modal__header_p6hme {
27
+ .modal__header_154un {
27
28
  padding-top: calc(var(--sat) + var(--modal-header-mobile-top-padding));
28
29
  }
29
30
  }
30
- .modal__sticky_p6hme {
31
+ .modal__sticky_154un {
31
32
  top: var(--gap-0);
32
33
  }
33
- .modal__content_p6hme {
34
+ .modal__content_154un {
34
35
  padding: var(--modal-header-mobile-content-paddings);
35
36
  font-size: 20px;
36
37
  line-height: 28px;
37
- font-weight: 600;
38
- font-family: var(--font-family-system);
38
+ font-weight: 500;
39
+ letter-spacing: -0.15px;
40
+ font-family: var(--font-family-alfasans);
39
41
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"header":"modal__header_p6hme","sticky":"modal__sticky_p6hme","content":"modal__content_p6hme"};
5
+ var mobileStyles = {"header":"modal__header_154un","sticky":"modal__sticky_154un","content":"modal__content_154un"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -13,8 +13,9 @@
13
13
  --gap-40: var(--gap-3xl);
14
14
  }
15
15
  :root {
16
- --font-family-system:
17
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
16
+ --font-family-alfasans:
17
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
18
+ Helvetica, sans-serif;
18
19
  }
19
20
  :root {
20
21
  --modal-border-radius: var(--border-radius-24);
@@ -33,7 +34,8 @@
33
34
  font-size: 22px;
34
35
  line-height: 26px;
35
36
  font-weight: 700;
36
- font-family: var(--font-family-system);
37
+ letter-spacing: 0.2px;
38
+ font-family: var(--font-family-alfasans);
37
39
  }
38
40
  .size-800 .content,
39
41
  .size-1140 .content,
@@ -42,7 +44,8 @@
42
44
  font-size: 30px;
43
45
  line-height: 36px;
44
46
  font-weight: 700;
45
- font-family: var(--font-family-system);
47
+ letter-spacing: 0.1px;
48
+ font-family: var(--font-family-alfasans);
46
49
  }
47
50
  .size-500,
48
51
  .size-600,
@@ -10,8 +10,9 @@
10
10
  --gap-10: 10px;
11
11
  }
12
12
  :root {
13
- --font-family-system:
14
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
13
+ --font-family-alfasans:
14
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
15
+ Helvetica, sans-serif;
15
16
  }
16
17
  :root {
17
18
  --modal-header-mobile-content-paddings: var(--gap-10) var(--gap-8);
@@ -34,6 +35,7 @@
34
35
  padding: var(--modal-header-mobile-content-paddings);
35
36
  font-size: 20px;
36
37
  line-height: 28px;
37
- font-weight: 600;
38
- font-family: var(--font-family-system);
38
+ font-weight: 500;
39
+ letter-spacing: -0.15px;
40
+ font-family: var(--font-family-alfasans);
39
41
  }
@@ -16,34 +16,34 @@
16
16
  --modal-l-width: 800px;
17
17
  --modal-xl-width: 1140px;
18
18
  }
19
- .modal__wrapper_141vs {
19
+ .modal__wrapper_a4bbb {
20
20
  padding-top: var(--modal-vertical-padding);
21
21
  padding-bottom: var(--modal-vertical-padding);
22
22
  }
23
- .modal__component_141vs {
23
+ .modal__component_a4bbb {
24
24
  width: 100%;
25
25
  max-width: 100%;
26
26
  border-radius: var(--modal-border-radius);
27
27
  }
28
- .modal__fullscreen_141vs {
28
+ .modal__fullscreen_a4bbb {
29
29
  padding-top: var(--gap-0);
30
30
  padding-bottom: var(--gap-0);
31
31
  overflow: hidden;
32
32
  }
33
- .modal__fullscreen_141vs .modal__component_141vs {
33
+ .modal__fullscreen_a4bbb .modal__component_a4bbb {
34
34
  flex: 1;
35
35
  border-radius: var(--border-radius-0);
36
36
  overflow: auto;
37
37
  }
38
- .modal__size-500_141vs {
38
+ .modal__size-500_a4bbb {
39
39
  width: var(--modal-s-width);
40
40
  }
41
- .modal__size-600_141vs {
41
+ .modal__size-600_a4bbb {
42
42
  width: var(--modal-m-width);
43
43
  }
44
- .modal__size-800_141vs {
44
+ .modal__size-800_a4bbb {
45
45
  width: var(--modal-l-width);
46
46
  }
47
- .modal__size-1140_141vs {
47
+ .modal__size-1140_a4bbb {
48
48
  width: var(--modal-xl-width);
49
49
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var desktopStyles = {"wrapper":"modal__wrapper_141vs","component":"modal__component_141vs","fullscreen":"modal__fullscreen_141vs","size-500":"modal__size-500_141vs","size-600":"modal__size-600_141vs","size-800":"modal__size-800_141vs","size-1140":"modal__size-1140_141vs"};
5
+ var desktopStyles = {"wrapper":"modal__wrapper_a4bbb","component":"modal__component_a4bbb","fullscreen":"modal__fullscreen_a4bbb","size-500":"modal__size-500_a4bbb","size-600":"modal__size-600_a4bbb","size-800":"modal__size-800_a4bbb","size-1140":"modal__size-1140_a4bbb"};
6
6
 
7
7
  module.exports = desktopStyles;
8
8
  //# sourceMappingURL=desktop.module.css.js.map
@@ -7,13 +7,13 @@
7
7
  --modal-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
8
8
  --modal-s-content-only-bottom-padding: var(--gap-40);
9
9
  }
10
- .modal__size-500_6ir2q,
11
- .modal__size-600_6ir2q,
12
- .modal__size-800_6ir2q,
13
- .modal__size-1140_6ir2q,
14
- .modal__fullscreen_6ir2q {
10
+ .modal__size-500_7l4wz,
11
+ .modal__size-600_7l4wz,
12
+ .modal__size-800_7l4wz,
13
+ .modal__size-1140_7l4wz,
14
+ .modal__fullscreen_7l4wz {
15
15
  padding: var(--modal-s-content-paddings);
16
16
  }
17
- .modal__size-500_6ir2q:last-child, .modal__size-600_6ir2q:last-child, .modal__size-800_6ir2q:last-child, .modal__size-1140_6ir2q:last-child, .modal__fullscreen_6ir2q:last-child {
17
+ .modal__size-500_7l4wz:last-child, .modal__size-600_7l4wz:last-child, .modal__size-800_7l4wz:last-child, .modal__size-1140_7l4wz:last-child, .modal__fullscreen_7l4wz:last-child {
18
18
  padding-bottom: var(--modal-s-content-only-bottom-padding);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var desktopStyles = {"size-500":"modal__size-500_6ir2q","size-600":"modal__size-600_6ir2q","size-800":"modal__size-800_6ir2q","size-1140":"modal__size-1140_6ir2q","fullscreen":"modal__fullscreen_6ir2q"};
3
+ var desktopStyles = {"size-500":"modal__size-500_7l4wz","size-600":"modal__size-600_7l4wz","size-800":"modal__size-800_7l4wz","size-1140":"modal__size-1140_7l4wz","fullscreen":"modal__fullscreen_7l4wz"};
4
4
 
5
5
  export { desktopStyles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .modal__content_17a46 {
4
+ .modal__content_1t41r {
5
5
  position: relative;
6
6
  box-sizing: border-box;
7
7
  width: 100%;
8
8
  z-index: 0;
9
9
  }
10
- .modal__content_17a46.modal__withHeader_17a46 {
10
+ .modal__content_1t41r.modal__withHeader_1t41r {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .modal__flex_17a46 {
13
+ .modal__flex_1t41r {
14
14
  flex: 1;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"content":"modal__content_17a46","withHeader":"modal__withHeader_17a46","flex":"modal__flex_17a46"};
3
+ var styles = {"content":"modal__content_1t41r","withHeader":"modal__withHeader_1t41r","flex":"modal__flex_1t41r"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,9 +3,9 @@
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
5
  }
6
- .modal__content_gfu1u {
6
+ .modal__content_l6und {
7
7
  padding: var(--gap-16) var(--gap-16) var(--gap-0);
8
8
  }
9
- .modal__content_gfu1u:last-child {
9
+ .modal__content_l6und:last-child {
10
10
  padding-bottom: var(--gap-16);
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"content":"modal__content_gfu1u"};
3
+ var mobileStyles = {"content":"modal__content_l6und"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .modal__component_fyvrz {
1
+ .modal__component_lr6s8 {
2
2
  width: 100%;
3
3
  }