@copilotkit/a2ui-renderer 1.61.1 → 1.62.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.
@@ -21,15 +21,15 @@ declare const ColumnSchema: z.ZodObject<{
21
21
  componentId: string;
22
22
  path: string;
23
23
  };
24
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
- align?: "center" | "start" | "end" | "stretch";
24
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
+ align?: "start" | "center" | "end" | "stretch";
26
26
  }, {
27
27
  children?: string[] | {
28
28
  componentId: string;
29
29
  path: string;
30
30
  };
31
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
- align?: "center" | "start" | "end" | "stretch";
31
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
+ align?: "start" | "center" | "end" | "stretch";
33
33
  }>;
34
34
  declare const ColumnApiDef: {
35
35
  name: string;
@@ -51,15 +51,15 @@ declare const ColumnApiDef: {
51
51
  componentId: string;
52
52
  path: string;
53
53
  };
54
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
- align?: "center" | "start" | "end" | "stretch";
54
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
+ align?: "start" | "center" | "end" | "stretch";
56
56
  }, {
57
57
  children?: string[] | {
58
58
  componentId: string;
59
59
  path: string;
60
60
  };
61
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
- align?: "center" | "start" | "end" | "stretch";
61
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
+ align?: "start" | "center" | "end" | "stretch";
63
63
  }>;
64
64
  };
65
65
  declare const Column: LitComponentImplementation;
@@ -21,15 +21,15 @@ declare const ColumnSchema: z.ZodObject<{
21
21
  componentId: string;
22
22
  path: string;
23
23
  };
24
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
- align?: "center" | "start" | "end" | "stretch";
24
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
+ align?: "start" | "center" | "end" | "stretch";
26
26
  }, {
27
27
  children?: string[] | {
28
28
  componentId: string;
29
29
  path: string;
30
30
  };
31
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
- align?: "center" | "start" | "end" | "stretch";
31
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
+ align?: "start" | "center" | "end" | "stretch";
33
33
  }>;
34
34
  declare const ColumnApiDef: {
35
35
  name: string;
@@ -51,15 +51,15 @@ declare const ColumnApiDef: {
51
51
  componentId: string;
52
52
  path: string;
53
53
  };
54
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
- align?: "center" | "start" | "end" | "stretch";
54
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
+ align?: "start" | "center" | "end" | "stretch";
56
56
  }, {
57
57
  children?: string[] | {
58
58
  componentId: string;
59
59
  path: string;
60
60
  };
61
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
- align?: "center" | "start" | "end" | "stretch";
61
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
+ align?: "start" | "center" | "end" | "stretch";
63
63
  }>;
64
64
  };
65
65
  declare const Column: LitComponentImplementation;
@@ -21,15 +21,15 @@ declare const RowSchema: z.ZodObject<{
21
21
  componentId: string;
22
22
  path: string;
23
23
  };
24
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
- align?: "center" | "start" | "end" | "stretch";
24
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
+ align?: "start" | "center" | "end" | "stretch";
26
26
  }, {
27
27
  children?: string[] | {
28
28
  componentId: string;
29
29
  path: string;
30
30
  };
31
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
- align?: "center" | "start" | "end" | "stretch";
31
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
+ align?: "start" | "center" | "end" | "stretch";
33
33
  }>;
34
34
  declare const RowApiDef: {
35
35
  name: string;
@@ -51,15 +51,15 @@ declare const RowApiDef: {
51
51
  componentId: string;
52
52
  path: string;
53
53
  };
54
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
- align?: "center" | "start" | "end" | "stretch";
54
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
+ align?: "start" | "center" | "end" | "stretch";
56
56
  }, {
57
57
  children?: string[] | {
58
58
  componentId: string;
59
59
  path: string;
60
60
  };
61
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
- align?: "center" | "start" | "end" | "stretch";
61
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
+ align?: "start" | "center" | "end" | "stretch";
63
63
  }>;
64
64
  };
65
65
  declare const Row: LitComponentImplementation;
@@ -21,15 +21,15 @@ declare const RowSchema: z.ZodObject<{
21
21
  componentId: string;
22
22
  path: string;
23
23
  };
24
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
- align?: "center" | "start" | "end" | "stretch";
24
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
25
+ align?: "start" | "center" | "end" | "stretch";
26
26
  }, {
27
27
  children?: string[] | {
28
28
  componentId: string;
29
29
  path: string;
30
30
  };
31
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
- align?: "center" | "start" | "end" | "stretch";
31
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
32
+ align?: "start" | "center" | "end" | "stretch";
33
33
  }>;
34
34
  declare const RowApiDef: {
35
35
  name: string;
@@ -51,15 +51,15 @@ declare const RowApiDef: {
51
51
  componentId: string;
52
52
  path: string;
53
53
  };
54
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
- align?: "center" | "start" | "end" | "stretch";
54
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
55
+ align?: "start" | "center" | "end" | "stretch";
56
56
  }, {
57
57
  children?: string[] | {
58
58
  componentId: string;
59
59
  path: string;
60
60
  };
61
- justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
- align?: "center" | "start" | "end" | "stretch";
61
+ justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
62
+ align?: "start" | "center" | "end" | "stretch";
63
63
  }>;
64
64
  };
65
65
  declare const Row: LitComponentImplementation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/a2ui-renderer",
3
- "version": "1.61.1",
3
+ "version": "1.62.0",
4
4
  "private": false,
5
5
  "description": "A2UI Renderer for CopilotKit - render A2UI surfaces in React applications",
6
6
  "keywords": [