@asd20/ui 3.2.908 → 3.2.910

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.908",
8
+ "version": "3.2.910",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -28,7 +28,7 @@ export default {
28
28
  align-items: center;
29
29
  justify-content: center;
30
30
  font-family: var(--website-typography__font-family-headlines);
31
- font-size: 0.75em;
31
+ font-size: 1rem;
32
32
  font-weight: bold;
33
33
  text-transform: uppercase;
34
34
  line-height: 1;
@@ -352,6 +352,13 @@ export default {
352
352
  --fill-color: #da2e0b;
353
353
  }
354
354
  }
355
+ &--emergency.asd20-notification--inline {
356
+ box-shadow: 0 0 0 5px #da2e0b;
357
+ .asd20-icon {
358
+ --line-color: #white;
359
+ --fill-color: #da2e0b;
360
+ }
361
+ }
355
362
  &--alert.asd20-notification--banner {
356
363
  background: black;
357
364
  color: white;
@@ -3,7 +3,7 @@
3
3
  {
4
4
  "id": "907307e4-36ef-8640-74ff-c67e324201e9",
5
5
  "title": "We are watching the weather closely.",
6
- "icon": "weather-snow",
6
+ "icon": "alert",
7
7
  "description": "Current weather conditions are rapidly changing. In the event of an early dismissal, we will notify you via 20Alert and this website.",
8
8
  "callToActionUrl": "https://www.asd20.org",
9
9
  "callToActionLabel": "Learn more",