@asd20/ui 3.2.835 → 3.2.836

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.835",
8
+ "version": "3.2.836",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -60,9 +60,12 @@ export default {
60
60
  return classes
61
61
  },
62
62
  abbreviatedTitle() {
63
+ let newTitle = ''
64
+ if (this.title === 'Academy District 20 Insider') {
65
+ return (newTitle = 'D20 Insider')
66
+ }
63
67
  const words = this.title.trim().split(' ')
64
68
  if (this.abbreviated && words.length >= 3) {
65
- let newTitle = ''
66
69
  for (let i = 0; i < words.length; i++) {
67
70
  newTitle += `${words[i][0]}<em>${words[i].substr(1)} </em>`
68
71
  }
@@ -177,9 +177,6 @@ export default {
177
177
  .notification-group--inline {
178
178
  margin: space(2) space(3) space(0) space(3);
179
179
  }
180
- .primary-messaging-section {
181
- justify-content: center;
182
- }
183
180
  .primary-messaging-section,
184
181
  .secondary-messaging-section {
185
182
  display: flex;
@@ -27,7 +27,7 @@ const wrapper = {
27
27
  floating: [],
28
28
  status: [],
29
29
  }
30
- return boolean('Show Notifications', false)
30
+ return boolean('Show Notifications', true)
31
31
  ? notifications || empty
32
32
  : empty
33
33
  },
@@ -214,6 +214,11 @@ export default {
214
214
  flex-shrink: 0;
215
215
  overflow-y: auto;
216
216
  margin-top: space(2.25);
217
+ nav {
218
+ #menu-toggle-button {
219
+ display: none;
220
+ }
221
+ }
217
222
  .logo-header {
218
223
  --fill-one: rgba(255, 255, 255, 1);
219
224
  --fill-two: rgba(255, 255, 255, 0.625);
@@ -263,8 +268,8 @@ export default {
263
268
  }
264
269
  .translation-button-adjust {
265
270
  position: absolute;
266
- top: space(1.375);
267
- right: space(0.5);
271
+ top: space(0.25);
272
+ right: space(0.25);
268
273
  }
269
274
  & ::v-deep .notification-group--status .notifications {
270
275
  padding: 0.375rem;
@@ -307,9 +312,6 @@ export default {
307
312
  width: 100%;
308
313
  }
309
314
  .double-notification-wrapper {
310
- position: absolute;
311
- top: space(1);
312
- right: space(0.5);
313
315
  display: flex;
314
316
  flex-direction: row;
315
317
  justify-content: flex-end;
@@ -348,9 +350,8 @@ export default {
348
350
  padding: 0 space(1);
349
351
  }
350
352
  .translation-button-adjust {
351
- position: relative !important;
352
- top: 0 !important;
353
- right: 0 !important;
353
+ top: space(-0.5);
354
+ right: space(0.5);
354
355
  }
355
356
  .double-notification-wrapper {
356
357
  // padding-right: space(1);
@@ -364,7 +365,9 @@ export default {
364
365
  display: block;
365
366
  margin-left: space(3);
366
367
  margin-top: 0;
367
-
368
+ .translation-button-adjust {
369
+ position: relative !important;
370
+ }
368
371
  .logo-header {
369
372
  --fill-one: #0e2c6c;
370
373
  --fill-two: #9fa1a2;
@@ -385,7 +388,7 @@ export default {
385
388
  justify-content: flex-end;
386
389
  align-items: center;
387
390
  width: 100%;
388
- margin: space(1);
391
+ // margin: space(1);
389
392
  }
390
393
  }
391
394
  .asd20-primary-header,
@@ -254,6 +254,7 @@ export default {
254
254
  }
255
255
  .intro-message {
256
256
  .primary-messaging-section {
257
+ justify-content: center;
257
258
  padding-top: space(1) !important;
258
259
  padding-bottom: space(1) !important;
259
260
  .asd20-messaging {
@@ -265,6 +265,7 @@ export default {
265
265
 
266
266
  .intro-message {
267
267
  .primary-messaging-section {
268
+ justify-content: center;
268
269
  padding-top: space(1) !important;
269
270
  padding-bottom: space(1) !important;
270
271
  .asd20-messaging {
@@ -234,6 +234,7 @@ export default {
234
234
 
235
235
  .intro-message {
236
236
  .primary-messaging-section {
237
+ justify-content: center;
237
238
  padding-top: space(1) !important;
238
239
  padding-bottom: space(1) !important;
239
240
  .asd20-messaging {