teableio_teable/packages/sdk/components.json
Aries X a2745e3399
perf: plate upgrade (#1529)
* chore: update plate-ui component config

* perf: update plate latest version

* perf: update error message i18n

* perf: add markdown editor

* fix: comment quote empty when img is the first line content

* fix: paste img in comment editor should add blank text

* fix: first come into comment editor blur the cursor

* chore: add some logger in duplicate process
2025-05-23 11:17:01 +08:00

17 lines
343 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"baseColor": "slate",
"config": "tailwind.config.js",
"css": "src/styles/globals.css",
"cssVariables": true
},
"aliases": {
"components": "src/components/plate",
"utils": "@teable/ui-lib"
}
}