@hestia-earth/ui-components 0.42.0 → 0.42.2

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.0",
3
+ "version": "0.42.2",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,7 +50,6 @@
50
50
  "lodash.orderby": "^4.6.0",
51
51
  "lodash.set": "^4.3.2",
52
52
  "lodash.uniqby": "^4.7.0",
53
- "moment": "^2.29.4",
54
53
  "ngx-markdown": "^21.0.0",
55
54
  "ngx-webstorage": "^21.0.0",
56
55
  "papaparse": "^5.5.2",
@@ -1654,7 +1654,7 @@ declare class MapsDrawingComponent implements OnDestroy {
1654
1654
  private shapes;
1655
1655
  protected readonly updated: _angular_core.OutputEmitterRef<string | google.maps.LatLngLiteral>;
1656
1656
  protected readonly value: _angular_core.InputSignal<string>;
1657
- protected readonly modes: _angular_core.InputSignal<google.maps.drawing.OverlayType[]>;
1657
+ protected readonly modes: _angular_core.InputSignal<string[]>;
1658
1658
  protected readonly center: _angular_core.InputSignal<{
1659
1659
  lat: number;
1660
1660
  lng: number;
@@ -1679,7 +1679,7 @@ declare class MapsDrawingConfirmComponent {
1679
1679
  private readonly activeModal;
1680
1680
  private readonly map;
1681
1681
  protected readonly value: _angular_core.InputSignal<string>;
1682
- protected readonly modes: _angular_core.InputSignal<google.maps.drawing.OverlayType[]>;
1682
+ protected readonly modes: _angular_core.InputSignal<string[]>;
1683
1683
  protected readonly closed: _angular_core.OutputEmitterRef<string | google.maps.LatLngLiteral>;
1684
1684
  protected confirm(): void;
1685
1685
  protected close(value?: google.maps.LatLngLiteral | string): void;