@natec/mef-dev-ui-kit 0.0.63 → 0.0.64
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/esm2020/lib/markup-kit/card/card/card.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
- package/fesm2015/natec-mef-dev-ui-kit.mjs +8 -8
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +8 -8
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/styles/fonts.scss +0 -261
- package/src/lib/styles/pg/core.scss +1 -1
package/package.json
CHANGED
|
@@ -1,265 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
/*#region montserrat*/
|
|
3
|
-
@font-face {
|
|
4
|
-
font-family: 'montserrat-bold';
|
|
5
|
-
src: url('./fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
|
|
6
|
-
url('./fonts/montserrat/Montserrat-Bold.woff') format('woff');
|
|
7
|
-
font-weight: bold;
|
|
8
|
-
font-style: normal;
|
|
9
|
-
font-display: swap;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: 'montserrat-light';
|
|
14
|
-
src: url('./fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
|
|
15
|
-
url('./fonts/montserrat/Montserrat-Light.woff') format('woff');
|
|
16
|
-
font-weight: 300;
|
|
17
|
-
font-style: normal;
|
|
18
|
-
font-display: swap;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: 'montserrat-semibold';
|
|
23
|
-
src: url('./fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
|
|
24
|
-
url('./fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
|
|
25
|
-
font-weight: 600;
|
|
26
|
-
font-style: normal;
|
|
27
|
-
font-display: swap;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@font-face {
|
|
31
|
-
font-family: 'montserrat-medium';
|
|
32
|
-
src: url('./fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
|
|
33
|
-
url('./fonts/montserrat/Montserrat-Medium.woff') format('woff');
|
|
34
|
-
font-weight: 500;
|
|
35
|
-
font-style: normal;
|
|
36
|
-
font-display: swap;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@font-face {
|
|
40
|
-
font-family: 'montserrat-regular';
|
|
41
|
-
src: url('./fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
|
|
42
|
-
url('./fonts/montserrat/Montserrat-Regular.woff') format('woff');
|
|
43
|
-
font-weight: normal;
|
|
44
|
-
font-style: normal;
|
|
45
|
-
font-display: swap;
|
|
46
|
-
}
|
|
47
|
-
/*#endregion montserrat*/
|
|
48
|
-
|
|
49
|
-
/*#region Lato*/
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: 'Lato-Regular';
|
|
52
|
-
src: url("./fonts/lato/lato-regular.eot?#iefix") format("embedded-opentype"),
|
|
53
|
-
url("./fonts/lato/lato-regular.otf") format("opentype"),
|
|
54
|
-
url("./fonts/lato/lato-regular.svg") format("svg"),
|
|
55
|
-
url("./fonts/lato/lato-regular.ttf") format("truetype"),
|
|
56
|
-
url("./fonts/lato/lato-regular.woff") format("woff"),
|
|
57
|
-
url("./fonts/lato/lato-regular.woff2") format("woff2");
|
|
58
|
-
font-weight: normal;
|
|
59
|
-
font-style: normal;
|
|
60
|
-
font-display: swap;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
@font-face {
|
|
64
|
-
font-family: 'Lato-Bold';
|
|
65
|
-
src: url("./fonts/lato/lato-bold.eot?#iefix") format("embedded-opentype"),
|
|
66
|
-
url("./fonts/lato/lato-bold.otf") format("opentype"),
|
|
67
|
-
url("./fonts/lato/lato-bold.svg") format("svg"),
|
|
68
|
-
url("./fonts/lato/lato-bold.ttf") format("truetype"),
|
|
69
|
-
url("./fonts/lato/lato-bold.woff") format("woff"),
|
|
70
|
-
url("./fonts/lato/lato-bold.woff2") format("woff2");
|
|
71
|
-
font-weight: bold;
|
|
72
|
-
font-style: normal;
|
|
73
|
-
font-display: swap;
|
|
74
|
-
}
|
|
75
|
-
/*#endregion Lato*/
|
|
76
|
-
|
|
77
|
-
/*#region img-font*/
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: 'icomoon';
|
|
80
|
-
src: url('./fonts/main-img-font/icomoon.eot?97jr4n');
|
|
81
|
-
src: url('./fonts/main-img-font/icomoon.eot?97jr4n#iefix') format('embedded-opentype'),
|
|
82
|
-
url('./fonts/main-img-font/icomoon.ttf?97jr4n') format('truetype'),
|
|
83
|
-
url('./fonts/main-img-font/icomoon.woff?97jr4n') format('woff'),
|
|
84
|
-
url('./fonts/main-img-font/icomoon.svg?97jr4n#icomoon') format('svg');
|
|
85
|
-
font-weight: normal;
|
|
86
|
-
font-style: normal;
|
|
87
|
-
font-display: block;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
[class^="icon-"], [class*=" icon-"] {
|
|
91
|
-
/* use !important to prevent issues with browser extensions that change ./fonts */
|
|
92
|
-
font-family: 'icomoon' !important;
|
|
93
|
-
speak: never;
|
|
94
|
-
font-style: normal;
|
|
95
|
-
font-weight: normal;
|
|
96
|
-
font-variant: normal;
|
|
97
|
-
text-transform: none;
|
|
98
|
-
line-height: 1;
|
|
99
|
-
|
|
100
|
-
/* Better Font Rendering =========== */
|
|
101
|
-
-webkit-font-smoothing: antialiased;
|
|
102
|
-
-moz-osx-font-smoothing: grayscale;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.icon-info-light:before {
|
|
106
|
-
content: "\e90d";
|
|
107
|
-
}
|
|
108
|
-
.icon-connector:before {
|
|
109
|
-
content: "\e90e";
|
|
110
|
-
}
|
|
111
|
-
.icon-information:before {
|
|
112
|
-
content: "\e90f";
|
|
113
|
-
}
|
|
114
|
-
.icon-plugin:before {
|
|
115
|
-
content: "\e910";
|
|
116
|
-
}
|
|
117
|
-
.icon-check-connector:before {
|
|
118
|
-
content: "\e911";
|
|
119
|
-
}
|
|
120
|
-
.icon-computer:before {
|
|
121
|
-
content: "\e913";
|
|
122
|
-
}
|
|
123
|
-
.icon-trash-light:before {
|
|
124
|
-
content: "\e915";
|
|
125
|
-
}
|
|
126
|
-
.icon-ok:before {
|
|
127
|
-
content: "\e917";
|
|
128
|
-
color: #28b446;
|
|
129
|
-
}
|
|
130
|
-
.icon-calendar:before {
|
|
131
|
-
content: "\e919";
|
|
132
|
-
}
|
|
133
|
-
.icon-guard:before {
|
|
134
|
-
content: "\e91f";
|
|
135
|
-
}
|
|
136
|
-
.icon-tenant:before {
|
|
137
|
-
content: "\e922";
|
|
138
|
-
}
|
|
139
|
-
.icon-nok:before {
|
|
140
|
-
content: "\e923";
|
|
141
|
-
}
|
|
142
|
-
.icon-lock .path1:before {
|
|
143
|
-
content: "\e924";
|
|
144
|
-
color: rgb(234, 234, 234);
|
|
145
|
-
}
|
|
146
|
-
.icon-lock .path2:before {
|
|
147
|
-
content: "\e925";
|
|
148
|
-
margin-left: -1.158203125em;
|
|
149
|
-
color: rgb(55, 55, 55);
|
|
150
|
-
}
|
|
151
|
-
.icon-unlock .path1:before {
|
|
152
|
-
content: "\e926";
|
|
153
|
-
}
|
|
154
|
-
.icon-unlock .path2:before {
|
|
155
|
-
content: "\e927";
|
|
156
|
-
margin-left: -1.2109375em;
|
|
157
|
-
}
|
|
158
|
-
.icon-logout:before {
|
|
159
|
-
content: "\e90b";
|
|
160
|
-
}
|
|
161
|
-
.icon-unchecked:before {
|
|
162
|
-
content: "\e90a";
|
|
163
|
-
}
|
|
164
|
-
.icon-notification .path1:before {
|
|
165
|
-
content: "\e902";
|
|
166
|
-
}
|
|
167
|
-
.icon-notification .path2:before {
|
|
168
|
-
content: "\e903";
|
|
169
|
-
margin-left: -1em;
|
|
170
|
-
}
|
|
171
|
-
.icon-notification .path3:before {
|
|
172
|
-
content: "\e904";
|
|
173
|
-
margin-left: -1em;
|
|
174
|
-
}
|
|
175
|
-
.icon-notification .path4:before {
|
|
176
|
-
content: "\e905";
|
|
177
|
-
margin-left: -1em;
|
|
178
|
-
}
|
|
179
|
-
.icon-setings .path1:before {
|
|
180
|
-
content: "\e908";
|
|
181
|
-
}
|
|
182
|
-
.icon-setings .path2:before {
|
|
183
|
-
content: "\e909";
|
|
184
|
-
margin-left: -1em;
|
|
185
|
-
}
|
|
186
|
-
.icon-person:before {
|
|
187
|
-
content: "\e90c";
|
|
188
|
-
}
|
|
189
|
-
.icon-persons:before {
|
|
190
|
-
content: "\e912";
|
|
191
|
-
}
|
|
192
|
-
.icon-configuration:before {
|
|
193
|
-
content: "\e914";
|
|
194
|
-
}
|
|
195
|
-
.icon-support:before {
|
|
196
|
-
content: "\e916";
|
|
197
|
-
}
|
|
198
|
-
.icon-log:before {
|
|
199
|
-
content: "\e918";
|
|
200
|
-
}
|
|
201
|
-
.icon-msg_popup:before {
|
|
202
|
-
content: "\e91a";
|
|
203
|
-
}
|
|
204
|
-
.icon-protect:before {
|
|
205
|
-
content: "\e91b";
|
|
206
|
-
}
|
|
207
|
-
.icon-keys:before {
|
|
208
|
-
content: "\e91c";
|
|
209
|
-
}
|
|
210
|
-
.icon-info:before {
|
|
211
|
-
content: "\e91d";
|
|
212
|
-
}
|
|
213
|
-
.icon-tenats:before {
|
|
214
|
-
content: "\e91e";
|
|
215
|
-
}
|
|
216
|
-
.icon-profile:before {
|
|
217
|
-
content: "\e921";
|
|
218
|
-
}
|
|
219
|
-
.icon-msg:before {
|
|
220
|
-
content: "\e928";
|
|
221
|
-
}
|
|
222
|
-
.icon-arrow:before {
|
|
223
|
-
content: "\e929";
|
|
224
|
-
}
|
|
225
|
-
.icon-warning:before {
|
|
226
|
-
content: "\e92a";
|
|
227
|
-
}
|
|
228
|
-
.icon-messages:before {
|
|
229
|
-
content: "\e92b";
|
|
230
|
-
}
|
|
231
|
-
.icon-pause:before {
|
|
232
|
-
content: "\e92c";
|
|
233
|
-
}
|
|
234
|
-
.icon-play:before {
|
|
235
|
-
content: "\e92e";
|
|
236
|
-
}
|
|
237
|
-
.icon-store:before {
|
|
238
|
-
content: "\e930";
|
|
239
|
-
}
|
|
240
|
-
.icon-trash:before {
|
|
241
|
-
content: "\e931";
|
|
242
|
-
}
|
|
243
|
-
.icon-edit:before {
|
|
244
|
-
content: "\e932";
|
|
245
|
-
}
|
|
246
|
-
.icon-checked:before {
|
|
247
|
-
content: "\e933";
|
|
248
|
-
}
|
|
249
|
-
.icon-bell .path1:before {
|
|
250
|
-
content: "\e936";
|
|
251
|
-
}
|
|
252
|
-
.icon-bell .path2:before {
|
|
253
|
-
content: "\e937";
|
|
254
|
-
margin-left: -0.9658203125em;
|
|
255
|
-
}
|
|
256
|
-
.icon-bell .path3:before {
|
|
257
|
-
content: "\e938";
|
|
258
|
-
margin-left: -0.9658203125em;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
/*#endregion img-font*/
|
|
262
|
-
|
|
263
2
|
.h1, h1 {
|
|
264
3
|
font-family: montserrat-bold;
|
|
265
4
|
font-size: 24px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
//Core Libs
|
|
2
|
+
@use '../designe-colors.scss' as c;
|
|
2
3
|
|
|
3
4
|
/*#region montserrat*/
|
|
4
5
|
@font-face {
|
|
@@ -262,7 +263,6 @@
|
|
|
262
263
|
/*#endregion img-font*/
|
|
263
264
|
|
|
264
265
|
|
|
265
|
-
@use '../designe-colors.scss' as c;
|
|
266
266
|
@import '../icons.scss';
|
|
267
267
|
@import '../fonts.scss';
|
|
268
268
|
|