@embeddable.com/sdk-react 2.2.16 → 2.2.18

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
@@ -466,6 +466,7 @@ const componentMetaSchema = zod.z
466
466
  config: zod.z.record(zod.z.string(), zod.z.any()).optional(),
467
467
  type: embeddableTypeSchema,
468
468
  array: zod.z.boolean().optional(),
469
+ category: zod.z.string().optional(),
469
470
  })
470
471
  .strict()
471
472
  .array()