@tetrascience-npm/tetrascience-react-ui 0.4.0 → 0.5.0-beta.15.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/dist/index.cjs +7 -2017
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +717 -840
- package/dist/index.js +9057 -9081
- package/dist/index.js.map +1 -1
- package/dist/providers/athena.d.ts +0 -7
- package/dist/providers/databricks.d.ts +0 -7
- package/dist/providers/snowflake.d.ts +0 -7
- package/dist/server.d.ts +0 -7
- package/package.json +24 -6
- package/dist/logo.png +0 -0
- package/dist/vite.svg +0 -1
package/dist/server.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tetrascience-npm/tetrascience-react-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0-beta.15.1",
|
|
4
4
|
"description": "TetraScience React UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "TetraScience",
|
|
@@ -94,23 +94,33 @@
|
|
|
94
94
|
"@aws-sdk/client-sqs": ">=3.0.0 <4.0.0",
|
|
95
95
|
"@aws-sdk/client-ssm": ">=3.0.0 <4.0.0",
|
|
96
96
|
"@aws-sdk/lib-storage": ">=3.0.0 <4.0.0",
|
|
97
|
+
"@base-ui/react": "^1.2.0",
|
|
97
98
|
"@dagrejs/dagre": "^1.1.4",
|
|
99
|
+
"@fontsource-variable/inter": "^5.2.8",
|
|
98
100
|
"@monaco-editor/react": "^4.7.0",
|
|
99
101
|
"@tetrascience-npm/ts-connectors-sdk": "^3.2.0",
|
|
100
|
-
"@types/plotly.js": "^3.0.0",
|
|
101
|
-
"@types/react-plotly.js": "^2.6.3",
|
|
102
102
|
"@xyflow/react": "^12.6.4",
|
|
103
|
-
"
|
|
103
|
+
"class-variance-authority": "^0.7.1",
|
|
104
|
+
"clsx": "^2.1.1",
|
|
105
|
+
"cmdk": "^1.1.1",
|
|
106
|
+
"date-fns": "^4.1.0",
|
|
107
|
+
"embla-carousel-react": "^8.6.0",
|
|
108
|
+
"input-otp": "^1.4.2",
|
|
109
|
+
"lucide-react": "^0.577.0",
|
|
104
110
|
"monaco-editor": "^0.52.2",
|
|
105
|
-
"monaco-themes": "0.4.7",
|
|
106
111
|
"plotly.js": "^3.0.1",
|
|
107
112
|
"plotly.js-dist": "^2.35.2",
|
|
113
|
+
"radix-ui": "^1.4.3",
|
|
114
|
+
"react-day-picker": "^9.14.0",
|
|
108
115
|
"react-markdown": "^10.1.0",
|
|
109
116
|
"react-plotly.js": "^2.6.0",
|
|
117
|
+
"react-resizable-panels": "^4.7.1",
|
|
110
118
|
"react-syntax-highlighter": "^15.6.1",
|
|
111
119
|
"rehype-raw": "^7.0.0",
|
|
112
120
|
"remark-gfm": "^4.0.1",
|
|
113
|
-
"
|
|
121
|
+
"sonner": "^2.0.7",
|
|
122
|
+
"tailwind-merge": "^3.5.0",
|
|
123
|
+
"vaul": "^1.1.2"
|
|
114
124
|
},
|
|
115
125
|
"peerDependencies": {
|
|
116
126
|
"@aws-sdk/client-athena": "^3.0.0",
|
|
@@ -139,13 +149,18 @@
|
|
|
139
149
|
"@storybook/addon-a11y": "^10.2.15",
|
|
140
150
|
"@storybook/addon-docs": "^10.2.15",
|
|
141
151
|
"@storybook/addon-links": "^10.2.15",
|
|
152
|
+
"@storybook/addon-themes": "^10.2.15",
|
|
142
153
|
"@storybook/addon-vitest": "^10.2.15",
|
|
143
154
|
"@storybook/builder-vite": "^10.2.15",
|
|
144
155
|
"@storybook/react-vite": "^10.2.15",
|
|
156
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
145
157
|
"@types/eslint-plugin-jsx-a11y": "^6",
|
|
146
158
|
"@types/jsdom": "^27",
|
|
159
|
+
"@types/node": "^25.3.3",
|
|
160
|
+
"@types/plotly.js": "^3.0.0",
|
|
147
161
|
"@types/react": "^19.0.0",
|
|
148
162
|
"@types/react-dom": "^19.0.0",
|
|
163
|
+
"@types/react-plotly.js": "^2.6.3",
|
|
149
164
|
"@types/react-syntax-highlighter": "^15",
|
|
150
165
|
"@vitejs/plugin-react": "^4.3.1",
|
|
151
166
|
"@vitest/browser": "^3",
|
|
@@ -170,9 +185,12 @@
|
|
|
170
185
|
"react": "^19.0.0",
|
|
171
186
|
"react-dom": "^19.0.0",
|
|
172
187
|
"sass": "^1.89.0",
|
|
188
|
+
"shadcn": "^3.8.5",
|
|
173
189
|
"snowflake-sdk": "^2.3.3",
|
|
174
190
|
"storybook": "^10.2.15",
|
|
191
|
+
"tailwindcss": "^4.2.1",
|
|
175
192
|
"ts-morph": "^27.0.2",
|
|
193
|
+
"tw-animate-css": "^1.4.0",
|
|
176
194
|
"typescript": "^5.5.3",
|
|
177
195
|
"typescript-eslint": "^8.0.1",
|
|
178
196
|
"vite": "^7.3.1",
|
package/dist/logo.png
DELETED
|
Binary file
|
package/dist/vite.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|