@abgov/web-components 2.0.0-dev.3 → 2.0.0-dev.4

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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -23602,13 +23602,13 @@ function mg(t, e, o) {
23602
23602
  }
23603
23603
  function ct(he) {
23604
23604
  const Ke = he.target;
23605
- Ke && (l || (Ke.dispatchEvent(new CustomEvent(
23605
+ !Ke || l || (Ke.dispatchEvent(new CustomEvent(
23606
23606
  "_keyPress",
23607
23607
  {
23608
23608
  composed: !0,
23609
23609
  detail: { name: p, value: Ke.value, key: he.key }
23610
23610
  }
23611
- )), o(0, k = Ke.value)));
23611
+ )), o(0, k = Ke.value));
23612
23612
  }
23613
23613
  function gt(he) {
23614
23614
  const Ke = he.target;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/web-components",
3
- "version": "2.0.0-dev.3",
3
+ "version": "2.0.0-dev.4",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - UI Web components",
6
6
  "bugs": {