diff --git a/config/exceptions.yaml b/config/exceptions.yaml index 59cc4ce4484..d1fb03ff36b 100644 --- a/config/exceptions.yaml +++ b/config/exceptions.yaml @@ -92,6 +92,7 @@ packageJson: # Components "./components/Breadcrumbs": "./components/Breadcrumbs/index.mjs" "./components/DocusaurusPage": "./components/DocusaurusPage/index.mjs" + "./components/Editor": "./components/Editor/index.mjs" "./components/Icon": "./components/Icon/index.mjs" "./components/Input": "./components/Input/index.mjs" "./components/Layout": "./components/Layout/index.mjs" @@ -99,9 +100,12 @@ packageJson: "./components/Link": "./components/Link/index.mjs" "./components/Logo": "./components/Logo/index.mjs" "./components/Modal": "./components/Modal/index.mjs" + "./components/Pattern": "./components/Pattern/index.mjs" + "./components/Popout": "./components/Popout/index.mjs" "./components/SignIn": "./components/SignIn/index.mjs" "./components/Spinner": "./components/Spinner/index.mjs" "./components/Tab": "./components/Tab/index.mjs" + "./components/Xray": "./components/Xray/index.mjs" # Config "./config/freesewing": "./config/freesewing/index.mjs" # Context diff --git a/designs/aaron/package.json b/designs/aaron/package.json index ce79380938b..b73f4596fc7 100644 --- a/designs/aaron/package.json +++ b/designs/aaron/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/albert/package.json b/designs/albert/package.json index 24995845d05..4e795ab197c 100644 --- a/designs/albert/package.json +++ b/designs/albert/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/bee/package.json b/designs/bee/package.json index 37b35bf4aba..12bfd45f8c2 100644 --- a/designs/bee/package.json +++ b/designs/bee/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/bella/package.json b/designs/bella/package.json index 52c0e9d3952..fe25b505693 100644 --- a/designs/bella/package.json +++ b/designs/bella/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/benjamin/package.json b/designs/benjamin/package.json index b34efbb854c..adf1cf91036 100644 --- a/designs/benjamin/package.json +++ b/designs/benjamin/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/bent/package.json b/designs/bent/package.json index 2b0cb39c9a8..bb27fbb2a69 100644 --- a/designs/bent/package.json +++ b/designs/bent/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/bibi/package.json b/designs/bibi/package.json index 692849e0194..10bf7e28141 100644 --- a/designs/bibi/package.json +++ b/designs/bibi/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/bob/package.json b/designs/bob/package.json index 04935304cd8..23ccbeabe70 100644 --- a/designs/bob/package.json +++ b/designs/bob/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/breanna/package.json b/designs/breanna/package.json index 00c21a4c54f..c4fe4cfdc66 100644 --- a/designs/breanna/package.json +++ b/designs/breanna/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/brian/package.json b/designs/brian/package.json index 47e0eb93592..126b585db28 100644 --- a/designs/brian/package.json +++ b/designs/brian/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/bruce/package.json b/designs/bruce/package.json index 86276ce85ae..27c1945c7ec 100644 --- a/designs/bruce/package.json +++ b/designs/bruce/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/carlita/package.json b/designs/carlita/package.json index 098566b90e1..026714ec360 100644 --- a/designs/carlita/package.json +++ b/designs/carlita/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/carlton/package.json b/designs/carlton/package.json index ccdd12aa1d9..5cd20f89a5d 100644 --- a/designs/carlton/package.json +++ b/designs/carlton/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/cathrin/package.json b/designs/cathrin/package.json index f33003aa768..17fc7e274a4 100644 --- a/designs/cathrin/package.json +++ b/designs/cathrin/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/charlie/package.json b/designs/charlie/package.json index 0c3fc2a6c99..62d5ade6f20 100644 --- a/designs/charlie/package.json +++ b/designs/charlie/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/cornelius/package.json b/designs/cornelius/package.json index 863a77589e9..7a835eefa70 100644 --- a/designs/cornelius/package.json +++ b/designs/cornelius/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/diana/package.json b/designs/diana/package.json index 0395b0ff623..b6685d9239c 100644 --- a/designs/diana/package.json +++ b/designs/diana/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/examples/package.json b/designs/examples/package.json index 044f54ab2e2..347dfded369 100644 --- a/designs/examples/package.json +++ b/designs/examples/package.json @@ -41,7 +41,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/florence/package.json b/designs/florence/package.json index 5a8eb895ac5..5bd43c48b0a 100644 --- a/designs/florence/package.json +++ b/designs/florence/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/florent/package.json b/designs/florent/package.json index 22e6d975572..1ad6482fdb4 100644 --- a/designs/florent/package.json +++ b/designs/florent/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/gozer/package.json b/designs/gozer/package.json index 0e489deb14a..f61f9de9a13 100644 --- a/designs/gozer/package.json +++ b/designs/gozer/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/hi/package.json b/designs/hi/package.json index 13d0fb8af15..cf4424f80c5 100644 --- a/designs/hi/package.json +++ b/designs/hi/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/holmes/package.json b/designs/holmes/package.json index 18783527a09..5ecd41ccc47 100644 --- a/designs/holmes/package.json +++ b/designs/holmes/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/hortensia/package.json b/designs/hortensia/package.json index 4eef4e1029c..24d1a5d53e0 100644 --- a/designs/hortensia/package.json +++ b/designs/hortensia/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/huey/package.json b/designs/huey/package.json index 73e835bfa03..f3a412c1bc8 100644 --- a/designs/huey/package.json +++ b/designs/huey/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/hugo/package.json b/designs/hugo/package.json index a71018a0d00..a5ffcb5b152 100644 --- a/designs/hugo/package.json +++ b/designs/hugo/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/jaeger/package.json b/designs/jaeger/package.json index 463ce57817d..54b151fd04f 100644 --- a/designs/jaeger/package.json +++ b/designs/jaeger/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/jane/package.json b/designs/jane/package.json index dd39872fdbd..721b61a0e68 100644 --- a/designs/jane/package.json +++ b/designs/jane/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/legend/package.json b/designs/legend/package.json index 50ba1d8b4a9..e5a773832d4 100644 --- a/designs/legend/package.json +++ b/designs/legend/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/lily/package.json b/designs/lily/package.json index 452e89fceec..d42286f9eac 100644 --- a/designs/lily/package.json +++ b/designs/lily/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/lucy/package.json b/designs/lucy/package.json index dcd6caa8bd8..618749893c4 100644 --- a/designs/lucy/package.json +++ b/designs/lucy/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/lumina/package.json b/designs/lumina/package.json index dec787f5fc5..8c5955c4e66 100644 --- a/designs/lumina/package.json +++ b/designs/lumina/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/lumira/package.json b/designs/lumira/package.json index 6cc7c15a435..9e25cd4b176 100644 --- a/designs/lumira/package.json +++ b/designs/lumira/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/lunetius/package.json b/designs/lunetius/package.json index 412aee2e77d..b09d135c58f 100644 --- a/designs/lunetius/package.json +++ b/designs/lunetius/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/magde/package.json b/designs/magde/package.json index a6bf3b0d8e8..557588cbd39 100644 --- a/designs/magde/package.json +++ b/designs/magde/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/noble/package.json b/designs/noble/package.json index 795553d5686..13a70097a14 100644 --- a/designs/noble/package.json +++ b/designs/noble/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/octoplushy/package.json b/designs/octoplushy/package.json index 4950b3d6daa..abb597179be 100644 --- a/designs/octoplushy/package.json +++ b/designs/octoplushy/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/onyx/package.json b/designs/onyx/package.json index 4302ce5ebde..7e4bb1989b8 100644 --- a/designs/onyx/package.json +++ b/designs/onyx/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/opal/package.json b/designs/opal/package.json index fb4a880bf53..950c44e7eef 100644 --- a/designs/opal/package.json +++ b/designs/opal/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/otis/package.json b/designs/otis/package.json index 092731c0a62..06ff8ae8d91 100644 --- a/designs/otis/package.json +++ b/designs/otis/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/paco/package.json b/designs/paco/package.json index 3075c1939a5..3a35d5d3f71 100644 --- a/designs/paco/package.json +++ b/designs/paco/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/penelope/package.json b/designs/penelope/package.json index 592283e4cc9..96d266d5128 100644 --- a/designs/penelope/package.json +++ b/designs/penelope/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/plugintest/package.json b/designs/plugintest/package.json index eefbb79fa61..c20c151f363 100644 --- a/designs/plugintest/package.json +++ b/designs/plugintest/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/rendertest/package.json b/designs/rendertest/package.json index d5e74fdf5e0..0a9bbcd9fa1 100644 --- a/designs/rendertest/package.json +++ b/designs/rendertest/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/sandy/package.json b/designs/sandy/package.json index d940bf81da7..f840108bac6 100644 --- a/designs/sandy/package.json +++ b/designs/sandy/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/shelly/package.json b/designs/shelly/package.json index 401d7ff7701..95ae967afa4 100644 --- a/designs/shelly/package.json +++ b/designs/shelly/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/shin/package.json b/designs/shin/package.json index 0d2e3544239..7360cad9af1 100644 --- a/designs/shin/package.json +++ b/designs/shin/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/simon/package.json b/designs/simon/package.json index 0614f4eecab..8c4bcd94210 100644 --- a/designs/simon/package.json +++ b/designs/simon/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/simone/package.json b/designs/simone/package.json index cc5a719dbc5..e1e340d94b2 100644 --- a/designs/simone/package.json +++ b/designs/simone/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/skully/package.json b/designs/skully/package.json index a5dd5c1d278..a8a2a87cb35 100644 --- a/designs/skully/package.json +++ b/designs/skully/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/sven/package.json b/designs/sven/package.json index b6e9c5b5a43..7392c3decf2 100644 --- a/designs/sven/package.json +++ b/designs/sven/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/tamiko/package.json b/designs/tamiko/package.json index 895cf2f4976..5dd85c89c22 100644 --- a/designs/tamiko/package.json +++ b/designs/tamiko/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/teagan/package.json b/designs/teagan/package.json index 666cd79f80b..280c32d86f0 100644 --- a/designs/teagan/package.json +++ b/designs/teagan/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/tiberius/package.json b/designs/tiberius/package.json index c6a2bd19e24..0c8e64fa29d 100644 --- a/designs/tiberius/package.json +++ b/designs/tiberius/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/titan/package.json b/designs/titan/package.json index 7d5b6058b56..fcc8f44a8bb 100644 --- a/designs/titan/package.json +++ b/designs/titan/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/trayvon/package.json b/designs/trayvon/package.json index 72e85211693..df7c287a55b 100644 --- a/designs/trayvon/package.json +++ b/designs/trayvon/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/tristan/package.json b/designs/tristan/package.json index 07cb0946f27..075c5891700 100644 --- a/designs/tristan/package.json +++ b/designs/tristan/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/uma/package.json b/designs/uma/package.json index 69c81515cdf..6a4f27b2638 100644 --- a/designs/uma/package.json +++ b/designs/uma/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/umbra/package.json b/designs/umbra/package.json index 518d455f209..709d4d1812f 100644 --- a/designs/umbra/package.json +++ b/designs/umbra/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/wahid/package.json b/designs/wahid/package.json index ed7477c9426..cd8b8e94a1c 100644 --- a/designs/wahid/package.json +++ b/designs/wahid/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/designs/walburga/package.json b/designs/walburga/package.json index 25e84db5011..3e32d2f8dc6 100644 --- a/designs/walburga/package.json +++ b/designs/walburga/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/waralee/package.json b/designs/waralee/package.json index ca3d861fdd8..8ab5a6c177b 100644 --- a/designs/waralee/package.json +++ b/designs/waralee/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1" diff --git a/designs/yuri/package.json b/designs/yuri/package.json index 1439082f261..331208590ee 100644 --- a/designs/yuri/package.json +++ b/designs/yuri/package.json @@ -46,7 +46,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": { "@freesewing/core": "3.3.0-rc.1", diff --git a/packages/collection/package.json b/packages/collection/package.json index e30818b58e6..313bddad25b 100644 --- a/packages/collection/package.json +++ b/packages/collection/package.json @@ -31,7 +31,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": {}, "dependencies": { diff --git a/packages/config/package.json b/packages/config/package.json index 210a155b937..7dab022c238 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -31,7 +31,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": {}, "dependencies": {}, diff --git a/packages/core/package.json b/packages/core/package.json index 713e9312fbb..defcaec61b2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,7 +49,7 @@ "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "jsdoc": "jsdoc -c jsdoc.json -r src", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": {}, "dependencies": { diff --git a/packages/models/package.json b/packages/models/package.json index 5a9fafa55be..cd0d1e0b1f2 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -41,7 +41,7 @@ "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "wbuild": "node build.mjs", - "wbuild:all": "yarn wbuild" + "wbuild:all": "npm run wbuild" }, "peerDependencies": {}, "dependencies": {}, diff --git a/packages/new-design/package.json b/packages/new-design/package.json index 9a5e140097c..58eb78e5bed 100644 --- a/packages/new-design/package.json +++ b/packages/new-design/package.json @@ -30,9 +30,9 @@ "prebuild": "node --conditions=internal ./prebuild.mjs", "wbuild": "node build.mjs", "prewbuild": "node --conditions=internal ./prebuild.mjs", - "wbuild:all": "yarn wbuild", - "prebuild:all": "yarn prebuild", - "prewbuild:all": "yarn prewbuild" + "wbuild:all": "npm run wbuild", + "prebuild:all": "npm run prebuild", + "prewbuild:all": "npm run prewbuild" }, "peerDependencies": {}, "dependencies": { diff --git a/packages/react/src/editor/components/view-wrapper.mjs b/packages/react/components/Editor/components/view-wrapper.mjs similarity index 100% rename from packages/react/src/editor/components/view-wrapper.mjs rename to packages/react/components/Editor/components/view-wrapper.mjs diff --git a/packages/react/src/editor/en.yaml b/packages/react/components/Editor/en.yaml similarity index 100% rename from packages/react/src/editor/en.yaml rename to packages/react/components/Editor/en.yaml diff --git a/packages/react/src/editor/index.mjs b/packages/react/components/Editor/index.mjs similarity index 100% rename from packages/react/src/editor/index.mjs rename to packages/react/components/Editor/index.mjs diff --git a/packages/react/src/editor/nl.yaml b/packages/react/components/Editor/nl.yaml similarity index 100% rename from packages/react/src/editor/nl.yaml rename to packages/react/components/Editor/nl.yaml diff --git a/packages/react/src/editor/props.md b/packages/react/components/Editor/props.md similarity index 100% rename from packages/react/src/editor/props.md rename to packages/react/components/Editor/props.md diff --git a/packages/react/src/editor/swizzle/components/accordion.mjs b/packages/react/components/Editor/swizzle/components/accordion.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/accordion.mjs rename to packages/react/components/Editor/swizzle/components/accordion.mjs diff --git a/packages/react/src/editor/swizzle/components/aside-view-menu.mjs b/packages/react/components/Editor/swizzle/components/aside-view-menu.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/aside-view-menu.mjs rename to packages/react/components/Editor/swizzle/components/aside-view-menu.mjs diff --git a/packages/react/src/editor/swizzle/components/auth-wrapper.mjs b/packages/react/components/Editor/swizzle/components/auth-wrapper.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/auth-wrapper.mjs rename to packages/react/components/Editor/swizzle/components/auth-wrapper.mjs diff --git a/packages/react/src/editor/swizzle/components/curated-sets.mjs b/packages/react/components/Editor/swizzle/components/curated-sets.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/curated-sets.mjs rename to packages/react/components/Editor/swizzle/components/curated-sets.mjs diff --git a/packages/react/src/editor/swizzle/components/designs-view.mjs b/packages/react/components/Editor/swizzle/components/designs-view.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/designs-view.mjs rename to packages/react/components/Editor/swizzle/components/designs-view.mjs diff --git a/packages/react/src/editor/swizzle/components/draft-view.mjs b/packages/react/components/Editor/swizzle/components/draft-view.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/draft-view.mjs rename to packages/react/components/Editor/swizzle/components/draft-view.mjs diff --git a/packages/react/src/editor/swizzle/components/dynamic-mdx.mjs b/packages/react/components/Editor/swizzle/components/dynamic-mdx.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/dynamic-mdx.mjs rename to packages/react/components/Editor/swizzle/components/dynamic-mdx.mjs diff --git a/packages/react/src/editor/swizzle/components/error-view.mjs b/packages/react/components/Editor/swizzle/components/error-view.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/error-view.mjs rename to packages/react/components/Editor/swizzle/components/error-view.mjs diff --git a/packages/react/src/editor/swizzle/components/flags.mjs b/packages/react/components/Editor/swizzle/components/flags.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/flags.mjs rename to packages/react/components/Editor/swizzle/components/flags.mjs diff --git a/packages/react/src/editor/swizzle/components/header-menu.mjs b/packages/react/components/Editor/swizzle/components/header-menu.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/header-menu.mjs rename to packages/react/components/Editor/swizzle/components/header-menu.mjs diff --git a/packages/react/src/editor/swizzle/components/html-span.mjs b/packages/react/components/Editor/swizzle/components/html-span.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/html-span.mjs rename to packages/react/components/Editor/swizzle/components/html-span.mjs diff --git a/packages/react/src/editor/swizzle/components/icons.mjs b/packages/react/components/Editor/swizzle/components/icons.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/icons.mjs rename to packages/react/components/Editor/swizzle/components/icons.mjs diff --git a/packages/react/src/editor/swizzle/components/index.mjs b/packages/react/components/Editor/swizzle/components/index.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/index.mjs rename to packages/react/components/Editor/swizzle/components/index.mjs diff --git a/packages/react/src/editor/swizzle/components/inputs.mjs b/packages/react/components/Editor/swizzle/components/inputs.mjs similarity index 99% rename from packages/react/src/editor/swizzle/components/inputs.mjs rename to packages/react/components/Editor/swizzle/components/inputs.mjs index b2386702e9a..9fa1b579575 100644 --- a/packages/react/src/editor/swizzle/components/inputs.mjs +++ b/packages/react/components/Editor/swizzle/components/inputs.mjs @@ -247,8 +247,8 @@ export const MeasurementInput = ({ typeof original === 'undefined' ? original : isDegree - ? Number(original) - : Swizzled.methods.measurementAsUnits(original, units) + ? Number(original) + : Swizzled.methods.measurementAsUnits(original, units) ) const [validatedVal, setValidatedVal] = useState( Swizzled.methods.measurementAsUnits(original, units) diff --git a/packages/react/src/editor/swizzle/components/large-screen-only.mjs b/packages/react/components/Editor/swizzle/components/large-screen-only.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/large-screen-only.mjs rename to packages/react/components/Editor/swizzle/components/large-screen-only.mjs diff --git a/packages/react/src/editor/swizzle/components/link.mjs b/packages/react/components/Editor/swizzle/components/link.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/link.mjs rename to packages/react/components/Editor/swizzle/components/link.mjs diff --git a/packages/react/src/editor/swizzle/components/loaders.mjs b/packages/react/components/Editor/swizzle/components/loaders.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/loaders.mjs rename to packages/react/components/Editor/swizzle/components/loaders.mjs diff --git a/packages/react/src/editor/swizzle/components/loading-status.mjs b/packages/react/components/Editor/swizzle/components/loading-status.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/loading-status.mjs rename to packages/react/components/Editor/swizzle/components/loading-status.mjs diff --git a/packages/react/src/editor/swizzle/components/markdown.mjs b/packages/react/components/Editor/swizzle/components/markdown.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/markdown.mjs rename to packages/react/components/Editor/swizzle/components/markdown.mjs diff --git a/packages/react/src/editor/swizzle/components/measurements-editor.mjs b/packages/react/components/Editor/swizzle/components/measurements-editor.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/measurements-editor.mjs rename to packages/react/components/Editor/swizzle/components/measurements-editor.mjs diff --git a/packages/react/src/editor/swizzle/components/measurements-set-card.mjs b/packages/react/components/Editor/swizzle/components/measurements-set-card.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/measurements-set-card.mjs rename to packages/react/components/Editor/swizzle/components/measurements-set-card.mjs diff --git a/packages/react/src/editor/swizzle/components/measurements-view.mjs b/packages/react/components/Editor/swizzle/components/measurements-view.mjs similarity index 100% rename from packages/react/src/editor/swizzle/components/measurements-view.mjs rename to packages/react/components/Editor/swizzle/components/measurements-view.mjs diff --git a/packages/react/src/editor/swizzle/components/menus/containers.mjs b/packages/react/components/Editor/swizzle/components/menus/containers.mjs similarity index 96% rename from packages/react/src/editor/swizzle/components/menus/containers.mjs rename to packages/react/components/Editor/swizzle/components/menus/containers.mjs index 2e70986c884..9ee30172276 100644 --- a/packages/react/src/editor/swizzle/components/menus/containers.mjs +++ b/packages/react/components/Editor/swizzle/components/menus/containers.mjs @@ -164,10 +164,10 @@ export const MenuItemGroup = ({ const ItemIcon = item.icon ? item.icon : item.isGroup - ? Swizzled.components.GroupIcon - : Icon - ? Icon - : () => fixme-icon + ? Swizzled.components.GroupIcon + : Icon + ? Icon + : () => fixme-icon const Value = item.isGroup ? () => (