allaw-ui 4.2.6 → 4.2.7

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.
@@ -193,7 +193,7 @@ export var Stepper = function (_a) {
193
193
  React.createElement("div", { style: { minWidth: "20px" } }),
194
194
  React.createElement("div", { className: "stepper-progress-bar", style: { flex: 1, height: 8, minWidth: 0 } },
195
195
  React.createElement("div", { className: "stepper-progress-inner", style: { width: progress + "%", height: 8 } })),
196
- onClose && React.createElement(CloseButton, { onClick: function () { return onClose && onClose(); } })),
196
+ onClose ? React.createElement(CloseButton, { onClick: function () { return onClose && onClose(); } }) : React.createElement("div", { style: { minWidth: "20px" } })),
197
197
  React.createElement("div", { style: { marginBottom: "42px" } },
198
198
  React.createElement("div", { className: "stepper-title" }, currentStep.title),
199
199
  currentStep.description && React.createElement("div", { className: "stepper-desc" }, currentStep.description)),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",