@umbraco-ui/uui-combobox 1.17.0-rc.4 → 1.17.0

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +9 -9
package/lib/index.js CHANGED
@@ -113,7 +113,7 @@ let UUIComboboxElement = class extends UUIFormControlMixin(LitElement, "") {
113
113
  e.stopImmediatePropagation();
114
114
  __privateGet(this, _onOpen).call(this);
115
115
  }
116
- if (e.code === "Escape" || e.code === "Enter") {
116
+ if (e.code === "Escape") {
117
117
  __privateGet(this, _onClose).call(this);
118
118
  }
119
119
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-combobox",
3
- "version": "1.17.0-rc.4",
3
+ "version": "1.17.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,13 +30,13 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.17.0-rc.4",
34
- "@umbraco-ui/uui-button": "1.17.0-rc.4",
35
- "@umbraco-ui/uui-combobox-list": "1.17.0-rc.4",
36
- "@umbraco-ui/uui-icon": "1.17.0-rc.4",
37
- "@umbraco-ui/uui-popover-container": "1.17.0-rc.4",
38
- "@umbraco-ui/uui-scroll-container": "1.17.0-rc.4",
39
- "@umbraco-ui/uui-symbol-expand": "1.17.0-rc.4"
33
+ "@umbraco-ui/uui-base": "1.17.0",
34
+ "@umbraco-ui/uui-button": "1.17.0",
35
+ "@umbraco-ui/uui-combobox-list": "1.17.0",
36
+ "@umbraco-ui/uui-icon": "1.17.0",
37
+ "@umbraco-ui/uui-popover-container": "1.17.0",
38
+ "@umbraco-ui/uui-scroll-container": "1.17.0",
39
+ "@umbraco-ui/uui-symbol-expand": "1.17.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "homepage": "https://uui.umbraco.com/?path=/story/uui-combobox",
50
- "gitHead": "a4a929fa86b765eff039d33969e4117f493aaa29"
50
+ "gitHead": "7d602fc76ed33f3100ead94a01e1d6f1eedf0f5e"
51
51
  }