@asd20/ui 3.2.527 → 3.2.528

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.527",
8
+ "version": "3.2.528",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -87,13 +87,13 @@
87
87
  @input="$emit('update:keywords', $event)"
88
88
  medium
89
89
  />
90
- <asd20-multiselect-input
90
+ <!-- <asd20-multiselect-input
91
91
  label="Categories"
92
92
  :taggable="false"
93
93
  :value="selectedCategories"
94
94
  :items="categoryOptions"
95
95
  @input="$emit('update:selected-categories', $event)"
96
- />
96
+ /> -->
97
97
  </div>
98
98
 
99
99
  <div class="feed">
@@ -98,7 +98,7 @@
98
98
  @input="$emit('update:keywords', $event)"
99
99
  medium
100
100
  />
101
- <asd20-multiselect-input
101
+ <!-- <asd20-multiselect-input
102
102
  role="listbox"
103
103
  aria-label="Choose a Category to Sort By"
104
104
  aria-controls="joketypes"
@@ -124,7 +124,7 @@
124
124
  <option disabled>Choose options</option>
125
125
  <option v-for="(catetory, index) in categoryOptions" :value="selectedCategories">{{selectedCategories}}</option>
126
126
  </select>
127
- </form>
127
+ </form> -->
128
128
  </div>
129
129
 
130
130
  <div class="feed">