@public-ui/theme-default 4.2.1 → 4.3.0-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/assets/kolicons/kolicons.eot +0 -0
- package/assets/kolicons/kolicons.ttf +0 -0
- package/assets/kolicons/kolicons.woff +0 -0
- package/assets/kolicons/kolicons.woff2 +0 -0
- package/assets/kolicons/style.css +6 -6
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
|
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=
|
|
4
|
-
src: url('kolicons.eot?t=
|
|
5
|
-
url("kolicons.woff2?t=
|
|
6
|
-
url("kolicons.woff?t=
|
|
7
|
-
url('kolicons.ttf?t=
|
|
8
|
-
url('kolicons.svg?t=
|
|
3
|
+
src: url('kolicons.eot?t=1780919027063'); /* IE9*/
|
|
4
|
+
src: url('kolicons.eot?t=1780919027063#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url("kolicons.woff2?t=1780919027063") format("woff2"),
|
|
6
|
+
url("kolicons.woff?t=1780919027063") format("woff"),
|
|
7
|
+
url('kolicons.ttf?t=1780919027063') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
8
|
+
url('kolicons.svg?t=1780919027063#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";
|