@infineon/design-system-mcp 39.43.0 → 39.44.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.
- package/dist/assets/docs.json +23 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/dist/assets/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-08-
|
|
2
|
+
"timestamp": "2026-08-06T13:51:23",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -12803,6 +12803,28 @@
|
|
|
12803
12803
|
"parameters": [],
|
|
12804
12804
|
"docs": "Public method to clear search history.\nThis will clear the history from both localStorage and the internal state, and also reset any dropdown-related states.",
|
|
12805
12805
|
"docsTags": []
|
|
12806
|
+
},
|
|
12807
|
+
{
|
|
12808
|
+
"name": "setFocus",
|
|
12809
|
+
"returns": {
|
|
12810
|
+
"type": "Promise<void>",
|
|
12811
|
+
"docs": ""
|
|
12812
|
+
},
|
|
12813
|
+
"complexType": {
|
|
12814
|
+
"signature": "() => Promise<void>",
|
|
12815
|
+
"parameters": [],
|
|
12816
|
+
"references": {
|
|
12817
|
+
"Promise": {
|
|
12818
|
+
"location": "global",
|
|
12819
|
+
"id": "global::Promise"
|
|
12820
|
+
}
|
|
12821
|
+
},
|
|
12822
|
+
"return": "Promise<void>"
|
|
12823
|
+
},
|
|
12824
|
+
"signature": "setFocus() => Promise<void>",
|
|
12825
|
+
"parameters": [],
|
|
12826
|
+
"docs": "Focuses the search input.",
|
|
12827
|
+
"docsTags": []
|
|
12806
12828
|
}
|
|
12807
12829
|
],
|
|
12808
12830
|
"events": [
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infineon/design-system-mcp",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.44.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP server for the Infineon Design System (DDS)",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"zod": "^3.23.8"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@infineon/dds-tooling": "39.
|
|
35
|
+
"@infineon/dds-tooling": "39.44.0",
|
|
36
36
|
"@types/node": "^20.19.33",
|
|
37
37
|
"esbuild": "^0.27.4",
|
|
38
38
|
"typescript": "^5.4.5"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@infineon/infineon-design-system-angular": "39.
|
|
42
|
-
"@infineon/infineon-design-system-react": "39.
|
|
43
|
-
"@infineon/infineon-design-system-stencil": "39.
|
|
44
|
-
"@infineon/infineon-design-system-vue": "39.
|
|
41
|
+
"@infineon/infineon-design-system-angular": "39.44.0",
|
|
42
|
+
"@infineon/infineon-design-system-react": "39.44.0",
|
|
43
|
+
"@infineon/infineon-design-system-stencil": "39.44.0",
|
|
44
|
+
"@infineon/infineon-design-system-vue": "39.44.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependenciesMeta": {
|
|
47
47
|
"@infineon/infineon-design-system-stencil": {
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
"license": "MIT",
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "4a47d94695115c68af1f5193936c370ffa38c583"
|
|
127
127
|
}
|