allaw-ui 1.0.62 → 1.0.63

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.
@@ -16,14 +16,14 @@
16
16
  cursor: pointer;
17
17
  transition: all 0.15s ease;
18
18
  width: 100%;
19
- border: 3px solid var(--grey-venom, #e6edf5);
19
+ border: 2px solid var(--grey-venom, #e6edf5);
20
20
  /* border: 1px solid var(-grey-venom, #e6edf5); */
21
21
  }
22
22
 
23
23
  .case-card-wrapper:hover {
24
- border-color: var(--bleu-allaw, #25beeb);
25
24
  box-shadow: 0px 4px 12px rgba(15, 133, 168, 0.12);
26
25
  transform: scale(1.01);
26
+ border: 2px solid var(--bleu-allaw, #25beeb);
27
27
  }
28
28
 
29
29
  .case-card-wrapper:active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",