@embeddable.com/sdk-react 3.3.1 → 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.esm.js CHANGED
@@ -585,6 +585,7 @@ const componentMetaSchema = z
585
585
  .object({
586
586
  name: z.string(),
587
587
  label: z.string(),
588
+ category: z.string().optional(),
588
589
  classNames: z.string().array().min(1).optional(),
589
590
  defaultWidth: z.number().optional(),
590
591
  defaultHeight: z.number().optional(),