@budibase/bbui 3.9.0 → 3.9.2

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/bbui",
3
3
  "description": "A UI solution used in the different Budibase projects.",
4
- "version": "3.9.0",
4
+ "version": "3.9.2",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.ts",
7
7
  "module": "dist/bbui.mjs",
@@ -99,5 +99,5 @@
99
99
  }
100
100
  }
101
101
  },
102
- "gitHead": "95c435b13653118e54fda8777460839d3ca144ef"
102
+ "gitHead": "f9927b35b3939f1b96eb911d820ba5b06f288cd6"
103
103
  }
@@ -104,6 +104,7 @@
104
104
  on:focus
105
105
  on:input
106
106
  on:keyup
107
+ on:keydown
107
108
  on:blur={onBlur}
108
109
  on:focus={onFocus}
109
110
  on:input={onInput}
@@ -41,6 +41,7 @@
41
41
  on:blur
42
42
  on:focus
43
43
  on:keyup
44
+ on:keydown
44
45
  >
45
46
  <slot />
46
47
  </TextField>