@asd20/ui 3.2.394 → 3.2.397

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.394",
8
+ "version": "3.2.397",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -129,7 +129,7 @@ $accent: var(--color__accent);
129
129
  font-weight: bold;
130
130
  color: var(--color__accent-s20);
131
131
  white-space: nowrap;
132
- margin-right: space(0.25);
132
+ margin-right: space(0.5);
133
133
  }
134
134
  .time {
135
135
  font-size: 0.75rem;
@@ -145,7 +145,8 @@ $accent: var(--color__accent);
145
145
  font-size: 0.75rem;
146
146
  margin-bottom: 0.5em;
147
147
  display: none;
148
- white-space: nowrap;
148
+ margin-right: space(0.5);
149
+ // white-space: nowrap;
149
150
  }
150
151
  .description {
151
152
  display: none;
@@ -158,15 +159,16 @@ $accent: var(--color__accent);
158
159
  }
159
160
  .start-time {
160
161
  margin-top: space(0.125);
161
- display: inline-block;
162
+ display: block;
162
163
  font-size: 0.875rem;
163
- margin-left: space(0.5);
164
+ margin-left: space(0.375);
164
165
  }
165
166
  .location {
166
167
  display: block;
167
168
  margin-top: space(0.125);
168
169
  margin-bottom: 0;
169
170
  font-size: 0.875rem;
171
+ margin-left: space(0.375);
170
172
  }
171
173
  }
172
174
  &--all-day {
@@ -234,10 +234,11 @@ export default {
234
234
  left: 0;
235
235
  top: 0;
236
236
  right: space(2);
237
- bottom: space(7);
237
+ bottom: 0;
238
+ // bottom: space(7);
238
239
  background: var(--website-menu__open-background-color, white);
239
240
  overflow: auto;
240
- // overflow-y: scroll;
241
+ // overflow-y: scroll !important;
241
242
  }
242
243
 
243
244
  .asd20-table-of-contents {
@@ -261,7 +262,7 @@ export default {
261
262
  flex-grow: 0;
262
263
  justify-content: space-between;
263
264
  align-items: center;
264
- padding: space(0.5) space(0.5);
265
+ padding: space(1) space(1);
265
266
  cursor: pointer;
266
267
  transition: background asd20-speed(1) ease-in-out;
267
268
  box-shadow: 0 -1px 0 0 var(--website-menu__divider-color) inset;
@@ -304,7 +305,6 @@ export default {
304
305
  top: 0;
305
306
  right: 0;
306
307
  bottom: 0;
307
- // overflow-y: scroll;
308
308
  &__back {
309
309
  display: flex;
310
310
  justify-content: flex-start;
@@ -343,7 +343,7 @@ export default {
343
343
 
344
344
  .asd20-site-menu__items {
345
345
  overflow-y: scroll; /* has to be scroll, not auto */
346
- -webkit-overflow-scrolling: touch;
346
+ // -webkit-overflow-scrolling: touch;
347
347
  }
348
348
 
349
349
  .asd20-site-menu__item {
@@ -40,23 +40,13 @@
40
40
  /> -->
41
41
 
42
42
  <transition name="slide">
43
- <asd20-site-menu
44
- ref="siteMenu"
45
- v-show="menuOpen"
46
- :active="menuOpen"
47
- @update:active="$emit('update:menuOpen', $event)"
48
- :sections="navigation"
49
- v-scroll-lock="menuOpen"
50
- />
51
- </transition>
52
- <transition name="slide">
53
- <!-- <asd20-action-menu
43
+ <asd20-action-menu
54
44
  v-show="(mq === 'lg' || mq === 'xl') && isLoaded"
55
45
  :items="actionItems"
56
46
  :active="menuOpen"
57
47
  @update:active="$emit('update:menuOpen', $event)"
58
- /> -->
59
- <asd20-action-menu
48
+ />
49
+ <!-- <asd20-action-menu
60
50
  v-show="
61
51
  (menuOpen && (mq === 'sm' || mq === 'md') && isLoaded) ||
62
52
  ((mq === 'lg' || mq === 'xl') && isLoaded)
@@ -64,8 +54,27 @@
64
54
  :items="actionItems"
65
55
  :active="menuOpen"
66
56
  @update:active="$emit('update:menuOpen', $event)"
57
+ /> -->
58
+ </transition>
59
+
60
+ <transition name="slide">
61
+ <asd20-site-menu
62
+ ref="siteMenu"
63
+ v-show="menuOpen"
64
+ :active="menuOpen"
65
+ @update:active="$emit('update:menuOpen', $event)"
66
+ :sections="navigation"
67
67
  />
68
+ <!-- <asd20-site-menu
69
+ ref="siteMenu"
70
+ v-show="menuOpen"
71
+ :active="menuOpen"
72
+ @update:active="$emit('update:menuOpen', $event)"
73
+ :sections="navigation"
74
+ v-scroll-lock="menuOpen"
75
+ /> -->
68
76
  </transition>
77
+
69
78
  <transition name="slide">
70
79
  <asd20-site-search
71
80
  v-show="searchOpen"