@thi.ng/hiccup-html
Advanced tools
Comparing version 2.3.5 to 2.4.0
@@ -88,2 +88,3 @@ import type { Fn, IObjectOf, MaybeDeref, NumOrString } from "@thi.ng/api"; | ||
spellcheck: BooleanAttrib; | ||
slot: string; | ||
style: AttribVal<string | Partial<Record<CSSProperty | CSSSVGProperty, AttribVal<NumOrString | Fn<any, NumOrString>>>>>; | ||
@@ -90,0 +91,0 @@ tabindex: NumericAttrib; |
@@ -19,2 +19,6 @@ import type { Attribs, AttribVal, BooleanAttrib, DimensionAttribs, ImportanceAttribs, LoadingAttribs, ReferrerAttribs, StringAttrib } from "./api.js"; | ||
export declare const iframe: import("./def.js").ElementFactory<Partial<IFrameAttribs>, any>; | ||
export interface SlotAttribs extends Attribs { | ||
name: string; | ||
} | ||
export declare const slot: import("./def.js").ElementFactory<Partial<SlotAttribs>, any>; | ||
//# sourceMappingURL=blocks.d.ts.map |
@@ -13,2 +13,3 @@ import { defElement, defElements } from "./def.js"; | ||
const iframe = defElement("iframe"); | ||
const slot = defElement("slot"); | ||
export { | ||
@@ -23,3 +24,4 @@ blockquote, | ||
pre, | ||
slot, | ||
template | ||
}; |
# Change Log | ||
- **Last updated**: 2023-12-31T09:44:24Z | ||
- **Last updated**: 2024-01-23T15:58:26Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.4.0) (2024-01-23) | ||
#### 🚀 Features | ||
- add slot() element factory ([c7612a4](https://github.com/thi-ng/umbrella/commit/c7612a4)) | ||
## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.3.0) (2023-12-09) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/hiccup-html", | ||
"version": "2.3.5", | ||
"version": "2.4.0", | ||
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.16" | ||
"@thi.ng/api": "^8.9.17" | ||
}, | ||
@@ -114,3 +114,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n" | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
} |
@@ -196,3 +196,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.47 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.49 KB | ||
@@ -390,2 +390,2 @@ ## Dependencies | ||
© 2020 - 2023 Karsten Schmidt // Apache License 2.0 | ||
© 2020 - 2024 Karsten Schmidt // Apache License 2.0 |
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
84710
851
Updated@thi.ng/api@^8.9.17