@tangle-network/sandbox-ui 0.18.0 → 0.20.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/chat.d.ts +8 -1
- package/dist/chat.js +1 -1
- package/dist/{chunk-GPT7VKK6.js → chunk-CP2L6B53.js} +21 -4
- package/dist/{chunk-CNVE6KOM.js → chunk-MQ52AYJX.js} +38 -10
- package/dist/{chunk-5I363RL7.js → chunk-R6QNJQRH.js} +636 -571
- package/dist/dashboard.d.ts +49 -1
- package/dist/dashboard.js +7 -1
- package/dist/globals.css +1248 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -3
- package/dist/styles.css +1248 -0
- package/dist/workspace.d.ts +1 -1
- package/dist/workspace.js +1 -1
- package/package.json +1 -1
package/dist/workspace.d.ts
CHANGED
|
@@ -378,7 +378,7 @@ interface TaskBoardProps {
|
|
|
378
378
|
* Receives the item, its index, and the default card element.
|
|
379
379
|
* Return a ReactNode that wraps/replaces the default element.
|
|
380
380
|
*
|
|
381
|
-
* If not provided, the default
|
|
381
|
+
* If not provided, the default card is rendered.
|
|
382
382
|
*/
|
|
383
383
|
renderItemWrapper?: (item: TaskBoardItem, index: number, defaultCard: ReactNode) => ReactNode;
|
|
384
384
|
}
|
package/dist/workspace.js
CHANGED
package/package.json
CHANGED