@arbidocs/blocks 0.3.146 → 0.3.148

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
@@ -332,6 +332,7 @@ declare function useWorkspaceDocs(): {
332
332
  page?: number | null | undefined;
333
333
  }[];
334
334
  } | null | undefined;
335
+ external_id: string;
335
336
  doc_ext_id: string;
336
337
  tag_ext_id: string;
337
338
  created_by_ext_id: string;
package/dist/index.d.ts CHANGED
@@ -332,6 +332,7 @@ declare function useWorkspaceDocs(): {
332
332
  page?: number | null | undefined;
333
333
  }[];
334
334
  } | null | undefined;
335
+ external_id: string;
335
336
  doc_ext_id: string;
336
337
  tag_ext_id: string;
337
338
  created_by_ext_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/blocks",
3
- "version": "0.3.146",
3
+ "version": "0.3.148",
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.146",
41
- "@arbidocs/sdk": "0.3.146",
40
+ "@arbidocs/react": "0.3.148",
41
+ "@arbidocs/sdk": "0.3.148",
42
42
  "ag-grid-community": "^35.3.0",
43
43
  "ag-grid-react": "^35.3.0",
44
44
  "class-variance-authority": "^0.7.1",