design-system-next 1.15.14 → 1.15.15

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.
@@ -6435,7 +6435,7 @@ const Ri = (e, r) => {
6435
6435
  const m = (h) => {
6436
6436
  o.value = h.map((v) => v.value.toString()), a.value || (p.value = !1);
6437
6437
  }, N = (h) => {
6438
- r("update:modelValue", h), C(h) && (p.value = !1);
6438
+ C(h) && (p.value = !1);
6439
6439
  }, C = (h) => {
6440
6440
  let v = u.value;
6441
6441
  return h.forEach(($) => {
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-next",
3
3
  "private": false,
4
- "version": "1.15.14",
4
+ "version": "1.15.15",
5
5
  "main": "./dist/design-system-next.js",
6
6
  "module": "./dist/design-system-next.js",
7
7
  "repository": {
@@ -68,8 +68,6 @@ export const useDropdown = (props: DropdownPropTypes, emit: SetupContext<Dropdow
68
68
 
69
69
  // Handle selected item for ladderized list component
70
70
  const handleSelectedLadderizedItem = (selectedItems: string[]) => {
71
- emit('update:modelValue', selectedItems);
72
-
73
71
  // If item is from last sublevel, close the dropdown
74
72
  if (checkIfItemFromLastSublevel(selectedItems)) {
75
73
  dropdownPopperState.value = false;