@public-ui/theme-ecl 4.1.4-rc.1 → 4.1.4-rc.3
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/README.md +79 -194
- package/assets/ecl-icons/ecl-icons.eot +0 -0
- package/assets/ecl-icons/ecl-icons.json +93 -0
- package/assets/ecl-icons/ecl-icons.svg +285 -0
- package/assets/ecl-icons/ecl-icons.ttf +0 -0
- package/assets/ecl-icons/ecl-icons.woff +0 -0
- package/assets/ecl-icons/ecl-icons.woff2 +0 -0
- package/assets/ecl-icons/style.css +113 -0
- 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 +9 -9
- package/dist/index.cjs +65 -59
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +65 -59
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -10
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
@layer kol-theme-component {
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: "ecl-icons";
|
|
4
|
+
src: url('ecl-icons.eot?t=1777089234981'); /* IE9*/
|
|
5
|
+
src: url('ecl-icons.eot?t=1777089234981#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
6
|
+
url("ecl-icons.woff2?t=1777089234981") format("woff2"),
|
|
7
|
+
url("ecl-icons.woff?t=1777089234981") format("woff"),
|
|
8
|
+
url('ecl-icons.ttf?t=1777089234981') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
9
|
+
url('ecl-icons.svg?t=1777089234981#ecl-icons') format('svg'); /* iOS 4.1- */
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
[class^="ecl-icons-"], [class*=" ecl-icons-"] {
|
|
13
|
+
font-family: 'ecl-icons';
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
line-height: 1em;
|
|
17
|
+
-webkit-font-smoothing: antialiased;
|
|
18
|
+
-moz-osx-font-smoothing: grayscale;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ecl-icons-arrow-left::before { content: "\ea01"; }
|
|
22
|
+
.ecl-icons-audio::before { content: "\ea02"; }
|
|
23
|
+
.ecl-icons-book::before { content: "\ea03"; }
|
|
24
|
+
.ecl-icons-brochure::before { content: "\ea04"; }
|
|
25
|
+
.ecl-icons-budget::before { content: "\ea05"; }
|
|
26
|
+
.ecl-icons-calendar::before { content: "\ea06"; }
|
|
27
|
+
.ecl-icons-camera::before { content: "\ea07"; }
|
|
28
|
+
.ecl-icons-chain::before { content: "\ea08"; }
|
|
29
|
+
.ecl-icons-check-filled::before { content: "\ea09"; }
|
|
30
|
+
.ecl-icons-check::before { content: "\ea0a"; }
|
|
31
|
+
.ecl-icons-clock-filled::before { content: "\ea0b"; }
|
|
32
|
+
.ecl-icons-clock::before { content: "\ea0c"; }
|
|
33
|
+
.ecl-icons-close-filled::before { content: "\ea0d"; }
|
|
34
|
+
.ecl-icons-close-outline::before { content: "\ea0e"; }
|
|
35
|
+
.ecl-icons-close::before { content: "\ea0f"; }
|
|
36
|
+
.ecl-icons-copy::before { content: "\ea10"; }
|
|
37
|
+
.ecl-icons-corner-arrow::before { content: "\ea11"; }
|
|
38
|
+
.ecl-icons-data::before { content: "\ea12"; }
|
|
39
|
+
.ecl-icons-digital::before { content: "\ea13"; }
|
|
40
|
+
.ecl-icons-document::before { content: "\ea14"; }
|
|
41
|
+
.ecl-icons-download::before { content: "\ea15"; }
|
|
42
|
+
.ecl-icons-edit::before { content: "\ea16"; }
|
|
43
|
+
.ecl-icons-email::before { content: "\ea17"; }
|
|
44
|
+
.ecl-icons-energy::before { content: "\ea18"; }
|
|
45
|
+
.ecl-icons-error-outline::before { content: "\ea19"; }
|
|
46
|
+
.ecl-icons-error::before { content: "\ea1a"; }
|
|
47
|
+
.ecl-icons-euro::before { content: "\ea1b"; }
|
|
48
|
+
.ecl-icons-event::before { content: "\ea1c"; }
|
|
49
|
+
.ecl-icons-external-events::before { content: "\ea1d"; }
|
|
50
|
+
.ecl-icons-external::before { content: "\ea1e"; }
|
|
51
|
+
.ecl-icons-eye::before { content: "\ea1f"; }
|
|
52
|
+
.ecl-icons-faq::before { content: "\ea20"; }
|
|
53
|
+
.ecl-icons-feedback::before { content: "\ea21"; }
|
|
54
|
+
.ecl-icons-file-blank::before { content: "\ea22"; }
|
|
55
|
+
.ecl-icons-file::before { content: "\ea23"; }
|
|
56
|
+
.ecl-icons-folder::before { content: "\ea24"; }
|
|
57
|
+
.ecl-icons-fullscreen::before { content: "\ea25"; }
|
|
58
|
+
.ecl-icons-global::before { content: "\ea26"; }
|
|
59
|
+
.ecl-icons-growth::before { content: "\ea27"; }
|
|
60
|
+
.ecl-icons-hamburger::before { content: "\ea28"; }
|
|
61
|
+
.ecl-icons-image::before { content: "\ea29"; }
|
|
62
|
+
.ecl-icons-infographic::before { content: "\ea2a"; }
|
|
63
|
+
.ecl-icons-information-outline::before { content: "\ea2b"; }
|
|
64
|
+
.ecl-icons-information-round::before { content: "\ea2c"; }
|
|
65
|
+
.ecl-icons-information::before { content: "\ea2d"; }
|
|
66
|
+
.ecl-icons-laco-filled::before { content: "\ea2e"; }
|
|
67
|
+
.ecl-icons-laco::before { content: "\ea2f"; }
|
|
68
|
+
.ecl-icons-list::before { content: "\ea30"; }
|
|
69
|
+
.ecl-icons-livestreaming::before { content: "\ea31"; }
|
|
70
|
+
.ecl-icons-location-filled::before { content: "\ea32"; }
|
|
71
|
+
.ecl-icons-location::before { content: "\ea33"; }
|
|
72
|
+
.ecl-icons-log-in-outline::before { content: "\ea34"; }
|
|
73
|
+
.ecl-icons-log-in::before { content: "\ea35"; }
|
|
74
|
+
.ecl-icons-logged-in::before { content: "\ea36"; }
|
|
75
|
+
.ecl-icons-minus-outline::before { content: "\ea37"; }
|
|
76
|
+
.ecl-icons-minus::before { content: "\ea38"; }
|
|
77
|
+
.ecl-icons-multiple-files::before { content: "\ea39"; }
|
|
78
|
+
.ecl-icons-notification-active::before { content: "\ea3a"; }
|
|
79
|
+
.ecl-icons-notification::before { content: "\ea3b"; }
|
|
80
|
+
.ecl-icons-organigram::before { content: "\ea3c"; }
|
|
81
|
+
.ecl-icons-package::before { content: "\ea3d"; }
|
|
82
|
+
.ecl-icons-pause-filled::before { content: "\ea3e"; }
|
|
83
|
+
.ecl-icons-pause-outline::before { content: "\ea3f"; }
|
|
84
|
+
.ecl-icons-pause::before { content: "\ea40"; }
|
|
85
|
+
.ecl-icons-play-filled::before { content: "\ea41"; }
|
|
86
|
+
.ecl-icons-play-outline::before { content: "\ea42"; }
|
|
87
|
+
.ecl-icons-play::before { content: "\ea43"; }
|
|
88
|
+
.ecl-icons-plus-filled::before { content: "\ea44"; }
|
|
89
|
+
.ecl-icons-plus-outline::before { content: "\ea45"; }
|
|
90
|
+
.ecl-icons-plus::before { content: "\ea46"; }
|
|
91
|
+
.ecl-icons-presentation::before { content: "\ea47"; }
|
|
92
|
+
.ecl-icons-print::before { content: "\ea48"; }
|
|
93
|
+
.ecl-icons-regulation::before { content: "\ea49"; }
|
|
94
|
+
.ecl-icons-rss::before { content: "\ea4a"; }
|
|
95
|
+
.ecl-icons-search::before { content: "\ea4b"; }
|
|
96
|
+
.ecl-icons-settings::before { content: "\ea4c"; }
|
|
97
|
+
.ecl-icons-share-filled::before { content: "\ea4d"; }
|
|
98
|
+
.ecl-icons-share::before { content: "\ea4e"; }
|
|
99
|
+
.ecl-icons-shopping-bag::before { content: "\ea4f"; }
|
|
100
|
+
.ecl-icons-solid-arrow::before { content: "\ea50"; }
|
|
101
|
+
.ecl-icons-sort-carets::before { content: "\ea51"; }
|
|
102
|
+
.ecl-icons-spinner::before { content: "\ea52"; }
|
|
103
|
+
.ecl-icons-spreadsheet::before { content: "\ea53"; }
|
|
104
|
+
.ecl-icons-star-filled::before { content: "\ea54"; }
|
|
105
|
+
.ecl-icons-star-outline::before { content: "\ea55"; }
|
|
106
|
+
.ecl-icons-tag::before { content: "\ea56"; }
|
|
107
|
+
.ecl-icons-trash::before { content: "\ea57"; }
|
|
108
|
+
.ecl-icons-upload::before { content: "\ea58"; }
|
|
109
|
+
.ecl-icons-warning-outline::before { content: "\ea59"; }
|
|
110
|
+
.ecl-icons-warning-round::before { content: "\ea5a"; }
|
|
111
|
+
.ecl-icons-warning::before { content: "\ea5b"; }
|
|
112
|
+
|
|
113
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "kolicons";
|
|
3
|
+
src: url('kolicons.eot?t=1777089109826'); /* IE9*/
|
|
4
|
+
src: url('kolicons.eot?t=1777089109826#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url("kolicons.woff2?t=1777089109826") format("woff2"),
|
|
6
|
+
url("kolicons.woff?t=1777089109826") format("woff"),
|
|
7
|
+
url('kolicons.ttf?t=1777089109826') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
8
|
+
url('kolicons.svg?t=1777089109826#kolicons') format('svg'); /* iOS 4.1- */
|
|
9
|
+
}
|
|
10
10
|
|
|
11
11
|
@layer kol-component {
|
|
12
12
|
[class^="kolicon-"], [class*=" kolicon-"] {
|