@embeddable.com/sdk-react 2.2.6 → 2.2.7

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
@@ -452,6 +452,7 @@ const componentMetaSchema = zod.z
452
452
  .object({
453
453
  name: zod.z.string(),
454
454
  label: zod.z.string(),
455
+ classNames: zod.z.string().array().min(1).optional(),
455
456
  inputs: zod.z
456
457
  .object({
457
458
  name: zod.z.string(),