@alfalab/core-components-bottom-sheet 7.4.1 → 7.4.3
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 +45 -45
- 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 +45 -45
- 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 +45 -45
- 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 +3 -3
package/modern/index.css
CHANGED
|
@@ -40,27 +40,27 @@
|
|
|
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_to757 {
|
|
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_to757.bottom-sheet__modal_to757 {
|
|
50
50
|
background-color: transparent;
|
|
51
51
|
position: fixed;
|
|
52
|
-
} .bottom-
|
|
52
|
+
} .bottom-sheet__wrapper_to757 {
|
|
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__outerClassName_to757 {
|
|
60
60
|
pointer-events: all;
|
|
61
|
-
} .bottom-
|
|
61
|
+
} .bottom-sheet__fullscreen_to757 {
|
|
62
62
|
border-radius: var(--border-radius-0);
|
|
63
|
-
} .bottom-
|
|
63
|
+
} .bottom-sheet__component_to757 {
|
|
64
64
|
position: relative;
|
|
65
65
|
display: flex;
|
|
66
66
|
flex-direction: column;
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
pointer-events: all;
|
|
69
69
|
box-shadow: var(--bottom-sheet-shadow);
|
|
70
70
|
transform: translate(0, 0);
|
|
71
|
-
} .bottom-
|
|
71
|
+
} .bottom-sheet__withTransition_to757 {
|
|
72
72
|
transition: var(--bottom-sheet-out-transition);
|
|
73
|
-
} .bottom-
|
|
73
|
+
} .bottom-sheet__scrollableContainer_to757 {
|
|
74
74
|
overflow: auto;
|
|
75
75
|
display: flex;
|
|
76
76
|
flex-direction: column;
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
background-color: inherit;
|
|
80
80
|
border-radius: inherit;
|
|
81
81
|
overscroll-behavior: contain;
|
|
82
|
-
} .bottom-
|
|
82
|
+
} .bottom-sheet__marker_to757 {
|
|
83
83
|
position: fixed;
|
|
84
84
|
top: var(--gap-4);
|
|
85
85
|
right: var(--gap-0);
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
z-index: 1000;
|
|
88
88
|
width: 36px;
|
|
89
89
|
margin: var(--gap-0) auto;
|
|
90
|
-
} .bottom-
|
|
90
|
+
} .bottom-sheet__defaultMarker_to757 {
|
|
91
91
|
height: 4px;
|
|
92
92
|
border-radius: var(--border-radius-20);
|
|
93
|
-
} .bottom-
|
|
93
|
+
} .bottom-sheet__content_to757 {
|
|
94
94
|
position: relative;
|
|
95
95
|
z-index: 0;
|
|
96
96
|
display: flex;
|
|
@@ -99,75 +99,75 @@
|
|
|
99
99
|
padding: var(--gap-0) var(--gap-16);
|
|
100
100
|
background-color: inherit;
|
|
101
101
|
border-radius: inherit;
|
|
102
|
-
} .bottom-
|
|
102
|
+
} .bottom-sheet__noHeader_to757 {
|
|
103
103
|
padding-top: var(--gap-16);
|
|
104
|
-
} .bottom-
|
|
104
|
+
} .bottom-sheet__noFooter_to757 {
|
|
105
105
|
padding-bottom: var(--gap-16);
|
|
106
|
-
} .bottom-
|
|
106
|
+
} .bottom-sheet__scrollLocked_to757 {
|
|
107
107
|
overflow: hidden;
|
|
108
|
-
} .bottom-
|
|
108
|
+
} .bottom-sheet__hiddenScrollbar_to757 {
|
|
109
109
|
scrollbar-width: none;
|
|
110
|
-
} .bottom-
|
|
110
|
+
} .bottom-sheet__hiddenScrollbar_to757::-webkit-scrollbar {
|
|
111
111
|
width: 0;
|
|
112
112
|
height: 0;
|
|
113
|
-
} .bottom-
|
|
113
|
+
} .bottom-sheet__disabledPointerEvents_to757 {
|
|
114
114
|
pointer-events: none;
|
|
115
|
-
} .bottom-
|
|
115
|
+
} .bottom-sheet__appear_to757 .bottom-sheet__wrapper_to757, .bottom-sheet__enter_to757 .bottom-sheet__wrapper_to757 {
|
|
116
116
|
transition: none;
|
|
117
|
-
} .bottom-
|
|
117
|
+
} .bottom-sheet__appearActive_to757 .bottom-sheet__wrapper_to757, .bottom-sheet__enterActive_to757 .bottom-sheet__wrapper_to757 {
|
|
118
118
|
transition: var(--bottom-sheet-in-transition);
|
|
119
119
|
transform: translateY(0);
|
|
120
|
-
} .bottom-
|
|
120
|
+
} .bottom-sheet__enterDone_to757 .bottom-sheet__wrapper_to757, .bottom-sheet__appearDone_to757 .bottom-sheet__wrapper_to757 {
|
|
121
121
|
transform: translateY(0);
|
|
122
|
-
} .bottom-
|
|
122
|
+
} .bottom-sheet__exit_to757 .bottom-sheet__wrapper_to757 {
|
|
123
123
|
transform: translateY(0);
|
|
124
|
-
} .bottom-
|
|
124
|
+
} .bottom-sheet__exitActive_to757 .bottom-sheet__wrapper_to757 {
|
|
125
125
|
transition: var(--bottom-sheet-out-transition);
|
|
126
126
|
transform: translateY(100%);
|
|
127
|
-
} .bottom-
|
|
127
|
+
} .bottom-sheet__safeAreaBottom_to757 {
|
|
128
128
|
padding-bottom: var(--sab);
|
|
129
|
-
} .bottom-sheet__background-
|
|
129
|
+
} .bottom-sheet__background-accent_to757 {
|
|
130
130
|
background-color: var(--color-light-bg-accent);
|
|
131
|
-
} .bottom-sheet__background-
|
|
131
|
+
} .bottom-sheet__background-info_to757 {
|
|
132
132
|
background-color: var(--color-light-bg-info);
|
|
133
|
-
} .bottom-sheet__background-attention-
|
|
133
|
+
} .bottom-sheet__background-attention-muted_to757 {
|
|
134
134
|
background-color: var(--color-light-bg-attention-muted);
|
|
135
|
-
} .bottom-sheet__background-positive-
|
|
135
|
+
} .bottom-sheet__background-positive-muted_to757 {
|
|
136
136
|
background-color: var(--color-light-bg-positive-muted);
|
|
137
|
-
} .bottom-sheet__background-negative-
|
|
137
|
+
} .bottom-sheet__background-negative-muted_to757 {
|
|
138
138
|
background-color: var(--color-light-bg-negative-muted);
|
|
139
|
-
} .bottom-sheet__background-
|
|
139
|
+
} .bottom-sheet__background-primary_to757 {
|
|
140
140
|
background-color: var(--color-light-bg-primary);
|
|
141
|
-
} .bottom-sheet__background-primary-
|
|
141
|
+
} .bottom-sheet__background-primary-inverted_to757 {
|
|
142
142
|
background-color: var(--color-light-bg-primary-inverted);
|
|
143
|
-
} .bottom-sheet__background-
|
|
143
|
+
} .bottom-sheet__background-secondary_to757 {
|
|
144
144
|
background-color: var(--color-light-bg-secondary);
|
|
145
|
-
} .bottom-sheet__background-secondary-
|
|
145
|
+
} .bottom-sheet__background-secondary-inverted_to757 {
|
|
146
146
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
147
|
-
} .bottom-sheet__background-
|
|
147
|
+
} .bottom-sheet__background-tertiary_to757 {
|
|
148
148
|
background-color: var(--color-light-bg-tertiary);
|
|
149
|
-
} .bottom-sheet__background-tertiary-
|
|
149
|
+
} .bottom-sheet__background-tertiary-inverted_to757 {
|
|
150
150
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
151
|
-
} .bottom-sheet__background-
|
|
151
|
+
} .bottom-sheet__background-quaternary_to757 {
|
|
152
152
|
background-color: var(--color-light-bg-quaternary);
|
|
153
|
-
} .bottom-sheet__background-quaternary-
|
|
153
|
+
} .bottom-sheet__background-quaternary-inverted_to757 {
|
|
154
154
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
155
|
-
} .bottom-sheet__background-specialbg-
|
|
155
|
+
} .bottom-sheet__background-specialbg-component_to757 {
|
|
156
156
|
background-color: var(--color-light-specialbg-component);
|
|
157
|
-
} .bottom-sheet__background-specialbg-component-
|
|
157
|
+
} .bottom-sheet__background-specialbg-component-inverted_to757 {
|
|
158
158
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
159
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
159
|
+
} .bottom-sheet__background-specialbg-primary-grouped_to757 {
|
|
160
160
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
161
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
161
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_to757 {
|
|
162
162
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
163
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
163
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_to757 {
|
|
164
164
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
165
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
165
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_to757 {
|
|
166
166
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
167
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
167
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_to757 {
|
|
168
168
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
169
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
169
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_to757 {
|
|
170
170
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
171
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
171
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_to757 {
|
|
172
172
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
173
173
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"modal":"bottom-
|
|
3
|
+
const styles = {"modal":"bottom-sheet__modal_to757","wrapper":"bottom-sheet__wrapper_to757","outerClassName":"bottom-sheet__outerClassName_to757","fullscreen":"bottom-sheet__fullscreen_to757","component":"bottom-sheet__component_to757","withTransition":"bottom-sheet__withTransition_to757","scrollableContainer":"bottom-sheet__scrollableContainer_to757","marker":"bottom-sheet__marker_to757","defaultMarker":"bottom-sheet__defaultMarker_to757","content":"bottom-sheet__content_to757","noHeader":"bottom-sheet__noHeader_to757","noFooter":"bottom-sheet__noFooter_to757","scrollLocked":"bottom-sheet__scrollLocked_to757","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_to757","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_to757","appear":"bottom-sheet__appear_to757","enter":"bottom-sheet__enter_to757","appearActive":"bottom-sheet__appearActive_to757","enterActive":"bottom-sheet__enterActive_to757","enterDone":"bottom-sheet__enterDone_to757","appearDone":"bottom-sheet__appearDone_to757","exit":"bottom-sheet__exit_to757","exitActive":"bottom-sheet__exitActive_to757","safeAreaBottom":"bottom-sheet__safeAreaBottom_to757","background-accent":"bottom-sheet__background-accent_to757","background-info":"bottom-sheet__background-info_to757","background-attention-muted":"bottom-sheet__background-attention-muted_to757","background-positive-muted":"bottom-sheet__background-positive-muted_to757","background-negative-muted":"bottom-sheet__background-negative-muted_to757","background-primary":"bottom-sheet__background-primary_to757","background-primary-inverted":"bottom-sheet__background-primary-inverted_to757","background-secondary":"bottom-sheet__background-secondary_to757","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_to757","background-tertiary":"bottom-sheet__background-tertiary_to757","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_to757","background-quaternary":"bottom-sheet__background-quaternary_to757","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_to757","background-specialbg-component":"bottom-sheet__background-specialbg-component_to757","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_to757","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_to757","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_to757","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_to757","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_to757","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_to757","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_to757","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_to757"};
|
|
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_1iboe {
|
|
10
10
|
background-color: var(--bottom-sheet-background-color-inverted);
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__content_1iboe {
|
|
12
12
|
color: var(--bottom-sheet-text-color-inverted);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__defaultMarker_1iboe {
|
|
14
14
|
background-color: var(--bottom-sheet-marker-color-inverted);
|
|
15
|
-
} .bottom-
|
|
15
|
+
} .bottom-sheet__hasContent_1iboe {
|
|
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_1iboe","content":"bottom-sheet__content_1iboe","defaultMarker":"bottom-sheet__defaultMarker_1iboe","hasContent":"bottom-sheet__hasContent_1iboe"};
|
|
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.4.
|
|
3
|
+
"version": "7.4.3",
|
|
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.1.0",
|
|
15
|
-
"@alfalab/core-components-navigation-bar-private": "^1.1.
|
|
15
|
+
"@alfalab/core-components-navigation-bar-private": "^1.1.6",
|
|
16
16
|
"@alfalab/core-components-shared": "^1.1.1",
|
|
17
17
|
"@alfalab/core-components-types": "^1.0.0",
|
|
18
18
|
"classnames": "^2.5.1",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"access": "public",
|
|
32
32
|
"directory": "dist"
|
|
33
33
|
},
|
|
34
|
-
"themesVersion": "14.
|
|
34
|
+
"themesVersion": "14.2.0",
|
|
35
35
|
"varsVersion": "10.2.0"
|
|
36
36
|
}
|