@vonq/hapi-elements-types 1.26.0 → 1.27.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.
@@ -10,6 +10,7 @@ export type WindowHapiServiceAlert = WindowHapiModuleWithConstructorArgs<
10
10
  props: any | undefined,
11
11
  options: AlertOptions,
12
12
  ) => void
13
+ hide: (key: AlertKey) => void
13
14
  },
14
15
  { readonly service: WindowHapiService }
15
16
  >
@@ -8,6 +8,7 @@ export type LogOutput = (
8
8
 
9
9
  export type WindowHapiLogger = {
10
10
  id: string
11
+ isEnabled: boolean
11
12
  setIsEnabled: (isEnabled: boolean) => void
12
13
  debug: (...objects: any[]) => void
13
14
  info: (...objects: any[]) => void
@@ -15,4 +16,4 @@ export type WindowHapiLogger = {
15
16
  error: (...objects: any[]) => void
16
17
  timeStart: (message: string) => void
17
18
  timeEnd: (message: string) => void
18
- }
19
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@vonq/hapi-elements-types",
4
- "version": "1.26.0",
4
+ "version": "1.27.0",
5
5
  "description": "This package contains Typescript definitions for HAPI Elements",
6
6
  "author": "VONQ HAPI Team",
7
7
  "license": "BSD-3-Clause",