Skip to content

Commit

Permalink
Merge branch 'main' into fod-main-a11y-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Apr 27, 2021
2 parents cc68ee4 + 1582735 commit f0b53f2
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 20 deletions.
71 changes: 55 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -112,7 +112,7 @@
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.2.2",
"cross-env": "^7.0.3",
"eslint": "^7.24.0",
"eslint": "^7.25.0",
"eslint-config-xo": "^0.35.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^30.0.0",
Expand All @@ -136,14 +136,14 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.10",
"postcss": "^8.2.13",
"postcss-cli": "^8.3.1",
"rollup": "^2.45.2",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.1.2",
"sass": "^1.32.11",
"shelljs": "^0.8.4",
"stylelint": "^13.12.0",
"stylelint": "^13.13.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0",
"vnu-jar": "21.4.9"
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.0/components/tooltips.md
Expand Up @@ -269,7 +269,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
<td><code>boundary</code></td>
<td>string | element</td>
<td><code>'clippingParents'</code></td>
<td>Overflow constraint boundary of the tooltip (Applied only for the preventOverflow modifier of the Popper). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td>
<td>Overflow constraint boundary of the tooltip (applies only to Popper's preventOverflow modifier). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td>
</tr>
<tr>
<td><code>customClass</code></td>
Expand Down

0 comments on commit f0b53f2

Please sign in to comment.