@embeddable.com/sdk-react 2.2.6 → 2.2.8

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
@@ -429,6 +429,7 @@ const componentMetaSchema = z
429
429
  .object({
430
430
  name: z.string(),
431
431
  label: z.string(),
432
+ classNames: z.string().array().min(1).optional(),
432
433
  inputs: z
433
434
  .object({
434
435
  name: z.string(),