@appquality/unguess-design-system 2.12.32 → 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 +33 -0
- package/build/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
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
|
+
|
|
22
|
+
# v2.12.33 (Wed Nov 16 2022)
|
|
23
|
+
|
|
24
|
+
#### 🐛 Bug Fix
|
|
25
|
+
|
|
26
|
+
- feat(waffle): Use 6 rows instead of 8 [#108](https://github.com/AppQuality/unguess-design-system/pull/108) ([@d-beezee](https://github.com/d-beezee))
|
|
27
|
+
|
|
28
|
+
#### Authors: 1
|
|
29
|
+
|
|
30
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
1
34
|
# v2.12.32 (Wed Nov 16 2022)
|
|
2
35
|
|
|
3
36
|
#### 🐛 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
|
|
|
@@ -1277,7 +1277,7 @@ var WaffleChart = function (_a) {
|
|
|
1277
1277
|
], tooltip: function (_a) {
|
|
1278
1278
|
var value = _a.value, label = _a.label;
|
|
1279
1279
|
return tooltip ? tooltip({ label: label, value: value }) : jsxRuntime.jsx(jsxRuntime.Fragment, { children: "".concat(label, ": ").concat(value) });
|
|
1280
|
-
}, fillDirection: "bottom", total: total.value, rows:
|
|
1280
|
+
}, fillDirection: "bottom", total: total.value, rows: 6, columns: 8, colors: CHARTS_COLOR_SCHEME_MONO,
|
|
1281
1281
|
// @ts-ignore property cellComponent does not exist, but it does
|
|
1282
1282
|
cellComponent: function (_a) {
|
|
1283
1283
|
_a.borderWidth; _a.borderColor; var rest = __rest(_a, ["borderWidth", "borderColor"]);
|