@refinitiv-ui/demo-block
Advanced tools
Comparing version 7.1.7 to 7.1.8
@@ -6,2 +6,8 @@ # Change Log | ||
## [7.1.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.7...@refinitiv-ui/demo-block@7.1.8) (2024-04-01) | ||
### Bug Fixes | ||
- **tooltip:** handle body removal ([#1126](https://github.com/Refinitiv/refinitiv-ui/issues/1126)) ([1f00360](https://github.com/Refinitiv/refinitiv-ui/commit/1f00360f79c154d41295c0807536cdd0aa13efeb)) | ||
## [7.1.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.6...@refinitiv-ui/demo-block@7.1.7) (2024-02-19) | ||
@@ -8,0 +14,0 @@ |
@@ -70,5 +70,5 @@ import { __decorate } from "tslib"; | ||
themeLabel.textContent = removePrefixName(currentTheme); | ||
document.body.appendChild(nextBtn); | ||
document.body.appendChild(prevBtn); | ||
document.body.appendChild(themeLabel); | ||
document.body?.appendChild(nextBtn); | ||
document.body?.appendChild(prevBtn); | ||
document.body?.appendChild(themeLabel); | ||
let DemoBlock = class DemoBlock extends BasicElement { | ||
@@ -86,3 +86,3 @@ constructor() { | ||
static get version() { | ||
return '7.1.7'; | ||
return '7.1.8'; | ||
} | ||
@@ -89,0 +89,0 @@ static get styles() { |
{ | ||
"name": "@refinitiv-ui/demo-block", | ||
"version": "7.1.7", | ||
"version": "7.1.8", | ||
"description": "Demo page handler for Element Framework elements", | ||
@@ -47,3 +47,3 @@ "main": "./lib/demo-block.js", | ||
}, | ||
"gitHead": "6820b961ecc0ad1517ef94807df775eceb4f91db" | ||
"gitHead": "e69ebb5e49499843241d90cd4b6812193c7cbfb7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35014