@dso-toolkit/core 38.1.0 → 38.1.1

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.
@@ -176,7 +176,7 @@ export class ViewerGrid {
176
176
  "resolved": "\"large\" | \"medium\" | \"small\"",
177
177
  "references": {
178
178
  "MainSize": {
179
- "location": "global"
179
+ "location": "local"
180
180
  }
181
181
  }
182
182
  },
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
2
  import { FocusTrap } from "focus-trap";
3
- declare type MainSize = "small" | "medium" | "large";
3
+ export declare type MainSize = "small" | "medium" | "large";
4
4
  export interface ViewerGridChangeSizeEvent {
5
5
  /**
6
6
  * Indicates whether it's before or after the animation
@@ -44,4 +44,3 @@ export declare class ViewerGrid {
44
44
  handleFilterpanelCancel(mouseEvent: MouseEvent): void;
45
45
  render(): any;
46
46
  }
47
- export {};
@@ -14,7 +14,7 @@ import { Overlay, OverlayChangeEvent } from "./components/map-overlays/map-overl
14
14
  import { OzonContentAnchorClick, OzonContentClick } from "./components/ozon-content/ozon-content.interfaces";
15
15
  import { SelectableChangeEvent } from "./components/selectable/selectable";
16
16
  import { TreeViewItem, TreeViewPointerEvent } from "./components/tree-view/tree-view.interfaces";
17
- import { FilterpanelEvent, ViewerGridChangeSizeEvent } from "./components/viewer-grid/viewer-grid";
17
+ import { FilterpanelEvent, MainSize, ViewerGridChangeSizeEvent } from "./components/viewer-grid/viewer-grid";
18
18
  export namespace Components {
19
19
  interface DsoAlert {
20
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dso-toolkit/core",
3
- "version": "38.1.0",
3
+ "version": "38.1.1",
4
4
  "description": "DSO Toolkit Web Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",