@alfalab/core-components-modal 11.0.9-alfasans → 11.0.9

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 (95) 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/controls/mobile.layout.css +2 -2
  10. package/components/controls/mobile.layout.module.css.js +1 -1
  11. package/components/footer/desktop.css +8 -8
  12. package/components/footer/desktop.module.css.js +1 -1
  13. package/components/footer/index.css +3 -3
  14. package/components/footer/index.module.css.js +1 -1
  15. package/components/footer/layout.css +16 -16
  16. package/components/footer/layout.module.css.js +1 -1
  17. package/components/footer/mobile.css +3 -3
  18. package/components/footer/mobile.module.css.js +1 -1
  19. package/components/header/desktop.css +18 -21
  20. package/components/header/desktop.module.css.js +1 -1
  21. package/components/header/index.css +3 -3
  22. package/components/header/index.module.css.js +1 -1
  23. package/components/header/mobile.css +8 -10
  24. package/components/header/mobile.module.css.js +1 -1
  25. package/cssm/components/header/desktop.module.css +4 -7
  26. package/cssm/components/header/mobile.module.css +4 -6
  27. package/desktop/desktop.css +8 -8
  28. package/desktop/desktop.module.css.js +1 -1
  29. package/esm/components/content/desktop.css +6 -6
  30. package/esm/components/content/desktop.module.css.js +1 -1
  31. package/esm/components/content/index.css +3 -3
  32. package/esm/components/content/index.module.css.js +1 -1
  33. package/esm/components/content/mobile.css +2 -2
  34. package/esm/components/content/mobile.module.css.js +1 -1
  35. package/esm/components/controls/index.css +1 -1
  36. package/esm/components/controls/index.module.css.js +1 -1
  37. package/esm/components/controls/mobile.layout.css +2 -2
  38. package/esm/components/controls/mobile.layout.module.css.js +1 -1
  39. package/esm/components/footer/desktop.css +8 -8
  40. package/esm/components/footer/desktop.module.css.js +1 -1
  41. package/esm/components/footer/index.css +3 -3
  42. package/esm/components/footer/index.module.css.js +1 -1
  43. package/esm/components/footer/layout.css +16 -16
  44. package/esm/components/footer/layout.module.css.js +1 -1
  45. package/esm/components/footer/mobile.css +3 -3
  46. package/esm/components/footer/mobile.module.css.js +1 -1
  47. package/esm/components/header/desktop.css +18 -21
  48. package/esm/components/header/desktop.module.css.js +1 -1
  49. package/esm/components/header/index.css +3 -3
  50. package/esm/components/header/index.module.css.js +1 -1
  51. package/esm/components/header/mobile.css +8 -10
  52. package/esm/components/header/mobile.module.css.js +1 -1
  53. package/esm/desktop/desktop.css +8 -8
  54. package/esm/desktop/desktop.module.css.js +1 -1
  55. package/esm/mobile/mobile.css +2 -2
  56. package/esm/mobile/mobile.module.css.js +1 -1
  57. package/esm/transitions.css +7 -7
  58. package/esm/transitions.module.css.js +1 -1
  59. package/mobile/mobile.css +2 -2
  60. package/mobile/mobile.module.css.js +1 -1
  61. package/modern/components/content/desktop.css +6 -6
  62. package/modern/components/content/desktop.module.css.js +1 -1
  63. package/modern/components/content/index.css +3 -3
  64. package/modern/components/content/index.module.css.js +1 -1
  65. package/modern/components/content/mobile.css +2 -2
  66. package/modern/components/content/mobile.module.css.js +1 -1
  67. package/modern/components/controls/index.css +1 -1
  68. package/modern/components/controls/index.module.css.js +1 -1
  69. package/modern/components/controls/mobile.layout.css +2 -2
  70. package/modern/components/controls/mobile.layout.module.css.js +1 -1
  71. package/modern/components/footer/desktop.css +8 -8
  72. package/modern/components/footer/desktop.module.css.js +1 -1
  73. package/modern/components/footer/index.css +3 -3
  74. package/modern/components/footer/index.module.css.js +1 -1
  75. package/modern/components/footer/layout.css +16 -16
  76. package/modern/components/footer/layout.module.css.js +1 -1
  77. package/modern/components/footer/mobile.css +3 -3
  78. package/modern/components/footer/mobile.module.css.js +1 -1
  79. package/modern/components/header/desktop.css +18 -21
  80. package/modern/components/header/desktop.module.css.js +1 -1
  81. package/modern/components/header/index.css +3 -3
  82. package/modern/components/header/index.module.css.js +1 -1
  83. package/modern/components/header/mobile.css +8 -10
  84. package/modern/components/header/mobile.module.css.js +1 -1
  85. package/modern/desktop/desktop.css +8 -8
  86. package/modern/desktop/desktop.module.css.js +1 -1
  87. package/modern/mobile/mobile.css +2 -2
  88. package/modern/mobile/mobile.module.css.js +1 -1
  89. package/modern/transitions.css +7 -7
  90. package/modern/transitions.module.css.js +1 -1
  91. package/moderncssm/components/header/desktop.module.css +2 -4
  92. package/moderncssm/components/header/mobile.module.css +2 -3
  93. package/package.json +7 -7
  94. package/transitions.css +7 -7
  95. 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_1uoxm,
11
- .modal__size-600_1uoxm,
12
- .modal__size-800_1uoxm,
13
- .modal__size-1140_1uoxm,
14
- .modal__fullscreen_1uoxm {
10
+ .modal__size-500_1742m,
11
+ .modal__size-600_1742m,
12
+ .modal__size-800_1742m,
13
+ .modal__size-1140_1742m,
14
+ .modal__fullscreen_1742m {
15
15
  padding: var(--modal-s-content-paddings);
16
16
  }
17
- .modal__size-500_1uoxm:last-child, .modal__size-600_1uoxm:last-child, .modal__size-800_1uoxm:last-child, .modal__size-1140_1uoxm:last-child, .modal__fullscreen_1uoxm:last-child {
17
+ .modal__size-500_1742m:last-child, .modal__size-600_1742m:last-child, .modal__size-800_1742m:last-child, .modal__size-1140_1742m:last-child, .modal__fullscreen_1742m: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_1uoxm","size-600":"modal__size-600_1uoxm","size-800":"modal__size-800_1uoxm","size-1140":"modal__size-1140_1uoxm","fullscreen":"modal__fullscreen_1uoxm"};
5
+ var desktopStyles = {"size-500":"modal__size-500_1742m","size-600":"modal__size-600_1742m","size-800":"modal__size-800_1742m","size-1140":"modal__size-1140_1742m","fullscreen":"modal__fullscreen_1742m"};
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_1o6oc {
4
+ .modal__content_114w1 {
5
5
  position: relative;
6
6
  box-sizing: border-box;
7
7
  width: 100%;
8
8
  z-index: 0;
9
9
  }
10
- .modal__content_1o6oc.modal__withHeader_1o6oc {
10
+ .modal__content_114w1.modal__withHeader_114w1 {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .modal__flex_1o6oc {
13
+ .modal__flex_114w1 {
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_1o6oc","withHeader":"modal__withHeader_1o6oc","flex":"modal__flex_1o6oc"};
5
+ var styles = {"content":"modal__content_114w1","withHeader":"modal__withHeader_114w1","flex":"modal__flex_114w1"};
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-20: var(--gap-l);
5
5
  }
6
- .modal__content_1c04s {
6
+ .modal__content_ulewb {
7
7
  padding: var(--gap-20) var(--gap-20) var(--gap-0);
8
8
  }
9
- .modal__content_1c04s:last-child {
9
+ .modal__content_ulewb:last-child {
10
10
  padding-bottom: var(--gap-20);
11
11
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"content":"modal__content_1c04s"};
5
+ var mobileStyles = {"content":"modal__content_ulewb"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .modal__component_9tvfc {
1
+ .modal__component_39833 {
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_9tvfc"};
5
+ var styles = {"component":"modal__component_39833"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -5,9 +5,9 @@
5
5
  :root {
6
6
  --modal-footer-mobile-default-gap: var(--gap-8);
7
7
  }
8
- .modal__column_1ifwf > *:not(:last-child):not(:only-child) {
8
+ .modal__column_6cczh > *:not(:last-child):not(:only-child) {
9
9
  margin-bottom: var(--modal-footer-mobile-default-gap);
10
10
  }
11
- .modal__start_1ifwf > *:not(:last-child):not(:only-child), .modal__center_1ifwf > *:not(:last-child):not(:only-child), .modal__space-between_1ifwf > *:not(:last-child):not(:only-child) {
11
+ .modal__start_6cczh > *:not(:last-child):not(:only-child), .modal__center_6cczh > *:not(:last-child):not(:only-child), .modal__space-between_6cczh > *:not(:last-child):not(:only-child) {
12
12
  margin-right: var(--modal-footer-mobile-default-gap);
13
13
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.layout.css');
4
4
 
5
- var mobileLayoutStyles = {"column":"modal__column_1ifwf","start":"modal__start_1ifwf","center":"modal__center_1ifwf","space-between":"modal__space-between_1ifwf"};
5
+ var mobileLayoutStyles = {"column":"modal__column_6cczh","start":"modal__start_6cczh","center":"modal__center_6cczh","space-between":"modal__space-between_6cczh"};
6
6
 
7
7
  module.exports = mobileLayoutStyles;
8
8
  //# sourceMappingURL=mobile.layout.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_1ke3m {
17
+ .modal__footer_tjrgr {
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_1ke3m {
21
+ .modal__sticky_tjrgr {
22
22
  bottom: calc(var(--modal-vertical-padding) * -1);
23
23
  }
24
- .modal__sticky_1ke3m.modal__fullscreen_1ke3m {
24
+ .modal__sticky_tjrgr.modal__fullscreen_tjrgr {
25
25
  bottom: var(--gap-0);
26
26
  }
27
- .modal__size-500_1ke3m,
28
- .modal__size-600_1ke3m,
29
- .modal__size-800_1ke3m,
30
- .modal__size-1140_1ke3m,
31
- .modal__fullscreen_1ke3m {
27
+ .modal__size-500_tjrgr,
28
+ .modal__size-600_tjrgr,
29
+ .modal__size-800_tjrgr,
30
+ .modal__size-1140_tjrgr,
31
+ .modal__fullscreen_tjrgr {
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_1ke3m","sticky":"modal__sticky_1ke3m","fullscreen":"modal__fullscreen_1ke3m","size-500":"modal__size-500_1ke3m","size-600":"modal__size-600_1ke3m","size-800":"modal__size-800_1ke3m","size-1140":"modal__size-1140_1ke3m"};
5
+ var desktopStyles = {"footer":"modal__footer_tjrgr","sticky":"modal__sticky_tjrgr","fullscreen":"modal__fullscreen_tjrgr","size-500":"modal__size-500_tjrgr","size-600":"modal__size-600_tjrgr","size-800":"modal__size-800_tjrgr","size-1140":"modal__size-1140_tjrgr"};
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_nqs69 {
10
+ .modal__footer_wo09i {
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_nqs69 {
17
+ .modal__sticky_wo09i {
18
18
  background: var(--modal-footer-background);
19
19
  position: sticky;
20
20
  }
21
- .modal__highlighted_nqs69 {
21
+ .modal__highlighted_wo09i {
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_nqs69","sticky":"modal__sticky_nqs69","highlighted":"modal__highlighted_nqs69"};
5
+ var styles = {"footer":"modal__footer_wo09i","sticky":"modal__sticky_wo09i","highlighted":"modal__highlighted_wo09i"};
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_15e9t {
12
+ .modal__column_1wnpp {
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  }
16
- .modal__column_15e9t > *:not(:last-child):not(:only-child) {
16
+ .modal__column_1wnpp > *:not(:last-child):not(:only-child) {
17
17
  margin-bottom: var(--modal-footer-default-gap);
18
18
  }
19
- .modal__column_15e9t.modal__gap-16_15e9t > *:not(:last-child):not(:only-child) {
19
+ .modal__column_1wnpp.modal__gap-16_1wnpp > *:not(:last-child):not(:only-child) {
20
20
  margin-bottom: var(--gap-16);
21
21
  }
22
- .modal__column_15e9t.modal__gap-24_15e9t > *:not(:last-child):not(:only-child) {
22
+ .modal__column_1wnpp.modal__gap-24_1wnpp > *:not(:last-child):not(:only-child) {
23
23
  margin-bottom: var(--gap-24);
24
24
  }
25
- .modal__column_15e9t.modal__gap-32_15e9t > *:not(:last-child):not(:only-child) {
25
+ .modal__column_1wnpp.modal__gap-32_1wnpp > *:not(:last-child):not(:only-child) {
26
26
  margin-bottom: var(--gap-32);
27
27
  }
28
- .modal__start_15e9t {
28
+ .modal__start_1wnpp {
29
29
  justify-content: flex-start;
30
30
  }
31
- .modal__center_15e9t {
31
+ .modal__center_1wnpp {
32
32
  justify-content: center;
33
33
  }
34
- .modal__space-between_15e9t {
34
+ .modal__space-between_1wnpp {
35
35
  justify-content: space-between;
36
36
  }
37
- .modal__space-between_15e9t > * {
37
+ .modal__space-between_1wnpp > * {
38
38
  flex: 1;
39
39
  }
40
- .modal__start_15e9t,
41
- .modal__center_15e9t,
42
- .modal__space-between_15e9t {
40
+ .modal__start_1wnpp,
41
+ .modal__center_1wnpp,
42
+ .modal__space-between_1wnpp {
43
43
  display: flex;
44
44
  }
45
- .modal__start_15e9t > *:not(:last-child):not(:only-child), .modal__center_15e9t > *:not(:last-child):not(:only-child), .modal__space-between_15e9t > *:not(:last-child):not(:only-child) {
45
+ .modal__start_1wnpp > *:not(:last-child):not(:only-child), .modal__center_1wnpp > *:not(:last-child):not(:only-child), .modal__space-between_1wnpp > *:not(:last-child):not(:only-child) {
46
46
  margin-right: var(--modal-footer-default-gap);
47
47
  }
48
- .modal__start_15e9t.modal__gap-16_15e9t > *:not(:last-child):not(:only-child), .modal__center_15e9t.modal__gap-16_15e9t > *:not(:last-child):not(:only-child), .modal__space-between_15e9t.modal__gap-16_15e9t > *:not(:last-child):not(:only-child) {
48
+ .modal__start_1wnpp.modal__gap-16_1wnpp > *:not(:last-child):not(:only-child), .modal__center_1wnpp.modal__gap-16_1wnpp > *:not(:last-child):not(:only-child), .modal__space-between_1wnpp.modal__gap-16_1wnpp > *:not(:last-child):not(:only-child) {
49
49
  margin-right: var(--gap-16);
50
50
  }
51
- .modal__start_15e9t.modal__gap-24_15e9t > *:not(:last-child):not(:only-child), .modal__center_15e9t.modal__gap-24_15e9t > *:not(:last-child):not(:only-child), .modal__space-between_15e9t.modal__gap-24_15e9t > *:not(:last-child):not(:only-child) {
51
+ .modal__start_1wnpp.modal__gap-24_1wnpp > *:not(:last-child):not(:only-child), .modal__center_1wnpp.modal__gap-24_1wnpp > *:not(:last-child):not(:only-child), .modal__space-between_1wnpp.modal__gap-24_1wnpp > *:not(:last-child):not(:only-child) {
52
52
  margin-right: var(--gap-24);
53
53
  }
54
- .modal__start_15e9t.modal__gap-32_15e9t > *:not(:last-child):not(:only-child), .modal__center_15e9t.modal__gap-32_15e9t > *:not(:last-child):not(:only-child), .modal__space-between_15e9t.modal__gap-32_15e9t > *:not(:last-child):not(:only-child) {
54
+ .modal__start_1wnpp.modal__gap-32_1wnpp > *:not(:last-child):not(:only-child), .modal__center_1wnpp.modal__gap-32_1wnpp > *:not(:last-child):not(:only-child), .modal__space-between_1wnpp.modal__gap-32_1wnpp > *: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_15e9t","gap-16":"modal__gap-16_15e9t","gap-24":"modal__gap-24_15e9t","gap-32":"modal__gap-32_15e9t","start":"modal__start_15e9t","center":"modal__center_15e9t","space-between":"modal__space-between_15e9t"};
5
+ var layoutStyles = {"column":"modal__column_1wnpp","gap-16":"modal__gap-16_1wnpp","gap-24":"modal__gap-24_1wnpp","gap-32":"modal__gap-32_1wnpp","start":"modal__start_1wnpp","center":"modal__center_1wnpp","space-between":"modal__space-between_1wnpp"};
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-20: var(--gap-l);
8
8
  }
9
- .modal__footer_k2bto {
9
+ .modal__footer_67py7 {
10
10
  padding: var(--gap-20);
11
11
  }
12
12
  @media (display-mode: standalone) {
13
- .modal__footer_k2bto {
13
+ .modal__footer_67py7 {
14
14
  padding-bottom: calc(var(--sab) + var(--gap-20));
15
15
  }
16
16
  }
17
- .modal__sticky_k2bto {
17
+ .modal__sticky_67py7 {
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_k2bto","sticky":"modal__sticky_k2bto"};
5
+ var mobileStyles = {"footer":"modal__footer_67py7","sticky":"modal__sticky_67py7"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -13,9 +13,8 @@
13
13
  --gap-40: var(--gap-3xl);
14
14
  }
15
15
  :root {
16
- --font-family-alfasans:
17
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
18
- Helvetica, sans-serif;
16
+ --font-family-system:
17
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
19
18
  }
20
19
  :root {
21
20
  --modal-border-radius: var(--border-radius-24);
@@ -24,39 +23,37 @@
24
23
  --modal-s-header-desktop-content-paddings: var(--gap-12);
25
24
  --modal-l-header-desktop-content-paddings: var(--gap-6) var(--gap-12) var(--gap-16);
26
25
  }
27
- .modal__header_1b2uw {
26
+ .modal__header_19yeh {
28
27
  border-top-left-radius: var(--modal-border-radius);
29
28
  border-top-right-radius: var(--modal-border-radius);
30
29
  }
31
- .modal__size-500_1b2uw .modal__content_1b2uw,
32
- .modal__size-600_1b2uw .modal__content_1b2uw {
30
+ .modal__size-500_19yeh .modal__content_19yeh,
31
+ .modal__size-600_19yeh .modal__content_19yeh {
33
32
  padding: var(--modal-s-header-desktop-content-paddings);
34
33
  font-size: 22px;
35
34
  line-height: 26px;
36
35
  font-weight: 700;
37
- letter-spacing: 0.2px;
38
- font-family: var(--font-family-alfasans);
36
+ font-family: var(--font-family-system);
39
37
  }
40
- .modal__size-800_1b2uw .modal__content_1b2uw,
41
- .modal__size-1140_1b2uw .modal__content_1b2uw,
42
- .modal__fullscreen_1b2uw .modal__content_1b2uw {
38
+ .modal__size-800_19yeh .modal__content_19yeh,
39
+ .modal__size-1140_19yeh .modal__content_19yeh,
40
+ .modal__fullscreen_19yeh .modal__content_19yeh {
43
41
  padding: var(--modal-l-header-desktop-content-paddings);
44
42
  font-size: 30px;
45
43
  line-height: 36px;
46
44
  font-weight: 700;
47
- letter-spacing: 0.1px;
48
- font-family: var(--font-family-alfasans);
49
- }
50
- .modal__size-500_1b2uw,
51
- .modal__size-600_1b2uw,
52
- .modal__size-800_1b2uw,
53
- .modal__size-1140_1b2uw,
54
- .modal__fullscreen_1b2uw {
45
+ font-family: var(--font-family-system);
46
+ }
47
+ .modal__size-500_19yeh,
48
+ .modal__size-600_19yeh,
49
+ .modal__size-800_19yeh,
50
+ .modal__size-1140_19yeh,
51
+ .modal__fullscreen_19yeh {
55
52
  padding: var(--modal-s-header-paddings);
56
53
  }
57
- .modal__sticky_1b2uw {
54
+ .modal__sticky_19yeh {
58
55
  top: calc(var(--modal-vertical-padding) * -1);
59
56
  }
60
- .modal__sticky_1b2uw.modal__fullscreen_1b2uw {
57
+ .modal__sticky_19yeh.modal__fullscreen_19yeh {
61
58
  top: var(--gap-0);
62
59
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./desktop.css');
4
4
 
5
- var desktopStyles = {"header":"modal__header_1b2uw","size-500":"modal__size-500_1b2uw","content":"modal__content_1b2uw","size-600":"modal__size-600_1b2uw","size-800":"modal__size-800_1b2uw","size-1140":"modal__size-1140_1b2uw","fullscreen":"modal__fullscreen_1b2uw","sticky":"modal__sticky_1b2uw"};
5
+ var desktopStyles = {"header":"modal__header_19yeh","size-500":"modal__size-500_19yeh","content":"modal__content_19yeh","size-600":"modal__size-600_19yeh","size-800":"modal__size-800_19yeh","size-1140":"modal__size-1140_19yeh","fullscreen":"modal__fullscreen_19yeh","sticky":"modal__sticky_19yeh"};
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_7c2m0 {
10
+ .modal__highlighted_1ekt6 {
11
11
  background: var(--modal-header-highlight-background);
12
12
  box-shadow: var(--modal-header-highlight-box-shadow);
13
13
  }
14
- .modal__sticky_7c2m0 {
14
+ .modal__sticky_1ekt6 {
15
15
  position: sticky;
16
16
  z-index: 1;
17
17
  }
18
- .modal__sticky_7c2m0.modal__hasContent_7c2m0 {
18
+ .modal__sticky_1ekt6.modal__hasContent_1ekt6 {
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_7c2m0","sticky":"modal__sticky_7c2m0","hasContent":"modal__hasContent_7c2m0"};
5
+ var styles = {"highlighted":"modal__highlighted_1ekt6","sticky":"modal__sticky_1ekt6","hasContent":"modal__hasContent_1ekt6"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -12,9 +12,8 @@
12
12
  --gap-12: var(--gap-s);
13
13
  }
14
14
  :root {
15
- --font-family-alfasans:
16
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
17
- Helvetica, sans-serif;
15
+ --font-family-system:
16
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
18
17
  }
19
18
  :root {
20
19
  --modal-header-mobile-content-paddings: var(--gap-10) var(--gap-8);
@@ -22,22 +21,21 @@
22
21
  --modal-header-mobile-paddings: var(--modal-header-mobile-top-padding) var(--gap-12)
23
22
  var(--gap-4) var(--gap-12);
24
23
  }
25
- .modal__header_7bmle {
24
+ .modal__header_16qzz {
26
25
  padding: var(--modal-header-mobile-paddings);
27
26
  }
28
27
  @media (display-mode: standalone) {
29
- .modal__header_7bmle {
28
+ .modal__header_16qzz {
30
29
  padding-top: calc(var(--sat) + var(--modal-header-mobile-top-padding));
31
30
  }
32
31
  }
33
- .modal__sticky_7bmle {
32
+ .modal__sticky_16qzz {
34
33
  top: var(--gap-0);
35
34
  }
36
- .modal__content_7bmle {
35
+ .modal__content_16qzz {
37
36
  padding: var(--modal-header-mobile-content-paddings);
38
37
  font-size: 20px;
39
38
  line-height: 28px;
40
- font-weight: 500;
41
- letter-spacing: -0.15px;
42
- font-family: var(--font-family-alfasans);
39
+ font-weight: 600;
40
+ font-family: var(--font-family-system);
43
41
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"header":"modal__header_7bmle","sticky":"modal__sticky_7bmle","content":"modal__content_7bmle"};
5
+ var mobileStyles = {"header":"modal__header_16qzz","sticky":"modal__sticky_16qzz","content":"modal__content_16qzz"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -13,9 +13,8 @@
13
13
  --gap-40: var(--gap-3xl);
14
14
  }
15
15
  :root {
16
- --font-family-alfasans:
17
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
18
- Helvetica, sans-serif;
16
+ --font-family-system:
17
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
19
18
  }
20
19
  :root {
21
20
  --modal-border-radius: var(--border-radius-24);
@@ -34,8 +33,7 @@
34
33
  font-size: 22px;
35
34
  line-height: 26px;
36
35
  font-weight: 700;
37
- letter-spacing: 0.2px;
38
- font-family: var(--font-family-alfasans);
36
+ font-family: var(--font-family-system);
39
37
  }
40
38
  .size-800 .content,
41
39
  .size-1140 .content,
@@ -44,8 +42,7 @@
44
42
  font-size: 30px;
45
43
  line-height: 36px;
46
44
  font-weight: 700;
47
- letter-spacing: 0.1px;
48
- font-family: var(--font-family-alfasans);
45
+ font-family: var(--font-family-system);
49
46
  }
50
47
  .size-500,
51
48
  .size-600,
@@ -12,9 +12,8 @@
12
12
  --gap-12: var(--gap-s);
13
13
  }
14
14
  :root {
15
- --font-family-alfasans:
16
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
17
- Helvetica, sans-serif;
15
+ --font-family-system:
16
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
18
17
  }
19
18
  :root {
20
19
  --modal-header-mobile-content-paddings: var(--gap-10) var(--gap-8);
@@ -37,7 +36,6 @@
37
36
  padding: var(--modal-header-mobile-content-paddings);
38
37
  font-size: 20px;
39
38
  line-height: 28px;
40
- font-weight: 500;
41
- letter-spacing: -0.15px;
42
- font-family: var(--font-family-alfasans);
39
+ font-weight: 600;
40
+ font-family: var(--font-family-system);
43
41
  }
@@ -16,34 +16,34 @@
16
16
  --modal-l-width: 800px;
17
17
  --modal-xl-width: 1140px;
18
18
  }
19
- .modal__wrapper_15sg4 {
19
+ .modal__wrapper_fblyk {
20
20
  padding-top: var(--modal-vertical-padding);
21
21
  padding-bottom: var(--modal-vertical-padding);
22
22
  }
23
- .modal__component_15sg4 {
23
+ .modal__component_fblyk {
24
24
  width: 100%;
25
25
  max-width: 100%;
26
26
  border-radius: var(--modal-border-radius);
27
27
  }
28
- .modal__fullscreen_15sg4 {
28
+ .modal__fullscreen_fblyk {
29
29
  padding-top: var(--gap-0);
30
30
  padding-bottom: var(--gap-0);
31
31
  overflow: hidden;
32
32
  }
33
- .modal__fullscreen_15sg4 .modal__component_15sg4 {
33
+ .modal__fullscreen_fblyk .modal__component_fblyk {
34
34
  flex: 1;
35
35
  border-radius: var(--border-radius-0);
36
36
  overflow: auto;
37
37
  }
38
- .modal__size-500_15sg4 {
38
+ .modal__size-500_fblyk {
39
39
  width: var(--modal-s-width);
40
40
  }
41
- .modal__size-600_15sg4 {
41
+ .modal__size-600_fblyk {
42
42
  width: var(--modal-m-width);
43
43
  }
44
- .modal__size-800_15sg4 {
44
+ .modal__size-800_fblyk {
45
45
  width: var(--modal-l-width);
46
46
  }
47
- .modal__size-1140_15sg4 {
47
+ .modal__size-1140_fblyk {
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_15sg4","component":"modal__component_15sg4","fullscreen":"modal__fullscreen_15sg4","size-500":"modal__size-500_15sg4","size-600":"modal__size-600_15sg4","size-800":"modal__size-800_15sg4","size-1140":"modal__size-1140_15sg4"};
5
+ var desktopStyles = {"wrapper":"modal__wrapper_fblyk","component":"modal__component_fblyk","fullscreen":"modal__fullscreen_fblyk","size-500":"modal__size-500_fblyk","size-600":"modal__size-600_fblyk","size-800":"modal__size-800_fblyk","size-1140":"modal__size-1140_fblyk"};
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_1uoxm,
11
- .modal__size-600_1uoxm,
12
- .modal__size-800_1uoxm,
13
- .modal__size-1140_1uoxm,
14
- .modal__fullscreen_1uoxm {
10
+ .modal__size-500_1742m,
11
+ .modal__size-600_1742m,
12
+ .modal__size-800_1742m,
13
+ .modal__size-1140_1742m,
14
+ .modal__fullscreen_1742m {
15
15
  padding: var(--modal-s-content-paddings);
16
16
  }
17
- .modal__size-500_1uoxm:last-child, .modal__size-600_1uoxm:last-child, .modal__size-800_1uoxm:last-child, .modal__size-1140_1uoxm:last-child, .modal__fullscreen_1uoxm:last-child {
17
+ .modal__size-500_1742m:last-child, .modal__size-600_1742m:last-child, .modal__size-800_1742m:last-child, .modal__size-1140_1742m:last-child, .modal__fullscreen_1742m: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_1uoxm","size-600":"modal__size-600_1uoxm","size-800":"modal__size-800_1uoxm","size-1140":"modal__size-1140_1uoxm","fullscreen":"modal__fullscreen_1uoxm"};
3
+ var desktopStyles = {"size-500":"modal__size-500_1742m","size-600":"modal__size-600_1742m","size-800":"modal__size-800_1742m","size-1140":"modal__size-1140_1742m","fullscreen":"modal__fullscreen_1742m"};
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_1o6oc {
4
+ .modal__content_114w1 {
5
5
  position: relative;
6
6
  box-sizing: border-box;
7
7
  width: 100%;
8
8
  z-index: 0;
9
9
  }
10
- .modal__content_1o6oc.modal__withHeader_1o6oc {
10
+ .modal__content_114w1.modal__withHeader_114w1 {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .modal__flex_1o6oc {
13
+ .modal__flex_114w1 {
14
14
  flex: 1;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"content":"modal__content_1o6oc","withHeader":"modal__withHeader_1o6oc","flex":"modal__flex_1o6oc"};
3
+ var styles = {"content":"modal__content_114w1","withHeader":"modal__withHeader_114w1","flex":"modal__flex_114w1"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map