@alfalab/core-components-bottom-sheet 6.14.0 → 6.14.2

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.
package/component.js CHANGED
@@ -21,7 +21,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
21
21
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
22
22
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
23
23
 
24
- var styles = {"modal":"bottom-sheet__modal_6rf8a","wrapper":"bottom-sheet__wrapper_6rf8a","fullscreen":"bottom-sheet__fullscreen_6rf8a","component":"bottom-sheet__component_6rf8a","withTransition":"bottom-sheet__withTransition_6rf8a","scrollableContainer":"bottom-sheet__scrollableContainer_6rf8a","marker":"bottom-sheet__marker_6rf8a","defaultMarker":"bottom-sheet__defaultMarker_6rf8a","content":"bottom-sheet__content_6rf8a","noHeader":"bottom-sheet__noHeader_6rf8a","noFooter":"bottom-sheet__noFooter_6rf8a","scrollLocked":"bottom-sheet__scrollLocked_6rf8a","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6rf8a","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6rf8a","appear":"bottom-sheet__appear_6rf8a","enter":"bottom-sheet__enter_6rf8a","appearActive":"bottom-sheet__appearActive_6rf8a","enterActive":"bottom-sheet__enterActive_6rf8a","enterDone":"bottom-sheet__enterDone_6rf8a","appearDone":"bottom-sheet__appearDone_6rf8a","exit":"bottom-sheet__exit_6rf8a","exitActive":"bottom-sheet__exitActive_6rf8a","background-accent":"bottom-sheet__background-accent_6rf8a","background-info":"bottom-sheet__background-info_6rf8a","background-attention-muted":"bottom-sheet__background-attention-muted_6rf8a","background-positive-muted":"bottom-sheet__background-positive-muted_6rf8a","background-negative-muted":"bottom-sheet__background-negative-muted_6rf8a","background-primary":"bottom-sheet__background-primary_6rf8a","background-primary-inverted":"bottom-sheet__background-primary-inverted_6rf8a","background-secondary":"bottom-sheet__background-secondary_6rf8a","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6rf8a","background-tertiary":"bottom-sheet__background-tertiary_6rf8a","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6rf8a","background-quaternary":"bottom-sheet__background-quaternary_6rf8a","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6rf8a","background-specialbg-component":"bottom-sheet__background-specialbg-component_6rf8a","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6rf8a","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6rf8a","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6rf8a","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6rf8a","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6rf8a","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6rf8a","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6rf8a","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6rf8a"};
24
+ var styles = {"modal":"bottom-sheet__modal_1ouw1","wrapper":"bottom-sheet__wrapper_1ouw1","fullscreen":"bottom-sheet__fullscreen_1ouw1","component":"bottom-sheet__component_1ouw1","withTransition":"bottom-sheet__withTransition_1ouw1","scrollableContainer":"bottom-sheet__scrollableContainer_1ouw1","marker":"bottom-sheet__marker_1ouw1","defaultMarker":"bottom-sheet__defaultMarker_1ouw1","content":"bottom-sheet__content_1ouw1","noHeader":"bottom-sheet__noHeader_1ouw1","noFooter":"bottom-sheet__noFooter_1ouw1","scrollLocked":"bottom-sheet__scrollLocked_1ouw1","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1ouw1","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1ouw1","appear":"bottom-sheet__appear_1ouw1","enter":"bottom-sheet__enter_1ouw1","appearActive":"bottom-sheet__appearActive_1ouw1","enterActive":"bottom-sheet__enterActive_1ouw1","enterDone":"bottom-sheet__enterDone_1ouw1","appearDone":"bottom-sheet__appearDone_1ouw1","exit":"bottom-sheet__exit_1ouw1","exitActive":"bottom-sheet__exitActive_1ouw1","background-accent":"bottom-sheet__background-accent_1ouw1","background-info":"bottom-sheet__background-info_1ouw1","background-attention-muted":"bottom-sheet__background-attention-muted_1ouw1","background-positive-muted":"bottom-sheet__background-positive-muted_1ouw1","background-negative-muted":"bottom-sheet__background-negative-muted_1ouw1","background-primary":"bottom-sheet__background-primary_1ouw1","background-primary-inverted":"bottom-sheet__background-primary-inverted_1ouw1","background-secondary":"bottom-sheet__background-secondary_1ouw1","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1ouw1","background-tertiary":"bottom-sheet__background-tertiary_1ouw1","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1ouw1","background-quaternary":"bottom-sheet__background-quaternary_1ouw1","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1ouw1","background-specialbg-component":"bottom-sheet__background-specialbg-component_1ouw1","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1ouw1","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1ouw1","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1ouw1","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1ouw1","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1ouw1","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1ouw1","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1ouw1","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ouw1"};
25
25
  require('./index.css')
26
26
 
27
27
  var isNil = coreComponentsShared.fnUtils.isNil;
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
 
14
- var styles = {"footer":"bottom-sheet__footer_17wtd","sticky":"bottom-sheet__sticky_17wtd","highlighted":"bottom-sheet__highlighted_17wtd","background-accent":"bottom-sheet__background-accent_17wtd","background-info":"bottom-sheet__background-info_17wtd","background-attention-muted":"bottom-sheet__background-attention-muted_17wtd","background-positive-muted":"bottom-sheet__background-positive-muted_17wtd","background-negative-muted":"bottom-sheet__background-negative-muted_17wtd","background-primary":"bottom-sheet__background-primary_17wtd","background-primary-inverted":"bottom-sheet__background-primary-inverted_17wtd","background-secondary":"bottom-sheet__background-secondary_17wtd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_17wtd","background-tertiary":"bottom-sheet__background-tertiary_17wtd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_17wtd","background-quaternary":"bottom-sheet__background-quaternary_17wtd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_17wtd","background-specialbg-component":"bottom-sheet__background-specialbg-component_17wtd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_17wtd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_17wtd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_17wtd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_17wtd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_17wtd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_17wtd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_17wtd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_17wtd"};
14
+ var styles = {"footer":"bottom-sheet__footer_19rha","sticky":"bottom-sheet__sticky_19rha","highlighted":"bottom-sheet__highlighted_19rha","background-accent":"bottom-sheet__background-accent_19rha","background-info":"bottom-sheet__background-info_19rha","background-attention-muted":"bottom-sheet__background-attention-muted_19rha","background-positive-muted":"bottom-sheet__background-positive-muted_19rha","background-negative-muted":"bottom-sheet__background-negative-muted_19rha","background-primary":"bottom-sheet__background-primary_19rha","background-primary-inverted":"bottom-sheet__background-primary-inverted_19rha","background-secondary":"bottom-sheet__background-secondary_19rha","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_19rha","background-tertiary":"bottom-sheet__background-tertiary_19rha","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_19rha","background-quaternary":"bottom-sheet__background-quaternary_19rha","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_19rha","background-specialbg-component":"bottom-sheet__background-specialbg-component_19rha","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_19rha","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_19rha","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_19rha","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_19rha","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_19rha","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_19rha","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_19rha","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_19rha"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,5 +1,5 @@
1
- /* hash: 17kb9 */
2
- :root {
1
+ /* hash: 1r5bg */
2
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
5
5
  --color-light-bg-attention-muted: #ffefd9;
@@ -46,58 +46,58 @@
46
46
  /* footer */
47
47
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
48
48
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
49
- } .bottom-sheet__footer_17wtd {
49
+ } .bottom-sheet__footer_19rha {
50
50
  padding: var(--gap-m) var(--gap-m);
51
51
  background-color: var(--color-light-modal-bg-primary);
52
- } .bottom-sheet__sticky_17wtd {
52
+ } .bottom-sheet__sticky_19rha {
53
53
  position: sticky;
54
54
  bottom: 0;
55
55
  z-index: 1;
56
- } .bottom-sheet__highlighted_17wtd {
56
+ } .bottom-sheet__highlighted_19rha {
57
57
  border-top: var(--bottom-sheet-footer-border-top);
58
58
  background-color: var(--bottom-sheet-footer-background-color);
59
- } .bottom-sheet__background-accent_17wtd {
59
+ } .bottom-sheet__background-accent_19rha {
60
60
  background-color: var(--color-light-bg-accent);
61
- } .bottom-sheet__background-info_17wtd {
61
+ } .bottom-sheet__background-info_19rha {
62
62
  background-color: var(--color-light-bg-info);
63
- } .bottom-sheet__background-attention-muted_17wtd {
63
+ } .bottom-sheet__background-attention-muted_19rha {
64
64
  background-color: var(--color-light-bg-attention-muted);
65
- } .bottom-sheet__background-positive-muted_17wtd {
65
+ } .bottom-sheet__background-positive-muted_19rha {
66
66
  background-color: var(--color-light-bg-positive-muted);
67
- } .bottom-sheet__background-negative-muted_17wtd {
67
+ } .bottom-sheet__background-negative-muted_19rha {
68
68
  background-color: var(--color-light-bg-negative-muted);
69
- } .bottom-sheet__background-primary_17wtd {
69
+ } .bottom-sheet__background-primary_19rha {
70
70
  background-color: var(--color-light-bg-primary);
71
- } .bottom-sheet__background-primary-inverted_17wtd {
71
+ } .bottom-sheet__background-primary-inverted_19rha {
72
72
  background-color: var(--color-light-bg-primary-inverted);
73
- } .bottom-sheet__background-secondary_17wtd {
73
+ } .bottom-sheet__background-secondary_19rha {
74
74
  background-color: var(--color-light-bg-secondary);
75
- } .bottom-sheet__background-secondary-inverted_17wtd {
75
+ } .bottom-sheet__background-secondary-inverted_19rha {
76
76
  background-color: var(--color-light-bg-secondary-inverted);
77
- } .bottom-sheet__background-tertiary_17wtd {
77
+ } .bottom-sheet__background-tertiary_19rha {
78
78
  background-color: var(--color-light-bg-tertiary);
79
- } .bottom-sheet__background-tertiary-inverted_17wtd {
79
+ } .bottom-sheet__background-tertiary-inverted_19rha {
80
80
  background-color: var(--color-light-bg-tertiary-inverted);
81
- } .bottom-sheet__background-quaternary_17wtd {
81
+ } .bottom-sheet__background-quaternary_19rha {
82
82
  background-color: var(--color-light-bg-quaternary);
83
- } .bottom-sheet__background-quaternary-inverted_17wtd {
83
+ } .bottom-sheet__background-quaternary-inverted_19rha {
84
84
  background-color: var(--color-light-bg-quaternary-inverted);
85
- } .bottom-sheet__background-specialbg-component_17wtd {
85
+ } .bottom-sheet__background-specialbg-component_19rha {
86
86
  background-color: var(--color-light-specialbg-component);
87
- } .bottom-sheet__background-specialbg-component-inverted_17wtd {
87
+ } .bottom-sheet__background-specialbg-component-inverted_19rha {
88
88
  background-color: var(--color-light-specialbg-component-inverted);
89
- } .bottom-sheet__background-specialbg-primary-grouped_17wtd {
89
+ } .bottom-sheet__background-specialbg-primary-grouped_19rha {
90
90
  background-color: var(--color-light-specialbg-primary-grouped);
91
- } .bottom-sheet__background-specialbg-secondary-grouped_17wtd {
91
+ } .bottom-sheet__background-specialbg-secondary-grouped_19rha {
92
92
  background-color: var(--color-light-specialbg-secondary-grouped);
93
- } .bottom-sheet__background-specialbg-tertiary-grouped_17wtd {
93
+ } .bottom-sheet__background-specialbg-tertiary-grouped_19rha {
94
94
  background-color: var(--color-light-specialbg-tertiary-grouped);
95
- } .bottom-sheet__background-specialbg-secondary-transparent_17wtd {
95
+ } .bottom-sheet__background-specialbg-secondary-transparent_19rha {
96
96
  background-color: var(--color-light-specialbg-secondary-transparent);
97
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_17wtd {
97
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_19rha {
98
98
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
99
- } .bottom-sheet__background-specialbg-tertiary-transparent_17wtd {
99
+ } .bottom-sheet__background-specialbg-tertiary-transparent_19rha {
100
100
  background-color: var(--color-light-specialbg-tertiary-transparent);
101
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_17wtd {
101
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_19rha {
102
102
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
103
103
  }
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1hvqa","hasContent":"bottom-sheet__hasContent_1hvqa","header":"bottom-sheet__header_1hvqa","sticky":"bottom-sheet__sticky_1hvqa","highlighted":"bottom-sheet__highlighted_1hvqa","justifyEnd":"bottom-sheet__justifyEnd_1hvqa","addon":"bottom-sheet__addon_1hvqa","addonFixed":"bottom-sheet__addonFixed_1hvqa","title":"bottom-sheet__title_1hvqa","titleCenter":"bottom-sheet__titleCenter_1hvqa","titleLeft":"bottom-sheet__titleLeft_1hvqa","trimTitle":"bottom-sheet__trimTitle_1hvqa"};
16
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_171ua","hasContent":"bottom-sheet__hasContent_171ua","header":"bottom-sheet__header_171ua","sticky":"bottom-sheet__sticky_171ua","highlighted":"bottom-sheet__highlighted_171ua","justifyEnd":"bottom-sheet__justifyEnd_171ua","addon":"bottom-sheet__addon_171ua","addonFixed":"bottom-sheet__addonFixed_171ua","title":"bottom-sheet__title_171ua","titleCenter":"bottom-sheet__titleCenter_171ua","titleLeft":"bottom-sheet__titleLeft_171ua","trimTitle":"bottom-sheet__trimTitle_171ua"};
17
17
  require('./index.css')
18
18
 
19
19
  var Header = function (_a) {
@@ -1,5 +1,5 @@
1
- /* hash: frex9 */
2
- :root {
1
+ /* hash: 14j04 */
2
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -30,42 +30,42 @@
30
30
  --bottom-sheet-title-font-family: var(--font-family-system);
31
31
 
32
32
  /* footer */
33
- } .bottom-sheet__headerWrapper_1hvqa {
33
+ } .bottom-sheet__headerWrapper_171ua {
34
34
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
35
35
  border-top-left-radius: inherit;
36
36
  border-top-right-radius: inherit;
37
37
  z-index: 1;
38
- } .bottom-sheet__hasContent_1hvqa {
38
+ } .bottom-sheet__hasContent_171ua {
39
39
  background-color: inherit;
40
- } .bottom-sheet__header_1hvqa {
40
+ } .bottom-sheet__header_171ua {
41
41
  display: flex;
42
- } .bottom-sheet__sticky_1hvqa {
42
+ } .bottom-sheet__sticky_171ua {
43
43
  position: sticky;
44
44
  top: 0;
45
- } .bottom-sheet__highlighted_1hvqa {
45
+ } .bottom-sheet__highlighted_171ua {
46
46
  border-bottom: var(--bottom-sheet-header-border-bottom);
47
- } .bottom-sheet__justifyEnd_1hvqa {
47
+ } .bottom-sheet__justifyEnd_171ua {
48
48
  justify-content: flex-end;
49
- } .bottom-sheet__addon_1hvqa {
49
+ } .bottom-sheet__addon_171ua {
50
50
  display: flex;
51
51
  justify-content: center;
52
52
  align-items: center;
53
53
  min-width: 48px;
54
54
  height: 48px;
55
- } .bottom-sheet__addonFixed_1hvqa {
55
+ } .bottom-sheet__addonFixed_171ua {
56
56
  position: fixed;
57
- } .bottom-sheet__title_1hvqa {
57
+ } .bottom-sheet__title_171ua {
58
58
  padding: var(--gap-s) var(--gap-xs);
59
59
  width: 100%;
60
60
  font-size: var(--bottom-sheet-title-font-size);
61
61
  font-weight: var(--bottom-sheet-title-font-weight);
62
62
  line-height: var(--bottom-sheet-title-line-height);
63
63
  font-family: var(--bottom-sheet-title-font-family);
64
- } .bottom-sheet__titleCenter_1hvqa {
64
+ } .bottom-sheet__titleCenter_171ua {
65
65
  text-align: center;
66
- } .bottom-sheet__titleLeft_1hvqa {
66
+ } .bottom-sheet__titleLeft_171ua {
67
67
  text-align: left;
68
- } .bottom-sheet__trimTitle_1hvqa {
68
+ } .bottom-sheet__trimTitle_171ua {
69
69
  white-space: nowrap;
70
70
  overflow: hidden;
71
71
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- :root {
1
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-accent: #ef3124;
4
4
  --color-light-bg-attention-muted: #ffefd9;
@@ -1,4 +1,4 @@
1
- :root {
1
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root {
3
3
  --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -1,4 +1,4 @@
1
- :root {
1
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-accent: #ef3124;
4
4
  --color-light-bg-attention-muted: #ffefd9;
package/cssm/vars.css CHANGED
@@ -1,4 +1,4 @@
1
- :root {
1
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root {
package/esm/component.js CHANGED
@@ -11,7 +11,7 @@ import { Header } from './components/header/Component.js';
11
11
  import { SwipeableBackdrop } from './components/swipeable-backdrop/Component.js';
12
12
  import { convertPercentToNumber, TIMEOUT, MARKER_HEIGHT, SCROLL_OFFSET, SWIPE_VELOCITY, CLOSE_OFFSET } from './utils.js';
13
13
 
14
- var styles = {"modal":"bottom-sheet__modal_6rf8a","wrapper":"bottom-sheet__wrapper_6rf8a","fullscreen":"bottom-sheet__fullscreen_6rf8a","component":"bottom-sheet__component_6rf8a","withTransition":"bottom-sheet__withTransition_6rf8a","scrollableContainer":"bottom-sheet__scrollableContainer_6rf8a","marker":"bottom-sheet__marker_6rf8a","defaultMarker":"bottom-sheet__defaultMarker_6rf8a","content":"bottom-sheet__content_6rf8a","noHeader":"bottom-sheet__noHeader_6rf8a","noFooter":"bottom-sheet__noFooter_6rf8a","scrollLocked":"bottom-sheet__scrollLocked_6rf8a","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_6rf8a","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_6rf8a","appear":"bottom-sheet__appear_6rf8a","enter":"bottom-sheet__enter_6rf8a","appearActive":"bottom-sheet__appearActive_6rf8a","enterActive":"bottom-sheet__enterActive_6rf8a","enterDone":"bottom-sheet__enterDone_6rf8a","appearDone":"bottom-sheet__appearDone_6rf8a","exit":"bottom-sheet__exit_6rf8a","exitActive":"bottom-sheet__exitActive_6rf8a","background-accent":"bottom-sheet__background-accent_6rf8a","background-info":"bottom-sheet__background-info_6rf8a","background-attention-muted":"bottom-sheet__background-attention-muted_6rf8a","background-positive-muted":"bottom-sheet__background-positive-muted_6rf8a","background-negative-muted":"bottom-sheet__background-negative-muted_6rf8a","background-primary":"bottom-sheet__background-primary_6rf8a","background-primary-inverted":"bottom-sheet__background-primary-inverted_6rf8a","background-secondary":"bottom-sheet__background-secondary_6rf8a","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_6rf8a","background-tertiary":"bottom-sheet__background-tertiary_6rf8a","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_6rf8a","background-quaternary":"bottom-sheet__background-quaternary_6rf8a","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_6rf8a","background-specialbg-component":"bottom-sheet__background-specialbg-component_6rf8a","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_6rf8a","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_6rf8a","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_6rf8a","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_6rf8a","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_6rf8a","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_6rf8a","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_6rf8a","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_6rf8a"};
14
+ var styles = {"modal":"bottom-sheet__modal_1ouw1","wrapper":"bottom-sheet__wrapper_1ouw1","fullscreen":"bottom-sheet__fullscreen_1ouw1","component":"bottom-sheet__component_1ouw1","withTransition":"bottom-sheet__withTransition_1ouw1","scrollableContainer":"bottom-sheet__scrollableContainer_1ouw1","marker":"bottom-sheet__marker_1ouw1","defaultMarker":"bottom-sheet__defaultMarker_1ouw1","content":"bottom-sheet__content_1ouw1","noHeader":"bottom-sheet__noHeader_1ouw1","noFooter":"bottom-sheet__noFooter_1ouw1","scrollLocked":"bottom-sheet__scrollLocked_1ouw1","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1ouw1","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1ouw1","appear":"bottom-sheet__appear_1ouw1","enter":"bottom-sheet__enter_1ouw1","appearActive":"bottom-sheet__appearActive_1ouw1","enterActive":"bottom-sheet__enterActive_1ouw1","enterDone":"bottom-sheet__enterDone_1ouw1","appearDone":"bottom-sheet__appearDone_1ouw1","exit":"bottom-sheet__exit_1ouw1","exitActive":"bottom-sheet__exitActive_1ouw1","background-accent":"bottom-sheet__background-accent_1ouw1","background-info":"bottom-sheet__background-info_1ouw1","background-attention-muted":"bottom-sheet__background-attention-muted_1ouw1","background-positive-muted":"bottom-sheet__background-positive-muted_1ouw1","background-negative-muted":"bottom-sheet__background-negative-muted_1ouw1","background-primary":"bottom-sheet__background-primary_1ouw1","background-primary-inverted":"bottom-sheet__background-primary-inverted_1ouw1","background-secondary":"bottom-sheet__background-secondary_1ouw1","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1ouw1","background-tertiary":"bottom-sheet__background-tertiary_1ouw1","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1ouw1","background-quaternary":"bottom-sheet__background-quaternary_1ouw1","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1ouw1","background-specialbg-component":"bottom-sheet__background-specialbg-component_1ouw1","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1ouw1","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1ouw1","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1ouw1","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1ouw1","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1ouw1","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1ouw1","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1ouw1","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ouw1"};
15
15
  require('./index.css')
16
16
 
17
17
  var isNil = fnUtils.isNil;
@@ -2,7 +2,7 @@ import React, { useContext, useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_17wtd","sticky":"bottom-sheet__sticky_17wtd","highlighted":"bottom-sheet__highlighted_17wtd","background-accent":"bottom-sheet__background-accent_17wtd","background-info":"bottom-sheet__background-info_17wtd","background-attention-muted":"bottom-sheet__background-attention-muted_17wtd","background-positive-muted":"bottom-sheet__background-positive-muted_17wtd","background-negative-muted":"bottom-sheet__background-negative-muted_17wtd","background-primary":"bottom-sheet__background-primary_17wtd","background-primary-inverted":"bottom-sheet__background-primary-inverted_17wtd","background-secondary":"bottom-sheet__background-secondary_17wtd","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_17wtd","background-tertiary":"bottom-sheet__background-tertiary_17wtd","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_17wtd","background-quaternary":"bottom-sheet__background-quaternary_17wtd","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_17wtd","background-specialbg-component":"bottom-sheet__background-specialbg-component_17wtd","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_17wtd","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_17wtd","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_17wtd","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_17wtd","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_17wtd","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_17wtd","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_17wtd","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_17wtd"};
5
+ var styles = {"footer":"bottom-sheet__footer_19rha","sticky":"bottom-sheet__sticky_19rha","highlighted":"bottom-sheet__highlighted_19rha","background-accent":"bottom-sheet__background-accent_19rha","background-info":"bottom-sheet__background-info_19rha","background-attention-muted":"bottom-sheet__background-attention-muted_19rha","background-positive-muted":"bottom-sheet__background-positive-muted_19rha","background-negative-muted":"bottom-sheet__background-negative-muted_19rha","background-primary":"bottom-sheet__background-primary_19rha","background-primary-inverted":"bottom-sheet__background-primary-inverted_19rha","background-secondary":"bottom-sheet__background-secondary_19rha","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_19rha","background-tertiary":"bottom-sheet__background-tertiary_19rha","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_19rha","background-quaternary":"bottom-sheet__background-quaternary_19rha","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_19rha","background-specialbg-component":"bottom-sheet__background-specialbg-component_19rha","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_19rha","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_19rha","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_19rha","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_19rha","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_19rha","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_19rha","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_19rha","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_19rha"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,5 +1,5 @@
1
- /* hash: 17kb9 */
2
- :root {
1
+ /* hash: 1r5bg */
2
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
5
5
  --color-light-bg-attention-muted: #ffefd9;
@@ -46,58 +46,58 @@
46
46
  /* footer */
47
47
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
48
48
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
49
- } .bottom-sheet__footer_17wtd {
49
+ } .bottom-sheet__footer_19rha {
50
50
  padding: var(--gap-m) var(--gap-m);
51
51
  background-color: var(--color-light-modal-bg-primary);
52
- } .bottom-sheet__sticky_17wtd {
52
+ } .bottom-sheet__sticky_19rha {
53
53
  position: sticky;
54
54
  bottom: 0;
55
55
  z-index: 1;
56
- } .bottom-sheet__highlighted_17wtd {
56
+ } .bottom-sheet__highlighted_19rha {
57
57
  border-top: var(--bottom-sheet-footer-border-top);
58
58
  background-color: var(--bottom-sheet-footer-background-color);
59
- } .bottom-sheet__background-accent_17wtd {
59
+ } .bottom-sheet__background-accent_19rha {
60
60
  background-color: var(--color-light-bg-accent);
61
- } .bottom-sheet__background-info_17wtd {
61
+ } .bottom-sheet__background-info_19rha {
62
62
  background-color: var(--color-light-bg-info);
63
- } .bottom-sheet__background-attention-muted_17wtd {
63
+ } .bottom-sheet__background-attention-muted_19rha {
64
64
  background-color: var(--color-light-bg-attention-muted);
65
- } .bottom-sheet__background-positive-muted_17wtd {
65
+ } .bottom-sheet__background-positive-muted_19rha {
66
66
  background-color: var(--color-light-bg-positive-muted);
67
- } .bottom-sheet__background-negative-muted_17wtd {
67
+ } .bottom-sheet__background-negative-muted_19rha {
68
68
  background-color: var(--color-light-bg-negative-muted);
69
- } .bottom-sheet__background-primary_17wtd {
69
+ } .bottom-sheet__background-primary_19rha {
70
70
  background-color: var(--color-light-bg-primary);
71
- } .bottom-sheet__background-primary-inverted_17wtd {
71
+ } .bottom-sheet__background-primary-inverted_19rha {
72
72
  background-color: var(--color-light-bg-primary-inverted);
73
- } .bottom-sheet__background-secondary_17wtd {
73
+ } .bottom-sheet__background-secondary_19rha {
74
74
  background-color: var(--color-light-bg-secondary);
75
- } .bottom-sheet__background-secondary-inverted_17wtd {
75
+ } .bottom-sheet__background-secondary-inverted_19rha {
76
76
  background-color: var(--color-light-bg-secondary-inverted);
77
- } .bottom-sheet__background-tertiary_17wtd {
77
+ } .bottom-sheet__background-tertiary_19rha {
78
78
  background-color: var(--color-light-bg-tertiary);
79
- } .bottom-sheet__background-tertiary-inverted_17wtd {
79
+ } .bottom-sheet__background-tertiary-inverted_19rha {
80
80
  background-color: var(--color-light-bg-tertiary-inverted);
81
- } .bottom-sheet__background-quaternary_17wtd {
81
+ } .bottom-sheet__background-quaternary_19rha {
82
82
  background-color: var(--color-light-bg-quaternary);
83
- } .bottom-sheet__background-quaternary-inverted_17wtd {
83
+ } .bottom-sheet__background-quaternary-inverted_19rha {
84
84
  background-color: var(--color-light-bg-quaternary-inverted);
85
- } .bottom-sheet__background-specialbg-component_17wtd {
85
+ } .bottom-sheet__background-specialbg-component_19rha {
86
86
  background-color: var(--color-light-specialbg-component);
87
- } .bottom-sheet__background-specialbg-component-inverted_17wtd {
87
+ } .bottom-sheet__background-specialbg-component-inverted_19rha {
88
88
  background-color: var(--color-light-specialbg-component-inverted);
89
- } .bottom-sheet__background-specialbg-primary-grouped_17wtd {
89
+ } .bottom-sheet__background-specialbg-primary-grouped_19rha {
90
90
  background-color: var(--color-light-specialbg-primary-grouped);
91
- } .bottom-sheet__background-specialbg-secondary-grouped_17wtd {
91
+ } .bottom-sheet__background-specialbg-secondary-grouped_19rha {
92
92
  background-color: var(--color-light-specialbg-secondary-grouped);
93
- } .bottom-sheet__background-specialbg-tertiary-grouped_17wtd {
93
+ } .bottom-sheet__background-specialbg-tertiary-grouped_19rha {
94
94
  background-color: var(--color-light-specialbg-tertiary-grouped);
95
- } .bottom-sheet__background-specialbg-secondary-transparent_17wtd {
95
+ } .bottom-sheet__background-specialbg-secondary-transparent_19rha {
96
96
  background-color: var(--color-light-specialbg-secondary-transparent);
97
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_17wtd {
97
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_19rha {
98
98
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
99
- } .bottom-sheet__background-specialbg-tertiary-transparent_17wtd {
99
+ } .bottom-sheet__background-specialbg-tertiary-transparent_19rha {
100
100
  background-color: var(--color-light-specialbg-tertiary-transparent);
101
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_17wtd {
101
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_19rha {
102
102
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
103
103
  }
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
5
5
  import { NavigationBar } from '@alfalab/core-components-navigation-bar/esm';
6
6
 
7
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1hvqa","hasContent":"bottom-sheet__hasContent_1hvqa","header":"bottom-sheet__header_1hvqa","sticky":"bottom-sheet__sticky_1hvqa","highlighted":"bottom-sheet__highlighted_1hvqa","justifyEnd":"bottom-sheet__justifyEnd_1hvqa","addon":"bottom-sheet__addon_1hvqa","addonFixed":"bottom-sheet__addonFixed_1hvqa","title":"bottom-sheet__title_1hvqa","titleCenter":"bottom-sheet__titleCenter_1hvqa","titleLeft":"bottom-sheet__titleLeft_1hvqa","trimTitle":"bottom-sheet__trimTitle_1hvqa"};
7
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_171ua","hasContent":"bottom-sheet__hasContent_171ua","header":"bottom-sheet__header_171ua","sticky":"bottom-sheet__sticky_171ua","highlighted":"bottom-sheet__highlighted_171ua","justifyEnd":"bottom-sheet__justifyEnd_171ua","addon":"bottom-sheet__addon_171ua","addonFixed":"bottom-sheet__addonFixed_171ua","title":"bottom-sheet__title_171ua","titleCenter":"bottom-sheet__titleCenter_171ua","titleLeft":"bottom-sheet__titleLeft_171ua","trimTitle":"bottom-sheet__trimTitle_171ua"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {
@@ -1,5 +1,5 @@
1
- /* hash: frex9 */
2
- :root {
1
+ /* hash: 14j04 */
2
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -30,42 +30,42 @@
30
30
  --bottom-sheet-title-font-family: var(--font-family-system);
31
31
 
32
32
  /* footer */
33
- } .bottom-sheet__headerWrapper_1hvqa {
33
+ } .bottom-sheet__headerWrapper_171ua {
34
34
  padding: var(--gap-s) var(--gap-xs) var(--gap-2xs);
35
35
  border-top-left-radius: inherit;
36
36
  border-top-right-radius: inherit;
37
37
  z-index: 1;
38
- } .bottom-sheet__hasContent_1hvqa {
38
+ } .bottom-sheet__hasContent_171ua {
39
39
  background-color: inherit;
40
- } .bottom-sheet__header_1hvqa {
40
+ } .bottom-sheet__header_171ua {
41
41
  display: flex;
42
- } .bottom-sheet__sticky_1hvqa {
42
+ } .bottom-sheet__sticky_171ua {
43
43
  position: sticky;
44
44
  top: 0;
45
- } .bottom-sheet__highlighted_1hvqa {
45
+ } .bottom-sheet__highlighted_171ua {
46
46
  border-bottom: var(--bottom-sheet-header-border-bottom);
47
- } .bottom-sheet__justifyEnd_1hvqa {
47
+ } .bottom-sheet__justifyEnd_171ua {
48
48
  justify-content: flex-end;
49
- } .bottom-sheet__addon_1hvqa {
49
+ } .bottom-sheet__addon_171ua {
50
50
  display: flex;
51
51
  justify-content: center;
52
52
  align-items: center;
53
53
  min-width: 48px;
54
54
  height: 48px;
55
- } .bottom-sheet__addonFixed_1hvqa {
55
+ } .bottom-sheet__addonFixed_171ua {
56
56
  position: fixed;
57
- } .bottom-sheet__title_1hvqa {
57
+ } .bottom-sheet__title_171ua {
58
58
  padding: var(--gap-s) var(--gap-xs);
59
59
  width: 100%;
60
60
  font-size: var(--bottom-sheet-title-font-size);
61
61
  font-weight: var(--bottom-sheet-title-font-weight);
62
62
  line-height: var(--bottom-sheet-title-line-height);
63
63
  font-family: var(--bottom-sheet-title-font-family);
64
- } .bottom-sheet__titleCenter_1hvqa {
64
+ } .bottom-sheet__titleCenter_171ua {
65
65
  text-align: center;
66
- } .bottom-sheet__titleLeft_1hvqa {
66
+ } .bottom-sheet__titleLeft_171ua {
67
67
  text-align: left;
68
- } .bottom-sheet__trimTitle_1hvqa {
68
+ } .bottom-sheet__trimTitle_171ua {
69
69
  white-space: nowrap;
70
70
  overflow: hidden;
71
71
  text-overflow: ellipsis;