Upgrade 0.54 to 0.55
Change startupjs and all @startupjs/* dependencies in your package.json to `^0.55
BREAKING CHANGES
@startupjs/ui
New color palette and dynamic CSS variables implemented - (#1047) (#1095) (#1096) (#1098) (be3ee4f)
New colors Color customization
Here is approximate mapping to migrate from old colors to new:
OLD NEW mainText, dark text, bg-contrast, text-secondary, border-contrast white text-on-bg-contrast, bg-strong, border-strong primary text-primary, bg-primary, border-primary success text-success, bg-success, border-success error, attention text-error, bg-error, border-error darkLight text-description, border-dim darkLighter bg-dim-alt, bg-dim, text-placeholder, border, bg-contrast-transparent darkLightest bg secondaryText text-description whiteLight text-on-contrast additional1 text-info-strong secondary text-secondary, bg-secondary, border-secondary primaryLightest bg-primary-contrast, bg-primary-transparent rgba(#000000, 0.05) border-strong-alt errorLightest bg-error-transparent warningLightest bg-warning-transparent successLightest bg-success-transparent warning text-warning, bg-warning, border-warning additional0 text-attention, border-attention, bg-attention primaryLight bg-primary-dim primaryLighter bg-primary-transparent
@startupj/backend
Old API Usage
New API Usage