@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 CHANGED
@@ -986,6 +986,7 @@ var KolEvent;
986
986
  KolEvent["create"] = "kolCreate";
987
987
  KolEvent["focus"] = "kolFocus";
988
988
  KolEvent["input"] = "kolInput";
989
+ KolEvent["keydown"] = "kolKeydown";
989
990
  KolEvent["mousedown"] = "kolMousedown";
990
991
  KolEvent["reset"] = "kolReset";
991
992
  KolEvent["select"] = "kolSelect";