@alfalab/core-components-modal 11.0.11 → 11.0.12

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 (91) 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 +13 -13
  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 +4 -4
  24. package/components/header/mobile.module.css.js +1 -1
  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/controls/mobile.layout.css +2 -2
  36. package/esm/components/controls/mobile.layout.module.css.js +1 -1
  37. package/esm/components/footer/desktop.css +8 -8
  38. package/esm/components/footer/desktop.module.css.js +1 -1
  39. package/esm/components/footer/index.css +3 -3
  40. package/esm/components/footer/index.module.css.js +1 -1
  41. package/esm/components/footer/layout.css +16 -16
  42. package/esm/components/footer/layout.module.css.js +1 -1
  43. package/esm/components/footer/mobile.css +3 -3
  44. package/esm/components/footer/mobile.module.css.js +1 -1
  45. package/esm/components/header/desktop.css +13 -13
  46. package/esm/components/header/desktop.module.css.js +1 -1
  47. package/esm/components/header/index.css +3 -3
  48. package/esm/components/header/index.module.css.js +1 -1
  49. package/esm/components/header/mobile.css +4 -4
  50. package/esm/components/header/mobile.module.css.js +1 -1
  51. package/esm/desktop/desktop.css +8 -8
  52. package/esm/desktop/desktop.module.css.js +1 -1
  53. package/esm/mobile/mobile.css +2 -2
  54. package/esm/mobile/mobile.module.css.js +1 -1
  55. package/esm/transitions.css +7 -7
  56. package/esm/transitions.module.css.js +1 -1
  57. package/mobile/mobile.css +2 -2
  58. package/mobile/mobile.module.css.js +1 -1
  59. package/modern/components/content/desktop.css +6 -6
  60. package/modern/components/content/desktop.module.css.js +1 -1
  61. package/modern/components/content/index.css +3 -3
  62. package/modern/components/content/index.module.css.js +1 -1
  63. package/modern/components/content/mobile.css +2 -2
  64. package/modern/components/content/mobile.module.css.js +1 -1
  65. package/modern/components/controls/index.css +1 -1
  66. package/modern/components/controls/index.module.css.js +1 -1
  67. package/modern/components/controls/mobile.layout.css +2 -2
  68. package/modern/components/controls/mobile.layout.module.css.js +1 -1
  69. package/modern/components/footer/desktop.css +8 -8
  70. package/modern/components/footer/desktop.module.css.js +1 -1
  71. package/modern/components/footer/index.css +3 -3
  72. package/modern/components/footer/index.module.css.js +1 -1
  73. package/modern/components/footer/layout.css +16 -16
  74. package/modern/components/footer/layout.module.css.js +1 -1
  75. package/modern/components/footer/mobile.css +3 -3
  76. package/modern/components/footer/mobile.module.css.js +1 -1
  77. package/modern/components/header/desktop.css +13 -13
  78. package/modern/components/header/desktop.module.css.js +1 -1
  79. package/modern/components/header/index.css +3 -3
  80. package/modern/components/header/index.module.css.js +1 -1
  81. package/modern/components/header/mobile.css +4 -4
  82. package/modern/components/header/mobile.module.css.js +1 -1
  83. package/modern/desktop/desktop.css +8 -8
  84. package/modern/desktop/desktop.module.css.js +1 -1
  85. package/modern/mobile/mobile.css +2 -2
  86. package/modern/mobile/mobile.module.css.js +1 -1
  87. package/modern/transitions.css +7 -7
  88. package/modern/transitions.module.css.js +1 -1
  89. package/package.json +5 -5
  90. package/transitions.css +7 -7
  91. package/transitions.module.css.js +1 -1
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var desktopStyles = {"footer":"modal__footer_16ouj","sticky":"modal__sticky_16ouj","fullscreen":"modal__fullscreen_16ouj","size-500":"modal__size-500_16ouj","size-600":"modal__size-600_16ouj","size-800":"modal__size-800_16ouj","size-1140":"modal__size-1140_16ouj"};
3
+ var desktopStyles = {"footer":"modal__footer_rtyay","sticky":"modal__sticky_rtyay","fullscreen":"modal__fullscreen_rtyay","size-500":"modal__size-500_rtyay","size-600":"modal__size-600_rtyay","size-800":"modal__size-800_rtyay","size-1140":"modal__size-1140_rtyay"};
4
4
 
5
5
  export { desktopStyles as default };
6
6
  //# 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_1mj4e {
10
+ .modal__footer_17o85 {
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_1mj4e {
17
+ .modal__sticky_17o85 {
18
18
  background: var(--modal-footer-background);
19
19
  position: sticky;
20
20
  }
21
- .modal__highlighted_1mj4e {
21
+ .modal__highlighted_17o85 {
22
22
  background: var(--modal-footer-highlight-background);
23
23
  box-shadow: var(--modal-footer-highlight-box-shadow);
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"modal__footer_1mj4e","sticky":"modal__sticky_1mj4e","highlighted":"modal__highlighted_1mj4e"};
3
+ var styles = {"footer":"modal__footer_17o85","sticky":"modal__sticky_17o85","highlighted":"modal__highlighted_17o85"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_131de {
12
+ .modal__column_o6h65 {
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  }
16
- .modal__column_131de > *:not(:last-child):not(:only-child) {
16
+ .modal__column_o6h65 > *:not(:last-child):not(:only-child) {
17
17
  margin-bottom: var(--modal-footer-default-gap);
18
18
  }
19
- .modal__column_131de.modal__gap-16_131de > *:not(:last-child):not(:only-child) {
19
+ .modal__column_o6h65.modal__gap-16_o6h65 > *:not(:last-child):not(:only-child) {
20
20
  margin-bottom: var(--gap-16);
21
21
  }
22
- .modal__column_131de.modal__gap-24_131de > *:not(:last-child):not(:only-child) {
22
+ .modal__column_o6h65.modal__gap-24_o6h65 > *:not(:last-child):not(:only-child) {
23
23
  margin-bottom: var(--gap-24);
24
24
  }
25
- .modal__column_131de.modal__gap-32_131de > *:not(:last-child):not(:only-child) {
25
+ .modal__column_o6h65.modal__gap-32_o6h65 > *:not(:last-child):not(:only-child) {
26
26
  margin-bottom: var(--gap-32);
27
27
  }
28
- .modal__start_131de {
28
+ .modal__start_o6h65 {
29
29
  justify-content: flex-start;
30
30
  }
31
- .modal__center_131de {
31
+ .modal__center_o6h65 {
32
32
  justify-content: center;
33
33
  }
34
- .modal__space-between_131de {
34
+ .modal__space-between_o6h65 {
35
35
  justify-content: space-between;
36
36
  }
37
- .modal__space-between_131de > * {
37
+ .modal__space-between_o6h65 > * {
38
38
  flex: 1;
39
39
  }
40
- .modal__start_131de,
41
- .modal__center_131de,
42
- .modal__space-between_131de {
40
+ .modal__start_o6h65,
41
+ .modal__center_o6h65,
42
+ .modal__space-between_o6h65 {
43
43
  display: flex;
44
44
  }
45
- .modal__start_131de > *:not(:last-child):not(:only-child), .modal__center_131de > *:not(:last-child):not(:only-child), .modal__space-between_131de > *:not(:last-child):not(:only-child) {
45
+ .modal__start_o6h65 > *:not(:last-child):not(:only-child), .modal__center_o6h65 > *:not(:last-child):not(:only-child), .modal__space-between_o6h65 > *:not(:last-child):not(:only-child) {
46
46
  margin-right: var(--modal-footer-default-gap);
47
47
  }
48
- .modal__start_131de.modal__gap-16_131de > *:not(:last-child):not(:only-child), .modal__center_131de.modal__gap-16_131de > *:not(:last-child):not(:only-child), .modal__space-between_131de.modal__gap-16_131de > *:not(:last-child):not(:only-child) {
48
+ .modal__start_o6h65.modal__gap-16_o6h65 > *:not(:last-child):not(:only-child), .modal__center_o6h65.modal__gap-16_o6h65 > *:not(:last-child):not(:only-child), .modal__space-between_o6h65.modal__gap-16_o6h65 > *:not(:last-child):not(:only-child) {
49
49
  margin-right: var(--gap-16);
50
50
  }
51
- .modal__start_131de.modal__gap-24_131de > *:not(:last-child):not(:only-child), .modal__center_131de.modal__gap-24_131de > *:not(:last-child):not(:only-child), .modal__space-between_131de.modal__gap-24_131de > *:not(:last-child):not(:only-child) {
51
+ .modal__start_o6h65.modal__gap-24_o6h65 > *:not(:last-child):not(:only-child), .modal__center_o6h65.modal__gap-24_o6h65 > *:not(:last-child):not(:only-child), .modal__space-between_o6h65.modal__gap-24_o6h65 > *:not(:last-child):not(:only-child) {
52
52
  margin-right: var(--gap-24);
53
53
  }
54
- .modal__start_131de.modal__gap-32_131de > *:not(:last-child):not(:only-child), .modal__center_131de.modal__gap-32_131de > *:not(:last-child):not(:only-child), .modal__space-between_131de.modal__gap-32_131de > *:not(:last-child):not(:only-child) {
54
+ .modal__start_o6h65.modal__gap-32_o6h65 > *:not(:last-child):not(:only-child), .modal__center_o6h65.modal__gap-32_o6h65 > *:not(:last-child):not(:only-child), .modal__space-between_o6h65.modal__gap-32_o6h65 > *:not(:last-child):not(:only-child) {
55
55
  margin-right: var(--gap-32);
56
56
  }
@@ -1,6 +1,6 @@
1
1
  import './layout.css';
2
2
 
3
- var layoutStyles = {"column":"modal__column_131de","gap-16":"modal__gap-16_131de","gap-24":"modal__gap-24_131de","gap-32":"modal__gap-32_131de","start":"modal__start_131de","center":"modal__center_131de","space-between":"modal__space-between_131de"};
3
+ var layoutStyles = {"column":"modal__column_o6h65","gap-16":"modal__gap-16_o6h65","gap-24":"modal__gap-24_o6h65","gap-32":"modal__gap-32_o6h65","start":"modal__start_o6h65","center":"modal__center_o6h65","space-between":"modal__space-between_o6h65"};
4
4
 
5
5
  export { layoutStyles as default };
6
6
  //# 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_jg6kz {
9
+ .modal__footer_8hcf3 {
10
10
  padding: var(--gap-20);
11
11
  }
12
12
  @media (display-mode: standalone) {
13
- .modal__footer_jg6kz {
13
+ .modal__footer_8hcf3 {
14
14
  padding-bottom: calc(var(--sab) + var(--gap-20));
15
15
  }
16
16
  }
17
- .modal__sticky_jg6kz {
17
+ .modal__sticky_8hcf3 {
18
18
  bottom: var(--gap-0);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"footer":"modal__footer_jg6kz","sticky":"modal__sticky_jg6kz"};
3
+ var mobileStyles = {"footer":"modal__footer_8hcf3","sticky":"modal__sticky_8hcf3"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -23,37 +23,37 @@
23
23
  --modal-s-header-desktop-content-paddings: var(--gap-12);
24
24
  --modal-l-header-desktop-content-paddings: var(--gap-6) var(--gap-12) var(--gap-16);
25
25
  }
26
- .modal__header_1cx4s {
26
+ .modal__header_ft3wv {
27
27
  border-top-left-radius: var(--modal-border-radius);
28
28
  border-top-right-radius: var(--modal-border-radius);
29
29
  }
30
- .modal__size-500_1cx4s .modal__content_1cx4s,
31
- .modal__size-600_1cx4s .modal__content_1cx4s {
30
+ .modal__size-500_ft3wv .modal__content_ft3wv,
31
+ .modal__size-600_ft3wv .modal__content_ft3wv {
32
32
  padding: var(--modal-s-header-desktop-content-paddings);
33
33
  font-size: 22px;
34
34
  line-height: 26px;
35
35
  font-weight: 700;
36
36
  font-family: var(--font-family-system);
37
37
  }
38
- .modal__size-800_1cx4s .modal__content_1cx4s,
39
- .modal__size-1140_1cx4s .modal__content_1cx4s,
40
- .modal__fullscreen_1cx4s .modal__content_1cx4s {
38
+ .modal__size-800_ft3wv .modal__content_ft3wv,
39
+ .modal__size-1140_ft3wv .modal__content_ft3wv,
40
+ .modal__fullscreen_ft3wv .modal__content_ft3wv {
41
41
  padding: var(--modal-l-header-desktop-content-paddings);
42
42
  font-size: 30px;
43
43
  line-height: 36px;
44
44
  font-weight: 700;
45
45
  font-family: var(--font-family-system);
46
46
  }
47
- .modal__size-500_1cx4s,
48
- .modal__size-600_1cx4s,
49
- .modal__size-800_1cx4s,
50
- .modal__size-1140_1cx4s,
51
- .modal__fullscreen_1cx4s {
47
+ .modal__size-500_ft3wv,
48
+ .modal__size-600_ft3wv,
49
+ .modal__size-800_ft3wv,
50
+ .modal__size-1140_ft3wv,
51
+ .modal__fullscreen_ft3wv {
52
52
  padding: var(--modal-s-header-paddings);
53
53
  }
54
- .modal__sticky_1cx4s {
54
+ .modal__sticky_ft3wv {
55
55
  top: calc(var(--modal-vertical-padding) * -1);
56
56
  }
57
- .modal__sticky_1cx4s.modal__fullscreen_1cx4s {
57
+ .modal__sticky_ft3wv.modal__fullscreen_ft3wv {
58
58
  top: var(--gap-0);
59
59
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var desktopStyles = {"header":"modal__header_1cx4s","size-500":"modal__size-500_1cx4s","content":"modal__content_1cx4s","size-600":"modal__size-600_1cx4s","size-800":"modal__size-800_1cx4s","size-1140":"modal__size-1140_1cx4s","fullscreen":"modal__fullscreen_1cx4s","sticky":"modal__sticky_1cx4s"};
3
+ var desktopStyles = {"header":"modal__header_ft3wv","size-500":"modal__size-500_ft3wv","content":"modal__content_ft3wv","size-600":"modal__size-600_ft3wv","size-800":"modal__size-800_ft3wv","size-1140":"modal__size-1140_ft3wv","fullscreen":"modal__fullscreen_ft3wv","sticky":"modal__sticky_ft3wv"};
4
4
 
5
5
  export { desktopStyles as default };
6
6
  //# 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_3s8i6 {
10
+ .modal__highlighted_15pbo {
11
11
  background: var(--modal-header-highlight-background);
12
12
  box-shadow: var(--modal-header-highlight-box-shadow);
13
13
  }
14
- .modal__sticky_3s8i6 {
14
+ .modal__sticky_15pbo {
15
15
  position: sticky;
16
16
  z-index: 1;
17
17
  }
18
- .modal__sticky_3s8i6.modal__hasContent_3s8i6 {
18
+ .modal__sticky_15pbo.modal__hasContent_15pbo {
19
19
  background: var(--modal-header-background);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"highlighted":"modal__highlighted_3s8i6","sticky":"modal__sticky_3s8i6","hasContent":"modal__hasContent_3s8i6"};
3
+ var styles = {"highlighted":"modal__highlighted_15pbo","sticky":"modal__sticky_15pbo","hasContent":"modal__hasContent_15pbo"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -21,18 +21,18 @@
21
21
  --modal-header-mobile-paddings: var(--modal-header-mobile-top-padding) var(--gap-12)
22
22
  var(--gap-4) var(--gap-12);
23
23
  }
24
- .modal__header_7x62g {
24
+ .modal__header_1vc6r {
25
25
  padding: var(--modal-header-mobile-paddings);
26
26
  }
27
27
  @media (display-mode: standalone) {
28
- .modal__header_7x62g {
28
+ .modal__header_1vc6r {
29
29
  padding-top: calc(var(--sat) + var(--modal-header-mobile-top-padding));
30
30
  }
31
31
  }
32
- .modal__sticky_7x62g {
32
+ .modal__sticky_1vc6r {
33
33
  top: var(--gap-0);
34
34
  }
35
- .modal__content_7x62g {
35
+ .modal__content_1vc6r {
36
36
  padding: var(--modal-header-mobile-content-paddings);
37
37
  font-size: 20px;
38
38
  line-height: 28px;
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"header":"modal__header_7x62g","sticky":"modal__sticky_7x62g","content":"modal__content_7x62g"};
3
+ var mobileStyles = {"header":"modal__header_1vc6r","sticky":"modal__sticky_1vc6r","content":"modal__content_1vc6r"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -16,34 +16,34 @@
16
16
  --modal-l-width: 800px;
17
17
  --modal-xl-width: 1140px;
18
18
  }
19
- .modal__wrapper_ameiw {
19
+ .modal__wrapper_13slp {
20
20
  padding-top: var(--modal-vertical-padding);
21
21
  padding-bottom: var(--modal-vertical-padding);
22
22
  }
23
- .modal__component_ameiw {
23
+ .modal__component_13slp {
24
24
  width: 100%;
25
25
  max-width: 100%;
26
26
  border-radius: var(--modal-border-radius);
27
27
  }
28
- .modal__fullscreen_ameiw {
28
+ .modal__fullscreen_13slp {
29
29
  padding-top: var(--gap-0);
30
30
  padding-bottom: var(--gap-0);
31
31
  overflow: hidden;
32
32
  }
33
- .modal__fullscreen_ameiw .modal__component_ameiw {
33
+ .modal__fullscreen_13slp .modal__component_13slp {
34
34
  flex: 1;
35
35
  border-radius: var(--border-radius-0);
36
36
  overflow: auto;
37
37
  }
38
- .modal__size-500_ameiw {
38
+ .modal__size-500_13slp {
39
39
  width: var(--modal-s-width);
40
40
  }
41
- .modal__size-600_ameiw {
41
+ .modal__size-600_13slp {
42
42
  width: var(--modal-m-width);
43
43
  }
44
- .modal__size-800_ameiw {
44
+ .modal__size-800_13slp {
45
45
  width: var(--modal-l-width);
46
46
  }
47
- .modal__size-1140_ameiw {
47
+ .modal__size-1140_13slp {
48
48
  width: var(--modal-xl-width);
49
49
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var desktopStyles = {"wrapper":"modal__wrapper_ameiw","component":"modal__component_ameiw","fullscreen":"modal__fullscreen_ameiw","size-500":"modal__size-500_ameiw","size-600":"modal__size-600_ameiw","size-800":"modal__size-800_ameiw","size-1140":"modal__size-1140_ameiw"};
3
+ var desktopStyles = {"wrapper":"modal__wrapper_13slp","component":"modal__component_13slp","fullscreen":"modal__fullscreen_13slp","size-500":"modal__size-500_13slp","size-600":"modal__size-600_13slp","size-800":"modal__size-800_13slp","size-1140":"modal__size-1140_13slp"};
4
4
 
5
5
  export { desktopStyles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -5,13 +5,13 @@
5
5
  :root {
6
6
  --gap-0: 0px;
7
7
  }
8
- .modal__component_4b4lz {
8
+ .modal__component_1ohcf {
9
9
  flex: 1;
10
10
  width: 100%;
11
11
  max-width: 600px;
12
12
  }
13
13
  @media (display-mode: standalone) {
14
- .modal__content_4b4lz {
14
+ .modal__content_1ohcf {
15
15
  padding-top: var(--sat);
16
16
  padding-bottom: var(--sab);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"component":"modal__component_4b4lz","content":"modal__content_4b4lz"};
3
+ var mobileStyles = {"component":"modal__component_1ohcf","content":"modal__content_1ohcf"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,11 +1,11 @@
1
- .modal__appear_79y5d,
2
- .modal__enter_79y5d {
1
+ .modal__appear_8xo2g,
2
+ .modal__enter_8xo2g {
3
3
  opacity: 0;
4
4
  transform: translateY(15px);
5
5
  }
6
6
 
7
- .modal__appearActive_79y5d,
8
- .modal__enterActive_79y5d {
7
+ .modal__appearActive_8xo2g,
8
+ .modal__enterActive_8xo2g {
9
9
  opacity: 1;
10
10
  transform: translateY(0);
11
11
  transition:
@@ -13,13 +13,13 @@
13
13
  transform 200ms ease-in;
14
14
  }
15
15
 
16
- .modal__exit_79y5d {
16
+ .modal__exit_8xo2g {
17
17
  opacity: 1;
18
18
  transform: translateY(0);
19
19
  }
20
20
 
21
- .modal__exitActive_79y5d,
22
- .modal__exitDone_79y5d {
21
+ .modal__exitActive_8xo2g,
22
+ .modal__exitDone_8xo2g {
23
23
  opacity: 0;
24
24
  transform: translateY(15px);
25
25
  transition:
@@ -1,6 +1,6 @@
1
1
  import './transitions.css';
2
2
 
3
- var transitions = {"appear":"modal__appear_79y5d","enter":"modal__enter_79y5d","appearActive":"modal__appearActive_79y5d","enterActive":"modal__enterActive_79y5d","exit":"modal__exit_79y5d","exitActive":"modal__exitActive_79y5d","exitDone":"modal__exitDone_79y5d"};
3
+ var transitions = {"appear":"modal__appear_8xo2g","enter":"modal__enter_8xo2g","appearActive":"modal__appearActive_8xo2g","enterActive":"modal__enterActive_8xo2g","exit":"modal__exit_8xo2g","exitActive":"modal__exitActive_8xo2g","exitDone":"modal__exitDone_8xo2g"};
4
4
 
5
5
  export { transitions as default };
6
6
  //# sourceMappingURL=transitions.module.css.js.map
package/mobile/mobile.css CHANGED
@@ -5,13 +5,13 @@
5
5
  :root {
6
6
  --gap-0: 0px;
7
7
  }
8
- .modal__component_4b4lz {
8
+ .modal__component_1ohcf {
9
9
  flex: 1;
10
10
  width: 100%;
11
11
  max-width: 600px;
12
12
  }
13
13
  @media (display-mode: standalone) {
14
- .modal__content_4b4lz {
14
+ .modal__content_1ohcf {
15
15
  padding-top: var(--sat);
16
16
  padding-bottom: var(--sab);
17
17
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"component":"modal__component_4b4lz","content":"modal__content_4b4lz"};
5
+ var mobileStyles = {"component":"modal__component_1ohcf","content":"modal__content_1ohcf"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.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_6vcqd,
11
- .modal__size-600_6vcqd,
12
- .modal__size-800_6vcqd,
13
- .modal__size-1140_6vcqd,
14
- .modal__fullscreen_6vcqd {
10
+ .modal__size-500_dwd7o,
11
+ .modal__size-600_dwd7o,
12
+ .modal__size-800_dwd7o,
13
+ .modal__size-1140_dwd7o,
14
+ .modal__fullscreen_dwd7o {
15
15
  padding: var(--modal-s-content-paddings);
16
16
  }
17
- .modal__size-500_6vcqd:last-child, .modal__size-600_6vcqd:last-child, .modal__size-800_6vcqd:last-child, .modal__size-1140_6vcqd:last-child, .modal__fullscreen_6vcqd:last-child {
17
+ .modal__size-500_dwd7o:last-child, .modal__size-600_dwd7o:last-child, .modal__size-800_dwd7o:last-child, .modal__size-1140_dwd7o:last-child, .modal__fullscreen_dwd7o: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
- const desktopStyles = {"size-500":"modal__size-500_6vcqd","size-600":"modal__size-600_6vcqd","size-800":"modal__size-800_6vcqd","size-1140":"modal__size-1140_6vcqd","fullscreen":"modal__fullscreen_6vcqd"};
3
+ const desktopStyles = {"size-500":"modal__size-500_dwd7o","size-600":"modal__size-600_dwd7o","size-800":"modal__size-800_dwd7o","size-1140":"modal__size-1140_dwd7o","fullscreen":"modal__fullscreen_dwd7o"};
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_12qce {
4
+ .modal__content_19rcv {
5
5
  position: relative;
6
6
  box-sizing: border-box;
7
7
  width: 100%;
8
8
  z-index: 0;
9
9
  }
10
- .modal__content_12qce.modal__withHeader_12qce {
10
+ .modal__content_19rcv.modal__withHeader_19rcv {
11
11
  padding-top: var(--gap-0);
12
12
  }
13
- .modal__flex_12qce {
13
+ .modal__flex_19rcv {
14
14
  flex: 1;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"content":"modal__content_12qce","withHeader":"modal__withHeader_12qce","flex":"modal__flex_12qce"};
3
+ const styles = {"content":"modal__content_19rcv","withHeader":"modal__withHeader_19rcv","flex":"modal__flex_19rcv"};
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-20: var(--gap-l);
5
5
  }
6
- .modal__content_fmmus {
6
+ .modal__content_7nbk7 {
7
7
  padding: var(--gap-20) var(--gap-20) var(--gap-0);
8
8
  }
9
- .modal__content_fmmus:last-child {
9
+ .modal__content_7nbk7:last-child {
10
10
  padding-bottom: var(--gap-20);
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const mobileStyles = {"content":"modal__content_fmmus"};
3
+ const mobileStyles = {"content":"modal__content_7nbk7"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .modal__component_135xx {
1
+ .modal__component_1e4s3 {
2
2
  width: 100%;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"modal__component_135xx"};
3
+ const styles = {"component":"modal__component_1e4s3"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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_8ofzx > *:not(:last-child):not(:only-child) {
8
+ .modal__column_kajcs > *:not(:last-child):not(:only-child) {
9
9
  margin-bottom: var(--modal-footer-mobile-default-gap);
10
10
  }
11
- .modal__start_8ofzx > *:not(:last-child):not(:only-child), .modal__center_8ofzx > *:not(:last-child):not(:only-child), .modal__space-between_8ofzx > *:not(:last-child):not(:only-child) {
11
+ .modal__start_kajcs > *:not(:last-child):not(:only-child), .modal__center_kajcs > *:not(:last-child):not(:only-child), .modal__space-between_kajcs > *:not(:last-child):not(:only-child) {
12
12
  margin-right: var(--modal-footer-mobile-default-gap);
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.layout.css';
2
2
 
3
- const mobileLayoutStyles = {"column":"modal__column_8ofzx","start":"modal__start_8ofzx","center":"modal__center_8ofzx","space-between":"modal__space-between_8ofzx"};
3
+ const mobileLayoutStyles = {"column":"modal__column_kajcs","start":"modal__start_kajcs","center":"modal__center_kajcs","space-between":"modal__space-between_kajcs"};
4
4
 
5
5
  export { mobileLayoutStyles as default };
6
6
  //# 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_16ouj {
17
+ .modal__footer_rtyay {
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_16ouj {
21
+ .modal__sticky_rtyay {
22
22
  bottom: calc(var(--modal-vertical-padding) * -1);
23
23
  }
24
- .modal__sticky_16ouj.modal__fullscreen_16ouj {
24
+ .modal__sticky_rtyay.modal__fullscreen_rtyay {
25
25
  bottom: var(--gap-0);
26
26
  }
27
- .modal__size-500_16ouj,
28
- .modal__size-600_16ouj,
29
- .modal__size-800_16ouj,
30
- .modal__size-1140_16ouj,
31
- .modal__fullscreen_16ouj {
27
+ .modal__size-500_rtyay,
28
+ .modal__size-600_rtyay,
29
+ .modal__size-800_rtyay,
30
+ .modal__size-1140_rtyay,
31
+ .modal__fullscreen_rtyay {
32
32
  padding: var(--modal-s-footer-paddings);
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- const desktopStyles = {"footer":"modal__footer_16ouj","sticky":"modal__sticky_16ouj","fullscreen":"modal__fullscreen_16ouj","size-500":"modal__size-500_16ouj","size-600":"modal__size-600_16ouj","size-800":"modal__size-800_16ouj","size-1140":"modal__size-1140_16ouj"};
3
+ const desktopStyles = {"footer":"modal__footer_rtyay","sticky":"modal__sticky_rtyay","fullscreen":"modal__fullscreen_rtyay","size-500":"modal__size-500_rtyay","size-600":"modal__size-600_rtyay","size-800":"modal__size-800_rtyay","size-1140":"modal__size-1140_rtyay"};
4
4
 
5
5
  export { desktopStyles as default };
6
6
  //# 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_1mj4e {
10
+ .modal__footer_17o85 {
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_1mj4e {
17
+ .modal__sticky_17o85 {
18
18
  background: var(--modal-footer-background);
19
19
  position: sticky;
20
20
  }
21
- .modal__highlighted_1mj4e {
21
+ .modal__highlighted_17o85 {
22
22
  background: var(--modal-footer-highlight-background);
23
23
  box-shadow: var(--modal-footer-highlight-box-shadow);
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"footer":"modal__footer_1mj4e","sticky":"modal__sticky_1mj4e","highlighted":"modal__highlighted_1mj4e"};
3
+ const styles = {"footer":"modal__footer_17o85","sticky":"modal__sticky_17o85","highlighted":"modal__highlighted_17o85"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map