allaw-ui 0.0.43 → 0.0.45

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.
@@ -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;
@@ -51,7 +51,7 @@ var SingleFilter = function (_a) {
51
51
  };
52
52
  return (React.createElement(React.Fragment, null,
53
53
  React.createElement("div", __assign({ className: "baseFilter" }, props),
54
- React.createElement(FilterButtonPrimary, { onClick: handleButtonTap, zIndex: isOpen ? "2000" : "4600" },
54
+ React.createElement(FilterButtonPrimary, { onClick: handleButtonTap },
55
55
  children,
56
56
  React.createElement("p", { style: { color: "#25BEEB", fontWeight: "600" } }, showNumIndic && "(".concat(selectedValue.length, ")"))),
57
57
  isOpen && (React.createElement("div", { className: "options" }, filterData && filterData.length > 0 &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",