@copilotkit/a2ui-renderer 1.61.0 → 1.61.1

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.
@@ -97,6 +97,7 @@ declare const ButtonSchema: z.ZodObject<{
97
97
  }>]>;
98
98
  variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
99
99
  }, "strip", z.ZodTypeAny, {
100
+ variant?: "primary" | "borderless";
100
101
  child?: string;
101
102
  action?: {
102
103
  event: {
@@ -116,8 +117,8 @@ declare const ButtonSchema: z.ZodObject<{
116
117
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
117
118
  };
118
119
  };
119
- variant?: "primary" | "borderless";
120
120
  }, {
121
+ variant?: "primary" | "borderless";
121
122
  child?: string;
122
123
  action?: {
123
124
  event: {
@@ -137,7 +138,6 @@ declare const ButtonSchema: z.ZodObject<{
137
138
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
138
139
  };
139
140
  };
140
- variant?: "primary" | "borderless";
141
141
  }>;
142
142
  declare const ButtonApiDef: {
143
143
  name: string;
@@ -235,6 +235,7 @@ declare const ButtonApiDef: {
235
235
  }>]>;
236
236
  variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
237
237
  }, "strip", z.ZodTypeAny, {
238
+ variant?: "primary" | "borderless";
238
239
  child?: string;
239
240
  action?: {
240
241
  event: {
@@ -254,8 +255,8 @@ declare const ButtonApiDef: {
254
255
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
255
256
  };
256
257
  };
257
- variant?: "primary" | "borderless";
258
258
  }, {
259
+ variant?: "primary" | "borderless";
259
260
  child?: string;
260
261
  action?: {
261
262
  event: {
@@ -275,7 +276,6 @@ declare const ButtonApiDef: {
275
276
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
276
277
  };
277
278
  };
278
- variant?: "primary" | "borderless";
279
279
  }>;
280
280
  };
281
281
  declare const Button: LitComponentImplementation;
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.cts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;cAzBl4zB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAyB+uxB,MAAA;;;;;;;;;kBAA0W,MAAA;;;;;;;;;;;kBAAua,MAAA;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;cApBl4zB,MAAA,EAmBZ,0BAAA"}
1
+ {"version":3,"file":"button.d.cts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;cAzBl4zB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAyB+uxB,MAAA;;;;;;;;;kBAA0W,MAAA;;;;;;;;;;;kBAAua,MAAA;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;cApBl4zB,MAAA,EAmBZ,0BAAA"}
@@ -97,6 +97,7 @@ declare const ButtonSchema: z.ZodObject<{
97
97
  }>]>;
98
98
  variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
99
99
  }, "strip", z.ZodTypeAny, {
100
+ variant?: "primary" | "borderless";
100
101
  child?: string;
101
102
  action?: {
102
103
  event: {
@@ -116,8 +117,8 @@ declare const ButtonSchema: z.ZodObject<{
116
117
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
117
118
  };
118
119
  };
119
- variant?: "primary" | "borderless";
120
120
  }, {
121
+ variant?: "primary" | "borderless";
121
122
  child?: string;
122
123
  action?: {
123
124
  event: {
@@ -137,7 +138,6 @@ declare const ButtonSchema: z.ZodObject<{
137
138
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
138
139
  };
139
140
  };
140
- variant?: "primary" | "borderless";
141
141
  }>;
142
142
  declare const ButtonApiDef: {
143
143
  name: string;
@@ -235,6 +235,7 @@ declare const ButtonApiDef: {
235
235
  }>]>;
236
236
  variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
237
237
  }, "strip", z.ZodTypeAny, {
238
+ variant?: "primary" | "borderless";
238
239
  child?: string;
239
240
  action?: {
240
241
  event: {
@@ -254,8 +255,8 @@ declare const ButtonApiDef: {
254
255
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
255
256
  };
256
257
  };
257
- variant?: "primary" | "borderless";
258
258
  }, {
259
+ variant?: "primary" | "borderless";
259
260
  child?: string;
260
261
  action?: {
261
262
  event: {
@@ -275,7 +276,6 @@ declare const ButtonApiDef: {
275
276
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
276
277
  };
277
278
  };
278
- variant?: "primary" | "borderless";
279
279
  }>;
280
280
  };
281
281
  declare const Button: LitComponentImplementation;
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.mts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;cAzBl4zB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAyB+uxB,MAAA;;;;;;;;;kBAA0W,MAAA;;;;;;;;;;;kBAAua,MAAA;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;cApBl4zB,MAAA,EAmBZ,0BAAA"}
1
+ {"version":3,"file":"button.d.mts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;cAzBl4zB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAyB+uxB,MAAA;;;;;;;;;kBAA0W,MAAA;;;;;;;;;;;kBAAua,MAAA;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;cApBl4zB,MAAA,EAmBZ,0BAAA"}
@@ -52,7 +52,6 @@ declare const TextFieldSchema: z.ZodObject<{
52
52
  args: Record<string, any>;
53
53
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
54
54
  };
55
- variant?: "number" | "shortText" | "longText" | "obscured";
56
55
  label?: string | {
57
56
  path: string;
58
57
  } | {
@@ -60,6 +59,7 @@ declare const TextFieldSchema: z.ZodObject<{
60
59
  args: Record<string, any>;
61
60
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
62
61
  };
62
+ variant?: "number" | "longText" | "shortText" | "obscured";
63
63
  validationRegexp?: string;
64
64
  }, {
65
65
  value?: string | {
@@ -69,7 +69,6 @@ declare const TextFieldSchema: z.ZodObject<{
69
69
  args: Record<string, any>;
70
70
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
71
71
  };
72
- variant?: "number" | "shortText" | "longText" | "obscured";
73
72
  label?: string | {
74
73
  path: string;
75
74
  } | {
@@ -77,6 +76,7 @@ declare const TextFieldSchema: z.ZodObject<{
77
76
  args: Record<string, any>;
78
77
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
79
78
  };
79
+ variant?: "number" | "longText" | "shortText" | "obscured";
80
80
  validationRegexp?: string;
81
81
  }>;
82
82
  declare const TextFieldApiDef: {
@@ -130,7 +130,6 @@ declare const TextFieldApiDef: {
130
130
  args: Record<string, any>;
131
131
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
132
132
  };
133
- variant?: "number" | "shortText" | "longText" | "obscured";
134
133
  label?: string | {
135
134
  path: string;
136
135
  } | {
@@ -138,6 +137,7 @@ declare const TextFieldApiDef: {
138
137
  args: Record<string, any>;
139
138
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
140
139
  };
140
+ variant?: "number" | "longText" | "shortText" | "obscured";
141
141
  validationRegexp?: string;
142
142
  }, {
143
143
  value?: string | {
@@ -147,7 +147,6 @@ declare const TextFieldApiDef: {
147
147
  args: Record<string, any>;
148
148
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
149
149
  };
150
- variant?: "number" | "shortText" | "longText" | "obscured";
151
150
  label?: string | {
152
151
  path: string;
153
152
  } | {
@@ -155,6 +154,7 @@ declare const TextFieldApiDef: {
155
154
  args: Record<string, any>;
156
155
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
157
156
  };
157
+ variant?: "number" | "longText" | "shortText" | "obscured";
158
158
  validationRegexp?: string;
159
159
  }>;
160
160
  };
@@ -52,7 +52,6 @@ declare const TextFieldSchema: z.ZodObject<{
52
52
  args: Record<string, any>;
53
53
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
54
54
  };
55
- variant?: "number" | "shortText" | "longText" | "obscured";
56
55
  label?: string | {
57
56
  path: string;
58
57
  } | {
@@ -60,6 +59,7 @@ declare const TextFieldSchema: z.ZodObject<{
60
59
  args: Record<string, any>;
61
60
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
62
61
  };
62
+ variant?: "number" | "longText" | "shortText" | "obscured";
63
63
  validationRegexp?: string;
64
64
  }, {
65
65
  value?: string | {
@@ -69,7 +69,6 @@ declare const TextFieldSchema: z.ZodObject<{
69
69
  args: Record<string, any>;
70
70
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
71
71
  };
72
- variant?: "number" | "shortText" | "longText" | "obscured";
73
72
  label?: string | {
74
73
  path: string;
75
74
  } | {
@@ -77,6 +76,7 @@ declare const TextFieldSchema: z.ZodObject<{
77
76
  args: Record<string, any>;
78
77
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
79
78
  };
79
+ variant?: "number" | "longText" | "shortText" | "obscured";
80
80
  validationRegexp?: string;
81
81
  }>;
82
82
  declare const TextFieldApiDef: {
@@ -130,7 +130,6 @@ declare const TextFieldApiDef: {
130
130
  args: Record<string, any>;
131
131
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
132
132
  };
133
- variant?: "number" | "shortText" | "longText" | "obscured";
134
133
  label?: string | {
135
134
  path: string;
136
135
  } | {
@@ -138,6 +137,7 @@ declare const TextFieldApiDef: {
138
137
  args: Record<string, any>;
139
138
  returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
140
139
  };
140
+ variant?: "number" | "longText" | "shortText" | "obscured";
141
141
  validationRegexp?: string;
142
142
  }, {
143
143
  value?: string | {
@@ -147,7 +147,6 @@ declare const TextFieldApiDef: {
147
147
  args: Record<string, any>;
148
148
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
149
149
  };
150
- variant?: "number" | "shortText" | "longText" | "obscured";
151
150
  label?: string | {
152
151
  path: string;
153
152
  } | {
@@ -155,6 +154,7 @@ declare const TextFieldApiDef: {
155
154
  args: Record<string, any>;
156
155
  returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
157
156
  };
157
+ variant?: "number" | "longText" | "shortText" | "obscured";
158
158
  validationRegexp?: string;
159
159
  }>;
160
160
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/a2ui-renderer",
3
- "version": "1.61.0",
3
+ "version": "1.61.1",
4
4
  "private": false,
5
5
  "description": "A2UI Renderer for CopilotKit - render A2UI surfaces in React applications",
6
6
  "keywords": [