@public-ui/themes 4.1.2-rc.6 → 4.1.2-rc.8

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,23 +1,24 @@
1
1
  @font-face {
2
2
  font-family: "kolicons";
3
- src: url('kolicons.eot?t=1774621104972'); /* IE9*/
4
- src: url('kolicons.eot?t=1774621104972#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
- url("kolicons.woff2?t=1774621104972") format("woff2"),
6
- url("kolicons.woff?t=1774621104972") format("woff"),
7
- url('kolicons.ttf?t=1774621104972') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
- url('kolicons.svg?t=1774621104972#kolicons') format('svg'); /* iOS 4.1- */
3
+ src: url('kolicons.eot?t=1775118370120'); /* IE9*/
4
+ src: url('kolicons.eot?t=1775118370120#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
+ url("kolicons.woff2?t=1775118370120") format("woff2"),
6
+ url("kolicons.woff?t=1775118370120") format("woff"),
7
+ url('kolicons.ttf?t=1775118370120') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
+ url('kolicons.svg?t=1775118370120#kolicons') format('svg'); /* iOS 4.1- */
9
9
  }
10
10
 
11
- [class^="kolicon-"], [class*=" kolicon-"] {
12
- font-family: 'kolicons';
13
- font-style: normal;
14
- font-weight: 400;
15
- line-height: 1em;
16
- -webkit-font-smoothing: antialiased;
17
- -moz-osx-font-smoothing: grayscale;
18
- }
11
+ @layer kol-component {
12
+ [class^="kolicon-"], [class*=" kolicon-"] {
13
+ font-family: 'kolicons';
14
+ font-style: normal;
15
+ font-weight: 400;
16
+ line-height: 1em;
17
+ -webkit-font-smoothing: antialiased;
18
+ -moz-osx-font-smoothing: grayscale;
19
+ }
19
20
 
20
- .kolicon-alert-error::before { content: "\ea01"; }
21
+ .kolicon-alert-error::before { content: "\ea01"; }
21
22
  .kolicon-alert-info::before { content: "\ea02"; }
22
23
  .kolicon-alert-success::before { content: "\ea03"; }
23
24
  .kolicon-alert-warning::before { content: "\ea04"; }
@@ -45,3 +46,4 @@
45
46
  .kolicon-up::before { content: "\ea1a"; }
46
47
  .kolicon-version::before { content: "\ea1b"; }
47
48
 
49
+ }
@@ -9,6 +9,7 @@ export declare const BWSt: (patch: (name: string, map: {
9
9
  "KOL-DIALOG"?: string | undefined;
10
10
  "KOL-FORM"?: string | undefined;
11
11
  "KOL-LINK"?: string | undefined;
12
+ "KOL-METER"?: string | undefined;
12
13
  "KOL-NAV"?: string | undefined;
13
14
  "KOL-PROGRESS"?: string | undefined;
14
15
  "KOL-SELECT"?: string | undefined;
@@ -9,6 +9,7 @@ export declare const DEFAULT: (patch: (name: string, map: {
9
9
  "KOL-DIALOG"?: string | undefined;
10
10
  "KOL-FORM"?: string | undefined;
11
11
  "KOL-LINK"?: string | undefined;
12
+ "KOL-METER"?: string | undefined;
12
13
  "KOL-NAV"?: string | undefined;
13
14
  "KOL-PROGRESS"?: string | undefined;
14
15
  "KOL-SELECT"?: string | undefined;
@@ -9,6 +9,7 @@ export declare const ECL_EC: (patch: (name: string, map: {
9
9
  "KOL-DIALOG"?: string | undefined;
10
10
  "KOL-FORM"?: string | undefined;
11
11
  "KOL-LINK"?: string | undefined;
12
+ "KOL-METER"?: string | undefined;
12
13
  "KOL-NAV"?: string | undefined;
13
14
  "KOL-PROGRESS"?: string | undefined;
14
15
  "KOL-SELECT"?: string | undefined;
@@ -9,6 +9,7 @@ export declare const ECL_EU: (patch: (name: string, map: {
9
9
  "KOL-DIALOG"?: string | undefined;
10
10
  "KOL-FORM"?: string | undefined;
11
11
  "KOL-LINK"?: string | undefined;
12
+ "KOL-METER"?: string | undefined;
12
13
  "KOL-NAV"?: string | undefined;
13
14
  "KOL-PROGRESS"?: string | undefined;
14
15
  "KOL-SELECT"?: string | undefined;
package/dist/index.cjs CHANGED
@@ -400,8 +400,10 @@ var KeyEnum;
400
400
  KeyEnum[KeyEnum["page-selected"] = 20] = "page-selected";
401
401
  KeyEnum[KeyEnum["page-per-site"] = 21] = "page-per-site";
402
402
  KeyEnum[KeyEnum["logo-description"] = 22] = "logo-description";
403
- KeyEnum[KeyEnum["open-link-in-tab"] = 23] = "open-link-in-tab";
404
- KeyEnum[KeyEnum["kolibri-logo"] = 24] = "kolibri-logo";
403
+ KeyEnum[KeyEnum["live-value-bounded"] = 23] = "live-value-bounded";
404
+ KeyEnum[KeyEnum["live-value"] = 24] = "live-value";
405
+ KeyEnum[KeyEnum["open-link-in-tab"] = 25] = "open-link-in-tab";
406
+ KeyEnum[KeyEnum["kolibri-logo"] = 26] = "kolibri-logo";
405
407
  })(KeyEnum || (KeyEnum = {}));
406
408
 
407
409
  var TagEnum;
@@ -437,28 +439,29 @@ var TagEnum;
437
439
  TagEnum[TagEnum["link"] = 28] = "link";
438
440
  TagEnum[TagEnum["link-button"] = 29] = "link-button";
439
441
  TagEnum[TagEnum["logo"] = 30] = "logo";
440
- TagEnum[TagEnum["modal"] = 31] = "modal";
441
- TagEnum[TagEnum["nav"] = 32] = "nav";
442
- TagEnum[TagEnum["pagination"] = 33] = "pagination";
443
- TagEnum[TagEnum["popover-button"] = 34] = "popover-button";
444
- TagEnum[TagEnum["progress"] = 35] = "progress";
445
- TagEnum[TagEnum["quote"] = 36] = "quote";
446
- TagEnum[TagEnum["select"] = 37] = "select";
447
- TagEnum[TagEnum["single-select"] = 38] = "single-select";
448
- TagEnum[TagEnum["skip-nav"] = 39] = "skip-nav";
449
- TagEnum[TagEnum["spin"] = 40] = "spin";
450
- TagEnum[TagEnum["split-button"] = 41] = "split-button";
451
- TagEnum[TagEnum["symbol"] = 42] = "symbol";
452
- TagEnum[TagEnum["table"] = 43] = "table";
453
- TagEnum[TagEnum["table-stateful"] = 44] = "table-stateful";
454
- TagEnum[TagEnum["table-stateless"] = 45] = "table-stateless";
455
- TagEnum[TagEnum["tabs"] = 46] = "tabs";
456
- TagEnum[TagEnum["textarea"] = 47] = "textarea";
457
- TagEnum[TagEnum["toast-container"] = 48] = "toast-container";
458
- TagEnum[TagEnum["toolbar"] = 49] = "toolbar";
459
- TagEnum[TagEnum["tooltip"] = 50] = "tooltip";
460
- TagEnum[TagEnum["tree"] = 51] = "tree";
461
- TagEnum[TagEnum["tree-item"] = 52] = "tree-item";
442
+ TagEnum[TagEnum["meter"] = 31] = "meter";
443
+ TagEnum[TagEnum["modal"] = 32] = "modal";
444
+ TagEnum[TagEnum["nav"] = 33] = "nav";
445
+ TagEnum[TagEnum["pagination"] = 34] = "pagination";
446
+ TagEnum[TagEnum["popover-button"] = 35] = "popover-button";
447
+ TagEnum[TagEnum["progress"] = 36] = "progress";
448
+ TagEnum[TagEnum["quote"] = 37] = "quote";
449
+ TagEnum[TagEnum["select"] = 38] = "select";
450
+ TagEnum[TagEnum["single-select"] = 39] = "single-select";
451
+ TagEnum[TagEnum["skip-nav"] = 40] = "skip-nav";
452
+ TagEnum[TagEnum["spin"] = 41] = "spin";
453
+ TagEnum[TagEnum["split-button"] = 42] = "split-button";
454
+ TagEnum[TagEnum["symbol"] = 43] = "symbol";
455
+ TagEnum[TagEnum["table"] = 44] = "table";
456
+ TagEnum[TagEnum["table-stateful"] = 45] = "table-stateful";
457
+ TagEnum[TagEnum["table-stateless"] = 46] = "table-stateless";
458
+ TagEnum[TagEnum["tabs"] = 47] = "tabs";
459
+ TagEnum[TagEnum["textarea"] = 48] = "textarea";
460
+ TagEnum[TagEnum["toast-container"] = 49] = "toast-container";
461
+ TagEnum[TagEnum["toolbar"] = 50] = "toolbar";
462
+ TagEnum[TagEnum["tooltip"] = 51] = "tooltip";
463
+ TagEnum[TagEnum["tree"] = 52] = "tree";
464
+ TagEnum[TagEnum["tree-item"] = 53] = "tree-item";
462
465
  })(TagEnum || (TagEnum = {}));
463
466
  const MODES = ['development', 'production', 'test'];
464
467
  let runtimeMode = 'production';