Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency theme-patternfly-org to v0.6.21 #6177

Merged
merged 2 commits into from Aug 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -22,7 +22,20 @@ export interface ClipboardCopyButtonProps
/** Max width of the copy button tooltip */
maxWidth?: string;
/** Position of the copy button tooltip */
position?: 'auto' | 'top' | 'bottom' | 'left' | 'right';
position?:
| 'auto'
| 'top'
| 'bottom'
| 'left'
| 'right'
| 'top-start'
| 'top-end'
| 'bottom-start'
| 'bottom-end'
| 'left-start'
| 'left-end'
| 'right-start'
| 'right-end';
/** Aria-label for the copy button */
'aria-label'?: string;
/** Variant of the copy button */
Expand Down
15 changes: 14 additions & 1 deletion packages/react-core/src/components/Tooltip/Tooltip.tsx
Expand Up @@ -70,7 +70,20 @@ export interface TooltipProps extends Omit<React.HTMLProps<HTMLDivElement>, 'con
* The 'auto' position chooses the side with the most space.
* The 'auto' position requires the 'enableFlip' prop to be true.
*/
position?: 'auto' | 'top' | 'bottom' | 'left' | 'right';
position?:
| 'auto'
| 'top'
| 'bottom'
| 'left'
| 'right'
| 'top-start'
| 'top-end'
| 'bottom-start'
| 'bottom-end'
| 'left-start'
| 'left-end'
| 'right-start'
| 'right-end';
/**
* Tooltip trigger: click, mouseenter, focus, manual
* Set to manual to trigger tooltip programmatically (through the isVisible prop)
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Expand Up @@ -45,7 +45,7 @@
"rimraf": "^2.6.3",
"serve": "^11.3.2",
"shx": "^0.3.2",
"theme-patternfly-org": "0.6.17"
"theme-patternfly-org": "0.6.21"
},
"keywords": [
"gatsby"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -16271,10 +16271,10 @@ textextensions@^2.5.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-2.6.0.tgz#d7e4ab13fe54e32e08873be40d51b74229b00fc4"

theme-patternfly-org@0.6.17:
version "0.6.17"
resolved "https://registry.yarnpkg.com/theme-patternfly-org/-/theme-patternfly-org-0.6.17.tgz#b6f8a89e56b87312688b48e2172133f35bd1eaf3"
integrity sha512-f0UAfwprMoszqey/GGzMLIB0EZUQjC60/ElMTTv0i3hVAystLtMdAgSoMHrjc50BNu+JXz3OBJQXVyUGgDClLw==
theme-patternfly-org@0.6.21:
version "0.6.21"
resolved "https://registry.yarnpkg.com/theme-patternfly-org/-/theme-patternfly-org-0.6.21.tgz#c04a26bfe824541605a4bcf73ed5f53eb8b25f23"
integrity sha512-dEHa4VmcNTAMcr8l/WBjoKdfjOAgDfaunxf41QXCjh0k0/jMxBvGIh7kwJzG+XhvB9PLfWuhm8wfFZHYZkFyeQ==
dependencies:
"@babel/core" "^7.13.0"
"@babel/plugin-proposal-class-properties" "^7.13.0"
Expand Down