Skip to content

Commit

Permalink
fix(CanvasForm): Update uniforms-patternfly
Browse files Browse the repository at this point in the history
This version brings a fix for the focus trap present in the description
icon (?)

fix: #1080
  • Loading branch information
lordrip committed Oct 9, 2024
1 parent 5291966 commit bce3f44
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lint:style:fix": "yarn lint:style --fix"
},
"dependencies": {
"@kaoto-next/uniforms-patternfly": "^0.7.1",
"@kaoto-next/uniforms-patternfly": "^0.7.10",
"@kie-tools-core/editor": "0.32.0",
"@kie-tools-core/notifications": "0.32.0",
"@types/uuid": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,21 @@ exports[`CustomAutoFields renders \`AutoFields\` for common fields 1`] = `
value=""
/>
</span>
<div
class="pf-v5-c-form__helper-text"
>
<div
class="pf-v5-c-helper-text"
>
<div
class="pf-v5-c-helper-text__item"
>
<span
class="pf-v5-c-helper-text__item-text"
/>
</div>
</div>
</div>
</div>
</div>
<div
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2727,9 +2727,9 @@ __metadata:
languageName: node
linkType: hard

"@kaoto-next/uniforms-patternfly@npm:^0.7.1":
version: 0.7.7
resolution: "@kaoto-next/uniforms-patternfly@npm:0.7.7"
"@kaoto-next/uniforms-patternfly@npm:^0.7.10":
version: 0.7.10
resolution: "@kaoto-next/uniforms-patternfly@npm:0.7.10"
dependencies:
invariant: "npm:^2.2.4"
lodash.clonedeep: "npm:^4.5.0"
Expand All @@ -2739,7 +2739,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
uniforms: 4.0.0-alpha.5
checksum: 10/b74da211f0ce643ea2d85f75d19285a9cc633715f982fbe5f17dc1128fc5d42c5117c0c6b2c70f8e4890728c2ee40b9d3d48a86cd617563c2daf99d386630189
checksum: 10/b6035b21974272c9d207475224326a839fe6aeec44a6f31eacbeb3728f986a2e0e2a1e968703da30d3da075b25503c77e1b381567595b76db82e00bee9fc8b69
languageName: node
linkType: hard

Expand Down Expand Up @@ -2815,7 +2815,7 @@ __metadata:
"@babel/preset-react": "npm:^7.18.6"
"@babel/preset-typescript": "npm:^7.21.5"
"@eslint/js": "npm:^9.10.0"
"@kaoto-next/uniforms-patternfly": "npm:^0.7.1"
"@kaoto-next/uniforms-patternfly": "npm:^0.7.10"
"@kaoto/camel-catalog": "workspace:*"
"@kie-tools-core/editor": "npm:0.32.0"
"@kie-tools-core/notifications": "npm:0.32.0"
Expand Down

0 comments on commit bce3f44

Please sign in to comment.