@public-ui/theme-default 4.1.5-rc.1 → 4.2.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=1778694701169'); /* IE9*/
4
- src: url('kolicons.eot?t=1778694701169#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
- url("kolicons.woff2?t=1778694701169") format("woff2"),
6
- url("kolicons.woff?t=1778694701169") format("woff"),
7
- url('kolicons.ttf?t=1778694701169') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
- url('kolicons.svg?t=1778694701169#kolicons') format('svg'); /* iOS 4.1- */
3
+ src: url('kolicons.eot?t=1779430206668'); /* IE9*/
4
+ src: url('kolicons.eot?t=1779430206668#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
+ url("kolicons.woff2?t=1779430206668") format("woff2"),
6
+ url("kolicons.woff?t=1779430206668") format("woff"),
7
+ url('kolicons.ttf?t=1779430206668') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
+ url('kolicons.svg?t=1779430206668#kolicons') format('svg'); /* iOS 4.1- */
9
9
  }
10
10
 
11
11
  @layer kol-component {
package/dist/index.cjs CHANGED
@@ -799,6 +799,7 @@ new Event('StateChange');
799
799
  var KolEvent;
800
800
  (function (KolEvent) {
801
801
  KolEvent["blur"] = "blur";
802
+ KolEvent["cancel"] = "cancel";
802
803
  KolEvent["change"] = "change";
803
804
  KolEvent["changeHeaderCells"] = "changeheadercells";
804
805
  KolEvent["changePage"] = "changepage";