@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.js CHANGED
@@ -3434,7 +3434,7 @@ async function proposalDecisionState(ctx, req, book, proposal, resolution, recei
3434
3434
  status: "active",
3435
3435
  name: paletteDep.palette.name,
3436
3436
  swatches: paletteDep.palette.swatches,
3437
- seedHex: paletteDep.palette.seedHex ?? null,
3437
+ ...paletteDep.palette.seedHex ? { seedHex: paletteDep.palette.seedHex } : {},
3438
3438
  source: paletteDep.palette.source,
3439
3439
  rationale: paletteDep.palette.rationale,
3440
3440
  proposalId: paletteDep.palette.proposalId,