@embeddable.com/sdk-react 3.4.0 → 3.5.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.
package/lib/index.js CHANGED
@@ -611,6 +611,7 @@ const componentMetaSchema = zod.z
611
611
  .object({
612
612
  name: zod.z.string(),
613
613
  label: zod.z.string(),
614
+ category: zod.z.string().optional(),
614
615
  classNames: zod.z.string().array().min(1).optional(),
615
616
  defaultWidth: zod.z.number().optional(),
616
617
  defaultHeight: zod.z.number().optional(),