@timbal-ai/timbal-react 1.6.0 → 1.7.0
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/CHANGELOG.md +39 -0
- package/README.md +8 -0
- package/dist/app.cjs +167 -75
- package/dist/app.d.cts +3 -3
- package/dist/app.d.ts +3 -3
- package/dist/app.esm.js +5 -5
- package/dist/{chart-artifact-VAqgH-My.d.cts → chart-artifact-CuTiCITz.d.cts} +230 -15
- package/dist/{chart-artifact-C2pZQsaP.d.ts → chart-artifact-U-x0UNJm.d.ts} +230 -15
- package/dist/chat.esm.js +3 -3
- package/dist/{chunk-YYEI6XME.esm.js → chunk-22KWC2LS.esm.js} +5 -5
- package/dist/{chunk-MBS7XHV2.esm.js → chunk-45NXD3IG.esm.js} +3 -3
- package/dist/{chunk-24B4I4XC.esm.js → chunk-64RHAJVG.esm.js} +1 -1
- package/dist/{chunk-WQIQW7EM.esm.js → chunk-7AGIAQE6.esm.js} +1 -1
- package/dist/{chunk-NO5AWNWT.esm.js → chunk-7WU3IKAN.esm.js} +1 -1
- package/dist/{chunk-6SQMTBPL.esm.js → chunk-M5IBJBEY.esm.js} +109 -23
- package/dist/{chunk-HSL36SJ4.esm.js → chunk-PMMI7LBV.esm.js} +20 -8
- package/dist/{chunk-TMP7RIA7.esm.js → chunk-VKXOHVDE.esm.js} +2 -2
- package/dist/{chunk-ELEY66OH.esm.js → chunk-XOCOZU7J.esm.js} +11 -1
- package/dist/cli/timbal-ui-lint.mjs +534 -0
- package/dist/index.cjs +303 -200
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +9 -9
- package/dist/{kanban-FFBeaZPS.d.cts → kanban-BQxWliCS.d.cts} +17 -0
- package/dist/{kanban-FFBeaZPS.d.ts → kanban-BQxWliCS.d.ts} +17 -0
- package/dist/studio.cjs +104 -85
- package/dist/studio.esm.js +6 -6
- package/dist/ui.cjs +6 -6
- package/dist/ui.d.cts +1 -1
- package/dist/ui.d.ts +1 -1
- package/dist/ui.esm.js +4 -4
- package/package.json +13 -3
package/dist/ui.esm.js
CHANGED
|
@@ -186,7 +186,7 @@ import {
|
|
|
186
186
|
toast,
|
|
187
187
|
toggleVariants,
|
|
188
188
|
useToast
|
|
189
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-22KWC2LS.esm.js";
|
|
190
190
|
import {
|
|
191
191
|
Banner,
|
|
192
192
|
Checkbox,
|
|
@@ -210,7 +210,7 @@ import {
|
|
|
210
210
|
Timeline,
|
|
211
211
|
UntitledButton,
|
|
212
212
|
untitledButtonVariants
|
|
213
|
-
} from "./chunk-
|
|
213
|
+
} from "./chunk-7WU3IKAN.esm.js";
|
|
214
214
|
import {
|
|
215
215
|
DropdownMenu,
|
|
216
216
|
DropdownMenuCheckboxItem,
|
|
@@ -226,7 +226,7 @@ import {
|
|
|
226
226
|
DropdownMenuSubContent,
|
|
227
227
|
DropdownMenuSubTrigger,
|
|
228
228
|
DropdownMenuTrigger
|
|
229
|
-
} from "./chunk-
|
|
229
|
+
} from "./chunk-64RHAJVG.esm.js";
|
|
230
230
|
import {
|
|
231
231
|
MemoPillSegmentedTabs,
|
|
232
232
|
PillSegmentedTabs
|
|
@@ -268,7 +268,7 @@ import {
|
|
|
268
268
|
overlayListPanelClass,
|
|
269
269
|
overlaySurfaceClass,
|
|
270
270
|
useChart
|
|
271
|
-
} from "./chunk-
|
|
271
|
+
} from "./chunk-45NXD3IG.esm.js";
|
|
272
272
|
import "./chunk-EDEKQYSU.esm.js";
|
|
273
273
|
export {
|
|
274
274
|
AVATAR_PRIMARY_FALLBACK_CLASS,
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timbal-ai/timbal-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "React components and runtime for building Timbal chat and studio apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
|
+
"bin": {
|
|
10
|
+
"timbal-ui-lint": "dist/cli/timbal-ui-lint.mjs"
|
|
11
|
+
},
|
|
9
12
|
"exports": {
|
|
10
13
|
".": {
|
|
11
14
|
"types": "./dist/index.d.ts",
|
|
@@ -52,7 +55,7 @@
|
|
|
52
55
|
"LICENSE"
|
|
53
56
|
],
|
|
54
57
|
"scripts": {
|
|
55
|
-
"build": "tsup",
|
|
58
|
+
"build": "tsup && tsup --config tsup.cli.config.ts",
|
|
56
59
|
"build:watch": "tsup --watch",
|
|
57
60
|
"clean": "rm -rf dist",
|
|
58
61
|
"test": "bun test",
|
|
@@ -60,6 +63,7 @@
|
|
|
60
63
|
"typecheck": "tsc --noEmit",
|
|
61
64
|
"check:boundaries": "depcruise src --config .dependency-cruiser.cjs",
|
|
62
65
|
"check:bundle": "bun run build && node scripts/check-bundle-sizes.mjs",
|
|
66
|
+
"check:deps": "node scripts/check-immer.mjs",
|
|
63
67
|
"example:install": "npm install --prefix examples/mock-ui && npm install --prefix examples/app-kit",
|
|
64
68
|
"example:mock": "node scripts/dev-linked.mjs examples/mock-ui vite",
|
|
65
69
|
"example:app": "node scripts/dev-linked.mjs examples/app-kit vite",
|
|
@@ -90,7 +94,7 @@
|
|
|
90
94
|
"motion": "^12.23.24",
|
|
91
95
|
"radix-ui": "^1.4.3",
|
|
92
96
|
"react-day-picker": "^10.0.1",
|
|
93
|
-
"recharts": "
|
|
97
|
+
"recharts": "3.8.1",
|
|
94
98
|
"rehype-katex": "^7.0.1",
|
|
95
99
|
"remark-gfm": "^4.0.1",
|
|
96
100
|
"remark-math": "^6.0.0",
|
|
@@ -115,6 +119,12 @@
|
|
|
115
119
|
"tsup": "^8.5.0",
|
|
116
120
|
"typescript": "~5.8.3"
|
|
117
121
|
},
|
|
122
|
+
"overrides": {
|
|
123
|
+
"immer": ">=11.0.1"
|
|
124
|
+
},
|
|
125
|
+
"resolutions": {
|
|
126
|
+
"immer": ">=11.0.1"
|
|
127
|
+
},
|
|
118
128
|
"keywords": [
|
|
119
129
|
"timbal",
|
|
120
130
|
"react",
|