@vonq/hapi-elements-types 1.37.0 → 1.38.0

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.
@@ -12,7 +12,8 @@ import { WindowHapiUtilsModal } from "../modal/utils.types"
12
12
  import { WindowHapiUtilsRouter } from "../routing/utils.types"
13
13
  import { WindowHapiUtilsLanguage } from "../language/utils.types"
14
14
  import { WindowHapiUtilsAlert } from "../alert/utils.types"
15
- import { FlattenedItem } from "../../common/tree"
15
+
16
+ import { FlattenedItem } from "../common"
16
17
 
17
18
  export type WindowHapiUtils = WindowHapiModuleWithConstructorArgs<
18
19
  {
package/common/types.ts CHANGED
@@ -285,3 +285,4 @@ export type HapiFeatureBranch = {
285
285
  changelogUrls: { url: string; scope: string }[]
286
286
  releaseDate: string
287
287
  }
288
+ export type FlattenedItem = { label: string; value: any }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@vonq/hapi-elements-types",
4
- "version": "1.37.0",
4
+ "version": "1.38.0",
5
5
  "description": "This package contains Typescript definitions for HAPI Elements",
6
6
  "author": "VONQ HAPI Team",
7
7
  "license": "BSD-3-Clause",