@natec/mef-dev-ui-kit 0.0.2 → 0.0.5
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 +3 -4
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card.module.mjs +2 -6
- package/esm2020/lib/markup-kit/card/index.mjs +2 -1
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +2 -2
- package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
- package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +9 -6
- package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +4 -8
- package/esm2020/lib/pg-components/card/card.components.mjs +3 -4
- package/esm2020/lib/pg-components/card/card.module.mjs +4 -5
- package/fesm2015/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/fronts/lato/lato-bold.eot +0 -0
- package/lib/fronts/lato/lato-bold.otf +0 -0
- package/lib/fronts/lato/lato-bold.svg +78356 -0
- package/lib/fronts/lato/lato-bold.ttf +0 -0
- package/lib/fronts/lato/lato-bold.woff +0 -0
- package/lib/fronts/lato/lato-bold.woff2 +0 -0
- package/lib/fronts/lato/lato-regular.eot +0 -0
- package/lib/fronts/lato/lato-regular.otf +0 -0
- package/lib/fronts/lato/lato-regular.svg +78251 -0
- package/lib/fronts/lato/lato-regular.ttf +0 -0
- package/lib/fronts/lato/lato-regular.woff +0 -0
- package/lib/fronts/lato/lato-regular.woff2 +0 -0
- package/lib/fronts/main-img-font/icomoon.eot +0 -0
- package/lib/fronts/main-img-font/icomoon.svg +57 -0
- package/lib/fronts/main-img-font/icomoon.ttf +0 -0
- package/lib/fronts/main-img-font/icomoon.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff2 +0 -0
- package/lib/fronts/montserrat/montserrat-bold-webfont.svg +1462 -0
- package/lib/fronts/montserrat/montserrat-regular-webfont.svg +1317 -0
- package/lib/fronts/pgicon/Pages-icon.eot +0 -0
- package/lib/fronts/pgicon/Pages-icon.svg +112 -0
- package/lib/fronts/pgicon/Pages-icon.ttf +0 -0
- package/lib/fronts/pgicon/Pages-icon.woff +0 -0
- package/lib/img/editor_tray_2x.png +0 -0
- package/lib/img/noti-cross-2x.png +0 -0
- package/lib/img/progress-circle-lg-master-static.svg +8 -0
- package/lib/img/progress-circle-lg-master.svg +13 -0
- package/lib/img/progress-circle-lg-white-static.svg +8 -0
- package/lib/img/progress-circle-lg-white.svg +13 -0
- package/lib/markup-kit/card/card.module.d.ts +1 -2
- package/lib/markup-kit/card/index.d.ts +1 -0
- package/lib/markup-kit/modals/markup-kit.module.d.ts +3 -4
- package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +2 -3
- package/lib/markup-kit/utils/help-block/help-block.component.d.ts +2 -1
- package/lib/markup-kit/utils/help-block/hepl-block.module.d.ts +1 -2
- package/lib/pg-components/card/card.module.d.ts +1 -2
- package/package.json +23 -15
- package/src/lib/styles/fonts.scss +262 -0
- package/src/lib/styles/pg/_color.scss +689 -0
- package/src/lib/styles/pg/_dropdown.scss +38 -0
- package/src/lib/styles/pg/_mixins.scss +1010 -0
- package/src/lib/styles/pg/_responsive.scss +1140 -0
- package/src/lib/styles/pg/_var.scss +198 -0
- package/src/lib/styles/pg/core.scss +276 -0
- package/src/lib/styles/pg/icons.scss +330 -0
- package/src/lib/styles/pg/modules/_breadcrumb.scss +66 -0
- package/src/lib/styles/pg/modules/_buttons.scss +65 -0
- package/src/lib/styles/pg/modules/_cards.scss +417 -0
- package/src/lib/styles/pg/modules/_form_elements.scss +1335 -0
- package/src/lib/styles/pg/modules/_header.scss +259 -0
- package/src/lib/styles/pg/modules/_horizontal-layout.scss +183 -0
- package/src/lib/styles/pg/modules/_horizontal_menu.scss +344 -0
- package/src/lib/styles/pg/modules/_jqx.scss +11 -0
- package/src/lib/styles/pg/modules/_layout.scss +180 -0
- package/src/lib/styles/pg/modules/_lock_screen.scss +92 -0
- package/src/lib/styles/pg/modules/_login.scss +62 -0
- package/src/lib/styles/pg/modules/_misc.scss +703 -0
- package/src/lib/styles/pg/modules/_modals.scss +281 -0
- package/src/lib/styles/pg/modules/_print.scss +32 -0
- package/src/lib/styles/pg/modules/_secondary-sidebar.scss +243 -0
- package/src/lib/styles/pg/modules/_select.scss +599 -0
- package/src/lib/styles/pg/modules/_sidebar.scss +413 -0
- package/src/lib/styles/pg/modules/_switch.scss +144 -0
- package/src/lib/styles/pg/modules/_tabs.scss +336 -0
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +662 -0
- package/src/lib/styles/pg/modules/_timepicker.scss +34 -0
- package/src/lib/styles/pg/modules/_typography.scss +743 -0
- package/src/lib/styles/pg/modules/_uploader.scss +226 -0
- package/src/lib/styles/pg/modules/_view.scss +127 -0
- package/src/lib/styles/pg/modules/_z_index.scss +33 -0
- package/src/lib/styles/pg/toaster.scss +22 -0
- package/src/lib/styles/pg/utils.scss +32 -0
- package/src/lib/styles/pg/vendor/ng-datatable.scss +263 -0
- package/src/lib/styles/pg/vendor/ngx-google-map.scss +18 -0
- package/src/lib/styles/pg/vendor/typehead.scss +29 -0
- package/esm2020/mef-dev-ui-kit.mjs +0 -5
- package/fesm2015/mef-dev-ui-kit.mjs +0 -3190
- package/fesm2015/mef-dev-ui-kit.mjs.map +0 -1
- package/fesm2020/mef-dev-ui-kit.mjs +0 -3183
- package/fesm2020/mef-dev-ui-kit.mjs.map +0 -1
- package/mef-dev-ui-kit.d.ts +0 -5
|
@@ -1,3 +1,265 @@
|
|
|
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
|
+
|
|
1
263
|
.h1, h1 {
|
|
2
264
|
font-family: montserrat-bold;
|
|
3
265
|
font-size: 24px;
|