-
Notifications
You must be signed in to change notification settings - Fork 418
Migration - Base UI based registry components #2424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 37 commits
69be02d
6514b98
e91a941
3e5a5d2
b5a5eb5
7c0c986
b468e43
f2366c1
3909559
5954503
773a99f
282d935
fd131d6
f263f35
289341b
6940eb0
dec2dc9
63fe8c3
662a8c2
7c06dd9
2328791
5297a03
0957840
8102b3f
585a174
8009ed6
3cea400
9e0bb3f
1c4e9ab
90ee391
cc474cb
9bde446
f1d9a52
fd1be8a
d538fde
bb928a1
9cf60e5
79136e2
472b60f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,9 +73,11 @@ | |
| "@a2a-js/sdk": "^0.3.13", | ||
| "@autoform/react": "^4.0.0", | ||
| "@autoform/zod": "^5.0.0", | ||
| "@base-ui/react": "^1.4.0", | ||
| "@buf/redpandadata_cloud.connectrpc_query-es": "^2.2.0-20251128173054-b9f9fc6e5a70.1", | ||
| "@buf/redpandadata_common.bufbuild_es": "^2.11.0-20260316210807-5d899910f714.1", | ||
| "@bufbuild/protobuf": "^2.10.0", | ||
| "@bufbuild/cel": "^0.4.0", | ||
| "@bufbuild/protobuf": "^2.11.0", | ||
| "@bufbuild/protoc-gen-es": "^2.10.0", | ||
| "@builder.io/sdk-react": "^4.2.4", | ||
| "@chakra-ui/object-utils": "^2.1", | ||
|
|
@@ -87,19 +89,19 @@ | |
| "@connectrpc/connect-query": "^2.2.0", | ||
| "@connectrpc/connect-web": "^2.1.0", | ||
| "@emotion/css": "^11.13.5", | ||
| "@hookform/resolvers": "^4.1.3", | ||
| "@hookform/resolvers": "^5.2.2", | ||
| "@icons-pack/react-simple-icons": "^13.8.0", | ||
| "@milkdown/kit": "^7.18.0", | ||
| "@milkdown/react": "^7.18.0", | ||
| "@modelcontextprotocol/sdk": "^1.29.0", | ||
| "@module-federation/runtime": "^2.3.2", | ||
| "@monaco-editor/react": "^4.7.0", | ||
| "@redpanda-data/ui": "^4.2.0", | ||
| "@stepperize/react": "^5.1.8", | ||
| "@tailwindcss/postcss": "^4.1.17", | ||
| "@stepperize/react": "^5.1.9", | ||
| "@tailwindcss/postcss": "^4.2.4", | ||
| "@tanstack/react-form": "^1.12.3", | ||
| "@tanstack/react-query": "^5.90.7", | ||
| "@tanstack/react-router": "^1.158.0", | ||
| "@tanstack/react-router": "^1.168.10", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks. |
||
| "@tanstack/react-table": "^8.21.3", | ||
| "@tanstack/react-virtual": "^3.13.12", | ||
| "@tanstack/zod-adapter": "^1.158.0", | ||
|
|
@@ -111,6 +113,7 @@ | |
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.1.1", | ||
| "cmdk": "^1.1.1", | ||
| "date-fns": "^4.1.0", | ||
| "dexie": "^4.2.1", | ||
| "dexie-react-hooks": "^4.2.0", | ||
| "dotenv": "^17.2.3", | ||
|
|
@@ -122,46 +125,45 @@ | |
| "json-bigint": "^1.0.0", | ||
| "jwt-decode": "^4.0.0", | ||
| "lottie-react": "^2.4.1", | ||
| "lucide-react": "^1.8.0", | ||
| "lucide-react": "^1.14.0", | ||
| "moment": "^2.30.1", | ||
| "monaco-editor": "^0.55.0", | ||
| "monaco-editor-webpack-plugin": "^7.1.1", | ||
| "monaco-yaml": "^5.4.0", | ||
| "motion": "^12.23.24", | ||
| "motion": "^12.38.0", | ||
| "nanoid": "^5.1.6", | ||
| "nuqs": "^2.6.0", | ||
| "pretty-bytes": "^5.6.0", | ||
| "pretty-ms": "^7.0.1", | ||
| "prismjs": "^1.30.0", | ||
| "radix-ui": "^1.4.3", | ||
| "react": "^18.3.1", | ||
| "react-beautiful-dnd": "^13.1.1", | ||
| "react-compiler-runtime": "^1.0.0", | ||
| "react-day-picker": "^9.11.1", | ||
| "react-day-picker": "^9.14.0", | ||
| "react-dom": "^18.3.1", | ||
| "react-draggable": "^4.5.0", | ||
| "react-dropzone": "^14.3.8", | ||
| "react-dropzone": "^15.0.0", | ||
| "react-highlight-words": "^0.21.0", | ||
| "react-hook-form": "^7.54.2", | ||
| "react-hook-form": "^7.72.0", | ||
| "react-markdown": "^10.1.0", | ||
| "react-resizable-panels": "^3.0.4", | ||
| "react-resizable-panels": "^3.0.6", | ||
| "react-simple-code-editor": "^0.14.1", | ||
| "react-syntax-highlighter": "^16.0.0", | ||
| "recharts": "2.15.4", | ||
| "recharts": "^2.15.4", | ||
| "remark-emoji": "^5.0.2", | ||
| "remark-gfm": "^4.0.1", | ||
| "shiki": "^3.15.0", | ||
| "shiki": "^3.23.0", | ||
| "sonner": "^2.0.7", | ||
| "stacktrace-js": "^2.0.2", | ||
| "streamdown": "^2.5.0", | ||
| "tailwind-merge": "^3.4.0", | ||
| "tailwindcss": "^4.1.17", | ||
| "tailwind-merge": "^3.5.0", | ||
| "tailwindcss": "^4.2.4", | ||
| "tokenlens": "^1.3.1", | ||
| "use-stick-to-bottom": "^1.1.1", | ||
| "uuid": "^13.0.0", | ||
| "vaul": "^1.1.2", | ||
| "yaml": "^2.8.3", | ||
| "zod": "^3.25.76", | ||
| "zod": "^4.3.6", | ||
| "zustand": "^5.0.8" | ||
| }, | ||
| "devDependencies": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| export default { | ||
| plugins: { | ||
| '@tailwindcss/postcss': {}, | ||
| '@tailwindcss/postcss': { | ||
| content: ['./src/**/*.{js,ts,jsx,tsx}'], | ||
| }, | ||
| }, | ||
| }; |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think AI elements deserve a separate look because they were originally pulled in from the https://elements.ai-sdk.dev/components/context for example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏