·
294 commits
to main
since this release
Minor Changes
-
f4a7ae7: React: adds
@patternfly/pfe-tools/react/generate-wrappers.jsUse this to generate React component wrappers for Lit custom elements,
based on theircustom-elements.jsonmanifest.import { generateReactWrappers } from "@patternfly/pfe-tools/react/generate-wrappers.js"; const inURL = new URL("../elements/custom-elements.json", import.meta.url); const outURL = new URL("../elements/react/", import.meta.url); await generateReactWrappers(inURL, outURL);
Patch Changes
- 699a812:
11ty: prevent duplicate IDs on code pages when multiple elements are documented