@alfalab/core-components-bottom-sheet 7.3.0 → 7.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/footer/default.css +2 -2
- package/components/footer/default.module.css.js +1 -1
- package/components/footer/index.css +2 -2
- package/components/footer/index.module.css.js +1 -1
- package/components/footer/inverted.css +2 -2
- package/components/footer/inverted.module.css.js +1 -1
- package/components/header/default.css +4 -4
- package/components/header/default.module.css.js +1 -1
- package/components/header/index.css +13 -13
- package/components/header/index.module.css.js +1 -1
- package/components/header/inverted.css +4 -4
- package/components/header/inverted.module.css.js +1 -1
- package/default.css +4 -4
- package/default.module.css.js +1 -1
- package/esm/components/footer/default.css +2 -2
- package/esm/components/footer/default.module.css.js +1 -1
- package/esm/components/footer/index.css +2 -2
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/footer/inverted.css +2 -2
- package/esm/components/footer/inverted.module.css.js +1 -1
- package/esm/components/header/default.css +4 -4
- package/esm/components/header/default.module.css.js +1 -1
- package/esm/components/header/index.css +13 -13
- package/esm/components/header/index.module.css.js +1 -1
- package/esm/components/header/inverted.css +4 -4
- package/esm/components/header/inverted.module.css.js +1 -1
- package/esm/default.css +4 -4
- package/esm/default.module.css.js +1 -1
- package/esm/index.css +44 -44
- package/esm/index.module.css.js +1 -1
- package/esm/inverted.css +4 -4
- package/esm/inverted.module.css.js +1 -1
- package/index.css +44 -44
- package/index.module.css.js +1 -1
- package/inverted.css +4 -4
- package/inverted.module.css.js +1 -1
- package/modern/components/footer/default.css +2 -2
- package/modern/components/footer/default.module.css.js +1 -1
- package/modern/components/footer/index.css +2 -2
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/footer/inverted.css +2 -2
- package/modern/components/footer/inverted.module.css.js +1 -1
- package/modern/components/header/default.css +4 -4
- package/modern/components/header/default.module.css.js +1 -1
- package/modern/components/header/index.css +13 -13
- package/modern/components/header/index.module.css.js +1 -1
- package/modern/components/header/inverted.css +4 -4
- package/modern/components/header/inverted.module.css.js +1 -1
- package/modern/default.css +4 -4
- package/modern/default.module.css.js +1 -1
- package/modern/index.css +44 -44
- package/modern/index.module.css.js +1 -1
- package/modern/inverted.css +4 -4
- package/modern/inverted.module.css.js +1 -1
- package/package.json +2 -2
package/modern/index.css
CHANGED
|
@@ -40,34 +40,34 @@
|
|
|
40
40
|
--bottom-sheet-out-transition: transform 0.3s ease;
|
|
41
41
|
--bottom-sheet-top-radius: var(--border-radius-16);
|
|
42
42
|
--bottom-sheet-shadow: none;
|
|
43
|
-
} .bottom-
|
|
43
|
+
} .bottom-sheet__modal_1khou {
|
|
44
44
|
bottom: var(--gap-0);
|
|
45
45
|
width: 100%;
|
|
46
46
|
max-width: 600px;
|
|
47
47
|
pointer-events: none;
|
|
48
48
|
touch-action: none;
|
|
49
|
-
} .bottom-
|
|
49
|
+
} .bottom-sheet__modal_1khou.bottom-sheet__modal_1khou {
|
|
50
50
|
background-color: transparent;
|
|
51
51
|
position: fixed;
|
|
52
|
-
} .bottom-
|
|
52
|
+
} .bottom-sheet__wrapper_1khou {
|
|
53
53
|
transform: translateY(100%);
|
|
54
54
|
pointer-events: none;
|
|
55
55
|
touch-action: none;
|
|
56
56
|
border-top-right-radius: var(--bottom-sheet-top-radius);
|
|
57
57
|
border-top-left-radius: var(--bottom-sheet-top-radius);
|
|
58
58
|
transition: border-radius 0.3s ease;
|
|
59
|
-
} .bottom-
|
|
59
|
+
} .bottom-sheet__fullscreen_1khou {
|
|
60
60
|
border-radius: var(--border-radius-0);
|
|
61
|
-
} .bottom-
|
|
61
|
+
} .bottom-sheet__component_1khou {
|
|
62
62
|
position: relative;
|
|
63
63
|
display: flex;
|
|
64
64
|
flex-direction: column;
|
|
65
65
|
border-radius: inherit;
|
|
66
66
|
pointer-events: all;
|
|
67
67
|
box-shadow: var(--bottom-sheet-shadow);
|
|
68
|
-
} .bottom-
|
|
68
|
+
} .bottom-sheet__withTransition_1khou {
|
|
69
69
|
transition: var(--bottom-sheet-out-transition);
|
|
70
|
-
} .bottom-
|
|
70
|
+
} .bottom-sheet__scrollableContainer_1khou {
|
|
71
71
|
overflow: auto;
|
|
72
72
|
display: flex;
|
|
73
73
|
flex-direction: column;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
background-color: inherit;
|
|
77
77
|
border-radius: inherit;
|
|
78
78
|
overscroll-behavior: contain;
|
|
79
|
-
} .bottom-
|
|
79
|
+
} .bottom-sheet__marker_1khou {
|
|
80
80
|
position: fixed;
|
|
81
81
|
top: var(--gap-4);
|
|
82
82
|
right: var(--gap-0);
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
z-index: 1000;
|
|
85
85
|
width: 36px;
|
|
86
86
|
margin: var(--gap-0) auto;
|
|
87
|
-
} .bottom-
|
|
87
|
+
} .bottom-sheet__defaultMarker_1khou {
|
|
88
88
|
height: 4px;
|
|
89
89
|
border-radius: var(--border-radius-20);
|
|
90
|
-
} .bottom-
|
|
90
|
+
} .bottom-sheet__content_1khou {
|
|
91
91
|
position: relative;
|
|
92
92
|
z-index: 0;
|
|
93
93
|
display: flex;
|
|
@@ -96,75 +96,75 @@
|
|
|
96
96
|
padding: var(--gap-0) var(--gap-16);
|
|
97
97
|
background-color: inherit;
|
|
98
98
|
border-radius: inherit;
|
|
99
|
-
} .bottom-
|
|
99
|
+
} .bottom-sheet__noHeader_1khou {
|
|
100
100
|
padding-top: var(--gap-16);
|
|
101
|
-
} .bottom-
|
|
101
|
+
} .bottom-sheet__noFooter_1khou {
|
|
102
102
|
padding-bottom: var(--gap-16);
|
|
103
|
-
} .bottom-
|
|
103
|
+
} .bottom-sheet__scrollLocked_1khou {
|
|
104
104
|
overflow: hidden;
|
|
105
|
-
} .bottom-
|
|
105
|
+
} .bottom-sheet__hiddenScrollbar_1khou {
|
|
106
106
|
scrollbar-width: none;
|
|
107
|
-
} .bottom-
|
|
107
|
+
} .bottom-sheet__hiddenScrollbar_1khou::-webkit-scrollbar {
|
|
108
108
|
width: 0;
|
|
109
109
|
height: 0;
|
|
110
|
-
} .bottom-
|
|
110
|
+
} .bottom-sheet__disabledPointerEvents_1khou {
|
|
111
111
|
pointer-events: none;
|
|
112
|
-
} .bottom-
|
|
112
|
+
} .bottom-sheet__appear_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__enter_1khou .bottom-sheet__wrapper_1khou {
|
|
113
113
|
transition: none;
|
|
114
|
-
} .bottom-
|
|
114
|
+
} .bottom-sheet__appearActive_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__enterActive_1khou .bottom-sheet__wrapper_1khou {
|
|
115
115
|
transition: var(--bottom-sheet-in-transition);
|
|
116
116
|
transform: translateY(0);
|
|
117
|
-
} .bottom-
|
|
117
|
+
} .bottom-sheet__enterDone_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__appearDone_1khou .bottom-sheet__wrapper_1khou {
|
|
118
118
|
transform: translateY(0);
|
|
119
|
-
} .bottom-
|
|
119
|
+
} .bottom-sheet__exit_1khou .bottom-sheet__wrapper_1khou {
|
|
120
120
|
transform: translateY(0);
|
|
121
|
-
} .bottom-
|
|
121
|
+
} .bottom-sheet__exitActive_1khou .bottom-sheet__wrapper_1khou {
|
|
122
122
|
transition: var(--bottom-sheet-out-transition);
|
|
123
123
|
transform: translateY(100%);
|
|
124
|
-
} .bottom-
|
|
124
|
+
} .bottom-sheet__safeAreaBottom_1khou {
|
|
125
125
|
padding-bottom: var(--sab);
|
|
126
|
-
} .bottom-sheet__background-
|
|
126
|
+
} .bottom-sheet__background-accent_1khou {
|
|
127
127
|
background-color: var(--color-light-bg-accent);
|
|
128
|
-
} .bottom-sheet__background-
|
|
128
|
+
} .bottom-sheet__background-info_1khou {
|
|
129
129
|
background-color: var(--color-light-bg-info);
|
|
130
|
-
} .bottom-sheet__background-attention-
|
|
130
|
+
} .bottom-sheet__background-attention-muted_1khou {
|
|
131
131
|
background-color: var(--color-light-bg-attention-muted);
|
|
132
|
-
} .bottom-sheet__background-positive-
|
|
132
|
+
} .bottom-sheet__background-positive-muted_1khou {
|
|
133
133
|
background-color: var(--color-light-bg-positive-muted);
|
|
134
|
-
} .bottom-sheet__background-negative-
|
|
134
|
+
} .bottom-sheet__background-negative-muted_1khou {
|
|
135
135
|
background-color: var(--color-light-bg-negative-muted);
|
|
136
|
-
} .bottom-sheet__background-
|
|
136
|
+
} .bottom-sheet__background-primary_1khou {
|
|
137
137
|
background-color: var(--color-light-bg-primary);
|
|
138
|
-
} .bottom-sheet__background-primary-
|
|
138
|
+
} .bottom-sheet__background-primary-inverted_1khou {
|
|
139
139
|
background-color: var(--color-light-bg-primary-inverted);
|
|
140
|
-
} .bottom-sheet__background-
|
|
140
|
+
} .bottom-sheet__background-secondary_1khou {
|
|
141
141
|
background-color: var(--color-light-bg-secondary);
|
|
142
|
-
} .bottom-sheet__background-secondary-
|
|
142
|
+
} .bottom-sheet__background-secondary-inverted_1khou {
|
|
143
143
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
144
|
-
} .bottom-sheet__background-
|
|
144
|
+
} .bottom-sheet__background-tertiary_1khou {
|
|
145
145
|
background-color: var(--color-light-bg-tertiary);
|
|
146
|
-
} .bottom-sheet__background-tertiary-
|
|
146
|
+
} .bottom-sheet__background-tertiary-inverted_1khou {
|
|
147
147
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
148
|
-
} .bottom-sheet__background-
|
|
148
|
+
} .bottom-sheet__background-quaternary_1khou {
|
|
149
149
|
background-color: var(--color-light-bg-quaternary);
|
|
150
|
-
} .bottom-sheet__background-quaternary-
|
|
150
|
+
} .bottom-sheet__background-quaternary-inverted_1khou {
|
|
151
151
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
152
|
-
} .bottom-sheet__background-specialbg-
|
|
152
|
+
} .bottom-sheet__background-specialbg-component_1khou {
|
|
153
153
|
background-color: var(--color-light-specialbg-component);
|
|
154
|
-
} .bottom-sheet__background-specialbg-component-
|
|
154
|
+
} .bottom-sheet__background-specialbg-component-inverted_1khou {
|
|
155
155
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
156
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
156
|
+
} .bottom-sheet__background-specialbg-primary-grouped_1khou {
|
|
157
157
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
158
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
158
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_1khou {
|
|
159
159
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
160
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
160
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_1khou {
|
|
161
161
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
162
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
162
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_1khou {
|
|
163
163
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
164
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
164
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_1khou {
|
|
165
165
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
166
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
166
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_1khou {
|
|
167
167
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
168
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
168
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1khou {
|
|
169
169
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
170
170
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"modal":"bottom-
|
|
3
|
+
const styles = {"modal":"bottom-sheet__modal_1khou","wrapper":"bottom-sheet__wrapper_1khou","fullscreen":"bottom-sheet__fullscreen_1khou","component":"bottom-sheet__component_1khou","withTransition":"bottom-sheet__withTransition_1khou","scrollableContainer":"bottom-sheet__scrollableContainer_1khou","marker":"bottom-sheet__marker_1khou","defaultMarker":"bottom-sheet__defaultMarker_1khou","content":"bottom-sheet__content_1khou","noHeader":"bottom-sheet__noHeader_1khou","noFooter":"bottom-sheet__noFooter_1khou","scrollLocked":"bottom-sheet__scrollLocked_1khou","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1khou","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1khou","appear":"bottom-sheet__appear_1khou","enter":"bottom-sheet__enter_1khou","appearActive":"bottom-sheet__appearActive_1khou","enterActive":"bottom-sheet__enterActive_1khou","enterDone":"bottom-sheet__enterDone_1khou","appearDone":"bottom-sheet__appearDone_1khou","exit":"bottom-sheet__exit_1khou","exitActive":"bottom-sheet__exitActive_1khou","safeAreaBottom":"bottom-sheet__safeAreaBottom_1khou","background-accent":"bottom-sheet__background-accent_1khou","background-info":"bottom-sheet__background-info_1khou","background-attention-muted":"bottom-sheet__background-attention-muted_1khou","background-positive-muted":"bottom-sheet__background-positive-muted_1khou","background-negative-muted":"bottom-sheet__background-negative-muted_1khou","background-primary":"bottom-sheet__background-primary_1khou","background-primary-inverted":"bottom-sheet__background-primary-inverted_1khou","background-secondary":"bottom-sheet__background-secondary_1khou","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1khou","background-tertiary":"bottom-sheet__background-tertiary_1khou","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1khou","background-quaternary":"bottom-sheet__background-quaternary_1khou","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1khou","background-specialbg-component":"bottom-sheet__background-specialbg-component_1khou","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1khou","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1khou","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1khou","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1khou","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1khou","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1khou","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1khou","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1khou"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/inverted.css
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
--bottom-sheet-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
|
|
7
7
|
--bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
|
|
8
8
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__component_1phe9 {
|
|
10
10
|
background-color: var(--bottom-sheet-background-color-inverted);
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__content_1phe9 {
|
|
12
12
|
color: var(--bottom-sheet-text-color-inverted);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__defaultMarker_1phe9 {
|
|
14
14
|
background-color: var(--bottom-sheet-marker-color-inverted);
|
|
15
|
-
} .bottom-
|
|
15
|
+
} .bottom-sheet__hasContent_1phe9 {
|
|
16
16
|
color: var(--bottom-sheet-text-color-inverted);
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
const invertedColors = {"component":"bottom-
|
|
3
|
+
const invertedColors = {"component":"bottom-sheet__component_1phe9","content":"bottom-sheet__content_1phe9","defaultMarker":"bottom-sheet__defaultMarker_1phe9","hasContent":"bottom-sheet__hasContent_1phe9"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-bottom-sheet",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"description": "Bottom sheet mobile component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-backdrop": "^4.0.0",
|
|
14
14
|
"@alfalab/core-components-base-modal": "^6.0.2",
|
|
15
|
-
"@alfalab/core-components-navigation-bar-private": "^1.1.
|
|
15
|
+
"@alfalab/core-components-navigation-bar-private": "^1.1.3",
|
|
16
16
|
"@alfalab/core-components-shared": "^1.1.1",
|
|
17
17
|
"@alfalab/core-components-types": "^1.0.0",
|
|
18
18
|
"classnames": "^2.5.1",
|