Skip to content

Commit

Permalink
chore: remove 3d demos from test studio
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jul 15, 2024
1 parent d42da14 commit 92c1147
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 1,821 deletions.
2 changes: 0 additions & 2 deletions dev/studio-e2e-testing/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {assistFieldActionGroup} from 'sanity-test-studio/fieldActions/assistFiel
import {resolveInitialValueTemplates} from 'sanity-test-studio/initialValueTemplates'
import {customInspector} from 'sanity-test-studio/inspectors/custom'
import {languageFilter} from 'sanity-test-studio/plugins/language-filter'
import {presenceTool} from 'sanity-test-studio/plugins/presence'
import {defaultDocumentNode, newDocumentOptions, structure} from 'sanity-test-studio/structure'

import {customComponents} from './components-api'
Expand Down Expand Up @@ -92,7 +91,6 @@ export default defineConfig({
}),
// eslint-disable-next-line camelcase
muxInput({mp4_support: 'standard'}),
presenceTool(),
],
beta: {
treeArrayEditing: {
Expand Down
10 changes: 1 addition & 9 deletions dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"dependencies": {
"@portabletext/editor": "^1.0.8",
"@portabletext/react": "^3.0.0",
"@react-three/cannon": "^6.5.2",
"@react-three/drei": "^9.80.1",
"@react-three/fiber": "^8.13.6",
"@sanity/assist": "^3.0.2",
"@sanity/block-tools": "3.50.0",
"@sanity/client": "^6.21.0",
Expand All @@ -47,14 +44,11 @@
"@sanity/visual-editing": "2.1.6",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"@types/three": "^0.166.0",
"@vercel/stega": "0.1.2",
"chokidar": "^3.5.3",
"globby": "^10.0.0",
"history": "^5.3.0",
"lamina": "^1.1.23",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"qs": "^6.10.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -64,9 +58,7 @@
"sanity": "workspace:*",
"sanity-plugin-hotspot-array": "^2.0.0",
"sanity-plugin-mux-input": "^2.2.1",
"styled-components": "^6.1.11",
"three": "^0.166.0",
"three-stdlib": "^2.24.2"
"styled-components": "^6.1.11"
},
"devDependencies": {
"chokidar": "^3.6.0",
Expand Down
218 changes: 0 additions & 218 deletions dev/test-studio/plugins/presence/Presence3D.tsx

This file was deleted.

1 change: 0 additions & 1 deletion dev/test-studio/plugins/presence/index.ts

This file was deleted.

28 changes: 0 additions & 28 deletions dev/test-studio/plugins/presence/plugin.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions dev/test-studio/plugins/presence/types.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dev/test-studio/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {customInspector} from './inspectors/custom'
import {testStudioLocaleBundles} from './locales'
import {errorReportingTestPlugin} from './plugins/error-reporting-test'
import {languageFilter} from './plugins/language-filter'
import {presenceTool} from './plugins/presence'
import {routerDebugTool} from './plugins/router-debug'
import {theme as tailwindTheme} from './sanity.theme.mjs'
import {schemaTypes} from './schema'
Expand Down Expand Up @@ -140,7 +139,6 @@ const sharedSettings = definePlugin({
// eslint-disable-next-line camelcase
muxInput({mp4_support: 'standard'}),
imageHotspotArrayPlugin(),
presenceTool(),
routerDebugTool(),
errorReportingTestPlugin(),
tsdoc(),
Expand Down
5 changes: 0 additions & 5 deletions dev/test-studio/schema/demos/3d/index.ts

This file was deleted.

64 changes: 0 additions & 64 deletions dev/test-studio/schema/demos/3d/torus-knot/ColorInput.tsx

This file was deleted.

Loading

0 comments on commit 92c1147

Please sign in to comment.