@rebuy/rebuy 2.14.0-rc.8 → 2.14.0

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/dist/index.js CHANGED
@@ -1821,7 +1821,7 @@ var CABProductSection = import_v414.z.object({
1821
1821
  sectionId: import_v414.z.uuid().default(() => (0, import_uuid5.v7)()),
1822
1822
  sections: import_v414.z.union([import_v414.z.array(CABVariantContent), import_v414.z.strictObject({}).transform(() => [])]).default(() => []),
1823
1823
  sectionType: import_v414.z.literal(SectionType.product).default(SectionType.product),
1824
- selectors: import_v414.z.record(import_v414.z.number(), import_v414.z.enum(variantSelectors).default(VariantSelector.menu)),
1824
+ selectors: import_v414.z.record(import_v414.z.string(), import_v414.z.enum(variantSelectors).default(VariantSelector.menu)).default(() => ({})),
1825
1825
  variantMode: import_v414.z.enum(variantModes).default(VariantMode.multiple)
1826
1826
  });
1827
1827