@hestia-earth/ui-components 0.42.3 → 0.42.4

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.42.3",
3
+ "version": "0.42.4",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,12 +13,12 @@ import * as node_modules_chart_js_dist_types_basic from 'node_modules/chart.js/d
13
13
  import * as node_modules_chart_js_dist_types_utils from 'node_modules/chart.js/dist/types/utils';
14
14
  import { Selection } from 'd3-selection';
15
15
  import { HttpClient, HttpHeaders } from '@angular/common/http';
16
- import { propertyValueType } from '@hestia-earth/utils/dist/term';
16
+ import { propertyValueType } from '@hestia-earth/utils/term';
17
17
  import * as _hestia_earth_engine_models from '@hestia-earth/engine-models';
18
18
  import { IModel, IOrchestratorModelConfig, IOrchestratorConfig, allowedType } from '@hestia-earth/engine-models';
19
19
  import { DataState, File, SupportedExtensions } from '@hestia-earth/api';
20
20
  import * as _hestia_earth_ui_components from '@hestia-earth/ui-components';
21
- import { DeltaDisplayType } from '@hestia-earth/utils/dist/delta';
21
+ import { DeltaDisplayType } from '@hestia-earth/utils/delta';
22
22
  import { AnimationEvent } from '@angular/animations';
23
23
  import { IsActiveMatchOptions } from '@angular/router';
24
24
  import { CdkDragDrop } from '@angular/cdk/drag-drop';