@ikas/code-components-mcp 0.86.0 → 0.87.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-03-23T09:51:01.084Z",
2
+ "generatedAt": "2026-03-25T13:15:50.304Z",
3
3
  "functions": [
4
4
  {
5
5
  "name": "apiListBlog",
@@ -16178,10 +16178,10 @@
16178
16178
  },
16179
16179
  {
16180
16180
  "name": "IkasComponentRenderer",
16181
- "signature": "function IkasComponentRenderer({\n components,\n style,\n className,\n parentProps = {},\n map = {},\n}: IkasComponentRendererProps): VNode<ClassAttributes<HTMLElement> & { dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
16181
+ "signature": "function IkasComponentRenderer({\n id: baseId,\n components,\n style,\n className,\n parentProps = {},\n map = {},\n}: IkasComponentRendererProps): VNode<ClassAttributes<HTMLElement> & { id: string; dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
16182
16182
  "description": "",
16183
16183
  "params": [],
16184
- "returnType": "VNode<ClassAttributes<HTMLElement> & { dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
16184
+ "returnType": "VNode<ClassAttributes<HTMLElement> & { id: string; dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
16185
16185
  "categories": [],
16186
16186
  "related": [],
16187
16187
  "isAsync": false,
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-03-23T09:51:01.112Z",
2
+ "generatedAt": "2026-03-25T13:15:50.350Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",
@@ -11099,6 +11099,11 @@
11099
11099
  "type": "any",
11100
11100
  "optional": true
11101
11101
  },
11102
+ {
11103
+ "name": "addressFormat",
11104
+ "type": "string[][]",
11105
+ "optional": true
11106
+ },
11102
11107
  {
11103
11108
  "name": "locationSettings",
11104
11109
  "type": "any",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/code-components-mcp",
3
- "version": "0.86.0",
3
+ "version": "0.87.0",
4
4
  "description": "MCP server for ikas code components documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",