@asd20/ui 3.2.495 → 3.2.497

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.495",
8
+ "version": "3.2.497",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -54,6 +54,7 @@ export default {
54
54
  classes[`asd20-logo--bordered`] = this.bordered
55
55
  classes[`asd20-logo--reversed`] = this.reversed
56
56
  classes[`asd20-logo--wrappable`] = this.wrappable
57
+ classes[`asd20-logo--noSubtitle`] = !this.subtitle
57
58
  return classes
58
59
  },
59
60
  abbreviatedTitle() {
@@ -174,6 +175,9 @@ export default {
174
175
  white-space: normal;
175
176
  }
176
177
  }
178
+ &--noSubtitle {
179
+ align-items: center;
180
+ }
177
181
  &--md {
178
182
  font-size: 1.5rem;
179
183
  }
@@ -370,7 +370,7 @@ export default {
370
370
  },
371
371
  reset() {
372
372
  this.counter = 1
373
- this.counter2 = 9
373
+ this.counter2 = 25
374
374
  this.$emit('announcements-in-view')
375
375
  },
376
376
  },
@@ -363,7 +363,7 @@ export default {
363
363
  },
364
364
  reset() {
365
365
  this.counter = 1
366
- this.counter2 = 10
366
+ this.counter2 = 25
367
367
  this.$emit('announcements-in-view')
368
368
  },
369
369
  },
@@ -205,6 +205,22 @@ export default {
205
205
  }
206
206
  }
207
207
  }
208
+ // .notification-group--banner {
209
+ // text-shadow: 0px 0px 5px black !important;
210
+ // }
211
+
212
+ // .asd20-notification.asd20-notification--banner {
213
+ // background: #000000 !important;
214
+ // border-left: 25px solid #4b757e !important;
215
+ // }
216
+ // .asd20-notification--alert.asd20-notification--banner {
217
+ // background: #000000 !important;
218
+ // border-left: 25px solid #dabf50 !important;
219
+ // }
220
+ // .asd20-notification--emergency.asd20-notification--banner {
221
+ // background: #000000 !important;
222
+ // border-left: 25px solid #da2e0b !important;
223
+ // }
208
224
 
209
225
  @media (min-width: 667px) {
210
226
  .asd20-district-video-template {