@bloomreach/spa-sdk
Advanced tools
Comparing version 0.2.0-saas to 0.3.0-saas
@@ -643,5 +643,3 @@ /** | ||
declare const TYPE_CONTAINER_ITEM_UNDEFINED: symbol; | ||
declare const PARAMETER_HIDDEN = "com.onehippo.cms7.targeting.TargetingParameterUtil.hide"; | ||
interface ContainerItemParameters { | ||
[PARAMETER_HIDDEN]?: 'on' | 'off'; | ||
[parameter: string]: string | undefined; | ||
@@ -653,2 +651,3 @@ } | ||
interface ContainerItemMeta extends ComponentMeta { | ||
hidden?: boolean; | ||
params?: ContainerItemParameters; | ||
@@ -655,0 +654,0 @@ paramsInfo?: ComponentMeta['params']; |
{ | ||
"name": "@bloomreach/spa-sdk", | ||
"version": "0.2.0-saas", | ||
"version": "0.3.0-saas", | ||
"description": "Bloomreach SPA SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
388353
7600