@appquality/unguess-design-system 2.12.32 → 2.12.33
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 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v2.12.33 (Wed Nov 16 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- 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))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v2.12.32 (Wed Nov 16 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -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"]);
|