new-front-common-library 0.0.60 → 0.0.61
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/assets/css/_global.scss +2 -2
- package/assets/css/_light-theme.scss +2 -2
- package/assets/css/_mat-palettes.scss +1 -0
- package/bundles/new-front-common-library.umd.js +130 -137
- package/bundles/new-front-common-library.umd.js.map +1 -1
- package/esm2015/lib/util/array.service.js +4 -4
- package/esm2015/lib/util/component/header/header.component.js +4 -4
- package/esm2015/lib/util/component/overlay/overlay.component.js +4 -4
- package/esm2015/lib/util/component/overlay/overlay.service.js +4 -4
- package/esm2015/lib/util/component/popup/popup-login/popup-login.component.js +4 -4
- package/esm2015/lib/util/component/sub-header/sub-header.component.js +4 -4
- package/esm2015/lib/util/date/date-adapter.js +4 -4
- package/esm2015/lib/util/directives/my-number-formatter-directive.js +4 -4
- package/esm2015/lib/util/directives/show-if-truncated.directive.js +4 -4
- package/esm2015/lib/util/event/header/header-events.service.js +4 -4
- package/esm2015/lib/util/event/storage/local-storage-events.service.js +4 -4
- package/esm2015/lib/util/event/storage/session-storage-events.service.js +4 -4
- package/esm2015/lib/util/permissions/permissions.service.js +4 -4
- package/esm2015/lib/util/pipes/capitalizefirst.pipe.js +4 -4
- package/esm2015/lib/util/pipes/comma-separated-number.pipe.js +4 -4
- package/esm2015/lib/util/pipes/common-translate.pipe.js +4 -4
- package/esm2015/lib/util/pipes/display-html.pipe.js +4 -4
- package/esm2015/lib/util/pipes/display-null.pipe.js +4 -4
- package/esm2015/lib/util/pipes/format-duration.pipe.js +4 -4
- package/esm2015/lib/util/pipes/format-number-input.pipe.js +4 -4
- package/esm2015/lib/util/pipes/local-date.pipe.js +4 -4
- package/esm2015/lib/util/pipes/my-number.pipe.js +4 -4
- package/esm2015/lib/util/pipes/third-party-address.pipe.js +4 -4
- package/esm2015/lib/util/pipes/trim-string.pipe.js +4 -4
- package/esm2015/lib/util/regex/regex.service.js +4 -4
- package/esm2015/lib/util/services/api/common-api.service.js +4 -4
- package/esm2015/lib/util/services/elasticsearch/elasticsearch.service.js +4 -4
- package/esm2015/lib/util/services/form-action/form-actions-events.service.js +4 -4
- package/esm2015/lib/util/services/guard/auth.guard.js +4 -4
- package/esm2015/lib/util/services/guard/login.guard.js +4 -4
- package/esm2015/lib/util/services/history/history.service.js +4 -4
- package/esm2015/lib/util/services/interceptor/auth.interceptor.js +4 -4
- package/esm2015/lib/util/services/jwt-security/aes.service.js +4 -4
- package/esm2015/lib/util/services/jwt-security/interceptorhttp.service.js +4 -4
- package/esm2015/lib/util/services/storage/local-storage.service.js +4 -4
- package/esm2015/lib/util/services/storage/session-storage.service.js +4 -4
- package/esm2015/lib/util/services/translate-language/lang.service.js +4 -4
- package/esm2015/lib/util/theme/theme-event.service.js +4 -4
- package/esm2015/lib/util/toaster/toaster-events.service.js +4 -4
- package/esm2015/lib/util/util.module.js +5 -5
- package/fesm2015/new-front-common-library.js +121 -121
- package/fesm2015/new-front-common-library.js.map +1 -1
- package/package.json +1 -1
package/assets/css/_global.scss
CHANGED
|
@@ -131,7 +131,7 @@ body, html {
|
|
|
131
131
|
|
|
132
132
|
.form-group > mat-label {
|
|
133
133
|
text-transform: uppercase;
|
|
134
|
-
font-size:
|
|
134
|
+
font-size: 9px;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
input {
|
|
@@ -235,7 +235,7 @@ textarea {
|
|
|
235
235
|
font-family: Sofia Pro;
|
|
236
236
|
font-style: normal;
|
|
237
237
|
font-weight: 600;
|
|
238
|
-
font-size:
|
|
238
|
+
font-size: 9px;
|
|
239
239
|
line-height: 8px;
|
|
240
240
|
|
|
241
241
|
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
//18--------------------identity
|
|
96
96
|
mat-label {
|
|
97
|
-
color: $
|
|
97
|
+
color: $medium-blue !important;
|
|
98
98
|
font-weight: bold;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
.label-consult label {
|
|
284
|
-
color: $
|
|
284
|
+
color: $medium-blue;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
.span-consult span {
|