@zenpatient-org/healthspan-marketing-ui 0.2.1 → 0.2.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.
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
flex-wrap: nowrap;
|
|
26
26
|
overflow-y: hidden;
|
|
27
27
|
overflow-x: auto;
|
|
28
|
-
gap: 28px;
|
|
29
28
|
touch-action: auto;
|
|
30
29
|
pointer-events: auto;
|
|
31
30
|
-webkit-overflow-scrolling: touch;
|
|
@@ -65,6 +64,7 @@
|
|
|
65
64
|
|
|
66
65
|
.textContainer {
|
|
67
66
|
opacity: 1;
|
|
67
|
+
transform: scaleX(1);
|
|
68
68
|
pointer-events: auto;
|
|
69
69
|
transition-delay: 0.18s;
|
|
70
70
|
}
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.image {
|
|
84
|
+
margin-inline: var(--spacing-8);
|
|
84
85
|
width: 232px;
|
|
85
86
|
height: 232px;
|
|
86
87
|
object-fit: cover;
|
|
@@ -108,23 +109,23 @@
|
|
|
108
109
|
content: '';
|
|
109
110
|
position: absolute;
|
|
110
111
|
bottom: 0;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
112
|
+
width: 100%;
|
|
113
|
+
background-color: var(--color-neutral-200);
|
|
114
|
+
height: var(--border-width-md);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.root[data-scheme='dark'] .stepLabel::before {
|
|
118
|
+
background-color: var(--color-bg-fill-alpha-white-20);
|
|
116
119
|
}
|
|
117
120
|
|
|
118
121
|
.card:first-child {
|
|
119
122
|
.stepLabel::before {
|
|
120
|
-
width: calc(100% + var(--spacing-14));
|
|
121
123
|
left: 0;
|
|
122
124
|
}
|
|
123
125
|
}
|
|
124
126
|
|
|
125
127
|
.card:last-child {
|
|
126
128
|
.stepLabel::before {
|
|
127
|
-
width: calc(100% + var(--spacing-14));
|
|
128
129
|
right: 0;
|
|
129
130
|
}
|
|
130
131
|
}
|
|
@@ -136,7 +137,7 @@
|
|
|
136
137
|
left: 0;
|
|
137
138
|
width: 100%;
|
|
138
139
|
height: var(--border-width-md);
|
|
139
|
-
background-color: var(--
|
|
140
|
+
background-color: var(--color-neutral-200);
|
|
140
141
|
transform: scaleX(0);
|
|
141
142
|
transition: transform 0.4s;
|
|
142
143
|
pointer-events: none;
|
|
@@ -146,6 +147,10 @@
|
|
|
146
147
|
background-color: var(--border-color-indigo);
|
|
147
148
|
}
|
|
148
149
|
|
|
150
|
+
.root[data-scheme='dark'] .stepLabel::after {
|
|
151
|
+
background-color: var(--color-solar-200);
|
|
152
|
+
}
|
|
153
|
+
|
|
149
154
|
.labelText {
|
|
150
155
|
display: flex;
|
|
151
156
|
min-height: 28px;
|
|
@@ -160,7 +165,8 @@
|
|
|
160
165
|
gap: var(--spacing-8);
|
|
161
166
|
padding: 0 var(--spacing-24);
|
|
162
167
|
opacity: 0;
|
|
163
|
-
|
|
168
|
+
transform: scaleX(0);
|
|
169
|
+
transition: opacity 0.4s, transform 0.2s;
|
|
164
170
|
pointer-events: none;
|
|
165
171
|
}
|
|
166
172
|
|
|
@@ -198,6 +204,7 @@
|
|
|
198
204
|
|
|
199
205
|
.stepsContainer {
|
|
200
206
|
min-height: 460px;
|
|
207
|
+
inline-padding: 0;
|
|
201
208
|
}
|
|
202
209
|
|
|
203
210
|
.card.cardActive {
|
|
@@ -216,7 +223,7 @@
|
|
|
216
223
|
|
|
217
224
|
.textContainer {
|
|
218
225
|
max-width: 420px;
|
|
219
|
-
transition-delay: 0.
|
|
226
|
+
transition-delay: 0.3s;
|
|
220
227
|
}
|
|
221
228
|
}
|
|
222
229
|
|
|
@@ -236,7 +243,7 @@
|
|
|
236
243
|
|
|
237
244
|
.textContainer {
|
|
238
245
|
max-width: 278px;
|
|
239
|
-
padding: 0 var(--spacing-
|
|
246
|
+
padding: 0 var(--spacing-14);
|
|
240
247
|
gap: var(--spacing-4);
|
|
241
248
|
height: 101px;
|
|
242
249
|
max-height: 101px;
|
|
@@ -262,10 +269,6 @@
|
|
|
262
269
|
.root {
|
|
263
270
|
padding: 0;
|
|
264
271
|
}
|
|
265
|
-
|
|
266
|
-
.stepsContainer {
|
|
267
|
-
gap: 0;
|
|
268
|
-
}
|
|
269
272
|
|
|
270
273
|
.card {
|
|
271
274
|
width: 100%;
|