@asd20/ui 3.2.719 → 3.2.721
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-lock.json +8 -16
- package/package.json +2 -4
- package/src/components/molecules/Asd20Notification/index.vue +14 -11
- package/src/components/organisms/Asd20NotificationGroup/index.vue +3 -7
- package/src/components/organisms/Asd20VideoHeader/index.vue +3 -1
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +13 -3
package/package-lock.json
CHANGED
|
@@ -1,21 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asd20/ui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.720",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@asd20/notifications-ui": {
|
|
8
|
-
"version": "0.11.3",
|
|
9
|
-
"resolved": "https://registry.npmjs.org/@asd20/notifications-ui/-/notifications-ui-0.11.3.tgz",
|
|
10
|
-
"integrity": "sha512-9QuoJbn/xAiEaOCDa3U7c8WVBSrAJohA01MbdhmgjEfqGehezfPaY2ARBwCCfID2WGvqorAXCIcYcI3kDn3x+w==",
|
|
11
|
-
"requires": {
|
|
12
|
-
"@babel/runtime": "^7.10.2",
|
|
13
|
-
"@vue/web-component-wrapper": "^1.2.0",
|
|
14
|
-
"lodash-es": "^4.17.15",
|
|
15
|
-
"vue": "^2.6.11",
|
|
16
|
-
"vue-hot-reload-api": "^2.3.4"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
7
|
"@babel/code-frame": {
|
|
20
8
|
"version": "7.10.4",
|
|
21
9
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
|
|
@@ -1168,6 +1156,7 @@
|
|
|
1168
1156
|
"version": "7.11.2",
|
|
1169
1157
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
|
1170
1158
|
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
|
|
1159
|
+
"dev": true,
|
|
1171
1160
|
"requires": {
|
|
1172
1161
|
"regenerator-runtime": "^0.13.4"
|
|
1173
1162
|
}
|
|
@@ -4682,7 +4671,8 @@
|
|
|
4682
4671
|
"@vue/web-component-wrapper": {
|
|
4683
4672
|
"version": "1.2.0",
|
|
4684
4673
|
"resolved": "https://registry.npmjs.org/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz",
|
|
4685
|
-
"integrity": "sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw=="
|
|
4674
|
+
"integrity": "sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw==",
|
|
4675
|
+
"dev": true
|
|
4686
4676
|
},
|
|
4687
4677
|
"@webassemblyjs/ast": {
|
|
4688
4678
|
"version": "1.9.0",
|
|
@@ -24561,7 +24551,8 @@
|
|
|
24561
24551
|
"regenerator-runtime": {
|
|
24562
24552
|
"version": "0.13.7",
|
|
24563
24553
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
|
|
24564
|
-
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
|
|
24554
|
+
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
|
|
24555
|
+
"dev": true
|
|
24565
24556
|
},
|
|
24566
24557
|
"regenerator-transform": {
|
|
24567
24558
|
"version": "0.14.5",
|
|
@@ -29656,7 +29647,8 @@
|
|
|
29656
29647
|
"vue-hot-reload-api": {
|
|
29657
29648
|
"version": "2.3.4",
|
|
29658
29649
|
"resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
|
|
29659
|
-
"integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog=="
|
|
29650
|
+
"integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
|
|
29651
|
+
"dev": true
|
|
29660
29652
|
},
|
|
29661
29653
|
"vue-intersect": {
|
|
29662
29654
|
"version": "1.1.6",
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"*.scss",
|
|
6
6
|
"*.vue"
|
|
7
7
|
],
|
|
8
|
-
"version": "3.2.
|
|
8
|
+
"version": "3.2.721",
|
|
9
9
|
"private": false,
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"repository": {
|
|
@@ -24,11 +24,9 @@
|
|
|
24
24
|
"release": "release-it"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"vue": "^2.6.11"
|
|
28
|
-
"@asd20/notifications-ui": "^0.8.20"
|
|
27
|
+
"vue": "^2.6.11"
|
|
29
28
|
},
|
|
30
29
|
"dependencies": {
|
|
31
|
-
"@asd20/notifications-ui": "^0.11.3",
|
|
32
30
|
"axios": "^0.19.2",
|
|
33
31
|
"basicscroll": "^3.0.2",
|
|
34
32
|
"countup.js": "^2.0.0",
|
|
@@ -115,13 +115,8 @@ export default {
|
|
|
115
115
|
</script>
|
|
116
116
|
|
|
117
117
|
<style lang="scss">
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
// @import '../../../design/_typography.scss';
|
|
121
|
-
// @import '../../../design/_template.scss';
|
|
122
|
-
// @import '../../../design/_print.scss';
|
|
123
|
-
// @import '../../../design/tokens.css';
|
|
124
|
-
|
|
118
|
+
@import '../../../design/_variables.scss';
|
|
119
|
+
@import '../../../design/_mixins.scss';
|
|
125
120
|
|
|
126
121
|
.asd20-notification {
|
|
127
122
|
position: relative;
|
|
@@ -215,9 +210,11 @@ export default {
|
|
|
215
210
|
&--status {
|
|
216
211
|
.asd20-notification__title,
|
|
217
212
|
.asd20-notification__cta {
|
|
218
|
-
color:
|
|
213
|
+
color: black;
|
|
219
214
|
}
|
|
220
215
|
.asd20-icon {
|
|
216
|
+
height: 24px;
|
|
217
|
+
width: 24px;
|
|
221
218
|
--line-color: black;
|
|
222
219
|
--fill-color: white;
|
|
223
220
|
}
|
|
@@ -254,10 +251,16 @@ export default {
|
|
|
254
251
|
flex-wrap: nowrap;
|
|
255
252
|
align-items: center;
|
|
256
253
|
justify-content: center;
|
|
254
|
+
border-left: none;
|
|
255
|
+
border-top: none;
|
|
256
|
+
margin: 0;
|
|
257
|
+
padding-top: 0;
|
|
257
258
|
}
|
|
258
259
|
.asd20-icon {
|
|
259
|
-
|
|
260
|
-
|
|
260
|
+
height: 24px;
|
|
261
|
+
width: 24px;
|
|
262
|
+
--line-color: black;
|
|
263
|
+
--fill-color: black;
|
|
261
264
|
.fill {
|
|
262
265
|
opacity: 0.25;
|
|
263
266
|
}
|
|
@@ -271,7 +274,7 @@ export default {
|
|
|
271
274
|
}
|
|
272
275
|
.asd20-notification__description {
|
|
273
276
|
font-size: 0.875rem;
|
|
274
|
-
color:
|
|
277
|
+
color: black;
|
|
275
278
|
margin: 0 0 0 0.25rem;
|
|
276
279
|
white-space: nowrap;
|
|
277
280
|
}
|
|
@@ -259,12 +259,8 @@ export default {
|
|
|
259
259
|
</script>
|
|
260
260
|
|
|
261
261
|
<style lang="scss">
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
// @import '../../../design/_typography.scss';
|
|
265
|
-
// @import '../../../design/_template.scss';
|
|
266
|
-
// @import '../../../design/_print.scss';
|
|
267
|
-
// @import '../../../design/tokens.css';
|
|
262
|
+
@import '../../../design/_variables.scss';
|
|
263
|
+
@import '../../../design/_mixins.scss';
|
|
268
264
|
|
|
269
265
|
.notification-group {
|
|
270
266
|
position: relative;
|
|
@@ -362,7 +358,7 @@ export default {
|
|
|
362
358
|
&:focus {
|
|
363
359
|
box-shadow: 0 0 0 3px white, 0 0 10px 0 #477e88;
|
|
364
360
|
outline: 3px solid #477e88;
|
|
365
|
-
outline-offset:
|
|
361
|
+
outline-offset: 0px;
|
|
366
362
|
}
|
|
367
363
|
}
|
|
368
364
|
span {
|
|
@@ -99,7 +99,7 @@ export default {
|
|
|
99
99
|
object-fit: cover;
|
|
100
100
|
}
|
|
101
101
|
& ::v-deep .notification-group--status .notifications {
|
|
102
|
-
padding: 0.
|
|
102
|
+
padding: 0.1875em;
|
|
103
103
|
border-radius: 3rem;
|
|
104
104
|
background: rgba(255, 255, 255, 0.95);
|
|
105
105
|
}
|
|
@@ -119,6 +119,8 @@ export default {
|
|
|
119
119
|
.asd20-notification {
|
|
120
120
|
margin: 0;
|
|
121
121
|
padding: 0 !important;
|
|
122
|
+
align-items: center;
|
|
123
|
+
flex-direction: row;
|
|
122
124
|
}
|
|
123
125
|
}
|
|
124
126
|
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
<slot />
|
|
99
99
|
</asd20-video-header-content>
|
|
100
100
|
</asd20-video-header>
|
|
101
|
-
<asd20-secondary-header v-if="messages.length > 1" :messages="messages"/>
|
|
101
|
+
<asd20-secondary-header v-if="messages.length > 1" :messages="messages" />
|
|
102
102
|
|
|
103
103
|
<asd20-feeds-section
|
|
104
104
|
:announcements="announcements"
|
|
@@ -253,8 +253,7 @@ export default {
|
|
|
253
253
|
}
|
|
254
254
|
.weather-status-and-translation-container {
|
|
255
255
|
display: flex;
|
|
256
|
-
flex-direction:
|
|
257
|
-
align-items: center;
|
|
256
|
+
flex-direction: column;
|
|
258
257
|
margin: space(0.25) 0;
|
|
259
258
|
justify-content: flex-end;
|
|
260
259
|
}
|
|
@@ -287,6 +286,7 @@ export default {
|
|
|
287
286
|
.weather-link {
|
|
288
287
|
text-decoration: none;
|
|
289
288
|
border-radius: 3rem;
|
|
289
|
+
margin-bottom: 0.5rem;
|
|
290
290
|
}
|
|
291
291
|
.asd20-organization-picker {
|
|
292
292
|
display: none;
|
|
@@ -318,6 +318,16 @@ export default {
|
|
|
318
318
|
@media (min-width: 768px) {
|
|
319
319
|
.asd20-district-video-template {
|
|
320
320
|
.asd20-video-header {
|
|
321
|
+
.weather-status-and-translation-container {
|
|
322
|
+
display: flex;
|
|
323
|
+
flex-direction: row;
|
|
324
|
+
align-items: center;
|
|
325
|
+
margin: space(0.25) 0;
|
|
326
|
+
justify-content: flex-end;
|
|
327
|
+
}
|
|
328
|
+
.weather-link {
|
|
329
|
+
margin-bottom: 0;
|
|
330
|
+
}
|
|
321
331
|
.asd20-language-translation {
|
|
322
332
|
position: relative;
|
|
323
333
|
top: 0;
|