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.
Files changed (48) hide show
  1. package/assets/css/_global.scss +2 -2
  2. package/assets/css/_light-theme.scss +2 -2
  3. package/assets/css/_mat-palettes.scss +1 -0
  4. package/bundles/new-front-common-library.umd.js +130 -137
  5. package/bundles/new-front-common-library.umd.js.map +1 -1
  6. package/esm2015/lib/util/array.service.js +4 -4
  7. package/esm2015/lib/util/component/header/header.component.js +4 -4
  8. package/esm2015/lib/util/component/overlay/overlay.component.js +4 -4
  9. package/esm2015/lib/util/component/overlay/overlay.service.js +4 -4
  10. package/esm2015/lib/util/component/popup/popup-login/popup-login.component.js +4 -4
  11. package/esm2015/lib/util/component/sub-header/sub-header.component.js +4 -4
  12. package/esm2015/lib/util/date/date-adapter.js +4 -4
  13. package/esm2015/lib/util/directives/my-number-formatter-directive.js +4 -4
  14. package/esm2015/lib/util/directives/show-if-truncated.directive.js +4 -4
  15. package/esm2015/lib/util/event/header/header-events.service.js +4 -4
  16. package/esm2015/lib/util/event/storage/local-storage-events.service.js +4 -4
  17. package/esm2015/lib/util/event/storage/session-storage-events.service.js +4 -4
  18. package/esm2015/lib/util/permissions/permissions.service.js +4 -4
  19. package/esm2015/lib/util/pipes/capitalizefirst.pipe.js +4 -4
  20. package/esm2015/lib/util/pipes/comma-separated-number.pipe.js +4 -4
  21. package/esm2015/lib/util/pipes/common-translate.pipe.js +4 -4
  22. package/esm2015/lib/util/pipes/display-html.pipe.js +4 -4
  23. package/esm2015/lib/util/pipes/display-null.pipe.js +4 -4
  24. package/esm2015/lib/util/pipes/format-duration.pipe.js +4 -4
  25. package/esm2015/lib/util/pipes/format-number-input.pipe.js +4 -4
  26. package/esm2015/lib/util/pipes/local-date.pipe.js +4 -4
  27. package/esm2015/lib/util/pipes/my-number.pipe.js +4 -4
  28. package/esm2015/lib/util/pipes/third-party-address.pipe.js +4 -4
  29. package/esm2015/lib/util/pipes/trim-string.pipe.js +4 -4
  30. package/esm2015/lib/util/regex/regex.service.js +4 -4
  31. package/esm2015/lib/util/services/api/common-api.service.js +4 -4
  32. package/esm2015/lib/util/services/elasticsearch/elasticsearch.service.js +4 -4
  33. package/esm2015/lib/util/services/form-action/form-actions-events.service.js +4 -4
  34. package/esm2015/lib/util/services/guard/auth.guard.js +4 -4
  35. package/esm2015/lib/util/services/guard/login.guard.js +4 -4
  36. package/esm2015/lib/util/services/history/history.service.js +4 -4
  37. package/esm2015/lib/util/services/interceptor/auth.interceptor.js +4 -4
  38. package/esm2015/lib/util/services/jwt-security/aes.service.js +4 -4
  39. package/esm2015/lib/util/services/jwt-security/interceptorhttp.service.js +4 -4
  40. package/esm2015/lib/util/services/storage/local-storage.service.js +4 -4
  41. package/esm2015/lib/util/services/storage/session-storage.service.js +4 -4
  42. package/esm2015/lib/util/services/translate-language/lang.service.js +4 -4
  43. package/esm2015/lib/util/theme/theme-event.service.js +4 -4
  44. package/esm2015/lib/util/toaster/toaster-events.service.js +4 -4
  45. package/esm2015/lib/util/util.module.js +5 -5
  46. package/fesm2015/new-front-common-library.js +121 -121
  47. package/fesm2015/new-front-common-library.js.map +1 -1
  48. package/package.json +1 -1
@@ -131,7 +131,7 @@ body, html {
131
131
 
132
132
  .form-group > mat-label {
133
133
  text-transform: uppercase;
134
- font-size: 8px;
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: 8px;
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: $gray-primary !important;
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: $gray-primary;
284
+ color: $medium-blue;
285
285
  }
286
286
 
287
287
  .span-consult span {
@@ -13,6 +13,7 @@ $gray-strong: #D3DFEC;
13
13
  $gray-background-dark: #C2CFDD;
14
14
  $gray-light: #A1B7D4;
15
15
  $gray-primary: #809EC1;
16
+ $medium-blue: #4c709a;
16
17
  $black-bluish: #445D7B;
17
18
  //dark theme colors
18
19
  $background-lvl5: #111219;