allaw-ui 3.6.4 → 3.6.6

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.
@@ -32,8 +32,8 @@ var InboxButton = function (_a) {
32
32
  colorKey = "mid-grey";
33
33
  }
34
34
  else {
35
- bgKey = "pure-white";
36
- colorKey = "dark-grey";
35
+ bgKey = "light-red";
36
+ colorKey = "red";
37
37
  }
38
38
  }
39
39
  return (React.createElement("button", { className: clsx(styles.inboxBtn, isDisabled && styles.disabled, isQualificationZero && styles.qualificationZero, !isDisabled && !isQualificationZero && styles["bg-".concat(bgKey)], scheme === "qualification" &&
@@ -14,7 +14,7 @@
14
14
  background: linear-gradient(
15
15
  120deg,
16
16
  transparent,
17
- rgb(69, 96, 115),
17
+ rgba(225, 81, 81, 0.4),
18
18
  transparent
19
19
  );
20
20
  animation: shine 5s ease-in-out infinite;
@@ -56,18 +56,17 @@
56
56
  }
57
57
 
58
58
  .qualificationActive:hover {
59
- background-color: #456073;
60
- border: 2px solid #456073;
61
- color: #25beeb;
59
+ background-color: #fbe8e8;
60
+ border: 2px solid #fbe8e8;
62
61
  cursor: pointer;
63
62
  }
64
63
 
65
64
  .qualificationActive:hover .icon {
66
- color: #25beeb;
65
+ color: #456073;
67
66
  }
68
67
 
69
68
  .qualificationActive:hover .label {
70
- color: #25beeb;
69
+ color: #456073;
71
70
  }
72
71
 
73
72
  .disabled {
@@ -84,10 +83,10 @@
84
83
  }
85
84
 
86
85
  .qualificationActive {
87
- background-color: transparent;
86
+ background-color: #fdf2f2;
88
87
  color: #456073;
89
88
  position: relative;
90
- border: 2px solid #456073;
89
+ border: 2px solid #fdf2f2;
91
90
  overflow: hidden;
92
91
  }
93
92
 
@@ -139,6 +138,18 @@
139
138
  background-color: #29a36a;
140
139
  }
141
140
 
141
+ .bg-grey-venom {
142
+ background-color: #e6edf5;
143
+ }
144
+
145
+ .bg-grey-light {
146
+ background-color: #f6fcfe;
147
+ }
148
+
149
+ .color-grey-light {
150
+ color: #f6fcfe;
151
+ }
152
+
142
153
  .color-mid-grey {
143
154
  color: #728ea7;
144
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.6.4",
3
+ "version": "3.6.6",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",