@public-ui/theme-ecl 3.0.7 → 3.0.8-rc.1
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/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -984,6 +984,7 @@ var KolEvent;
|
|
|
984
984
|
KolEvent["create"] = "kolCreate";
|
|
985
985
|
KolEvent["focus"] = "kolFocus";
|
|
986
986
|
KolEvent["input"] = "kolInput";
|
|
987
|
+
KolEvent["keydown"] = "kolKeydown";
|
|
987
988
|
KolEvent["mousedown"] = "kolMousedown";
|
|
988
989
|
KolEvent["reset"] = "kolReset";
|
|
989
990
|
KolEvent["select"] = "kolSelect";
|