@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.esm.js CHANGED
@@ -443,6 +443,7 @@ const componentMetaSchema = z
443
443
  config: z.record(z.string(), z.any()).optional(),
444
444
  type: embeddableTypeSchema,
445
445
  array: z.boolean().optional(),
446
+ category: z.string().optional(),
446
447
  })
447
448
  .strict()
448
449
  .array()