allaw-ui 0.0.42 → 0.0.44

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.
@@ -26,7 +26,7 @@
26
26
  border-radius: 4px;
27
27
  background-color: #ffffff;
28
28
  box-shadow: rgba(9, 30, 66, 0.15) 0px 8px 12px 0px;
29
- z-index: 2000;
29
+ z-index: 5000;
30
30
  padding: 0.4rem 0rem;
31
31
  }
32
32
 
@@ -91,7 +91,7 @@
91
91
  background-color: white;
92
92
  width: 100vw;
93
93
  display: none;
94
- border-radius: 8px 8px 0 0;
94
+ border-radius: 16px 16px 0 0;
95
95
  padding: 1rem;
96
96
  flex-direction: column;
97
97
  gap: 2rem;
@@ -132,6 +132,7 @@
132
132
  .closeButton {
133
133
  height: fit-content;
134
134
  border: none;
135
+ color: #000;
135
136
  background: transparent;
136
137
  cursor: pointer;
137
138
  width: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",