@hestia-earth/ui-components 0.40.7 → 0.40.9

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": "@hestia-earth/ui-components",
3
- "version": "0.40.7",
3
+ "version": "0.40.9",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,6 @@
40
40
  "d3-selection": "^3.0.0",
41
41
  "d3-shape": "^3.1.0",
42
42
  "d3-transition": "^3.0.1",
43
- "d3-zoom": "^3.0.0",
44
43
  "date-fns": "^4.1.0",
45
44
  "javascript-color-gradient": "^2.4.4",
46
45
  "json-2-csv": "^5.4.0",
@@ -1324,6 +1324,7 @@ interface ButtonGroupItem {
1324
1324
  name: string;
1325
1325
  id: string;
1326
1326
  removable?: boolean;
1327
+ sortable?: boolean;
1327
1328
  }
1328
1329
  declare class HorizontalButtonsGroupComponent extends ControlValueAccessor<string> {
1329
1330
  protected readonly value: _angular_core.WritableSignal<string>;