allaw-ui 2.8.0 → 2.8.2

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.
@@ -8,8 +8,9 @@ var ProgressBar = function (_a) {
8
8
  var progressWidth = constrainedCurrentStep === 0 ? 0 : (constrainedCurrentStep / steps) * 100;
9
9
  var noIconsMargin = !startIcon && !endIcon ? "0px" : "0 10px";
10
10
  return (React.createElement("div", { className: "progress-bar-container" },
11
- isWrapperProgressBar && (React.createElement("div", { className: "progress-bar-icon-container" }, startIcon && (React.createElement("button", { className: "progress-bar-chevron", onClick: onStartIconClick },
12
- React.createElement("i", { className: "allaw-icon-chevron-left" }))))),
11
+ isWrapperProgressBar && startIcon && (React.createElement("div", { className: "progress-bar-icon-container" },
12
+ React.createElement("button", { className: "progress-bar-chevron", onClick: onStartIconClick },
13
+ React.createElement("i", { className: "allaw-icon-chevron-left" })))),
13
14
  React.createElement("div", { className: "progress-bar-background ".concat(showProgressBar ? "" : "hidden-content"), style: {
14
15
  height: isWrapperProgressBar ? "6px" : "8px",
15
16
  width: startIcon ? "calc(100% - 32px)" : "100%",
@@ -3,7 +3,7 @@
3
3
  align-items: center;
4
4
  justify-content: center;
5
5
  border: 2px solid #e6edf5;
6
- border-radius: 12px;
6
+ border-radius: 16px;
7
7
  background: #fff;
8
8
  cursor: pointer;
9
9
  font-family: "Open Sans", sans-serif;
@@ -142,7 +142,7 @@
142
142
 
143
143
  .active .iconFont,
144
144
  .active .label {
145
- color: #25beeb;
145
+ color: #1985e8;
146
146
  }
147
147
 
148
148
  .active:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",