@alfalab/core-components-bottom-sheet 8.1.0 → 8.1.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 +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 +3 -3
@@ -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_w6qgk {
11
+ .bottom-sheet__highlighted_tsrhg {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_w6qgk:not(:empty) {
14
+ .bottom-sheet__highlighted_tsrhg:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_w6qgk {
17
+ .bottom-sheet__hasContent_tsrhg {
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_w6qgk","hasContent":"bottom-sheet__hasContent_w6qgk"};
5
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_tsrhg","hasContent":"bottom-sheet__hasContent_tsrhg"};
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_12qi1 {
6
+ .bottom-sheet__footer_axfdg {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_12qi1:empty {
9
+ .bottom-sheet__footer_axfdg: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_12qi1 {
15
+ .bottom-sheet__sticky_axfdg {
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_12qi1","sticky":"bottom-sheet__sticky_12qi1"};
5
+ var styles = {"footer":"bottom-sheet__footer_axfdg","sticky":"bottom-sheet__sticky_axfdg"};
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_b93df {
11
+ .bottom-sheet__highlighted_8v4eb {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_b93df:not(:empty) {
14
+ .bottom-sheet__highlighted_8v4eb:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_b93df {
17
+ .bottom-sheet__hasContent_8v4eb {
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_b93df","hasContent":"bottom-sheet__hasContent_b93df"};
5
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_8v4eb","hasContent":"bottom-sheet__hasContent_8v4eb"};
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_31bi9 {
9
+ .bottom-sheet__title_ncj5t {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_31bi9 {
12
+ .bottom-sheet__hasContent_ncj5t {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_31bi9.bottom-sheet__subtitle_31bi9 {
15
+ .bottom-sheet__subtitle_ncj5t.bottom-sheet__subtitle_ncj5t {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_31bi9 {
18
+ .bottom-sheet__highlighted_ncj5t {
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_31bi9","hasContent":"bottom-sheet__hasContent_31bi9","subtitle":"bottom-sheet__subtitle_31bi9","highlighted":"bottom-sheet__highlighted_31bi9"};
5
+ var defaultColors = {"title":"bottom-sheet__title_ncj5t","hasContent":"bottom-sheet__hasContent_ncj5t","subtitle":"bottom-sheet__subtitle_ncj5t","highlighted":"bottom-sheet__highlighted_ncj5t"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -12,38 +12,38 @@
12
12
  --font-family-system:
13
13
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
14
14
  }
15
- .bottom-sheet__headerBase_1lj6z {
15
+ .bottom-sheet__headerBase_192gv {
16
16
  border-top-left-radius: inherit;
17
17
  border-top-right-radius: inherit;
18
18
  z-index: 1;
19
19
  }
20
- .bottom-sheet__headerWrapper_1lj6z {
20
+ .bottom-sheet__headerWrapper_192gv {
21
21
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
22
22
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z {
23
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_192gv {
24
24
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
25
25
  }
26
- .bottom-sheet__header_1lj6z {
26
+ .bottom-sheet__header_192gv {
27
27
  display: flex;
28
28
  }
29
- .bottom-sheet__sticky_1lj6z {
29
+ .bottom-sheet__sticky_192gv {
30
30
  position: sticky;
31
31
  top: var(--gap-0);
32
32
  }
33
- .bottom-sheet__justifyEnd_1lj6z {
33
+ .bottom-sheet__justifyEnd_192gv {
34
34
  justify-content: flex-end;
35
35
  }
36
- .bottom-sheet__addon_1lj6z {
36
+ .bottom-sheet__addon_192gv {
37
37
  display: flex;
38
38
  justify-content: center;
39
39
  align-items: center;
40
40
  min-width: 48px;
41
41
  height: 48px;
42
42
  }
43
- .bottom-sheet__addonFixed_1lj6z {
43
+ .bottom-sheet__addonFixed_192gv {
44
44
  position: fixed;
45
45
  }
46
- .bottom-sheet__title_1lj6z {
46
+ .bottom-sheet__title_192gv {
47
47
  padding: var(--gap-10) var(--gap-8);
48
48
  width: 100%;
49
49
 
@@ -55,18 +55,18 @@
55
55
 
56
56
  font-family: var(--font-family-system);
57
57
  }
58
- .bottom-sheet__titleCenter_1lj6z {
58
+ .bottom-sheet__titleCenter_192gv {
59
59
  text-align: center;
60
60
  }
61
- .bottom-sheet__titleLeft_1lj6z {
61
+ .bottom-sheet__titleLeft_192gv {
62
62
  text-align: left;
63
63
  }
64
- .bottom-sheet__trimTitle_1lj6z {
64
+ .bottom-sheet__trimTitle_192gv {
65
65
  white-space: nowrap;
66
66
  overflow: hidden;
67
67
  text-overflow: ellipsis;
68
68
  }
69
- .bottom-sheet__subtitle_1lj6z {
69
+ .bottom-sheet__subtitle_192gv {
70
70
  width: 100%;
71
71
 
72
72
  font-size: 14px;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1lj6z bottom-sheet__headerBase_1lj6z","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z bottom-sheet__headerBase_1lj6z","sticky":"bottom-sheet__sticky_1lj6z","title":"bottom-sheet__title_1lj6z","subtitle":"bottom-sheet__subtitle_1lj6z"};
5
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_192gv bottom-sheet__headerBase_192gv","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_192gv bottom-sheet__headerBase_192gv","sticky":"bottom-sheet__sticky_192gv","title":"bottom-sheet__title_192gv","subtitle":"bottom-sheet__subtitle_192gv"};
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_vrww6 {
9
+ .bottom-sheet__title_tdxx2 {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_vrww6 {
12
+ .bottom-sheet__hasContent_tdxx2 {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_vrww6.bottom-sheet__subtitle_vrww6 {
15
+ .bottom-sheet__subtitle_tdxx2.bottom-sheet__subtitle_tdxx2 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_vrww6 {
18
+ .bottom-sheet__highlighted_tdxx2 {
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_vrww6","hasContent":"bottom-sheet__hasContent_vrww6","subtitle":"bottom-sheet__subtitle_vrww6","highlighted":"bottom-sheet__highlighted_vrww6"};
5
+ var invertedColors = {"title":"bottom-sheet__title_tdxx2","hasContent":"bottom-sheet__hasContent_tdxx2","subtitle":"bottom-sheet__subtitle_tdxx2","highlighted":"bottom-sheet__highlighted_tdxx2"};
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_17lll {
11
+ .bottom-sheet__component_fsix2 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_17lll {
14
+ .bottom-sheet__content_fsix2 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_17lll {
17
+ .bottom-sheet__defaultMarker_fsix2 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_17lll {
20
+ .bottom-sheet__hasContent_fsix2 {
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_17lll","content":"bottom-sheet__content_17lll","defaultMarker":"bottom-sheet__defaultMarker_17lll","hasContent":"bottom-sheet__hasContent_17lll"};
5
+ var defaultColors = {"component":"bottom-sheet__component_fsix2","content":"bottom-sheet__content_fsix2","defaultMarker":"bottom-sheet__defaultMarker_fsix2","hasContent":"bottom-sheet__hasContent_fsix2"};
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_w6qgk {
11
+ .bottom-sheet__highlighted_tsrhg {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_w6qgk:not(:empty) {
14
+ .bottom-sheet__highlighted_tsrhg:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_w6qgk {
17
+ .bottom-sheet__hasContent_tsrhg {
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_w6qgk","hasContent":"bottom-sheet__hasContent_w6qgk"};
3
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_tsrhg","hasContent":"bottom-sheet__hasContent_tsrhg"};
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_12qi1 {
6
+ .bottom-sheet__footer_axfdg {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_12qi1:empty {
9
+ .bottom-sheet__footer_axfdg: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_12qi1 {
15
+ .bottom-sheet__sticky_axfdg {
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_12qi1","sticky":"bottom-sheet__sticky_12qi1"};
3
+ var styles = {"footer":"bottom-sheet__footer_axfdg","sticky":"bottom-sheet__sticky_axfdg"};
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_b93df {
11
+ .bottom-sheet__highlighted_8v4eb {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_b93df:not(:empty) {
14
+ .bottom-sheet__highlighted_8v4eb:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_b93df {
17
+ .bottom-sheet__hasContent_8v4eb {
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_b93df","hasContent":"bottom-sheet__hasContent_b93df"};
3
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_8v4eb","hasContent":"bottom-sheet__hasContent_8v4eb"};
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_31bi9 {
9
+ .bottom-sheet__title_ncj5t {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_31bi9 {
12
+ .bottom-sheet__hasContent_ncj5t {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_31bi9.bottom-sheet__subtitle_31bi9 {
15
+ .bottom-sheet__subtitle_ncj5t.bottom-sheet__subtitle_ncj5t {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_31bi9 {
18
+ .bottom-sheet__highlighted_ncj5t {
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_31bi9","hasContent":"bottom-sheet__hasContent_31bi9","subtitle":"bottom-sheet__subtitle_31bi9","highlighted":"bottom-sheet__highlighted_31bi9"};
3
+ var defaultColors = {"title":"bottom-sheet__title_ncj5t","hasContent":"bottom-sheet__hasContent_ncj5t","subtitle":"bottom-sheet__subtitle_ncj5t","highlighted":"bottom-sheet__highlighted_ncj5t"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -12,38 +12,38 @@
12
12
  --font-family-system:
13
13
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
14
14
  }
15
- .bottom-sheet__headerBase_1lj6z {
15
+ .bottom-sheet__headerBase_192gv {
16
16
  border-top-left-radius: inherit;
17
17
  border-top-right-radius: inherit;
18
18
  z-index: 1;
19
19
  }
20
- .bottom-sheet__headerWrapper_1lj6z {
20
+ .bottom-sheet__headerWrapper_192gv {
21
21
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
22
22
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z {
23
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_192gv {
24
24
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
25
25
  }
26
- .bottom-sheet__header_1lj6z {
26
+ .bottom-sheet__header_192gv {
27
27
  display: flex;
28
28
  }
29
- .bottom-sheet__sticky_1lj6z {
29
+ .bottom-sheet__sticky_192gv {
30
30
  position: sticky;
31
31
  top: var(--gap-0);
32
32
  }
33
- .bottom-sheet__justifyEnd_1lj6z {
33
+ .bottom-sheet__justifyEnd_192gv {
34
34
  justify-content: flex-end;
35
35
  }
36
- .bottom-sheet__addon_1lj6z {
36
+ .bottom-sheet__addon_192gv {
37
37
  display: flex;
38
38
  justify-content: center;
39
39
  align-items: center;
40
40
  min-width: 48px;
41
41
  height: 48px;
42
42
  }
43
- .bottom-sheet__addonFixed_1lj6z {
43
+ .bottom-sheet__addonFixed_192gv {
44
44
  position: fixed;
45
45
  }
46
- .bottom-sheet__title_1lj6z {
46
+ .bottom-sheet__title_192gv {
47
47
  padding: var(--gap-10) var(--gap-8);
48
48
  width: 100%;
49
49
 
@@ -55,18 +55,18 @@
55
55
 
56
56
  font-family: var(--font-family-system);
57
57
  }
58
- .bottom-sheet__titleCenter_1lj6z {
58
+ .bottom-sheet__titleCenter_192gv {
59
59
  text-align: center;
60
60
  }
61
- .bottom-sheet__titleLeft_1lj6z {
61
+ .bottom-sheet__titleLeft_192gv {
62
62
  text-align: left;
63
63
  }
64
- .bottom-sheet__trimTitle_1lj6z {
64
+ .bottom-sheet__trimTitle_192gv {
65
65
  white-space: nowrap;
66
66
  overflow: hidden;
67
67
  text-overflow: ellipsis;
68
68
  }
69
- .bottom-sheet__subtitle_1lj6z {
69
+ .bottom-sheet__subtitle_192gv {
70
70
  width: 100%;
71
71
 
72
72
  font-size: 14px;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1lj6z bottom-sheet__headerBase_1lj6z","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z bottom-sheet__headerBase_1lj6z","sticky":"bottom-sheet__sticky_1lj6z","title":"bottom-sheet__title_1lj6z","subtitle":"bottom-sheet__subtitle_1lj6z"};
3
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_192gv bottom-sheet__headerBase_192gv","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_192gv bottom-sheet__headerBase_192gv","sticky":"bottom-sheet__sticky_192gv","title":"bottom-sheet__title_192gv","subtitle":"bottom-sheet__subtitle_192gv"};
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_vrww6 {
9
+ .bottom-sheet__title_tdxx2 {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_vrww6 {
12
+ .bottom-sheet__hasContent_tdxx2 {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_vrww6.bottom-sheet__subtitle_vrww6 {
15
+ .bottom-sheet__subtitle_tdxx2.bottom-sheet__subtitle_tdxx2 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_vrww6 {
18
+ .bottom-sheet__highlighted_tdxx2 {
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_vrww6","hasContent":"bottom-sheet__hasContent_vrww6","subtitle":"bottom-sheet__subtitle_vrww6","highlighted":"bottom-sheet__highlighted_vrww6"};
3
+ var invertedColors = {"title":"bottom-sheet__title_tdxx2","hasContent":"bottom-sheet__hasContent_tdxx2","subtitle":"bottom-sheet__subtitle_tdxx2","highlighted":"bottom-sheet__highlighted_tdxx2"};
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_17lll {
11
+ .bottom-sheet__component_fsix2 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_17lll {
14
+ .bottom-sheet__content_fsix2 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_17lll {
17
+ .bottom-sheet__defaultMarker_fsix2 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_17lll {
20
+ .bottom-sheet__hasContent_fsix2 {
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_17lll","content":"bottom-sheet__content_17lll","defaultMarker":"bottom-sheet__defaultMarker_17lll","hasContent":"bottom-sheet__hasContent_17lll"};
3
+ var defaultColors = {"component":"bottom-sheet__component_fsix2","content":"bottom-sheet__content_fsix2","defaultMarker":"bottom-sheet__defaultMarker_fsix2","hasContent":"bottom-sheet__hasContent_fsix2"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map