@asd20/ui 3.2.731 → 3.2.733
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/package.json +1 -1
- package/src/components/molecules/Asd20DepartmentContactCard/index.vue +1 -0
- package/src/components/molecules/Asd20Picker/index.vue +1 -1
- package/src/components/molecules/Asd20Swiper/index.vue +2 -4
- package/src/components/organisms/Asd20PageFooter/index.vue +3 -2
- package/src/components/organisms/Asd20SwiperFeed/index.vue +2 -2
- package/src/data/departments.json +1 -1
- package/src/data/page-queries/sublanding-page-query-result.json +2 -1
package/package.json
CHANGED
|
@@ -186,7 +186,7 @@ export default {
|
|
|
186
186
|
.asd20-swiper {
|
|
187
187
|
--fade-stop: 100%;
|
|
188
188
|
position: relative;
|
|
189
|
-
overflow:
|
|
189
|
+
overflow: hidden;
|
|
190
190
|
width: calc(100% - #{space(2)});
|
|
191
191
|
padding: space(1) space(1);
|
|
192
192
|
margin: space(0) space(0) space(0) space(0);
|
|
@@ -258,9 +258,7 @@ export default {
|
|
|
258
258
|
.asd20-swiper {
|
|
259
259
|
padding: space(1) space(2);
|
|
260
260
|
width: calc(100% - #{space(4)});
|
|
261
|
-
|
|
262
|
-
margin-left: space(-1);
|
|
263
|
-
}
|
|
261
|
+
|
|
264
262
|
}
|
|
265
263
|
}
|
|
266
264
|
</style>
|
|
@@ -389,10 +389,11 @@ export default {
|
|
|
389
389
|
align-self: end;
|
|
390
390
|
margin: space(-0.25) space(-0.5) space(-0.25) space(-0.5);
|
|
391
391
|
font-size: 0.75rem;
|
|
392
|
-
line-height: 1.
|
|
392
|
+
line-height: 1.5;
|
|
393
393
|
justify-content: flex-end;
|
|
394
|
+
text-align: center;
|
|
394
395
|
a {
|
|
395
|
-
padding: space(0.
|
|
396
|
+
padding: space(0.5);
|
|
396
397
|
margin: 0;
|
|
397
398
|
}
|
|
398
399
|
}
|
|
@@ -1429,7 +1429,8 @@
|
|
|
1429
1429
|
"title": "Communication",
|
|
1430
1430
|
"id": "fa744764-9468-828f-c9ef-4a194f5058ee",
|
|
1431
1431
|
"contactEmail": "socialmedia@asd20.org",
|
|
1432
|
-
"description": "Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla."
|
|
1432
|
+
"description": "Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla.",
|
|
1433
|
+
"contactPhone": "719-234-1200"
|
|
1433
1434
|
}
|
|
1434
1435
|
}],
|
|
1435
1436
|
"organizationOptions": [{
|