@embeddable.com/sdk-react 3.8.2 → 3.8.4

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
@@ -631,6 +631,7 @@ const componentMetaSchema = zod.z
631
631
  type: embeddableTypeSchema,
632
632
  array: zod.z.boolean().optional(),
633
633
  category: zod.z.string().optional(),
634
+ required: zod.z.boolean().optional(),
634
635
  })
635
636
  .strict()
636
637
  .array()