@appquality/unguess-design-system 2.12.33 → 2.12.34
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 +21 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# v2.12.34 (Mon Nov 21 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Un 64 bullet graph [#109](https://github.com/AppQuality/unguess-design-system/pull/109) ([@iacopolea](https://github.com/iacopolea) gianpaolo.sinatra@app-quality.com [@marcbon](https://github.com/marcbon) runner@fv-az201-795.yo4stti0dhyudgyjg01iu2obqd.jx.internal.cloudapp.net [@d-beezee](https://github.com/d-beezee))
|
|
6
|
+
|
|
7
|
+
#### Authors: 10
|
|
8
|
+
|
|
9
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
10
|
+
- Gianpaolo Sinatra (gianpaolo.sinatra@app-quality.com)
|
|
11
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
12
|
+
- Luca Cannarozzo (runner@fv-az133-182.ac31hddj4phu5ocom5smqd4hkf.cx.internal.cloudapp.net)
|
|
13
|
+
- Luca Cannarozzo (runner@fv-az201-795.yo4stti0dhyudgyjg01iu2obqd.jx.internal.cloudapp.net)
|
|
14
|
+
- Luca Cannarozzo (runner@fv-az220-111.shdwizndlbjulinwhzhdmup5sb.jx.internal.cloudapp.net)
|
|
15
|
+
- Luca Cannarozzo (runner@fv-az241-131.2tfxs3cvuluejhi1wdm4o5ef4c.bx.internal.cloudapp.net)
|
|
16
|
+
- Luca Cannarozzo (runner@fv-az241-855.2tfxs3cvuluejhi1wdm4o5ef4c.bx.internal.cloudapp.net)
|
|
17
|
+
- Luca Cannarozzo (runner@fv-az83-745.pawgbth4qraerhbqawdeo1jfng.dx.internal.cloudapp.net)
|
|
18
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
# v2.12.33 (Wed Nov 16 2022)
|
|
2
23
|
|
|
3
24
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -1157,7 +1157,7 @@ var BulletChart = function (_a) {
|
|
|
1157
1157
|
], measureComponent: CustomMeasure, markerColors: chartColors.darkPine, markerComponent: function (_a) {
|
|
1158
1158
|
_a.size; var markerProps = __rest(_a, ["size"]);
|
|
1159
1159
|
return (jsxRuntime.jsx(CustomBulletChartMarkers, __assign({}, markerProps, { size: 4 })));
|
|
1160
|
-
}, rangeColors: chartColors.lightGrey, rangeBorderColor: "white", rangeBorderWidth: 2, margin: { top: 0, right:
|
|
1160
|
+
}, rangeColors: chartColors.lightGrey, rangeBorderColor: "white", rangeBorderWidth: 2, margin: { top: 0, right: 0, bottom: -1, left: 0 } }) })));
|
|
1161
1161
|
};
|
|
1162
1162
|
var templateObject_1$15;
|
|
1163
1163
|
|