@asd20/ui 3.2.489 → 3.2.491

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.489",
8
+ "version": "3.2.491",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -87,7 +87,7 @@
87
87
  @input="$emit('update:keywords', $event)"
88
88
  medium
89
89
  />
90
- <asd20-multi-select-input
90
+ <asd20-multiselect-input
91
91
  label="Categories"
92
92
  :taggable="false"
93
93
  :value="selectedCategories"
@@ -262,7 +262,7 @@ import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMe
262
262
  import Asd20NotificationGroup from '@asd20/notifications-ui/src/components/Asd20NotificationGroup'
263
263
 
264
264
  import Asd20SearchField from '../../../components/molecules/Asd20SearchField'
265
- import Asd20MultiSelectInput from '../../../components/atoms/Asd20MultiselectInput'
265
+ import Asd20MultiselectInput from '../../../components/atoms/Asd20MultiselectInput'
266
266
  import Asd20Card from '../../../components/molecules/Asd20Card'
267
267
  import Asd20Button from '../../../components/atoms/Asd20Button'
268
268
 
@@ -288,7 +288,7 @@ export default {
288
288
  Asd20NotificationGroup,
289
289
  Asd20QuicklinksMenu,
290
290
  Asd20SearchField,
291
- Asd20MultiSelectInput,
291
+ Asd20MultiselectInput,
292
292
  Asd20Card,
293
293
  Asd20Button,
294
294
  Intersect,
@@ -86,7 +86,7 @@
86
86
  @input="$emit('update:keywords', $event)"
87
87
  medium
88
88
  />
89
- <asd20-multi-select-input
89
+ <asd20-multiselect-input
90
90
  label="Categories"
91
91
  :taggable="false"
92
92
  :value="selectedCategories"
@@ -268,7 +268,7 @@ import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMe
268
268
  import Asd20NotificationGroup from '@asd20/notifications-ui/src/components/Asd20NotificationGroup'
269
269
 
270
270
  import Asd20SearchField from '../../../components/molecules/Asd20SearchField'
271
- import Asd20MultiSelectInput from '../../../components/atoms/Asd20MultiselectInput'
271
+ import Asd20MultiselectInput from '../../../components/atoms/Asd20MultiselectInput'
272
272
  import Asd20Card from '../../../components/molecules/Asd20Card'
273
273
  import Asd20Button from '../../../components/atoms/Asd20Button'
274
274
 
@@ -294,7 +294,7 @@ export default {
294
294
  Asd20NotificationGroup,
295
295
  Asd20QuicklinksMenu,
296
296
  Asd20SearchField,
297
- Asd20MultiSelectInput,
297
+ Asd20MultiselectInput,
298
298
  Asd20Card,
299
299
  Asd20Button,
300
300
  Intersect,