Skip to content

Commit 8769b2c

Browse files
authored
Merge pull request #1791 from Infineon/1728-text-field-implement-type-password
Text-field: adds type "password"
2 parents 8dfd4ea + 1937b02 commit 8769b2c

File tree

13 files changed

+84
-57
lines changed

13 files changed

+84
-57
lines changed

examples/wrapper-components/react-vite-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:local": "run-p preview:link watch:library"
1919
},
2020
"dependencies": {
21-
"@infineon/infineon-design-system-react": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
21+
"@infineon/infineon-design-system-react": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
2222
"path": "^0.12.7",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1"

examples/wrapper-components/vue-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:local": "run-p preview:link watch:library"
1616
},
1717
"dependencies": {
18-
"@infineon/infineon-design-system-vue": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
18+
"@infineon/infineon-design-system-vue": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
1919
"@vitejs/plugin-vue": "^4.0.0",
2020
"@vitejs/plugin-vue-jsx": "^4.0.0",
2121
"vite": "^5.0.12",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
3+
"version": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
44
"command": {
55
"publish": {
66
"verifyAccess": false

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-angular",
3-
"version": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
3+
"version": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "^18.0.0",
2727
"@angular/platform-browser-dynamic": "^18.0.0",
2828
"@angular/router": "^18.0.0",
29-
"@infineon/infineon-design-system-angular": "^32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
29+
"@infineon/infineon-design-system-angular": "^32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
3030
"rxjs": "~7.8.0",
3131
"tslib": "^2.3.0",
3232
"typescript": "~5.4.4",

packages/components-angular/projects/component-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@infineon/infineon-design-system-angular",
3-
"version": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
3+
"version": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
44
"description": "Infineon design system Stencil web components for Angular",
55
"author": "Verena Lechner",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"@angular/common": "^18.0.0",
1212
"@angular/core": "^18.0.0",
1313
"@infineon/design-system-tokens": "4.0.0",
14-
"@infineon/infineon-design-system-stencil": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0"
14+
"@infineon/infineon-design-system-stencil": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0"
1515
},
1616
"dependencies": {
1717
"tslib": "^2.3.0"

packages/components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@infineon/infineon-design-system-react",
3-
"version": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
3+
"version": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
44
"description": "Infineon design system Stencil web components for React",
55
"main": "./dist/index.js",
66
"types": "./dist/types/index.d.ts",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@infineon/design-system-tokens": "4.0.0",
31-
"@infineon/infineon-design-system-stencil": "^32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
31+
"@infineon/infineon-design-system-stencil": "^32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
3232
"@stencil/react-output-target": "^0.7.1"
3333
},
3434
"auto": {

packages/components-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@infineon/infineon-design-system-vue",
3-
"version": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
3+
"version": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
44
"description": "Infineon design system Stencil web components for Vue",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@infineon/design-system-tokens": "4.0.0",
33-
"@infineon/infineon-design-system-stencil": "^32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0"
33+
"@infineon/infineon-design-system-stencil": "^32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0"
3434
},
3535
"auto": {
3636
"plugins": [

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@infineon/infineon-design-system-stencil",
3-
"version": "32.6.0--canary.1790.47a03e7a4a274c06c059935d12af0cc56fb8f6df.0",
3+
"version": "32.7.0--canary.1791.e7f9b303cbc5f3efbe8b9986951ed48b067187ac.0",
44
"private": false,
55
"description": "Infineon design system Stencil web components",
66
"homepage": "https://infineon.github.io/infineon-design-system-stencil",

packages/components/src/components/text-field/readme.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,23 @@
77

88
## Properties
99

10-
| Property | Attribute | Description | Type | Default |
11-
| ---------------- | ------------------ | ----------- | --------- | --------------- |
12-
| `autocomplete` | `autocomplete` | | `string` | `'on'` |
13-
| `caption` | `caption` | | `string` | `""` |
14-
| `disabled` | `disabled` | | `boolean` | `false` |
15-
| `error` | `error` | | `boolean` | `false` |
16-
| `icon` | `icon` | | `string` | `""` |
17-
| `label` | `label` | | `string` | `""` |
18-
| `maxlength` | `maxlength` | | `number` | `undefined` |
19-
| `optional` | `optional` | | `boolean` | `false` |
20-
| `placeholder` | `placeholder` | | `string` | `"Placeholder"` |
21-
| `required` | `required` | | `boolean` | `false` |
22-
| `showDeleteIcon` | `show-delete-icon` | | `boolean` | `false` |
23-
| `size` | `size` | | `string` | `'m'` |
24-
| `success` | `success` | | `boolean` | `false` |
25-
| `value` | `value` | | `string` | `''` |
10+
| Property | Attribute | Description | Type | Default |
11+
| ---------------- | ------------------ | ----------- | ---------------------- | --------------- |
12+
| `autocomplete` | `autocomplete` | | `string` | `'on'` |
13+
| `caption` | `caption` | | `string` | `""` |
14+
| `disabled` | `disabled` | | `boolean` | `false` |
15+
| `error` | `error` | | `boolean` | `false` |
16+
| `icon` | `icon` | | `string` | `""` |
17+
| `label` | `label` | | `string` | `""` |
18+
| `maxlength` | `maxlength` | | `number` | `undefined` |
19+
| `optional` | `optional` | | `boolean` | `false` |
20+
| `placeholder` | `placeholder` | | `string` | `"Placeholder"` |
21+
| `required` | `required` | | `boolean` | `false` |
22+
| `showDeleteIcon` | `show-delete-icon` | | `boolean` | `false` |
23+
| `size` | `size` | | `string` | `'m'` |
24+
| `success` | `success` | | `boolean` | `false` |
25+
| `type` | `type` | | `"password" \| "text"` | `'text'` |
26+
| `value` | `value` | | `string` | `''` |
2627

2728

2829
## Events

0 commit comments

Comments
 (0)