@arbidocs/blocks 0.3.130 → 0.3.132

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.d.cts CHANGED
@@ -282,6 +282,7 @@ declare function useWorkspaceDocs(): {
282
282
  updated_at: string;
283
283
  wp_type?: string | null | undefined;
284
284
  folder?: string | null | undefined;
285
+ sender?: string | null | undefined;
285
286
  doctags: {
286
287
  note?: string | null | undefined;
287
288
  citations?: {
package/dist/index.d.ts CHANGED
@@ -282,6 +282,7 @@ declare function useWorkspaceDocs(): {
282
282
  updated_at: string;
283
283
  wp_type?: string | null | undefined;
284
284
  folder?: string | null | undefined;
285
+ sender?: string | null | undefined;
285
286
  doctags: {
286
287
  note?: string | null | undefined;
287
288
  citations?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/blocks",
3
- "version": "0.3.130",
3
+ "version": "0.3.132",
4
4
  "description": "Composable AI-native back-office blocks on top of @arbidocs/react — prompt library, theme system, shell, builders and vertical primitives.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -37,8 +37,8 @@
37
37
  "typecheck": "tsc --noEmit"
38
38
  },
39
39
  "dependencies": {
40
- "@arbidocs/react": "0.3.130",
41
- "@arbidocs/sdk": "0.3.130",
40
+ "@arbidocs/react": "0.3.132",
41
+ "@arbidocs/sdk": "0.3.132",
42
42
  "ag-grid-community": "^35.3.0",
43
43
  "ag-grid-react": "^35.3.0",
44
44
  "class-variance-authority": "^0.7.1",