🐛 Updated config with missing dependency and sleevecap options
This commit is contained in:
parent
dffe5d4a35
commit
83280a583e
3 changed files with 10634 additions and 0 deletions
|
@ -74,6 +74,8 @@ export default {
|
|||
{
|
||||
sleevecap: [
|
||||
"sleevecapEase",
|
||||
"sleevecapTopFactorX",
|
||||
"sleevecapTopFactorY",
|
||||
"sleevecapBackFactorX",
|
||||
"sleevecapBackFactorY",
|
||||
"sleevecapFrontFactorX",
|
||||
|
@ -108,6 +110,7 @@ export default {
|
|||
"wristCircumference"
|
||||
],
|
||||
dependencies: {
|
||||
sleeveBase: ["frontBase", "backBase"],
|
||||
sleeve: ["sleeveBase", "front", "back"]
|
||||
},
|
||||
inject: {
|
||||
|
@ -120,6 +123,7 @@ export default {
|
|||
buttonPlacket: "front",
|
||||
buttonholePlacket: "front",
|
||||
yoke: "backBase",
|
||||
sleeveBase: "front",
|
||||
sleeve: "sleeveBase"
|
||||
},
|
||||
parts: [
|
||||
|
@ -208,6 +212,8 @@ export default {
|
|||
shoulderEase: { pct: 0, min: -2, max: 6 },
|
||||
shoulderSlopeReduction: { pct: 0, min: 0, max: 8 },
|
||||
sleevecapEase: { pct: 1, min: 0, max: 10 },
|
||||
sleevecapTopFactorX: { pct: 50, min: 25, max: 75 },
|
||||
sleevecapTopFactorY: { pct: 100, min: 35, max: 165 },
|
||||
sleevecapBackFactorX: { pct: 60, min: 35, max: 65 },
|
||||
sleevecapBackFactorY: { pct: 33, min: 35, max: 65 },
|
||||
sleevecapFrontFactorX: { pct: 55, min: 35, max: 65 },
|
||||
|
|
|
@ -12,12 +12,14 @@
|
|||
"@freesewing/mui-theme": "beta",
|
||||
"@freesewing/pattern-info": "beta",
|
||||
"@freesewing/plugin-bundle": "beta",
|
||||
"@freesewing/plugin-flip": "2.0.0-beta.26",
|
||||
"@freesewing/plugin-i18n": "beta",
|
||||
"@freesewing/plugin-svgattr": "beta",
|
||||
"@freesewing/utils": "beta",
|
||||
"@material-ui/core": "^4.0.1",
|
||||
"@material-ui/icons": "^4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"axios": "0.19.0",
|
||||
"pattern": "link:..",
|
||||
"prismjs": "1.16.0",
|
||||
"react": "^16.8",
|
||||
|
|
10626
packages/simon/example/yarn.lock
Normal file
10626
packages/simon/example/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue