@alfalab/core-components-bottom-sheet 7.3.0 → 7.3.1

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 +2 -2
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/index.css +2 -2
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/inverted.css +2 -2
  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 +2 -2
  16. package/esm/components/footer/default.module.css.js +1 -1
  17. package/esm/components/footer/index.css +2 -2
  18. package/esm/components/footer/index.module.css.js +1 -1
  19. package/esm/components/footer/inverted.css +2 -2
  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 +44 -44
  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 +44 -44
  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 +2 -2
  38. package/modern/components/footer/default.module.css.js +1 -1
  39. package/modern/components/footer/index.css +2 -2
  40. package/modern/components/footer/index.module.css.js +1 -1
  41. package/modern/components/footer/inverted.css +2 -2
  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 +44 -44
  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
@@ -6,9 +6,9 @@
6
6
  --bottom-sheet-text-color: var(--color-light-text-primary);
7
7
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
8
8
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
9
- } .bottom-sheet__highlighted_1b7q8 {
9
+ } .bottom-sheet__highlighted_1kpqm {
10
10
  background-color: var(--bottom-sheet-footer-background-color);
11
11
  border-top: var(--bottom-sheet-footer-border-top);
12
- } .bottom-sheet__hasContent_1b7q8 {
12
+ } .bottom-sheet__hasContent_1kpqm {
13
13
  color: var(--bottom-sheet-text-color);
14
14
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"highlighted":"bottom-sheet__highlighted_1b7q8","hasContent":"bottom-sheet__hasContent_1b7q8"};
5
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_1kpqm","hasContent":"bottom-sheet__hasContent_1kpqm"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -2,9 +2,9 @@
2
2
  --gap-m: 16px;
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
- } .bottom-sheet__footer_1pvis {
5
+ } .bottom-sheet__footer_1xicl {
6
6
  padding: var(--gap-16) var(--gap-16);
7
- } .bottom-sheet__sticky_1pvis {
7
+ } .bottom-sheet__sticky_1xicl {
8
8
  position: sticky;
9
9
  bottom: var(--gap-0);
10
10
  z-index: 1;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_1pvis","sticky":"bottom-sheet__sticky_1pvis"};
5
+ var styles = {"footer":"bottom-sheet__footer_1xicl","sticky":"bottom-sheet__sticky_1xicl"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,9 +6,9 @@
6
6
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
7
7
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
8
8
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
9
- } .bottom-sheet__highlighted_1g92u {
9
+ } .bottom-sheet__highlighted_1pr37 {
10
10
  background-color: var(--bottom-sheet-footer-background-color-inverted);
11
11
  border-top: var(--bottom-sheet-footer-border-top-inverted);
12
- } .bottom-sheet__hasContent_1g92u {
12
+ } .bottom-sheet__hasContent_1pr37 {
13
13
  color: var(--bottom-sheet-text-color-inverted);
14
14
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"highlighted":"bottom-sheet__highlighted_1g92u","hasContent":"bottom-sheet__hasContent_1g92u"};
5
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_1pr37","hasContent":"bottom-sheet__hasContent_1pr37"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -4,12 +4,12 @@
4
4
  } :root {
5
5
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
6
6
  --bottom-sheet-text-color: var(--color-light-text-primary);
7
- } .bottom-sheet__title_ltqia {
7
+ } .bottom-sheet__title_vbqvy {
8
8
  color: var(--bottom-sheet-text-color);
9
- } .bottom-sheet__hasContent_ltqia {
9
+ } .bottom-sheet__hasContent_vbqvy {
10
10
  background-color: inherit;
11
- } .bottom-sheet__subtitle_ltqia {
11
+ } .bottom-sheet__subtitle_vbqvy {
12
12
  color: var(--bottom-sheet-text-color);
13
- } .bottom-sheet__highlighted_ltqia {
13
+ } .bottom-sheet__highlighted_vbqvy {
14
14
  border-bottom: var(--bottom-sheet-header-border-bottom);
15
15
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"title":"bottom-sheet__title_ltqia","hasContent":"bottom-sheet__hasContent_ltqia","subtitle":"bottom-sheet__subtitle_ltqia","highlighted":"bottom-sheet__highlighted_ltqia"};
5
+ var defaultColors = {"title":"bottom-sheet__title_vbqvy","hasContent":"bottom-sheet__hasContent_vbqvy","subtitle":"bottom-sheet__subtitle_vbqvy","highlighted":"bottom-sheet__highlighted_vbqvy"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -19,45 +19,45 @@
19
19
  --bottom-sheet-subtitle-font-weight: 400;
20
20
  --bottom-sheet-subtitle-line-height: 20px;
21
21
  --bottom-sheet-subtitle-font-family: var(--font-family-system);
22
- } .bottom-sheet__headerBase_13mc8 {
22
+ } .bottom-sheet__headerBase_l1cpi {
23
23
  border-top-left-radius: inherit;
24
24
  border-top-right-radius: inherit;
25
25
  z-index: 1;
26
- } .bottom-sheet__headerWrapper_13mc8 {
26
+ } .bottom-sheet__headerWrapper_l1cpi {
27
27
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
28
- } .bottom-sheet__headerWrapperWithoutSwipeMarker_13mc8 {
28
+ } .bottom-sheet__headerWrapperWithoutSwipeMarker_l1cpi {
29
29
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
30
- } .bottom-sheet__header_13mc8 {
30
+ } .bottom-sheet__header_l1cpi {
31
31
  display: flex;
32
- } .bottom-sheet__sticky_13mc8 {
32
+ } .bottom-sheet__sticky_l1cpi {
33
33
  position: sticky;
34
34
  top: var(--gap-0);
35
- } .bottom-sheet__justifyEnd_13mc8 {
35
+ } .bottom-sheet__justifyEnd_l1cpi {
36
36
  justify-content: flex-end;
37
- } .bottom-sheet__addon_13mc8 {
37
+ } .bottom-sheet__addon_l1cpi {
38
38
  display: flex;
39
39
  justify-content: center;
40
40
  align-items: center;
41
41
  min-width: 48px;
42
42
  height: 48px;
43
- } .bottom-sheet__addonFixed_13mc8 {
43
+ } .bottom-sheet__addonFixed_l1cpi {
44
44
  position: fixed;
45
- } .bottom-sheet__title_13mc8 {
45
+ } .bottom-sheet__title_l1cpi {
46
46
  padding: var(--gap-10) var(--gap-8);
47
47
  width: 100%;
48
48
  font-size: var(--bottom-sheet-title-font-size);
49
49
  font-weight: var(--bottom-sheet-title-font-weight);
50
50
  line-height: var(--bottom-sheet-title-line-height);
51
51
  font-family: var(--bottom-sheet-title-font-family);
52
- } .bottom-sheet__titleCenter_13mc8 {
52
+ } .bottom-sheet__titleCenter_l1cpi {
53
53
  text-align: center;
54
- } .bottom-sheet__titleLeft_13mc8 {
54
+ } .bottom-sheet__titleLeft_l1cpi {
55
55
  text-align: left;
56
- } .bottom-sheet__trimTitle_13mc8 {
56
+ } .bottom-sheet__trimTitle_l1cpi {
57
57
  white-space: nowrap;
58
58
  overflow: hidden;
59
59
  text-overflow: ellipsis;
60
- } .bottom-sheet__subtitle_13mc8 {
60
+ } .bottom-sheet__subtitle_l1cpi {
61
61
  width: 100%;
62
62
  font-size: var(--bottom-sheet-subtitle-font-size);
63
63
  font-weight: var(--bottom-sheet-subtitle-font-weight);
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_13mc8 bottom-sheet__headerBase_13mc8","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_13mc8 bottom-sheet__headerBase_13mc8","sticky":"bottom-sheet__sticky_13mc8","title":"bottom-sheet__title_13mc8","subtitle":"bottom-sheet__subtitle_13mc8"};
5
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_l1cpi bottom-sheet__headerBase_l1cpi","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_l1cpi bottom-sheet__headerBase_l1cpi","sticky":"bottom-sheet__sticky_l1cpi","title":"bottom-sheet__title_l1cpi","subtitle":"bottom-sheet__subtitle_l1cpi"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -4,12 +4,12 @@
4
4
  } :root {
5
5
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
6
6
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
7
- } .bottom-sheet__title_olc7t {
7
+ } .bottom-sheet__title_y3clh {
8
8
  color: var(--bottom-sheet-text-color-inverted);
9
- } .bottom-sheet__hasContent_olc7t {
9
+ } .bottom-sheet__hasContent_y3clh {
10
10
  background-color: inherit;
11
- } .bottom-sheet__subtitle_olc7t {
11
+ } .bottom-sheet__subtitle_y3clh {
12
12
  color: var(--bottom-sheet-text-color-inverted);
13
- } .bottom-sheet__highlighted_olc7t {
13
+ } .bottom-sheet__highlighted_y3clh {
14
14
  border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
15
15
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"title":"bottom-sheet__title_olc7t","hasContent":"bottom-sheet__hasContent_olc7t","subtitle":"bottom-sheet__subtitle_olc7t","highlighted":"bottom-sheet__highlighted_olc7t"};
5
+ var invertedColors = {"title":"bottom-sheet__title_y3clh","hasContent":"bottom-sheet__hasContent_y3clh","subtitle":"bottom-sheet__subtitle_y3clh","highlighted":"bottom-sheet__highlighted_y3clh"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
package/default.css CHANGED
@@ -6,12 +6,12 @@
6
6
  --bottom-sheet-background-color: var(--color-light-modal-bg-primary);
7
7
  --bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
8
8
  --bottom-sheet-text-color: var(--color-light-text-primary);
9
- } .bottom-sheet__component_788tt {
9
+ } .bottom-sheet__component_3zlus {
10
10
  background-color: var(--bottom-sheet-background-color);
11
- } .bottom-sheet__content_788tt {
11
+ } .bottom-sheet__content_3zlus {
12
12
  color: var(--bottom-sheet-text-color);
13
- } .bottom-sheet__defaultMarker_788tt {
13
+ } .bottom-sheet__defaultMarker_3zlus {
14
14
  background-color: var(--bottom-sheet-marker-color);
15
- } .bottom-sheet__hasContent_788tt {
15
+ } .bottom-sheet__hasContent_3zlus {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"component":"bottom-sheet__component_788tt","content":"bottom-sheet__content_788tt","defaultMarker":"bottom-sheet__defaultMarker_788tt","hasContent":"bottom-sheet__hasContent_788tt"};
5
+ var defaultColors = {"component":"bottom-sheet__component_3zlus","content":"bottom-sheet__content_3zlus","defaultMarker":"bottom-sheet__defaultMarker_3zlus","hasContent":"bottom-sheet__hasContent_3zlus"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -6,9 +6,9 @@
6
6
  --bottom-sheet-text-color: var(--color-light-text-primary);
7
7
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
8
8
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
9
- } .bottom-sheet__highlighted_1b7q8 {
9
+ } .bottom-sheet__highlighted_1kpqm {
10
10
  background-color: var(--bottom-sheet-footer-background-color);
11
11
  border-top: var(--bottom-sheet-footer-border-top);
12
- } .bottom-sheet__hasContent_1b7q8 {
12
+ } .bottom-sheet__hasContent_1kpqm {
13
13
  color: var(--bottom-sheet-text-color);
14
14
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"highlighted":"bottom-sheet__highlighted_1b7q8","hasContent":"bottom-sheet__hasContent_1b7q8"};
3
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_1kpqm","hasContent":"bottom-sheet__hasContent_1kpqm"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -2,9 +2,9 @@
2
2
  --gap-m: 16px;
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
- } .bottom-sheet__footer_1pvis {
5
+ } .bottom-sheet__footer_1xicl {
6
6
  padding: var(--gap-16) var(--gap-16);
7
- } .bottom-sheet__sticky_1pvis {
7
+ } .bottom-sheet__sticky_1xicl {
8
8
  position: sticky;
9
9
  bottom: var(--gap-0);
10
10
  z-index: 1;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"bottom-sheet__footer_1pvis","sticky":"bottom-sheet__sticky_1pvis"};
3
+ var styles = {"footer":"bottom-sheet__footer_1xicl","sticky":"bottom-sheet__sticky_1xicl"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,9 +6,9 @@
6
6
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
7
7
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
8
8
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
9
- } .bottom-sheet__highlighted_1g92u {
9
+ } .bottom-sheet__highlighted_1pr37 {
10
10
  background-color: var(--bottom-sheet-footer-background-color-inverted);
11
11
  border-top: var(--bottom-sheet-footer-border-top-inverted);
12
- } .bottom-sheet__hasContent_1g92u {
12
+ } .bottom-sheet__hasContent_1pr37 {
13
13
  color: var(--bottom-sheet-text-color-inverted);
14
14
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"highlighted":"bottom-sheet__highlighted_1g92u","hasContent":"bottom-sheet__hasContent_1g92u"};
3
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_1pr37","hasContent":"bottom-sheet__hasContent_1pr37"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -4,12 +4,12 @@
4
4
  } :root {
5
5
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
6
6
  --bottom-sheet-text-color: var(--color-light-text-primary);
7
- } .bottom-sheet__title_ltqia {
7
+ } .bottom-sheet__title_vbqvy {
8
8
  color: var(--bottom-sheet-text-color);
9
- } .bottom-sheet__hasContent_ltqia {
9
+ } .bottom-sheet__hasContent_vbqvy {
10
10
  background-color: inherit;
11
- } .bottom-sheet__subtitle_ltqia {
11
+ } .bottom-sheet__subtitle_vbqvy {
12
12
  color: var(--bottom-sheet-text-color);
13
- } .bottom-sheet__highlighted_ltqia {
13
+ } .bottom-sheet__highlighted_vbqvy {
14
14
  border-bottom: var(--bottom-sheet-header-border-bottom);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"title":"bottom-sheet__title_ltqia","hasContent":"bottom-sheet__hasContent_ltqia","subtitle":"bottom-sheet__subtitle_ltqia","highlighted":"bottom-sheet__highlighted_ltqia"};
3
+ var defaultColors = {"title":"bottom-sheet__title_vbqvy","hasContent":"bottom-sheet__hasContent_vbqvy","subtitle":"bottom-sheet__subtitle_vbqvy","highlighted":"bottom-sheet__highlighted_vbqvy"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -19,45 +19,45 @@
19
19
  --bottom-sheet-subtitle-font-weight: 400;
20
20
  --bottom-sheet-subtitle-line-height: 20px;
21
21
  --bottom-sheet-subtitle-font-family: var(--font-family-system);
22
- } .bottom-sheet__headerBase_13mc8 {
22
+ } .bottom-sheet__headerBase_l1cpi {
23
23
  border-top-left-radius: inherit;
24
24
  border-top-right-radius: inherit;
25
25
  z-index: 1;
26
- } .bottom-sheet__headerWrapper_13mc8 {
26
+ } .bottom-sheet__headerWrapper_l1cpi {
27
27
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
28
- } .bottom-sheet__headerWrapperWithoutSwipeMarker_13mc8 {
28
+ } .bottom-sheet__headerWrapperWithoutSwipeMarker_l1cpi {
29
29
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
30
- } .bottom-sheet__header_13mc8 {
30
+ } .bottom-sheet__header_l1cpi {
31
31
  display: flex;
32
- } .bottom-sheet__sticky_13mc8 {
32
+ } .bottom-sheet__sticky_l1cpi {
33
33
  position: sticky;
34
34
  top: var(--gap-0);
35
- } .bottom-sheet__justifyEnd_13mc8 {
35
+ } .bottom-sheet__justifyEnd_l1cpi {
36
36
  justify-content: flex-end;
37
- } .bottom-sheet__addon_13mc8 {
37
+ } .bottom-sheet__addon_l1cpi {
38
38
  display: flex;
39
39
  justify-content: center;
40
40
  align-items: center;
41
41
  min-width: 48px;
42
42
  height: 48px;
43
- } .bottom-sheet__addonFixed_13mc8 {
43
+ } .bottom-sheet__addonFixed_l1cpi {
44
44
  position: fixed;
45
- } .bottom-sheet__title_13mc8 {
45
+ } .bottom-sheet__title_l1cpi {
46
46
  padding: var(--gap-10) var(--gap-8);
47
47
  width: 100%;
48
48
  font-size: var(--bottom-sheet-title-font-size);
49
49
  font-weight: var(--bottom-sheet-title-font-weight);
50
50
  line-height: var(--bottom-sheet-title-line-height);
51
51
  font-family: var(--bottom-sheet-title-font-family);
52
- } .bottom-sheet__titleCenter_13mc8 {
52
+ } .bottom-sheet__titleCenter_l1cpi {
53
53
  text-align: center;
54
- } .bottom-sheet__titleLeft_13mc8 {
54
+ } .bottom-sheet__titleLeft_l1cpi {
55
55
  text-align: left;
56
- } .bottom-sheet__trimTitle_13mc8 {
56
+ } .bottom-sheet__trimTitle_l1cpi {
57
57
  white-space: nowrap;
58
58
  overflow: hidden;
59
59
  text-overflow: ellipsis;
60
- } .bottom-sheet__subtitle_13mc8 {
60
+ } .bottom-sheet__subtitle_l1cpi {
61
61
  width: 100%;
62
62
  font-size: var(--bottom-sheet-subtitle-font-size);
63
63
  font-weight: var(--bottom-sheet-subtitle-font-weight);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_13mc8 bottom-sheet__headerBase_13mc8","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_13mc8 bottom-sheet__headerBase_13mc8","sticky":"bottom-sheet__sticky_13mc8","title":"bottom-sheet__title_13mc8","subtitle":"bottom-sheet__subtitle_13mc8"};
3
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_l1cpi bottom-sheet__headerBase_l1cpi","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_l1cpi bottom-sheet__headerBase_l1cpi","sticky":"bottom-sheet__sticky_l1cpi","title":"bottom-sheet__title_l1cpi","subtitle":"bottom-sheet__subtitle_l1cpi"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -4,12 +4,12 @@
4
4
  } :root {
5
5
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
6
6
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
7
- } .bottom-sheet__title_olc7t {
7
+ } .bottom-sheet__title_y3clh {
8
8
  color: var(--bottom-sheet-text-color-inverted);
9
- } .bottom-sheet__hasContent_olc7t {
9
+ } .bottom-sheet__hasContent_y3clh {
10
10
  background-color: inherit;
11
- } .bottom-sheet__subtitle_olc7t {
11
+ } .bottom-sheet__subtitle_y3clh {
12
12
  color: var(--bottom-sheet-text-color-inverted);
13
- } .bottom-sheet__highlighted_olc7t {
13
+ } .bottom-sheet__highlighted_y3clh {
14
14
  border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"title":"bottom-sheet__title_olc7t","hasContent":"bottom-sheet__hasContent_olc7t","subtitle":"bottom-sheet__subtitle_olc7t","highlighted":"bottom-sheet__highlighted_olc7t"};
3
+ var invertedColors = {"title":"bottom-sheet__title_y3clh","hasContent":"bottom-sheet__hasContent_y3clh","subtitle":"bottom-sheet__subtitle_y3clh","highlighted":"bottom-sheet__highlighted_y3clh"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
package/esm/default.css CHANGED
@@ -6,12 +6,12 @@
6
6
  --bottom-sheet-background-color: var(--color-light-modal-bg-primary);
7
7
  --bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
8
8
  --bottom-sheet-text-color: var(--color-light-text-primary);
9
- } .bottom-sheet__component_788tt {
9
+ } .bottom-sheet__component_3zlus {
10
10
  background-color: var(--bottom-sheet-background-color);
11
- } .bottom-sheet__content_788tt {
11
+ } .bottom-sheet__content_3zlus {
12
12
  color: var(--bottom-sheet-text-color);
13
- } .bottom-sheet__defaultMarker_788tt {
13
+ } .bottom-sheet__defaultMarker_3zlus {
14
14
  background-color: var(--bottom-sheet-marker-color);
15
- } .bottom-sheet__hasContent_788tt {
15
+ } .bottom-sheet__hasContent_3zlus {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"component":"bottom-sheet__component_788tt","content":"bottom-sheet__content_788tt","defaultMarker":"bottom-sheet__defaultMarker_788tt","hasContent":"bottom-sheet__hasContent_788tt"};
3
+ var defaultColors = {"component":"bottom-sheet__component_3zlus","content":"bottom-sheet__content_3zlus","defaultMarker":"bottom-sheet__defaultMarker_3zlus","hasContent":"bottom-sheet__hasContent_3zlus"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
package/esm/index.css CHANGED
@@ -40,34 +40,34 @@
40
40
  --bottom-sheet-out-transition: transform 0.3s ease;
41
41
  --bottom-sheet-top-radius: var(--border-radius-16);
42
42
  --bottom-sheet-shadow: none;
43
- } .bottom-sheet__modal_1azoh {
43
+ } .bottom-sheet__modal_1khou {
44
44
  bottom: var(--gap-0);
45
45
  width: 100%;
46
46
  max-width: 600px;
47
47
  pointer-events: none;
48
48
  touch-action: none;
49
- } .bottom-sheet__modal_1azoh.bottom-sheet__modal_1azoh {
49
+ } .bottom-sheet__modal_1khou.bottom-sheet__modal_1khou {
50
50
  background-color: transparent;
51
51
  position: fixed;
52
- } .bottom-sheet__wrapper_1azoh {
52
+ } .bottom-sheet__wrapper_1khou {
53
53
  transform: translateY(100%);
54
54
  pointer-events: none;
55
55
  touch-action: none;
56
56
  border-top-right-radius: var(--bottom-sheet-top-radius);
57
57
  border-top-left-radius: var(--bottom-sheet-top-radius);
58
58
  transition: border-radius 0.3s ease;
59
- } .bottom-sheet__fullscreen_1azoh {
59
+ } .bottom-sheet__fullscreen_1khou {
60
60
  border-radius: var(--border-radius-0);
61
- } .bottom-sheet__component_1azoh {
61
+ } .bottom-sheet__component_1khou {
62
62
  position: relative;
63
63
  display: flex;
64
64
  flex-direction: column;
65
65
  border-radius: inherit;
66
66
  pointer-events: all;
67
67
  box-shadow: var(--bottom-sheet-shadow);
68
- } .bottom-sheet__withTransition_1azoh {
68
+ } .bottom-sheet__withTransition_1khou {
69
69
  transition: var(--bottom-sheet-out-transition);
70
- } .bottom-sheet__scrollableContainer_1azoh {
70
+ } .bottom-sheet__scrollableContainer_1khou {
71
71
  overflow: auto;
72
72
  display: flex;
73
73
  flex-direction: column;
@@ -76,7 +76,7 @@
76
76
  background-color: inherit;
77
77
  border-radius: inherit;
78
78
  overscroll-behavior: contain;
79
- } .bottom-sheet__marker_1azoh {
79
+ } .bottom-sheet__marker_1khou {
80
80
  position: fixed;
81
81
  top: var(--gap-4);
82
82
  right: var(--gap-0);
@@ -84,10 +84,10 @@
84
84
  z-index: 1000;
85
85
  width: 36px;
86
86
  margin: var(--gap-0) auto;
87
- } .bottom-sheet__defaultMarker_1azoh {
87
+ } .bottom-sheet__defaultMarker_1khou {
88
88
  height: 4px;
89
89
  border-radius: var(--border-radius-20);
90
- } .bottom-sheet__content_1azoh {
90
+ } .bottom-sheet__content_1khou {
91
91
  position: relative;
92
92
  z-index: 0;
93
93
  display: flex;
@@ -96,75 +96,75 @@
96
96
  padding: var(--gap-0) var(--gap-16);
97
97
  background-color: inherit;
98
98
  border-radius: inherit;
99
- } .bottom-sheet__noHeader_1azoh {
99
+ } .bottom-sheet__noHeader_1khou {
100
100
  padding-top: var(--gap-16);
101
- } .bottom-sheet__noFooter_1azoh {
101
+ } .bottom-sheet__noFooter_1khou {
102
102
  padding-bottom: var(--gap-16);
103
- } .bottom-sheet__scrollLocked_1azoh {
103
+ } .bottom-sheet__scrollLocked_1khou {
104
104
  overflow: hidden;
105
- } .bottom-sheet__hiddenScrollbar_1azoh {
105
+ } .bottom-sheet__hiddenScrollbar_1khou {
106
106
  scrollbar-width: none;
107
- } .bottom-sheet__hiddenScrollbar_1azoh::-webkit-scrollbar {
107
+ } .bottom-sheet__hiddenScrollbar_1khou::-webkit-scrollbar {
108
108
  width: 0;
109
109
  height: 0;
110
- } .bottom-sheet__disabledPointerEvents_1azoh {
110
+ } .bottom-sheet__disabledPointerEvents_1khou {
111
111
  pointer-events: none;
112
- } .bottom-sheet__appear_1azoh .bottom-sheet__wrapper_1azoh, .bottom-sheet__enter_1azoh .bottom-sheet__wrapper_1azoh {
112
+ } .bottom-sheet__appear_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__enter_1khou .bottom-sheet__wrapper_1khou {
113
113
  transition: none;
114
- } .bottom-sheet__appearActive_1azoh .bottom-sheet__wrapper_1azoh, .bottom-sheet__enterActive_1azoh .bottom-sheet__wrapper_1azoh {
114
+ } .bottom-sheet__appearActive_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__enterActive_1khou .bottom-sheet__wrapper_1khou {
115
115
  transition: var(--bottom-sheet-in-transition);
116
116
  transform: translateY(0);
117
- } .bottom-sheet__enterDone_1azoh .bottom-sheet__wrapper_1azoh, .bottom-sheet__appearDone_1azoh .bottom-sheet__wrapper_1azoh {
117
+ } .bottom-sheet__enterDone_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__appearDone_1khou .bottom-sheet__wrapper_1khou {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exit_1azoh .bottom-sheet__wrapper_1azoh {
119
+ } .bottom-sheet__exit_1khou .bottom-sheet__wrapper_1khou {
120
120
  transform: translateY(0);
121
- } .bottom-sheet__exitActive_1azoh .bottom-sheet__wrapper_1azoh {
121
+ } .bottom-sheet__exitActive_1khou .bottom-sheet__wrapper_1khou {
122
122
  transition: var(--bottom-sheet-out-transition);
123
123
  transform: translateY(100%);
124
- } .bottom-sheet__safeAreaBottom_1azoh {
124
+ } .bottom-sheet__safeAreaBottom_1khou {
125
125
  padding-bottom: var(--sab);
126
- } .bottom-sheet__background-accent_1azoh {
126
+ } .bottom-sheet__background-accent_1khou {
127
127
  background-color: var(--color-light-bg-accent);
128
- } .bottom-sheet__background-info_1azoh {
128
+ } .bottom-sheet__background-info_1khou {
129
129
  background-color: var(--color-light-bg-info);
130
- } .bottom-sheet__background-attention-muted_1azoh {
130
+ } .bottom-sheet__background-attention-muted_1khou {
131
131
  background-color: var(--color-light-bg-attention-muted);
132
- } .bottom-sheet__background-positive-muted_1azoh {
132
+ } .bottom-sheet__background-positive-muted_1khou {
133
133
  background-color: var(--color-light-bg-positive-muted);
134
- } .bottom-sheet__background-negative-muted_1azoh {
134
+ } .bottom-sheet__background-negative-muted_1khou {
135
135
  background-color: var(--color-light-bg-negative-muted);
136
- } .bottom-sheet__background-primary_1azoh {
136
+ } .bottom-sheet__background-primary_1khou {
137
137
  background-color: var(--color-light-bg-primary);
138
- } .bottom-sheet__background-primary-inverted_1azoh {
138
+ } .bottom-sheet__background-primary-inverted_1khou {
139
139
  background-color: var(--color-light-bg-primary-inverted);
140
- } .bottom-sheet__background-secondary_1azoh {
140
+ } .bottom-sheet__background-secondary_1khou {
141
141
  background-color: var(--color-light-bg-secondary);
142
- } .bottom-sheet__background-secondary-inverted_1azoh {
142
+ } .bottom-sheet__background-secondary-inverted_1khou {
143
143
  background-color: var(--color-light-bg-secondary-inverted);
144
- } .bottom-sheet__background-tertiary_1azoh {
144
+ } .bottom-sheet__background-tertiary_1khou {
145
145
  background-color: var(--color-light-bg-tertiary);
146
- } .bottom-sheet__background-tertiary-inverted_1azoh {
146
+ } .bottom-sheet__background-tertiary-inverted_1khou {
147
147
  background-color: var(--color-light-bg-tertiary-inverted);
148
- } .bottom-sheet__background-quaternary_1azoh {
148
+ } .bottom-sheet__background-quaternary_1khou {
149
149
  background-color: var(--color-light-bg-quaternary);
150
- } .bottom-sheet__background-quaternary-inverted_1azoh {
150
+ } .bottom-sheet__background-quaternary-inverted_1khou {
151
151
  background-color: var(--color-light-bg-quaternary-inverted);
152
- } .bottom-sheet__background-specialbg-component_1azoh {
152
+ } .bottom-sheet__background-specialbg-component_1khou {
153
153
  background-color: var(--color-light-specialbg-component);
154
- } .bottom-sheet__background-specialbg-component-inverted_1azoh {
154
+ } .bottom-sheet__background-specialbg-component-inverted_1khou {
155
155
  background-color: var(--color-light-specialbg-component-inverted);
156
- } .bottom-sheet__background-specialbg-primary-grouped_1azoh {
156
+ } .bottom-sheet__background-specialbg-primary-grouped_1khou {
157
157
  background-color: var(--color-light-specialbg-primary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-grouped_1azoh {
158
+ } .bottom-sheet__background-specialbg-secondary-grouped_1khou {
159
159
  background-color: var(--color-light-specialbg-secondary-grouped);
160
- } .bottom-sheet__background-specialbg-tertiary-grouped_1azoh {
160
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1khou {
161
161
  background-color: var(--color-light-specialbg-tertiary-grouped);
162
- } .bottom-sheet__background-specialbg-secondary-transparent_1azoh {
162
+ } .bottom-sheet__background-specialbg-secondary-transparent_1khou {
163
163
  background-color: var(--color-light-specialbg-secondary-transparent);
164
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1azoh {
164
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1khou {
165
165
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
166
- } .bottom-sheet__background-specialbg-tertiary-transparent_1azoh {
166
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1khou {
167
167
  background-color: var(--color-light-specialbg-tertiary-transparent);
168
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1azoh {
168
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1khou {
169
169
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
170
170
  }