@thi.ng/hiccup-html
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -14,3 +14,6 @@ import type { Attribs, AttribVal, BooleanAttrib, DimensionAttribs, ImportanceAttribs, LoadingAttribs, ReferrerAttribs, StringAttrib } from "./api.js"; | ||
name: StringAttrib; | ||
sandbox: AttribVal<"allow-downloads-without-user-activation" | "allow-forms" | "allow-modals" | "allow-orientation-lock" | "allow-pointer-lock" | "allow-popups" | "allow-popups-to-escape-sandbox" | "allow-presentation" | "allow-same-origin" | "allow-scripts" | "allow-storage-access-by-user-activation" | "allow-top-navigation" | "allow-top-navigation-by-user-activation">; | ||
/** | ||
* If given empty string, applies all possible restrictions. | ||
*/ | ||
sandbox: AttribVal<"" | "allow-downloads-without-user-activation" | "allow-forms" | "allow-modals" | "allow-orientation-lock" | "allow-pointer-lock" | "allow-popups" | "allow-popups-to-escape-sandbox" | "allow-presentation" | "allow-same-origin" | "allow-scripts" | "allow-storage-access-by-user-activation" | "allow-top-navigation" | "allow-top-navigation-by-user-activation">; | ||
src: StringAttrib; | ||
@@ -17,0 +20,0 @@ srcdoc: StringAttrib; |
# Change Log | ||
- **Last updated**: 2024-04-26T13:32:20Z | ||
- **Last updated**: 2024-05-08T18:24:32Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [2.6.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.6.3) (2024-05-08) | ||
#### 🩹 Bug fixes | ||
- update IFrameAttribs.sandbox ([b7d4cb8](https://github.com/thi-ng/umbrella/commit/b7d4cb8)) | ||
## [2.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.6.0) (2024-04-20) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/hiccup-html", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", | ||
@@ -39,9 +39,9 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.1" | ||
"@thi.ng/api": "^8.11.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"esbuild": "^0.20.2", | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.3" | ||
"@microsoft/api-extractor": "^7.43.2", | ||
"esbuild": "^0.21.1", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -115,3 +115,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0bec55821066c18eb977a7eabd42c0bb2b096d98\n" | ||
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n" | ||
} |
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
87988
873
Updated@thi.ng/api@^8.11.2