fix(breanna): Option is required for base
This commit is contained in:
parent
d374794cda
commit
80cf0f421c
3 changed files with 2 additions and 2 deletions
|
@ -157,6 +157,7 @@ export const base = {
|
|||
acrossBackFactor: { pct: 96, min: 93, max: 100, menu: 'advanced' },
|
||||
armholeDepthFactor: { pct: 100, min: 80, max: 120, menu: 'advanced' },
|
||||
backNeckCutout: { pct: 5, min: 2, max: 8, menu: 'advanced' },
|
||||
bicepsEase: { pct: 15, min: 0, max: 50, menu: 'fit' },
|
||||
shoulderDartSize: { pct: 7, min: 4, max: 10, menu: onlyWithShoulderDart },
|
||||
shoulderDartLength: { pct: 85, min: 60, max: 100, menu: onlyWithShoulderDart },
|
||||
waistDartSize: { pct: 10, min: 4, max: 15, menu: onlyWithWaistDart },
|
||||
|
|
|
@ -11,7 +11,7 @@ import { i18n } from '../i18n/index.mjs'
|
|||
// Create design
|
||||
const Breanna = new Design({
|
||||
data,
|
||||
parts: [back, front, sleeve],
|
||||
parts: [back, front, sleeve, base, frontBase, sleevecap],
|
||||
})
|
||||
|
||||
// Named exports
|
||||
|
|
|
@ -230,7 +230,6 @@ export const sleevecap = {
|
|||
hide: { self: true },
|
||||
after: [front, frontBase, back],
|
||||
options: {
|
||||
bicepsEase: { pct: 15, min: 0, max: 50, menu: 'fit' },
|
||||
sleevecapEase: { pct: 0.5, min: 0, max: 2.5, menu: 'advanced.sleevecap' },
|
||||
sleevecapTopFactorX: { pct: 50, min: 25, max: 75, menu: 'advanced.sleevecap' },
|
||||
sleevecapTopFactorY: { pct: 110, min: 35, max: 165, menu: 'advanced.sleevecap' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue