@appquality/unguess-design-system 2.10.31 → 2.10.32
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.
- package/CHANGELOG.md +12 -0
- package/build/index.js +1 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v2.10.32 (Tue May 17 2022)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `master`
|
|
4
|
+
|
|
5
|
+
- fix(stepper): remove useless console.log ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v2.10.31 (Tue May 17 2022)
|
|
2
14
|
|
|
3
15
|
#### ⚠️ Pushed to `master`
|
package/build/index.js
CHANGED
|
@@ -2350,10 +2350,7 @@ var UgStep = styled__default["default"](reactAccordions.Stepper.Step)(templateOb
|
|
|
2350
2350
|
return theme.palette.green[700];
|
|
2351
2351
|
});
|
|
2352
2352
|
var UgLabel = styled__default["default"](reactAccordions.Stepper.Label)(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject([""], [""])));
|
|
2353
|
-
var UgStepper = styled__default["default"](reactAccordions.Stepper)(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n
|
|
2354
|
-
console.log("Active index: ", props.activeIndex);
|
|
2355
|
-
return "";
|
|
2356
|
-
}, function (_a) {
|
|
2353
|
+
var UgStepper = styled__default["default"](reactAccordions.Stepper)(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n\n div[data-garden-id=\"accordions.step_icon\"] {\n background-color: ", ";\n color: ", ";\n font-weight: bold;\n }\n\n ", "\n"], ["\n\n div[data-garden-id=\"accordions.step_icon\"] {\n background-color: ", ";\n color: ", ";\n font-weight: bold;\n }\n\n ", "\n"])), function (_a) {
|
|
2357
2354
|
var theme = _a.theme;
|
|
2358
2355
|
return theme.palette.grey[200];
|
|
2359
2356
|
}, function (_a) {
|