@asd20/ui 3.2.524 → 3.2.526
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
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<button
|
|
65
65
|
class="asd20-site-menu__section__back"
|
|
66
66
|
aria-expanded="true"
|
|
67
|
-
aira-
|
|
67
|
+
aira-controls="asd20-site-menu__items"
|
|
68
68
|
@click="deactivateSection"
|
|
69
69
|
@mouseup="keyboardTriggeredLastAction = false"
|
|
70
70
|
@keyup="keyboardTriggeredLastAction = true"
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
:items="categoryOptions"
|
|
113
113
|
@input="$emit('update:selected-categories', $event)"
|
|
114
114
|
/>
|
|
115
|
-
<form>
|
|
115
|
+
<!-- <form>
|
|
116
116
|
<label for="multi-select">Choose a Category</label>
|
|
117
117
|
<select name="categories" multiple id="multi-select">
|
|
118
118
|
<options :options="categoryOptions"/>
|
|
119
119
|
</select>
|
|
120
|
-
</form>
|
|
120
|
+
</form> -->
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
<div class="feed">
|