allaw-ui 0.0.344 → 0.0.345

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.
@@ -6,7 +6,7 @@
6
6
  }
7
7
 
8
8
  .checkbox-form-small {
9
- gap: 0.5rem;
9
+ gap: 0.75rem;
10
10
  }
11
11
 
12
12
  .checkbox-form-label-container {
@@ -10,7 +10,6 @@ var CheckboxForm = function (_a) {
10
10
  onChange(checked);
11
11
  }
12
12
  };
13
- // Déterminer la couleur en fonction du style
14
13
  var checkboxColor = style === "light" ? "light" : color;
15
14
  return (React.createElement("div", { className: "checkbox-form checkbox-form-".concat(checkboxColor, " ").concat(size === "small" ? "checkbox-form-small" : "") },
16
15
  React.createElement(Checkbox, { id: checkboxId, checked: checked, onChange: handleCheckboxChange, color: checkboxColor, size: size, style: style }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "0.0.344",
3
+ "version": "0.0.345",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",