@odla-ai/brand 0.8.3 → 0.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/dist/index.cjs CHANGED
@@ -4526,7 +4526,7 @@ async function proposalDecisionState(ctx, req, book, proposal, resolution, recei
4526
4526
  status: "active",
4527
4527
  name: paletteDep.palette.name,
4528
4528
  swatches: paletteDep.palette.swatches,
4529
- seedHex: paletteDep.palette.seedHex ?? null,
4529
+ ...paletteDep.palette.seedHex ? { seedHex: paletteDep.palette.seedHex } : {},
4530
4530
  source: paletteDep.palette.source,
4531
4531
  rationale: paletteDep.palette.rationale,
4532
4532
  proposalId: paletteDep.palette.proposalId,