@arbidocs/blocks 0.3.121 → 0.3.123

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
@@ -283,8 +283,6 @@ declare function useWorkspaceDocs(): {
283
283
  wp_type?: string | null | undefined;
284
284
  folder?: string | null | undefined;
285
285
  doctags: {
286
- doc_ext_id: string;
287
- tag_ext_id: string;
288
286
  note?: string | null | undefined;
289
287
  citations?: {
290
288
  [x: string]: {
@@ -295,6 +293,8 @@ declare function useWorkspaceDocs(): {
295
293
  offset_end: number;
296
294
  };
297
295
  } | null | undefined;
296
+ doc_ext_id: string;
297
+ tag_ext_id: string;
298
298
  created_by_ext_id: string;
299
299
  updated_by_ext_id?: string | null | undefined;
300
300
  created_at: string;
package/dist/index.d.ts CHANGED
@@ -283,8 +283,6 @@ declare function useWorkspaceDocs(): {
283
283
  wp_type?: string | null | undefined;
284
284
  folder?: string | null | undefined;
285
285
  doctags: {
286
- doc_ext_id: string;
287
- tag_ext_id: string;
288
286
  note?: string | null | undefined;
289
287
  citations?: {
290
288
  [x: string]: {
@@ -295,6 +293,8 @@ declare function useWorkspaceDocs(): {
295
293
  offset_end: number;
296
294
  };
297
295
  } | null | undefined;
296
+ doc_ext_id: string;
297
+ tag_ext_id: string;
298
298
  created_by_ext_id: string;
299
299
  updated_by_ext_id?: string | null | undefined;
300
300
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/blocks",
3
- "version": "0.3.121",
3
+ "version": "0.3.123",
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.121",
41
- "@arbidocs/sdk": "0.3.121",
40
+ "@arbidocs/react": "0.3.123",
41
+ "@arbidocs/sdk": "0.3.123",
42
42
  "ag-grid-community": "^35.3.0",
43
43
  "ag-grid-react": "^35.3.0",
44
44
  "class-variance-authority": "^0.7.1",