coer-elements 0.0.96 → 0.0.97

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@
2
2
  export interface ILogInResponse {
3
3
  userId: string;
4
4
  user: string;
5
+ nickname: string;
5
6
  fullName: string;
6
7
  role: string;
7
8
  jwt: string;
@@ -1,5 +1,5 @@
1
1
  export interface IScreenSize {
2
2
  width: number;
3
3
  height: number;
4
- breakpoin: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
4
+ breakpoint: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -1019,13 +1019,17 @@ header.coer-page-title h2 span {
1019
1019
  font-size: 20px !important;
1020
1020
  }
1021
1021
  header.coer-page-title nav {
1022
- height: 25px;
1022
+ height: auto;
1023
+ min-height: 25px;
1023
1024
  font-size: small;
1024
1025
  background-color: whitesmoke;
1025
1026
  display: flex;
1026
1027
  align-items: center;
1027
1028
  justify-content: space-between;
1028
1029
  }
1030
+ header.coer-page-title nav a.go-back-button {
1031
+ min-width: 60px;
1032
+ }
1029
1033
  header.coer-page-title ol, header.coer-page-title a, header.coer-page-title .bi-info-circle {
1030
1034
  margin: 0px;
1031
1035
  padding-left: 5px;
@@ -1263,7 +1267,6 @@ mat-drawer-container mat-drawer {
1263
1267
  width: auto;
1264
1268
  min-width: 200px;
1265
1269
  background-color: var(--black) !important;
1266
- z-index: 3 !important;
1267
1270
  }
1268
1271
  mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar {
1269
1272
  width: 1px !important;