@vonq/hapi-elements-types 1.51.0 → 1.52.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.
Files changed (2) hide show
  1. package/common/types.ts +1 -0
  2. package/package.json +1 -1
package/common/types.ts CHANGED
@@ -118,6 +118,7 @@ export type HapiWebComponent = {
118
118
  */
119
119
  // some widgets have query params, we need to mock them
120
120
  qaMockQueryParams?: Record<string, string>
121
+ qaDocsPlaygroundCSS?: Record<string, string>
121
122
  optionalAttributes?: string[]
122
123
  loadingLazyIframe?: boolean
123
124
  isHiddenOnDocumentation?: boolean
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@vonq/hapi-elements-types",
4
- "version": "1.51.0",
4
+ "version": "1.52.0",
5
5
  "description": "This package contains Typescript definitions for HAPI Elements",
6
6
  "author": "VONQ HAPI Team",
7
7
  "license": "BSD-3-Clause",