@tetrascience-npm/tetrascience-react-ui 0.6.0-beta.83.1 → 0.6.0-beta.85.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -0
- package/dist/components/charts/AreaGraph/AreaGraph.cjs +1 -1
- package/dist/components/charts/AreaGraph/AreaGraph.cjs.map +1 -1
- package/dist/components/charts/AreaGraph/AreaGraph.js +112 -82
- package/dist/components/charts/AreaGraph/AreaGraph.js.map +1 -1
- package/dist/components/charts/BarGraph/BarGraph.cjs +1 -1
- package/dist/components/charts/BarGraph/BarGraph.cjs.map +1 -1
- package/dist/components/charts/BarGraph/BarGraph.js +53 -48
- package/dist/components/charts/BarGraph/BarGraph.js.map +1 -1
- package/dist/components/charts/Boxplot/Boxplot.cjs +1 -1
- package/dist/components/charts/Boxplot/Boxplot.cjs.map +1 -1
- package/dist/components/charts/Boxplot/Boxplot.js +65 -60
- package/dist/components/charts/Boxplot/Boxplot.js.map +1 -1
- package/dist/components/charts/ChartTooltip/ChartTooltip.cjs +2 -0
- package/dist/components/charts/ChartTooltip/ChartTooltip.cjs.map +1 -0
- package/dist/components/charts/ChartTooltip/ChartTooltip.js +163 -0
- package/dist/components/charts/ChartTooltip/ChartTooltip.js.map +1 -0
- package/dist/components/charts/ChartTooltip/lines.cjs +2 -0
- package/dist/components/charts/ChartTooltip/lines.cjs.map +1 -0
- package/dist/components/charts/ChartTooltip/lines.js +29 -0
- package/dist/components/charts/ChartTooltip/lines.js.map +1 -0
- package/dist/components/charts/Chromatogram/Chromatogram.cjs +1 -1
- package/dist/components/charts/Chromatogram/Chromatogram.cjs.map +1 -1
- package/dist/components/charts/Chromatogram/Chromatogram.js +75 -66
- package/dist/components/charts/Chromatogram/Chromatogram.js.map +1 -1
- package/dist/components/charts/ChromatogramChart/ChromatogramChart.cjs +1 -1
- package/dist/components/charts/ChromatogramChart/ChromatogramChart.cjs.map +1 -1
- package/dist/components/charts/ChromatogramChart/ChromatogramChart.js +107 -99
- package/dist/components/charts/ChromatogramChart/ChromatogramChart.js.map +1 -1
- package/dist/components/charts/ChromatogramChart/dataProcessing.cjs +1 -1
- package/dist/components/charts/ChromatogramChart/dataProcessing.cjs.map +1 -1
- package/dist/components/charts/ChromatogramChart/dataProcessing.js +38 -49
- package/dist/components/charts/ChromatogramChart/dataProcessing.js.map +1 -1
- package/dist/components/charts/DotPlot/DotPlot.cjs +1 -1
- package/dist/components/charts/DotPlot/DotPlot.cjs.map +1 -1
- package/dist/components/charts/DotPlot/DotPlot.js +52 -48
- package/dist/components/charts/DotPlot/DotPlot.js.map +1 -1
- package/dist/components/charts/Histogram/Histogram.cjs +1 -1
- package/dist/components/charts/Histogram/Histogram.cjs.map +1 -1
- package/dist/components/charts/Histogram/Histogram.js +96 -92
- package/dist/components/charts/Histogram/Histogram.js.map +1 -1
- package/dist/components/charts/LineGraph/LineGraph.cjs +1 -1
- package/dist/components/charts/LineGraph/LineGraph.cjs.map +1 -1
- package/dist/components/charts/LineGraph/LineGraph.js +44 -39
- package/dist/components/charts/LineGraph/LineGraph.js.map +1 -1
- package/dist/components/charts/PieChart/PieChart.cjs +1 -1
- package/dist/components/charts/PieChart/PieChart.cjs.map +1 -1
- package/dist/components/charts/PieChart/PieChart.js +58 -54
- package/dist/components/charts/PieChart/PieChart.js.map +1 -1
- package/dist/components/charts/PlateMap/PlateMap.cjs +1 -1
- package/dist/components/charts/PlateMap/PlateMap.cjs.map +1 -1
- package/dist/components/charts/PlateMap/PlateMap.js +271 -256
- package/dist/components/charts/PlateMap/PlateMap.js.map +1 -1
- package/dist/components/charts/ScatterGraph/ScatterGraph.cjs +1 -1
- package/dist/components/charts/ScatterGraph/ScatterGraph.cjs.map +1 -1
- package/dist/components/charts/ScatterGraph/ScatterGraph.js +112 -89
- package/dist/components/charts/ScatterGraph/ScatterGraph.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +130 -0
- package/dist/index.js +585 -580
- package/dist/index.js.map +1 -1
- package/dist/index.tailwind.css +1 -1
- package/package.json +18 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tetrascience-npm/tetrascience-react-ui",
|
|
3
|
-
"version": "0.6.0-beta.
|
|
3
|
+
"version": "0.6.0-beta.85.1",
|
|
4
4
|
"description": "TetraScience React UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "TetraScience",
|
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"postbuild": "yarn dlx @tailwindcss/cli@4.2.2 -i ./src/index.tailwind.css -o ./dist/index.tailwind.css --minify",
|
|
88
88
|
"dev": "yarn storybook",
|
|
89
89
|
"storybook": "storybook dev -p 6006",
|
|
90
|
-
"build-storybook": "storybook build",
|
|
90
|
+
"build-storybook": "storybook build && yarn run build-storybook:metadata",
|
|
91
|
+
"build-storybook:metadata": "tsx scripts/mcp/build-metadata.ts",
|
|
91
92
|
"prepare": "husky",
|
|
92
93
|
"prepublishOnly": "yarn run build",
|
|
93
94
|
"release": "semantic-release",
|
|
@@ -173,19 +174,21 @@
|
|
|
173
174
|
"@commitlint/config-conventional": "^20.5.0",
|
|
174
175
|
"@databricks/sql": "^1.12.0",
|
|
175
176
|
"@eslint/js": "^9.9.0",
|
|
177
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
176
178
|
"@semantic-release/changelog": "^6.0.3",
|
|
177
179
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
178
180
|
"@semantic-release/git": "^10.0.1",
|
|
179
181
|
"@semantic-release/github": "^12.0.6",
|
|
180
182
|
"@semantic-release/npm": "^13.1.5",
|
|
181
183
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
182
|
-
"@storybook/addon-a11y": "^10.
|
|
183
|
-
"@storybook/addon-docs": "^10.
|
|
184
|
-
"@storybook/addon-links": "^10.
|
|
185
|
-
"@storybook/addon-
|
|
186
|
-
"@storybook/addon-
|
|
187
|
-
"@storybook/
|
|
188
|
-
"@storybook/
|
|
184
|
+
"@storybook/addon-a11y": "^10.4.6",
|
|
185
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
186
|
+
"@storybook/addon-links": "^10.4.6",
|
|
187
|
+
"@storybook/addon-mcp": "^0.6.0",
|
|
188
|
+
"@storybook/addon-themes": "^10.4.6",
|
|
189
|
+
"@storybook/addon-vitest": "^10.4.6",
|
|
190
|
+
"@storybook/builder-vite": "^10.4.6",
|
|
191
|
+
"@storybook/react-vite": "^10.4.6",
|
|
189
192
|
"@tailwindcss/vite": "^4.2.2",
|
|
190
193
|
"@types/eslint-plugin-jsx-a11y": "^6",
|
|
191
194
|
"@types/jsdom": "^27",
|
|
@@ -195,6 +198,7 @@
|
|
|
195
198
|
"@types/react-dom": "^19.0.0",
|
|
196
199
|
"@types/react-plotly.js": "^2.6.3",
|
|
197
200
|
"@types/react-syntax-highlighter": "^15",
|
|
201
|
+
"@vercel/node": "^5.4.5",
|
|
198
202
|
"@vitejs/plugin-react": "^4.3.1",
|
|
199
203
|
"@vitest/browser": "^3",
|
|
200
204
|
"@vitest/coverage-v8": "^3",
|
|
@@ -206,7 +210,7 @@
|
|
|
206
210
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
207
211
|
"eslint-plugin-react-refresh": "^0.4.9",
|
|
208
212
|
"eslint-plugin-sonarjs": "^3.0.7",
|
|
209
|
-
"eslint-plugin-storybook": "^10.
|
|
213
|
+
"eslint-plugin-storybook": "^10.4.6",
|
|
210
214
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
211
215
|
"fast-xml-parser": "^5.3.4",
|
|
212
216
|
"globals": "^15.9.0",
|
|
@@ -221,15 +225,17 @@
|
|
|
221
225
|
"semantic-release": "^25.0.3",
|
|
222
226
|
"shadcn": "^3.8.5",
|
|
223
227
|
"snowflake-sdk": "^2.3.3",
|
|
224
|
-
"storybook": "^10.
|
|
228
|
+
"storybook": "^10.4.6",
|
|
225
229
|
"tailwindcss": "^4.2.2",
|
|
226
230
|
"ts-morph": "^27.0.2",
|
|
231
|
+
"tsx": "^4.20.6",
|
|
227
232
|
"tw-animate-css": "^1.4.0",
|
|
228
233
|
"typescript": "^5.5.3",
|
|
229
234
|
"typescript-eslint": "^8.0.1",
|
|
230
235
|
"vite": "^7.3.1",
|
|
231
236
|
"vite-plugin-dts": "^4.5.4",
|
|
232
|
-
"vitest": "^3"
|
|
237
|
+
"vitest": "^3",
|
|
238
|
+
"zod": "^3.25.76"
|
|
233
239
|
},
|
|
234
240
|
"resolutions": {
|
|
235
241
|
"jackspeak": "2.1.1",
|