@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.
Binary file
Binary file
Binary file
Binary file
@@ -1,11 +1,11 @@
1
1
  @font-face {
2
2
  font-family: "kolicons";
3
- src: url('kolicons.eot?t=1780571516250'); /* IE9*/
4
- src: url('kolicons.eot?t=1780571516250#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
- url("kolicons.woff2?t=1780571516250") format("woff2"),
6
- url("kolicons.woff?t=1780571516250") format("woff"),
7
- url('kolicons.ttf?t=1780571516250') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
- url('kolicons.svg?t=1780571516250#kolicons') format('svg'); /* iOS 4.1- */
3
+ src: url('kolicons.eot?t=1780914078349'); /* IE9*/
4
+ src: url('kolicons.eot?t=1780914078349#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
+ url("kolicons.woff2?t=1780914078349") format("woff2"),
6
+ url("kolicons.woff?t=1780914078349") format("woff"),
7
+ url('kolicons.ttf?t=1780914078349') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
+ url('kolicons.svg?t=1780914078349#kolicons') format('svg'); /* iOS 4.1- */
9
9
  }
10
10
 
11
11
  @layer kol-component {
package/dist/index.cjs CHANGED
@@ -807,9 +807,11 @@ var KolEvent;
807
807
  KolEvent["click"] = "click";
808
808
  KolEvent["close"] = "close";
809
809
  KolEvent["create"] = "create";
810
+ KolEvent["error"] = "error";
810
811
  KolEvent["focus"] = "focus";
811
812
  KolEvent["input"] = "input";
812
813
  KolEvent["keydown"] = "keydown";
814
+ KolEvent["load"] = "load";
813
815
  KolEvent["mousedown"] = "mousedown";
814
816
  KolEvent["reset"] = "reset";
815
817
  KolEvent["select"] = "select";