@carbon/vue 3.0.16 → 3.0.17

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@carbon/vue",
4
- "version": "3.0.15",
4
+ "version": "3.0.16",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/vue",
3
3
  "license": "Apache-2.0",
4
- "version": "3.0.16",
4
+ "version": "3.0.17",
5
5
  "description": "A collection of components for the Carbon Design System built using Vue.js",
6
6
  "packageManager": "yarn@3.2.0",
7
7
  "main": "dist/carbon-vue-3.umd.min.js",
@@ -179,5 +179,5 @@
179
179
  "url": "git+https://github.com/carbon-design-system/carbon-components-vue.git"
180
180
  },
181
181
  "sideEffects": true,
182
- "gitHead": "64dbb4ba7ebb1c2a27ce3888aa5b7d1526b9c05c"
182
+ "gitHead": "087b0c47cb2368713fa1c27079f0462afefe497b"
183
183
  }
@@ -342,7 +342,7 @@ function doMove(up) {
342
342
  newHighlight = currentHighlight + 1;
343
343
  }
344
344
  }
345
- highlighted.value = dataOptions[newHighlight].value;
345
+ highlighted.value = dataOptions.value[newHighlight].value;
346
346
  }
347
347
  }
348
348
  function updateOptions() {