@asd20/ui 3.2.520 → 3.2.521

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.520",
8
+ "version": "3.2.521",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <!-- <div
2
+ <div
3
3
  id="main-menu-list"
4
4
  ref="menuContainer"
5
5
  class="asd20-site-menu"
@@ -14,8 +14,8 @@
14
14
  @keyup.escape="deactivateSection"
15
15
  @keydown.tab.stop="dismiss"
16
16
  tabindex="0"
17
- > -->
18
- <div
17
+ >
18
+ <!-- <div
19
19
  id="main-menu-list"
20
20
  ref="menuContainer"
21
21
  class="asd20-site-menu"
@@ -25,22 +25,20 @@
25
25
  @keyup.escape="deactivateSection"
26
26
  @keyup.enter="activateSection"
27
27
  tabindex="-1"
28
- >
28
+ > -->
29
29
  <focus-trap :active="active" :initial-focus="() => $refs.focused[0]">
30
30
  <div class="asd20-site-menu__viewport">
31
- <transition name="slide-right" role="group">
31
+ <transition name="slide-right">
32
32
  <div
33
33
  v-if="!activeSection"
34
34
  class="asd20-table-of-contents"
35
35
  tabindex="-1"
36
- role="menubar"
37
36
  >
38
37
  <button
39
38
  v-for="(section, index) in sections"
40
39
  :key="index"
41
40
  :id="`asd20-site-menu__section-${index}`"
42
41
  class="asd20-table-of-contents__item"
43
- role="menuitem"
44
42
  ref="focused"
45
43
  aria-expanded="false"
46
44
  :aria-controls="`asd20-site-menu__item-${index}`"
@@ -67,7 +65,6 @@
67
65
  <button
68
66
  class="asd20-site-menu__section__back"
69
67
  aria-expanded="true"
70
- role="menuitem"
71
68
  @click="deactivateSection"
72
69
  @mouseup="keyboardTriggeredLastAction = false"
73
70
  @keyup="keyboardTriggeredLastAction = true"
@@ -79,13 +76,12 @@
79
76
  <div
80
77
  :id="`asd20-site-menu__item-${activeSectionIndex}`"
81
78
  class="asd20-site-menu__items"
82
- role="group"
83
79
  >
84
80
  <a
85
81
  v-for="(item, index) in activeSection.items"
86
82
  :id="`asd20-site-menu__item-${activeSectionIndex}-${index}`"
87
83
  :key="index"
88
- role="menuitem"
84
+
89
85
  class="asd20-site-menu__item"
90
86
  :href="item.url"
91
87
  :target="