Skip to content

Commit 99754e7

Browse files
committed
Removed demo src from chartlets, adjusted chartlets-demo build
1 parent aa7fdbe commit 99754e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+259
-2782
lines changed

chartlets.js/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

chartlets.js/package-lock.json

Lines changed: 235 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chartlets.js/package.json

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,35 @@
4545
"preview": "vite preview"
4646
},
4747
"dependencies": {
48-
"@emotion/react": "^11.13.3",
49-
"@emotion/styled": "^11.13.0",
50-
"@fontsource/roboto": "^5.1.0",
51-
"@mui/material": "^6.1.5",
52-
"microdiff": "^1.4.0",
53-
"react": "^18.3.1",
54-
"react-dom": "^18.3.1",
55-
"react-vega": "^7.6.0",
56-
"zustand": "^5.0.0"
48+
"microdiff": "^1.4.0"
5749
},
5850
"peerDependencies": {
51+
"@emotion/react": ">=11",
52+
"@emotion/styled": ">=11",
53+
"@mui/material": ">=6",
5954
"react": ">=18",
60-
"react-dom": ">=18"
55+
"react-dom": ">=18",
56+
"react-vega": ">=7",
57+
"zustand": ">=5"
6158
},
6259
"peerDependenciesMeta": {
6360
"react": {
6461
"optional": false
6562
},
6663
"react-dom": {
6764
"optional": false
65+
},
66+
"react-vega": {
67+
"optional": false
68+
},
69+
"zustand": {
70+
"optional": false
6871
}
6972
},
7073
"devDependencies": {
74+
"@emotion/react": "^11.13.3",
75+
"@emotion/styled": "^11.13.0",
76+
"@mui/material": "^6.1.5",
7177
"@types/node": "^20.11.17",
7278
"@types/react": "^18.3.11",
7379
"@types/react-dom": "^18.3.1",
@@ -81,9 +87,14 @@
8187
"glob": "^11.0.0",
8288
"jsdom": "^25.0.0",
8389
"prettier": "^3.3.3",
90+
"react": "^18.3.1",
91+
"react-dom": "^18.3.1",
92+
"react-vega": "^7.6.0",
93+
8494
"typescript": "^5.6.2",
8595
"vite": "^5.4.6",
8696
"vite-plugin-dts": "^4.2.4",
87-
"vitest": "^2.1.1"
97+
"vitest": "^2.1.1",
98+
"zustand": "^5.0.1"
8899
}
89100
}

chartlets.js/src/demo/App.tsx

Lines changed: 0 additions & 54 deletions
This file was deleted.

chartlets.js/src/demo/actions/hidePanel.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

chartlets.js/src/demo/actions/showPanel.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

chartlets.js/src/demo/components/ControlBar.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

chartlets.js/src/demo/components/ExtensionInfo.tsx

Lines changed: 0 additions & 31 deletions
This file was deleted.

chartlets.js/src/demo/components/Panel.tsx

Lines changed: 0 additions & 73 deletions
This file was deleted.

chartlets.js/src/demo/components/PanelsControl.tsx

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)