@infineon/design-system-mcp 39.25.0 → 39.26.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
- "timestamp": "2026-04-16T11:31:20",
2
+ "timestamp": "2026-04-16T12:59:08",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.4",
@@ -19257,6 +19257,29 @@
19257
19257
  "getter": false,
19258
19258
  "setter": false
19259
19259
  },
19260
+ {
19261
+ "name": "name",
19262
+ "type": "string",
19263
+ "complexType": {
19264
+ "original": "string",
19265
+ "resolved": "string",
19266
+ "references": {}
19267
+ },
19268
+ "mutable": false,
19269
+ "attr": "name",
19270
+ "reflectToAttr": true,
19271
+ "docs": "Name attribute used when submitting the text field in a form.",
19272
+ "docsTags": [],
19273
+ "values": [
19274
+ {
19275
+ "type": "string"
19276
+ }
19277
+ ],
19278
+ "optional": false,
19279
+ "required": false,
19280
+ "getter": false,
19281
+ "setter": false
19282
+ },
19260
19283
  {
19261
19284
  "name": "placeholder",
19262
19285
  "type": "string",
@@ -19757,7 +19780,7 @@
19757
19780
  },
19758
19781
  "mutable": false,
19759
19782
  "attr": "name",
19760
- "reflectToAttr": false,
19783
+ "reflectToAttr": true,
19761
19784
  "docs": "Name attribute used when submitting the textarea in a form.",
19762
19785
  "docsTags": [],
19763
19786
  "values": [
@@ -19928,7 +19951,13 @@
19928
19951
  "attr": "value",
19929
19952
  "reflectToAttr": false,
19930
19953
  "docs": "Current value of the textarea (can be updated programmatically).",
19931
- "docsTags": [],
19954
+ "docsTags": [
19955
+ {
19956
+ "name": "default",
19957
+ "text": "\"\""
19958
+ }
19959
+ ],
19960
+ "default": "\"\"",
19932
19961
  "values": [
19933
19962
  {
19934
19963
  "type": "string"
@@ -64,6 +64,7 @@
64
64
  "internal-id": "string",
65
65
  "label": "string",
66
66
  "maxlength": "number",
67
+ "name": "string",
67
68
  "placeholder": "string",
68
69
  "read-only": "boolean",
69
70
  "required": "boolean",
package/dist/index.js CHANGED
@@ -159,7 +159,7 @@ Examples:
159
159
  `);
160
160
  }
161
161
  function showVersion() {
162
- console.log(`dds-mcp version ${"39.25.0"}`);
162
+ console.log(`dds-mcp version ${"39.26.0"}`);
163
163
  }
164
164
  async function handleCli(args) {
165
165
  const command = args[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineon/design-system-mcp",
3
- "version": "39.25.0",
3
+ "version": "39.26.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.25.0",
35
+ "@infineon/dds-tooling": "39.26.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.25.0",
42
- "@infineon/infineon-design-system-react": "39.25.0",
43
- "@infineon/infineon-design-system-stencil": "39.25.0",
44
- "@infineon/infineon-design-system-vue": "39.25.0"
41
+ "@infineon/infineon-design-system-angular": "39.26.0",
42
+ "@infineon/infineon-design-system-react": "39.26.0",
43
+ "@infineon/infineon-design-system-stencil": "39.26.0",
44
+ "@infineon/infineon-design-system-vue": "39.26.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": "b9a79bca80ede2be318cda2da1c5c37bd2040849"
126
+ "gitHead": "22171af02fc7b7818b47931165c3328346f0af06"
127
127
  }