@cntrl-site/sdk 1.25.5 → 1.25.6

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.
@@ -200,7 +200,8 @@ const ComponentItemSchema = ItemBase_schema_1.ItemBaseSchema.extend({
200
200
  layoutParams: zod_1.z.record(zod_1.z.object({
201
201
  parameters: zod_1.z.any().optional(),
202
202
  opacity: zod_1.z.number().nonnegative(),
203
- blur: zod_1.z.number()
203
+ blur: zod_1.z.number(),
204
+ blendMode: zod_1.z.string().optional()
204
205
  })),
205
206
  state: zod_1.z.record(ItemState_schema_1.ComponentStateParamsSchema)
206
207
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk",
3
- "version": "1.25.5",
3
+ "version": "1.25.6",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",