@alfalab/core-components-bottom-sheet 8.1.2-alfasans → 8.1.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 (55) hide show
  1. package/components/footer/default.css +3 -3
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/index.css +3 -3
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/inverted.css +3 -3
  6. package/components/footer/inverted.module.css.js +1 -1
  7. package/components/header/default.css +4 -4
  8. package/components/header/default.module.css.js +1 -1
  9. package/components/header/index.css +13 -13
  10. package/components/header/index.module.css.js +1 -1
  11. package/components/header/inverted.css +4 -4
  12. package/components/header/inverted.module.css.js +1 -1
  13. package/default.css +4 -4
  14. package/default.module.css.js +1 -1
  15. package/esm/components/footer/default.css +3 -3
  16. package/esm/components/footer/default.module.css.js +1 -1
  17. package/esm/components/footer/index.css +3 -3
  18. package/esm/components/footer/index.module.css.js +1 -1
  19. package/esm/components/footer/inverted.css +3 -3
  20. package/esm/components/footer/inverted.module.css.js +1 -1
  21. package/esm/components/header/default.css +4 -4
  22. package/esm/components/header/default.module.css.js +1 -1
  23. package/esm/components/header/index.css +13 -13
  24. package/esm/components/header/index.module.css.js +1 -1
  25. package/esm/components/header/inverted.css +4 -4
  26. package/esm/components/header/inverted.module.css.js +1 -1
  27. package/esm/default.css +4 -4
  28. package/esm/default.module.css.js +1 -1
  29. package/esm/index.css +45 -45
  30. package/esm/index.module.css.js +1 -1
  31. package/esm/inverted.css +4 -4
  32. package/esm/inverted.module.css.js +1 -1
  33. package/index.css +45 -45
  34. package/index.module.css.js +1 -1
  35. package/inverted.css +4 -4
  36. package/inverted.module.css.js +1 -1
  37. package/modern/components/footer/default.css +3 -3
  38. package/modern/components/footer/default.module.css.js +1 -1
  39. package/modern/components/footer/index.css +3 -3
  40. package/modern/components/footer/index.module.css.js +1 -1
  41. package/modern/components/footer/inverted.css +3 -3
  42. package/modern/components/footer/inverted.module.css.js +1 -1
  43. package/modern/components/header/default.css +4 -4
  44. package/modern/components/header/default.module.css.js +1 -1
  45. package/modern/components/header/index.css +13 -13
  46. package/modern/components/header/index.module.css.js +1 -1
  47. package/modern/components/header/inverted.css +4 -4
  48. package/modern/components/header/inverted.module.css.js +1 -1
  49. package/modern/default.css +4 -4
  50. package/modern/default.module.css.js +1 -1
  51. package/modern/index.css +45 -45
  52. package/modern/index.module.css.js +1 -1
  53. package/modern/inverted.css +4 -4
  54. package/modern/inverted.module.css.js +1 -1
  55. package/package.json +2 -2
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
9
9
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
10
10
  }
11
- .bottom-sheet__highlighted_1qnrj {
11
+ .bottom-sheet__highlighted_1iukb {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_1qnrj:not(:empty) {
14
+ .bottom-sheet__highlighted_1iukb:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_1qnrj {
17
+ .bottom-sheet__hasContent_1iukb {
18
18
  color: var(--bottom-sheet-text-color);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"highlighted":"bottom-sheet__highlighted_1qnrj","hasContent":"bottom-sheet__hasContent_1qnrj"};
5
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_1iukb","hasContent":"bottom-sheet__hasContent_1iukb"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -3,16 +3,16 @@
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
5
  }
6
- .bottom-sheet__footer_udgp1 {
6
+ .bottom-sheet__footer_8nkoh {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_udgp1:empty {
9
+ .bottom-sheet__footer_8nkoh:empty {
10
10
  padding: var(--gap-16) var(--gap-0) var(--gap-0);
11
11
  position: sticky;
12
12
  bottom: var(--gap-0);
13
13
  z-index: 1;
14
14
  }
15
- .bottom-sheet__sticky_udgp1 {
15
+ .bottom-sheet__sticky_8nkoh {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
18
  z-index: 1;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_udgp1","sticky":"bottom-sheet__sticky_udgp1"};
5
+ var styles = {"footer":"bottom-sheet__footer_8nkoh","sticky":"bottom-sheet__sticky_8nkoh"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
9
9
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
10
10
  }
11
- .bottom-sheet__highlighted_4arzt {
11
+ .bottom-sheet__highlighted_1viot {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_4arzt:not(:empty) {
14
+ .bottom-sheet__highlighted_1viot:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_4arzt {
17
+ .bottom-sheet__hasContent_1viot {
18
18
  color: var(--bottom-sheet-text-color-inverted);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"highlighted":"bottom-sheet__highlighted_4arzt","hasContent":"bottom-sheet__hasContent_4arzt"};
5
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_1viot","hasContent":"bottom-sheet__hasContent_1viot"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
7
7
  --bottom-sheet-text-color: var(--color-light-text-primary);
8
8
  }
9
- .bottom-sheet__title_bob1s {
9
+ .bottom-sheet__title_9ac2o {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_bob1s {
12
+ .bottom-sheet__hasContent_9ac2o {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_bob1s.bottom-sheet__subtitle_bob1s {
15
+ .bottom-sheet__subtitle_9ac2o.bottom-sheet__subtitle_9ac2o {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_bob1s {
18
+ .bottom-sheet__highlighted_9ac2o {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"title":"bottom-sheet__title_bob1s","hasContent":"bottom-sheet__hasContent_bob1s","subtitle":"bottom-sheet__subtitle_bob1s","highlighted":"bottom-sheet__highlighted_bob1s"};
5
+ var defaultColors = {"title":"bottom-sheet__title_9ac2o","hasContent":"bottom-sheet__hasContent_9ac2o","subtitle":"bottom-sheet__subtitle_9ac2o","highlighted":"bottom-sheet__highlighted_9ac2o"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -13,38 +13,38 @@
13
13
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
14
  Helvetica, sans-serif;
15
15
  }
16
- .bottom-sheet__headerBase_1bv8f {
16
+ .bottom-sheet__headerBase_1e97e {
17
17
  border-top-left-radius: inherit;
18
18
  border-top-right-radius: inherit;
19
19
  z-index: 1;
20
20
  }
21
- .bottom-sheet__headerWrapper_1bv8f {
21
+ .bottom-sheet__headerWrapper_1e97e {
22
22
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
23
23
  }
24
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1bv8f {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e {
25
25
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
26
26
  }
27
- .bottom-sheet__header_1bv8f {
27
+ .bottom-sheet__header_1e97e {
28
28
  display: flex;
29
29
  }
30
- .bottom-sheet__sticky_1bv8f {
30
+ .bottom-sheet__sticky_1e97e {
31
31
  position: sticky;
32
32
  top: var(--gap-0);
33
33
  }
34
- .bottom-sheet__justifyEnd_1bv8f {
34
+ .bottom-sheet__justifyEnd_1e97e {
35
35
  justify-content: flex-end;
36
36
  }
37
- .bottom-sheet__addon_1bv8f {
37
+ .bottom-sheet__addon_1e97e {
38
38
  display: flex;
39
39
  justify-content: center;
40
40
  align-items: center;
41
41
  min-width: 48px;
42
42
  height: 48px;
43
43
  }
44
- .bottom-sheet__addonFixed_1bv8f {
44
+ .bottom-sheet__addonFixed_1e97e {
45
45
  position: fixed;
46
46
  }
47
- .bottom-sheet__title_1bv8f {
47
+ .bottom-sheet__title_1e97e {
48
48
  padding: var(--gap-10) var(--gap-8);
49
49
  width: 100%;
50
50
 
@@ -58,18 +58,18 @@
58
58
 
59
59
  font-family: var(--font-family-alfasans);
60
60
  }
61
- .bottom-sheet__titleCenter_1bv8f {
61
+ .bottom-sheet__titleCenter_1e97e {
62
62
  text-align: center;
63
63
  }
64
- .bottom-sheet__titleLeft_1bv8f {
64
+ .bottom-sheet__titleLeft_1e97e {
65
65
  text-align: left;
66
66
  }
67
- .bottom-sheet__trimTitle_1bv8f {
67
+ .bottom-sheet__trimTitle_1e97e {
68
68
  white-space: nowrap;
69
69
  overflow: hidden;
70
70
  text-overflow: ellipsis;
71
71
  }
72
- .bottom-sheet__subtitle_1bv8f {
72
+ .bottom-sheet__subtitle_1e97e {
73
73
  width: 100%;
74
74
 
75
75
  font-size: 14px;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1bv8f bottom-sheet__headerBase_1bv8f","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1bv8f bottom-sheet__headerBase_1bv8f","sticky":"bottom-sheet__sticky_1bv8f","title":"bottom-sheet__title_1bv8f","subtitle":"bottom-sheet__subtitle_1bv8f"};
5
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1e97e bottom-sheet__headerBase_1e97e","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e bottom-sheet__headerBase_1e97e","sticky":"bottom-sheet__sticky_1e97e","title":"bottom-sheet__title_1e97e","subtitle":"bottom-sheet__subtitle_1e97e"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
7
7
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
8
8
  }
9
- .bottom-sheet__title_a7mlo {
9
+ .bottom-sheet__title_7tnmk {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_a7mlo {
12
+ .bottom-sheet__hasContent_7tnmk {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_a7mlo.bottom-sheet__subtitle_a7mlo {
15
+ .bottom-sheet__subtitle_7tnmk.bottom-sheet__subtitle_7tnmk {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_a7mlo {
18
+ .bottom-sheet__highlighted_7tnmk {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"title":"bottom-sheet__title_a7mlo","hasContent":"bottom-sheet__hasContent_a7mlo","subtitle":"bottom-sheet__subtitle_a7mlo","highlighted":"bottom-sheet__highlighted_a7mlo"};
5
+ var invertedColors = {"title":"bottom-sheet__title_7tnmk","hasContent":"bottom-sheet__hasContent_7tnmk","subtitle":"bottom-sheet__subtitle_7tnmk","highlighted":"bottom-sheet__highlighted_7tnmk"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
package/default.css CHANGED
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
9
9
  --bottom-sheet-text-color: var(--color-light-text-primary);
10
10
  }
11
- .bottom-sheet__component_f6grw {
11
+ .bottom-sheet__component_mznzp {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_f6grw {
14
+ .bottom-sheet__content_mznzp {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_f6grw {
17
+ .bottom-sheet__defaultMarker_mznzp {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_f6grw {
20
+ .bottom-sheet__hasContent_mznzp {
21
21
  color: var(--bottom-sheet-text-color);
22
22
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"component":"bottom-sheet__component_f6grw","content":"bottom-sheet__content_f6grw","defaultMarker":"bottom-sheet__defaultMarker_f6grw","hasContent":"bottom-sheet__hasContent_f6grw"};
5
+ var defaultColors = {"component":"bottom-sheet__component_mznzp","content":"bottom-sheet__content_mznzp","defaultMarker":"bottom-sheet__defaultMarker_mznzp","hasContent":"bottom-sheet__hasContent_mznzp"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
9
9
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
10
10
  }
11
- .bottom-sheet__highlighted_1qnrj {
11
+ .bottom-sheet__highlighted_1iukb {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_1qnrj:not(:empty) {
14
+ .bottom-sheet__highlighted_1iukb:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_1qnrj {
17
+ .bottom-sheet__hasContent_1iukb {
18
18
  color: var(--bottom-sheet-text-color);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"highlighted":"bottom-sheet__highlighted_1qnrj","hasContent":"bottom-sheet__hasContent_1qnrj"};
3
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_1iukb","hasContent":"bottom-sheet__hasContent_1iukb"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -3,16 +3,16 @@
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
5
  }
6
- .bottom-sheet__footer_udgp1 {
6
+ .bottom-sheet__footer_8nkoh {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_udgp1:empty {
9
+ .bottom-sheet__footer_8nkoh:empty {
10
10
  padding: var(--gap-16) var(--gap-0) var(--gap-0);
11
11
  position: sticky;
12
12
  bottom: var(--gap-0);
13
13
  z-index: 1;
14
14
  }
15
- .bottom-sheet__sticky_udgp1 {
15
+ .bottom-sheet__sticky_8nkoh {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
18
  z-index: 1;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"bottom-sheet__footer_udgp1","sticky":"bottom-sheet__sticky_udgp1"};
3
+ var styles = {"footer":"bottom-sheet__footer_8nkoh","sticky":"bottom-sheet__sticky_8nkoh"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
9
9
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
10
10
  }
11
- .bottom-sheet__highlighted_4arzt {
11
+ .bottom-sheet__highlighted_1viot {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_4arzt:not(:empty) {
14
+ .bottom-sheet__highlighted_1viot:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_4arzt {
17
+ .bottom-sheet__hasContent_1viot {
18
18
  color: var(--bottom-sheet-text-color-inverted);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"highlighted":"bottom-sheet__highlighted_4arzt","hasContent":"bottom-sheet__hasContent_4arzt"};
3
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_1viot","hasContent":"bottom-sheet__hasContent_1viot"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
7
7
  --bottom-sheet-text-color: var(--color-light-text-primary);
8
8
  }
9
- .bottom-sheet__title_bob1s {
9
+ .bottom-sheet__title_9ac2o {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_bob1s {
12
+ .bottom-sheet__hasContent_9ac2o {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_bob1s.bottom-sheet__subtitle_bob1s {
15
+ .bottom-sheet__subtitle_9ac2o.bottom-sheet__subtitle_9ac2o {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_bob1s {
18
+ .bottom-sheet__highlighted_9ac2o {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"title":"bottom-sheet__title_bob1s","hasContent":"bottom-sheet__hasContent_bob1s","subtitle":"bottom-sheet__subtitle_bob1s","highlighted":"bottom-sheet__highlighted_bob1s"};
3
+ var defaultColors = {"title":"bottom-sheet__title_9ac2o","hasContent":"bottom-sheet__hasContent_9ac2o","subtitle":"bottom-sheet__subtitle_9ac2o","highlighted":"bottom-sheet__highlighted_9ac2o"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -13,38 +13,38 @@
13
13
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
14
  Helvetica, sans-serif;
15
15
  }
16
- .bottom-sheet__headerBase_1bv8f {
16
+ .bottom-sheet__headerBase_1e97e {
17
17
  border-top-left-radius: inherit;
18
18
  border-top-right-radius: inherit;
19
19
  z-index: 1;
20
20
  }
21
- .bottom-sheet__headerWrapper_1bv8f {
21
+ .bottom-sheet__headerWrapper_1e97e {
22
22
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
23
23
  }
24
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1bv8f {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e {
25
25
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
26
26
  }
27
- .bottom-sheet__header_1bv8f {
27
+ .bottom-sheet__header_1e97e {
28
28
  display: flex;
29
29
  }
30
- .bottom-sheet__sticky_1bv8f {
30
+ .bottom-sheet__sticky_1e97e {
31
31
  position: sticky;
32
32
  top: var(--gap-0);
33
33
  }
34
- .bottom-sheet__justifyEnd_1bv8f {
34
+ .bottom-sheet__justifyEnd_1e97e {
35
35
  justify-content: flex-end;
36
36
  }
37
- .bottom-sheet__addon_1bv8f {
37
+ .bottom-sheet__addon_1e97e {
38
38
  display: flex;
39
39
  justify-content: center;
40
40
  align-items: center;
41
41
  min-width: 48px;
42
42
  height: 48px;
43
43
  }
44
- .bottom-sheet__addonFixed_1bv8f {
44
+ .bottom-sheet__addonFixed_1e97e {
45
45
  position: fixed;
46
46
  }
47
- .bottom-sheet__title_1bv8f {
47
+ .bottom-sheet__title_1e97e {
48
48
  padding: var(--gap-10) var(--gap-8);
49
49
  width: 100%;
50
50
 
@@ -58,18 +58,18 @@
58
58
 
59
59
  font-family: var(--font-family-alfasans);
60
60
  }
61
- .bottom-sheet__titleCenter_1bv8f {
61
+ .bottom-sheet__titleCenter_1e97e {
62
62
  text-align: center;
63
63
  }
64
- .bottom-sheet__titleLeft_1bv8f {
64
+ .bottom-sheet__titleLeft_1e97e {
65
65
  text-align: left;
66
66
  }
67
- .bottom-sheet__trimTitle_1bv8f {
67
+ .bottom-sheet__trimTitle_1e97e {
68
68
  white-space: nowrap;
69
69
  overflow: hidden;
70
70
  text-overflow: ellipsis;
71
71
  }
72
- .bottom-sheet__subtitle_1bv8f {
72
+ .bottom-sheet__subtitle_1e97e {
73
73
  width: 100%;
74
74
 
75
75
  font-size: 14px;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1bv8f bottom-sheet__headerBase_1bv8f","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1bv8f bottom-sheet__headerBase_1bv8f","sticky":"bottom-sheet__sticky_1bv8f","title":"bottom-sheet__title_1bv8f","subtitle":"bottom-sheet__subtitle_1bv8f"};
3
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1e97e bottom-sheet__headerBase_1e97e","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e bottom-sheet__headerBase_1e97e","sticky":"bottom-sheet__sticky_1e97e","title":"bottom-sheet__title_1e97e","subtitle":"bottom-sheet__subtitle_1e97e"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
7
7
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
8
8
  }
9
- .bottom-sheet__title_a7mlo {
9
+ .bottom-sheet__title_7tnmk {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_a7mlo {
12
+ .bottom-sheet__hasContent_7tnmk {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_a7mlo.bottom-sheet__subtitle_a7mlo {
15
+ .bottom-sheet__subtitle_7tnmk.bottom-sheet__subtitle_7tnmk {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_a7mlo {
18
+ .bottom-sheet__highlighted_7tnmk {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"title":"bottom-sheet__title_a7mlo","hasContent":"bottom-sheet__hasContent_a7mlo","subtitle":"bottom-sheet__subtitle_a7mlo","highlighted":"bottom-sheet__highlighted_a7mlo"};
3
+ var invertedColors = {"title":"bottom-sheet__title_7tnmk","hasContent":"bottom-sheet__hasContent_7tnmk","subtitle":"bottom-sheet__subtitle_7tnmk","highlighted":"bottom-sheet__highlighted_7tnmk"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
package/esm/default.css CHANGED
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
9
9
  --bottom-sheet-text-color: var(--color-light-text-primary);
10
10
  }
11
- .bottom-sheet__component_f6grw {
11
+ .bottom-sheet__component_mznzp {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_f6grw {
14
+ .bottom-sheet__content_mznzp {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_f6grw {
17
+ .bottom-sheet__defaultMarker_mznzp {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_f6grw {
20
+ .bottom-sheet__hasContent_mznzp {
21
21
  color: var(--bottom-sheet-text-color);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"component":"bottom-sheet__component_f6grw","content":"bottom-sheet__content_f6grw","defaultMarker":"bottom-sheet__defaultMarker_f6grw","hasContent":"bottom-sheet__hasContent_f6grw"};
3
+ var defaultColors = {"component":"bottom-sheet__component_mznzp","content":"bottom-sheet__content_mznzp","defaultMarker":"bottom-sheet__defaultMarker_mznzp","hasContent":"bottom-sheet__hasContent_mznzp"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map