@alfalab/core-components-bottom-sheet 6.11.2 → 6.11.4

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
@@ -23,7 +23,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
23
23
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
24
24
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
25
25
 
26
- var styles = {"modal":"bottom-sheet__modal_s4kzq","wrapper":"bottom-sheet__wrapper_s4kzq","fullscreen":"bottom-sheet__fullscreen_s4kzq","component":"bottom-sheet__component_s4kzq","withTransition":"bottom-sheet__withTransition_s4kzq","scrollableContainer":"bottom-sheet__scrollableContainer_s4kzq","marker":"bottom-sheet__marker_s4kzq","defaultMarker":"bottom-sheet__defaultMarker_s4kzq","content":"bottom-sheet__content_s4kzq","noHeader":"bottom-sheet__noHeader_s4kzq","noFooter":"bottom-sheet__noFooter_s4kzq","scrollLocked":"bottom-sheet__scrollLocked_s4kzq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_s4kzq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_s4kzq","appear":"bottom-sheet__appear_s4kzq","enter":"bottom-sheet__enter_s4kzq","appearActive":"bottom-sheet__appearActive_s4kzq","enterActive":"bottom-sheet__enterActive_s4kzq","enterDone":"bottom-sheet__enterDone_s4kzq","appearDone":"bottom-sheet__appearDone_s4kzq","exit":"bottom-sheet__exit_s4kzq","exitActive":"bottom-sheet__exitActive_s4kzq","background-accent":"bottom-sheet__background-accent_s4kzq","background-info":"bottom-sheet__background-info_s4kzq","background-attention-muted":"bottom-sheet__background-attention-muted_s4kzq","background-positive-muted":"bottom-sheet__background-positive-muted_s4kzq","background-negative-muted":"bottom-sheet__background-negative-muted_s4kzq","background-primary":"bottom-sheet__background-primary_s4kzq","background-primary-inverted":"bottom-sheet__background-primary-inverted_s4kzq","background-secondary":"bottom-sheet__background-secondary_s4kzq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_s4kzq","background-tertiary":"bottom-sheet__background-tertiary_s4kzq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_s4kzq","background-quaternary":"bottom-sheet__background-quaternary_s4kzq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_s4kzq","background-specialbg-component":"bottom-sheet__background-specialbg-component_s4kzq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_s4kzq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_s4kzq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_s4kzq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_s4kzq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_s4kzq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_s4kzq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_s4kzq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_s4kzq"};
26
+ var styles = {"modal":"bottom-sheet__modal_1894n","wrapper":"bottom-sheet__wrapper_1894n","fullscreen":"bottom-sheet__fullscreen_1894n","component":"bottom-sheet__component_1894n","withTransition":"bottom-sheet__withTransition_1894n","scrollableContainer":"bottom-sheet__scrollableContainer_1894n","marker":"bottom-sheet__marker_1894n","defaultMarker":"bottom-sheet__defaultMarker_1894n","content":"bottom-sheet__content_1894n","noHeader":"bottom-sheet__noHeader_1894n","noFooter":"bottom-sheet__noFooter_1894n","scrollLocked":"bottom-sheet__scrollLocked_1894n","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1894n","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1894n","appear":"bottom-sheet__appear_1894n","enter":"bottom-sheet__enter_1894n","appearActive":"bottom-sheet__appearActive_1894n","enterActive":"bottom-sheet__enterActive_1894n","enterDone":"bottom-sheet__enterDone_1894n","appearDone":"bottom-sheet__appearDone_1894n","exit":"bottom-sheet__exit_1894n","exitActive":"bottom-sheet__exitActive_1894n","background-accent":"bottom-sheet__background-accent_1894n","background-info":"bottom-sheet__background-info_1894n","background-attention-muted":"bottom-sheet__background-attention-muted_1894n","background-positive-muted":"bottom-sheet__background-positive-muted_1894n","background-negative-muted":"bottom-sheet__background-negative-muted_1894n","background-primary":"bottom-sheet__background-primary_1894n","background-primary-inverted":"bottom-sheet__background-primary-inverted_1894n","background-secondary":"bottom-sheet__background-secondary_1894n","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1894n","background-tertiary":"bottom-sheet__background-tertiary_1894n","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1894n","background-quaternary":"bottom-sheet__background-quaternary_1894n","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1894n","background-specialbg-component":"bottom-sheet__background-specialbg-component_1894n","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1894n","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1894n","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1894n","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1894n","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1894n","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1894n","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1894n","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1894n"};
27
27
  require('./index.css')
28
28
 
29
29
  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_jxytq","sticky":"bottom-sheet__sticky_jxytq","highlighted":"bottom-sheet__highlighted_jxytq","background-accent":"bottom-sheet__background-accent_jxytq","background-info":"bottom-sheet__background-info_jxytq","background-attention-muted":"bottom-sheet__background-attention-muted_jxytq","background-positive-muted":"bottom-sheet__background-positive-muted_jxytq","background-negative-muted":"bottom-sheet__background-negative-muted_jxytq","background-primary":"bottom-sheet__background-primary_jxytq","background-primary-inverted":"bottom-sheet__background-primary-inverted_jxytq","background-secondary":"bottom-sheet__background-secondary_jxytq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_jxytq","background-tertiary":"bottom-sheet__background-tertiary_jxytq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_jxytq","background-quaternary":"bottom-sheet__background-quaternary_jxytq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_jxytq","background-specialbg-component":"bottom-sheet__background-specialbg-component_jxytq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_jxytq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_jxytq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_jxytq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_jxytq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_jxytq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_jxytq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_jxytq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_jxytq"};
14
+ var styles = {"footer":"bottom-sheet__footer_agpuo","sticky":"bottom-sheet__sticky_agpuo","highlighted":"bottom-sheet__highlighted_agpuo","background-accent":"bottom-sheet__background-accent_agpuo","background-info":"bottom-sheet__background-info_agpuo","background-attention-muted":"bottom-sheet__background-attention-muted_agpuo","background-positive-muted":"bottom-sheet__background-positive-muted_agpuo","background-negative-muted":"bottom-sheet__background-negative-muted_agpuo","background-primary":"bottom-sheet__background-primary_agpuo","background-primary-inverted":"bottom-sheet__background-primary-inverted_agpuo","background-secondary":"bottom-sheet__background-secondary_agpuo","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_agpuo","background-tertiary":"bottom-sheet__background-tertiary_agpuo","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_agpuo","background-quaternary":"bottom-sheet__background-quaternary_agpuo","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_agpuo","background-specialbg-component":"bottom-sheet__background-specialbg-component_agpuo","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_agpuo","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_agpuo","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_agpuo","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_agpuo","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_agpuo","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_agpuo","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_agpuo","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_agpuo"};
15
15
  require('./index.css')
16
16
 
17
17
  var Footer = function (_a) {
@@ -1,29 +1,29 @@
1
- /* hash: trkge */
1
+ /* hash: 1k3x4 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
5
- --color-light-bg-attention-muted: #f7ebd9;
5
+ --color-light-bg-attention-muted: #ffefd9;
6
6
  --color-light-bg-info: #d6e8fc;
7
- --color-light-bg-negative-muted: #fbe8e7;
8
- --color-light-bg-positive-muted: #e7f6ef;
7
+ --color-light-bg-negative-muted: #ffebeb;
8
+ --color-light-bg-positive-muted: #dff8e5;
9
9
  --color-light-bg-primary: #fff;
10
- --color-light-bg-primary-inverted: #121212;
11
- --color-light-bg-quaternary: #dcdcdd;
12
- --color-light-bg-quaternary-inverted: #3a3a3c;
13
- --color-light-bg-secondary: #f3f4f5;
14
- --color-light-bg-secondary-inverted: #202022;
15
- --color-light-bg-tertiary: #e9e9eb;
16
- --color-light-bg-tertiary-inverted: #2c2c2e;
17
- --color-light-border-secondary: #e9e9eb;
10
+ --color-light-bg-primary-inverted: #0e0e0e;
11
+ --color-light-bg-quaternary: #dcdee2;
12
+ --color-light-bg-quaternary-inverted: #36363a;
13
+ --color-light-bg-secondary: #f2f3f5;
14
+ --color-light-bg-secondary-inverted: #1c1c1e;
15
+ --color-light-bg-tertiary: #e7e8ea;
16
+ --color-light-bg-tertiary-inverted: #27272a;
17
+ --color-light-border-secondary: #e7e8ec;
18
18
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
19
19
  --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
20
- --color-light-specialbg-primary-grouped: #f3f4f5;
20
+ --color-light-specialbg-primary-grouped: #f2f3f5;
21
21
  --color-light-specialbg-secondary-grouped: #fff;
22
- --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
23
- --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.06);
24
- --color-light-specialbg-tertiary-grouped: #f3f4f5;
25
- --color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
26
- --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.11); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
22
+ --color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06);
23
+ --color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07);
24
+ --color-light-specialbg-tertiary-grouped: #f2f3f5;
25
+ --color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08);
26
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
27
27
  } :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 */
28
28
  } :root {
29
29
  } :root {
@@ -45,58 +45,58 @@
45
45
  /* footer */
46
46
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-secondary);
47
47
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
48
- } .bottom-sheet__footer_jxytq {
48
+ } .bottom-sheet__footer_agpuo {
49
49
  padding: var(--gap-m) var(--gap-m);
50
50
  background-color: var(--color-light-bg-primary);
51
- } .bottom-sheet__sticky_jxytq {
51
+ } .bottom-sheet__sticky_agpuo {
52
52
  position: sticky;
53
53
  bottom: 0;
54
54
  z-index: 1;
55
- } .bottom-sheet__highlighted_jxytq {
55
+ } .bottom-sheet__highlighted_agpuo {
56
56
  border-top: var(--bottom-sheet-footer-border-top);
57
57
  background-color: var(--bottom-sheet-footer-background-color);
58
- } .bottom-sheet__background-accent_jxytq {
58
+ } .bottom-sheet__background-accent_agpuo {
59
59
  background-color: var(--color-light-bg-accent);
60
- } .bottom-sheet__background-info_jxytq {
60
+ } .bottom-sheet__background-info_agpuo {
61
61
  background-color: var(--color-light-bg-info);
62
- } .bottom-sheet__background-attention-muted_jxytq {
62
+ } .bottom-sheet__background-attention-muted_agpuo {
63
63
  background-color: var(--color-light-bg-attention-muted);
64
- } .bottom-sheet__background-positive-muted_jxytq {
64
+ } .bottom-sheet__background-positive-muted_agpuo {
65
65
  background-color: var(--color-light-bg-positive-muted);
66
- } .bottom-sheet__background-negative-muted_jxytq {
66
+ } .bottom-sheet__background-negative-muted_agpuo {
67
67
  background-color: var(--color-light-bg-negative-muted);
68
- } .bottom-sheet__background-primary_jxytq {
68
+ } .bottom-sheet__background-primary_agpuo {
69
69
  background-color: var(--color-light-bg-primary);
70
- } .bottom-sheet__background-primary-inverted_jxytq {
70
+ } .bottom-sheet__background-primary-inverted_agpuo {
71
71
  background-color: var(--color-light-bg-primary-inverted);
72
- } .bottom-sheet__background-secondary_jxytq {
72
+ } .bottom-sheet__background-secondary_agpuo {
73
73
  background-color: var(--color-light-bg-secondary);
74
- } .bottom-sheet__background-secondary-inverted_jxytq {
74
+ } .bottom-sheet__background-secondary-inverted_agpuo {
75
75
  background-color: var(--color-light-bg-secondary-inverted);
76
- } .bottom-sheet__background-tertiary_jxytq {
76
+ } .bottom-sheet__background-tertiary_agpuo {
77
77
  background-color: var(--color-light-bg-tertiary);
78
- } .bottom-sheet__background-tertiary-inverted_jxytq {
78
+ } .bottom-sheet__background-tertiary-inverted_agpuo {
79
79
  background-color: var(--color-light-bg-tertiary-inverted);
80
- } .bottom-sheet__background-quaternary_jxytq {
80
+ } .bottom-sheet__background-quaternary_agpuo {
81
81
  background-color: var(--color-light-bg-quaternary);
82
- } .bottom-sheet__background-quaternary-inverted_jxytq {
82
+ } .bottom-sheet__background-quaternary-inverted_agpuo {
83
83
  background-color: var(--color-light-bg-quaternary-inverted);
84
- } .bottom-sheet__background-specialbg-component_jxytq {
84
+ } .bottom-sheet__background-specialbg-component_agpuo {
85
85
  background-color: var(--color-light-specialbg-component);
86
- } .bottom-sheet__background-specialbg-component-inverted_jxytq {
86
+ } .bottom-sheet__background-specialbg-component-inverted_agpuo {
87
87
  background-color: var(--color-light-specialbg-component-inverted);
88
- } .bottom-sheet__background-specialbg-primary-grouped_jxytq {
88
+ } .bottom-sheet__background-specialbg-primary-grouped_agpuo {
89
89
  background-color: var(--color-light-specialbg-primary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-grouped_jxytq {
90
+ } .bottom-sheet__background-specialbg-secondary-grouped_agpuo {
91
91
  background-color: var(--color-light-specialbg-secondary-grouped);
92
- } .bottom-sheet__background-specialbg-tertiary-grouped_jxytq {
92
+ } .bottom-sheet__background-specialbg-tertiary-grouped_agpuo {
93
93
  background-color: var(--color-light-specialbg-tertiary-grouped);
94
- } .bottom-sheet__background-specialbg-secondary-transparent_jxytq {
94
+ } .bottom-sheet__background-specialbg-secondary-transparent_agpuo {
95
95
  background-color: var(--color-light-specialbg-secondary-transparent);
96
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_jxytq {
96
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_agpuo {
97
97
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
98
- } .bottom-sheet__background-specialbg-tertiary-transparent_jxytq {
98
+ } .bottom-sheet__background-specialbg-tertiary-transparent_agpuo {
99
99
  background-color: var(--color-light-specialbg-tertiary-transparent);
100
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_jxytq {
100
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_agpuo {
101
101
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
102
102
  }
@@ -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_68phn","hasContent":"bottom-sheet__hasContent_68phn","header":"bottom-sheet__header_68phn","sticky":"bottom-sheet__sticky_68phn","highlighted":"bottom-sheet__highlighted_68phn","justifyEnd":"bottom-sheet__justifyEnd_68phn","addon":"bottom-sheet__addon_68phn","addonFixed":"bottom-sheet__addonFixed_68phn","title":"bottom-sheet__title_68phn","titleCenter":"bottom-sheet__titleCenter_68phn","titleLeft":"bottom-sheet__titleLeft_68phn","trimTitle":"bottom-sheet__trimTitle_68phn"};
16
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1k4yj","hasContent":"bottom-sheet__hasContent_1k4yj","header":"bottom-sheet__header_1k4yj","sticky":"bottom-sheet__sticky_1k4yj","highlighted":"bottom-sheet__highlighted_1k4yj","justifyEnd":"bottom-sheet__justifyEnd_1k4yj","addon":"bottom-sheet__addon_1k4yj","addonFixed":"bottom-sheet__addonFixed_1k4yj","title":"bottom-sheet__title_1k4yj","titleCenter":"bottom-sheet__titleCenter_1k4yj","titleLeft":"bottom-sheet__titleLeft_1k4yj","trimTitle":"bottom-sheet__trimTitle_1k4yj"};
17
17
  require('./index.css')
18
18
 
19
19
  var Header = function (_a) {
@@ -1,7 +1,7 @@
1
- /* hash: 7594c */
1
+ /* hash: 1fu0h */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-secondary: #e9e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
+ --color-light-border-secondary: #e7e8ec; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
6
6
  } :root {
7
7
  } :root {
@@ -30,42 +30,42 @@
30
30
  --bottom-sheet-title-font-family: var(--font-family-system);
31
31
 
32
32
  /* footer */
33
- } .bottom-sheet__headerWrapper_68phn {
33
+ } .bottom-sheet__headerWrapper_1k4yj {
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_68phn {
38
+ } .bottom-sheet__hasContent_1k4yj {
39
39
  background-color: inherit;
40
- } .bottom-sheet__header_68phn {
40
+ } .bottom-sheet__header_1k4yj {
41
41
  display: flex;
42
- } .bottom-sheet__sticky_68phn {
42
+ } .bottom-sheet__sticky_1k4yj {
43
43
  position: sticky;
44
44
  top: 0;
45
- } .bottom-sheet__highlighted_68phn {
45
+ } .bottom-sheet__highlighted_1k4yj {
46
46
  border-bottom: var(--bottom-sheet-header-border-bottom);
47
- } .bottom-sheet__justifyEnd_68phn {
47
+ } .bottom-sheet__justifyEnd_1k4yj {
48
48
  justify-content: flex-end;
49
- } .bottom-sheet__addon_68phn {
49
+ } .bottom-sheet__addon_1k4yj {
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_68phn {
55
+ } .bottom-sheet__addonFixed_1k4yj {
56
56
  position: fixed;
57
- } .bottom-sheet__title_68phn {
57
+ } .bottom-sheet__title_1k4yj {
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_68phn {
64
+ } .bottom-sheet__titleCenter_1k4yj {
65
65
  text-align: center;
66
- } .bottom-sheet__titleLeft_68phn {
66
+ } .bottom-sheet__titleLeft_1k4yj {
67
67
  text-align: left;
68
- } .bottom-sheet__trimTitle_68phn {
68
+ } .bottom-sheet__trimTitle_1k4yj {
69
69
  white-space: nowrap;
70
70
  overflow: hidden;
71
71
  text-overflow: ellipsis;
@@ -1,28 +1,28 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-accent: #ef3124;
4
- --color-light-bg-attention-muted: #f7ebd9;
4
+ --color-light-bg-attention-muted: #ffefd9;
5
5
  --color-light-bg-info: #d6e8fc;
6
- --color-light-bg-negative-muted: #fbe8e7;
7
- --color-light-bg-positive-muted: #e7f6ef;
6
+ --color-light-bg-negative-muted: #ffebeb;
7
+ --color-light-bg-positive-muted: #dff8e5;
8
8
  --color-light-bg-primary: #fff;
9
- --color-light-bg-primary-inverted: #121212;
10
- --color-light-bg-quaternary: #dcdcdd;
11
- --color-light-bg-quaternary-inverted: #3a3a3c;
12
- --color-light-bg-secondary: #f3f4f5;
13
- --color-light-bg-secondary-inverted: #202022;
14
- --color-light-bg-tertiary: #e9e9eb;
15
- --color-light-bg-tertiary-inverted: #2c2c2e;
16
- --color-light-border-secondary: #e9e9eb;
9
+ --color-light-bg-primary-inverted: #0e0e0e;
10
+ --color-light-bg-quaternary: #dcdee2;
11
+ --color-light-bg-quaternary-inverted: #36363a;
12
+ --color-light-bg-secondary: #f2f3f5;
13
+ --color-light-bg-secondary-inverted: #1c1c1e;
14
+ --color-light-bg-tertiary: #e7e8ea;
15
+ --color-light-bg-tertiary-inverted: #27272a;
16
+ --color-light-border-secondary: #e7e8ec;
17
17
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
18
18
  --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
19
- --color-light-specialbg-primary-grouped: #f3f4f5;
19
+ --color-light-specialbg-primary-grouped: #f2f3f5;
20
20
  --color-light-specialbg-secondary-grouped: #fff;
21
- --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
22
- --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.06);
23
- --color-light-specialbg-tertiary-grouped: #f3f4f5;
24
- --color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
25
- --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.11); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
21
+ --color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06);
22
+ --color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07);
23
+ --color-light-specialbg-tertiary-grouped: #f2f3f5;
24
+ --color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08);
25
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
26
26
  } :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 */
27
27
  } :root {
28
28
  } :root {
@@ -1,6 +1,6 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
- --color-light-border-secondary: #e9e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
+ --color-light-border-secondary: #e7e8ec; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
5
5
  } :root {
6
6
  } :root {
@@ -1,28 +1,28 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-accent: #ef3124;
4
- --color-light-bg-attention-muted: #f7ebd9;
4
+ --color-light-bg-attention-muted: #ffefd9;
5
5
  --color-light-bg-info: #d6e8fc;
6
- --color-light-bg-negative-muted: #fbe8e7;
7
- --color-light-bg-positive-muted: #e7f6ef;
6
+ --color-light-bg-negative-muted: #ffebeb;
7
+ --color-light-bg-positive-muted: #dff8e5;
8
8
  --color-light-bg-primary: #fff;
9
- --color-light-bg-primary-inverted: #121212;
10
- --color-light-bg-quaternary: #dcdcdd;
11
- --color-light-bg-quaternary-inverted: #3a3a3c;
12
- --color-light-bg-secondary: #f3f4f5;
13
- --color-light-bg-secondary-inverted: #202022;
14
- --color-light-bg-tertiary: #e9e9eb;
15
- --color-light-bg-tertiary-inverted: #2c2c2e;
16
- --color-light-graphic-quaternary: #dcdcdd;
9
+ --color-light-bg-primary-inverted: #0e0e0e;
10
+ --color-light-bg-quaternary: #dcdee2;
11
+ --color-light-bg-quaternary-inverted: #36363a;
12
+ --color-light-bg-secondary: #f2f3f5;
13
+ --color-light-bg-secondary-inverted: #1c1c1e;
14
+ --color-light-bg-tertiary: #e7e8ea;
15
+ --color-light-bg-tertiary-inverted: #27272a;
16
+ --color-light-graphic-quaternary: #e7e8ec;
17
17
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
18
18
  --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
19
- --color-light-specialbg-primary-grouped: #f3f4f5;
19
+ --color-light-specialbg-primary-grouped: #f2f3f5;
20
20
  --color-light-specialbg-secondary-grouped: #fff;
21
- --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
22
- --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.06);
23
- --color-light-specialbg-tertiary-grouped: #f3f4f5;
24
- --color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
25
- --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.11);
21
+ --color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06);
22
+ --color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07);
23
+ --color-light-specialbg-tertiary-grouped: #f2f3f5;
24
+ --color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08);
25
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12);
26
26
  --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
27
27
  } :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 */
28
28
  } :root {
package/esm/component.js CHANGED
@@ -13,7 +13,7 @@ import { convertPercentToNumber, TIMEOUT, MARKER_HEIGHT, SCROLL_OFFSET, SWIPE_VE
13
13
  import '@alfalab/core-components-navigation-bar/esm';
14
14
  import '@alfalab/core-components-backdrop/esm';
15
15
 
16
- var styles = {"modal":"bottom-sheet__modal_s4kzq","wrapper":"bottom-sheet__wrapper_s4kzq","fullscreen":"bottom-sheet__fullscreen_s4kzq","component":"bottom-sheet__component_s4kzq","withTransition":"bottom-sheet__withTransition_s4kzq","scrollableContainer":"bottom-sheet__scrollableContainer_s4kzq","marker":"bottom-sheet__marker_s4kzq","defaultMarker":"bottom-sheet__defaultMarker_s4kzq","content":"bottom-sheet__content_s4kzq","noHeader":"bottom-sheet__noHeader_s4kzq","noFooter":"bottom-sheet__noFooter_s4kzq","scrollLocked":"bottom-sheet__scrollLocked_s4kzq","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_s4kzq","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_s4kzq","appear":"bottom-sheet__appear_s4kzq","enter":"bottom-sheet__enter_s4kzq","appearActive":"bottom-sheet__appearActive_s4kzq","enterActive":"bottom-sheet__enterActive_s4kzq","enterDone":"bottom-sheet__enterDone_s4kzq","appearDone":"bottom-sheet__appearDone_s4kzq","exit":"bottom-sheet__exit_s4kzq","exitActive":"bottom-sheet__exitActive_s4kzq","background-accent":"bottom-sheet__background-accent_s4kzq","background-info":"bottom-sheet__background-info_s4kzq","background-attention-muted":"bottom-sheet__background-attention-muted_s4kzq","background-positive-muted":"bottom-sheet__background-positive-muted_s4kzq","background-negative-muted":"bottom-sheet__background-negative-muted_s4kzq","background-primary":"bottom-sheet__background-primary_s4kzq","background-primary-inverted":"bottom-sheet__background-primary-inverted_s4kzq","background-secondary":"bottom-sheet__background-secondary_s4kzq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_s4kzq","background-tertiary":"bottom-sheet__background-tertiary_s4kzq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_s4kzq","background-quaternary":"bottom-sheet__background-quaternary_s4kzq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_s4kzq","background-specialbg-component":"bottom-sheet__background-specialbg-component_s4kzq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_s4kzq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_s4kzq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_s4kzq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_s4kzq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_s4kzq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_s4kzq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_s4kzq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_s4kzq"};
16
+ var styles = {"modal":"bottom-sheet__modal_1894n","wrapper":"bottom-sheet__wrapper_1894n","fullscreen":"bottom-sheet__fullscreen_1894n","component":"bottom-sheet__component_1894n","withTransition":"bottom-sheet__withTransition_1894n","scrollableContainer":"bottom-sheet__scrollableContainer_1894n","marker":"bottom-sheet__marker_1894n","defaultMarker":"bottom-sheet__defaultMarker_1894n","content":"bottom-sheet__content_1894n","noHeader":"bottom-sheet__noHeader_1894n","noFooter":"bottom-sheet__noFooter_1894n","scrollLocked":"bottom-sheet__scrollLocked_1894n","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1894n","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1894n","appear":"bottom-sheet__appear_1894n","enter":"bottom-sheet__enter_1894n","appearActive":"bottom-sheet__appearActive_1894n","enterActive":"bottom-sheet__enterActive_1894n","enterDone":"bottom-sheet__enterDone_1894n","appearDone":"bottom-sheet__appearDone_1894n","exit":"bottom-sheet__exit_1894n","exitActive":"bottom-sheet__exitActive_1894n","background-accent":"bottom-sheet__background-accent_1894n","background-info":"bottom-sheet__background-info_1894n","background-attention-muted":"bottom-sheet__background-attention-muted_1894n","background-positive-muted":"bottom-sheet__background-positive-muted_1894n","background-negative-muted":"bottom-sheet__background-negative-muted_1894n","background-primary":"bottom-sheet__background-primary_1894n","background-primary-inverted":"bottom-sheet__background-primary-inverted_1894n","background-secondary":"bottom-sheet__background-secondary_1894n","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1894n","background-tertiary":"bottom-sheet__background-tertiary_1894n","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1894n","background-quaternary":"bottom-sheet__background-quaternary_1894n","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1894n","background-specialbg-component":"bottom-sheet__background-specialbg-component_1894n","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1894n","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1894n","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1894n","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1894n","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1894n","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1894n","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1894n","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1894n"};
17
17
  require('./index.css')
18
18
 
19
19
  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_jxytq","sticky":"bottom-sheet__sticky_jxytq","highlighted":"bottom-sheet__highlighted_jxytq","background-accent":"bottom-sheet__background-accent_jxytq","background-info":"bottom-sheet__background-info_jxytq","background-attention-muted":"bottom-sheet__background-attention-muted_jxytq","background-positive-muted":"bottom-sheet__background-positive-muted_jxytq","background-negative-muted":"bottom-sheet__background-negative-muted_jxytq","background-primary":"bottom-sheet__background-primary_jxytq","background-primary-inverted":"bottom-sheet__background-primary-inverted_jxytq","background-secondary":"bottom-sheet__background-secondary_jxytq","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_jxytq","background-tertiary":"bottom-sheet__background-tertiary_jxytq","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_jxytq","background-quaternary":"bottom-sheet__background-quaternary_jxytq","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_jxytq","background-specialbg-component":"bottom-sheet__background-specialbg-component_jxytq","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_jxytq","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_jxytq","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_jxytq","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_jxytq","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_jxytq","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_jxytq","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_jxytq","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_jxytq"};
5
+ var styles = {"footer":"bottom-sheet__footer_agpuo","sticky":"bottom-sheet__sticky_agpuo","highlighted":"bottom-sheet__highlighted_agpuo","background-accent":"bottom-sheet__background-accent_agpuo","background-info":"bottom-sheet__background-info_agpuo","background-attention-muted":"bottom-sheet__background-attention-muted_agpuo","background-positive-muted":"bottom-sheet__background-positive-muted_agpuo","background-negative-muted":"bottom-sheet__background-negative-muted_agpuo","background-primary":"bottom-sheet__background-primary_agpuo","background-primary-inverted":"bottom-sheet__background-primary-inverted_agpuo","background-secondary":"bottom-sheet__background-secondary_agpuo","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_agpuo","background-tertiary":"bottom-sheet__background-tertiary_agpuo","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_agpuo","background-quaternary":"bottom-sheet__background-quaternary_agpuo","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_agpuo","background-specialbg-component":"bottom-sheet__background-specialbg-component_agpuo","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_agpuo","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_agpuo","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_agpuo","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_agpuo","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_agpuo","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_agpuo","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_agpuo","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_agpuo"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,29 +1,29 @@
1
- /* hash: trkge */
1
+ /* hash: 1k3x4 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-accent: #ef3124;
5
- --color-light-bg-attention-muted: #f7ebd9;
5
+ --color-light-bg-attention-muted: #ffefd9;
6
6
  --color-light-bg-info: #d6e8fc;
7
- --color-light-bg-negative-muted: #fbe8e7;
8
- --color-light-bg-positive-muted: #e7f6ef;
7
+ --color-light-bg-negative-muted: #ffebeb;
8
+ --color-light-bg-positive-muted: #dff8e5;
9
9
  --color-light-bg-primary: #fff;
10
- --color-light-bg-primary-inverted: #121212;
11
- --color-light-bg-quaternary: #dcdcdd;
12
- --color-light-bg-quaternary-inverted: #3a3a3c;
13
- --color-light-bg-secondary: #f3f4f5;
14
- --color-light-bg-secondary-inverted: #202022;
15
- --color-light-bg-tertiary: #e9e9eb;
16
- --color-light-bg-tertiary-inverted: #2c2c2e;
17
- --color-light-border-secondary: #e9e9eb;
10
+ --color-light-bg-primary-inverted: #0e0e0e;
11
+ --color-light-bg-quaternary: #dcdee2;
12
+ --color-light-bg-quaternary-inverted: #36363a;
13
+ --color-light-bg-secondary: #f2f3f5;
14
+ --color-light-bg-secondary-inverted: #1c1c1e;
15
+ --color-light-bg-tertiary: #e7e8ea;
16
+ --color-light-bg-tertiary-inverted: #27272a;
17
+ --color-light-border-secondary: #e7e8ec;
18
18
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
19
19
  --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
20
- --color-light-specialbg-primary-grouped: #f3f4f5;
20
+ --color-light-specialbg-primary-grouped: #f2f3f5;
21
21
  --color-light-specialbg-secondary-grouped: #fff;
22
- --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
23
- --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.06);
24
- --color-light-specialbg-tertiary-grouped: #f3f4f5;
25
- --color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
26
- --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.11); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
22
+ --color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06);
23
+ --color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07);
24
+ --color-light-specialbg-tertiary-grouped: #f2f3f5;
25
+ --color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08);
26
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
27
27
  } :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 */
28
28
  } :root {
29
29
  } :root {
@@ -45,58 +45,58 @@
45
45
  /* footer */
46
46
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-secondary);
47
47
  --bottom-sheet-footer-background-color: var(--color-light-bg-primary);
48
- } .bottom-sheet__footer_jxytq {
48
+ } .bottom-sheet__footer_agpuo {
49
49
  padding: var(--gap-m) var(--gap-m);
50
50
  background-color: var(--color-light-bg-primary);
51
- } .bottom-sheet__sticky_jxytq {
51
+ } .bottom-sheet__sticky_agpuo {
52
52
  position: sticky;
53
53
  bottom: 0;
54
54
  z-index: 1;
55
- } .bottom-sheet__highlighted_jxytq {
55
+ } .bottom-sheet__highlighted_agpuo {
56
56
  border-top: var(--bottom-sheet-footer-border-top);
57
57
  background-color: var(--bottom-sheet-footer-background-color);
58
- } .bottom-sheet__background-accent_jxytq {
58
+ } .bottom-sheet__background-accent_agpuo {
59
59
  background-color: var(--color-light-bg-accent);
60
- } .bottom-sheet__background-info_jxytq {
60
+ } .bottom-sheet__background-info_agpuo {
61
61
  background-color: var(--color-light-bg-info);
62
- } .bottom-sheet__background-attention-muted_jxytq {
62
+ } .bottom-sheet__background-attention-muted_agpuo {
63
63
  background-color: var(--color-light-bg-attention-muted);
64
- } .bottom-sheet__background-positive-muted_jxytq {
64
+ } .bottom-sheet__background-positive-muted_agpuo {
65
65
  background-color: var(--color-light-bg-positive-muted);
66
- } .bottom-sheet__background-negative-muted_jxytq {
66
+ } .bottom-sheet__background-negative-muted_agpuo {
67
67
  background-color: var(--color-light-bg-negative-muted);
68
- } .bottom-sheet__background-primary_jxytq {
68
+ } .bottom-sheet__background-primary_agpuo {
69
69
  background-color: var(--color-light-bg-primary);
70
- } .bottom-sheet__background-primary-inverted_jxytq {
70
+ } .bottom-sheet__background-primary-inverted_agpuo {
71
71
  background-color: var(--color-light-bg-primary-inverted);
72
- } .bottom-sheet__background-secondary_jxytq {
72
+ } .bottom-sheet__background-secondary_agpuo {
73
73
  background-color: var(--color-light-bg-secondary);
74
- } .bottom-sheet__background-secondary-inverted_jxytq {
74
+ } .bottom-sheet__background-secondary-inverted_agpuo {
75
75
  background-color: var(--color-light-bg-secondary-inverted);
76
- } .bottom-sheet__background-tertiary_jxytq {
76
+ } .bottom-sheet__background-tertiary_agpuo {
77
77
  background-color: var(--color-light-bg-tertiary);
78
- } .bottom-sheet__background-tertiary-inverted_jxytq {
78
+ } .bottom-sheet__background-tertiary-inverted_agpuo {
79
79
  background-color: var(--color-light-bg-tertiary-inverted);
80
- } .bottom-sheet__background-quaternary_jxytq {
80
+ } .bottom-sheet__background-quaternary_agpuo {
81
81
  background-color: var(--color-light-bg-quaternary);
82
- } .bottom-sheet__background-quaternary-inverted_jxytq {
82
+ } .bottom-sheet__background-quaternary-inverted_agpuo {
83
83
  background-color: var(--color-light-bg-quaternary-inverted);
84
- } .bottom-sheet__background-specialbg-component_jxytq {
84
+ } .bottom-sheet__background-specialbg-component_agpuo {
85
85
  background-color: var(--color-light-specialbg-component);
86
- } .bottom-sheet__background-specialbg-component-inverted_jxytq {
86
+ } .bottom-sheet__background-specialbg-component-inverted_agpuo {
87
87
  background-color: var(--color-light-specialbg-component-inverted);
88
- } .bottom-sheet__background-specialbg-primary-grouped_jxytq {
88
+ } .bottom-sheet__background-specialbg-primary-grouped_agpuo {
89
89
  background-color: var(--color-light-specialbg-primary-grouped);
90
- } .bottom-sheet__background-specialbg-secondary-grouped_jxytq {
90
+ } .bottom-sheet__background-specialbg-secondary-grouped_agpuo {
91
91
  background-color: var(--color-light-specialbg-secondary-grouped);
92
- } .bottom-sheet__background-specialbg-tertiary-grouped_jxytq {
92
+ } .bottom-sheet__background-specialbg-tertiary-grouped_agpuo {
93
93
  background-color: var(--color-light-specialbg-tertiary-grouped);
94
- } .bottom-sheet__background-specialbg-secondary-transparent_jxytq {
94
+ } .bottom-sheet__background-specialbg-secondary-transparent_agpuo {
95
95
  background-color: var(--color-light-specialbg-secondary-transparent);
96
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_jxytq {
96
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_agpuo {
97
97
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
98
- } .bottom-sheet__background-specialbg-tertiary-transparent_jxytq {
98
+ } .bottom-sheet__background-specialbg-tertiary-transparent_agpuo {
99
99
  background-color: var(--color-light-specialbg-tertiary-transparent);
100
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_jxytq {
100
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_agpuo {
101
101
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
102
102
  }
@@ -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_68phn","hasContent":"bottom-sheet__hasContent_68phn","header":"bottom-sheet__header_68phn","sticky":"bottom-sheet__sticky_68phn","highlighted":"bottom-sheet__highlighted_68phn","justifyEnd":"bottom-sheet__justifyEnd_68phn","addon":"bottom-sheet__addon_68phn","addonFixed":"bottom-sheet__addonFixed_68phn","title":"bottom-sheet__title_68phn","titleCenter":"bottom-sheet__titleCenter_68phn","titleLeft":"bottom-sheet__titleLeft_68phn","trimTitle":"bottom-sheet__trimTitle_68phn"};
7
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1k4yj","hasContent":"bottom-sheet__hasContent_1k4yj","header":"bottom-sheet__header_1k4yj","sticky":"bottom-sheet__sticky_1k4yj","highlighted":"bottom-sheet__highlighted_1k4yj","justifyEnd":"bottom-sheet__justifyEnd_1k4yj","addon":"bottom-sheet__addon_1k4yj","addonFixed":"bottom-sheet__addonFixed_1k4yj","title":"bottom-sheet__title_1k4yj","titleCenter":"bottom-sheet__titleCenter_1k4yj","titleLeft":"bottom-sheet__titleLeft_1k4yj","trimTitle":"bottom-sheet__trimTitle_1k4yj"};
8
8
  require('./index.css')
9
9
 
10
10
  var Header = function (_a) {