@public-ui/theme-default 4.2.1 → 4.3.0-rc.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.
package/dist/index.mjs CHANGED
@@ -805,9 +805,11 @@ var KolEvent;
805
805
  KolEvent["click"] = "click";
806
806
  KolEvent["close"] = "close";
807
807
  KolEvent["create"] = "create";
808
+ KolEvent["error"] = "error";
808
809
  KolEvent["focus"] = "focus";
809
810
  KolEvent["input"] = "input";
810
811
  KolEvent["keydown"] = "keydown";
812
+ KolEvent["load"] = "load";
811
813
  KolEvent["mousedown"] = "mousedown";
812
814
  KolEvent["reset"] = "reset";
813
815
  KolEvent["select"] = "select";