@politicalwatch/tipi-uikit 1.9.30 → 1.9.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@politicalwatch/tipi-uikit",
3
- "version": "1.9.30",
3
+ "version": "1.9.31",
4
4
  "main": "src/components/index.js",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -241,6 +241,7 @@ class d3sunburst extends d3chart {
241
241
  * Format durations
242
242
  */
243
243
  to_duration(duration) {
244
+ console.log('duration', duration);
244
245
  if (duration > 60 * 60 * 1000) {
245
246
  return this.to_hour_duration(duration);
246
247
  } else if (duration > 60 * 1000) {