@ccslabs/xtend 0.1.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +65 -0
- package/LICENSE +201 -0
- package/README.md +184 -0
- package/a11y/motion-contrast-policy.d.ts +32 -0
- package/a11y/motion-contrast-policy.js +261 -0
- package/a11y/runtime-a11y-contract.d.ts +44 -0
- package/a11y/runtime-a11y-contract.js +385 -0
- package/a11y/screenreader-signals.d.ts +32 -0
- package/a11y/screenreader-signals.js +372 -0
- package/api.d.ts +168 -0
- package/api.js +864 -0
- package/catalog/catalog-public-types.d.ts +66 -0
- package/catalog/component-catalog-coverage.d.ts +20 -0
- package/catalog/component-catalog-coverage.js +377 -0
- package/catalog/component-long-tail-migration.d.ts +18 -0
- package/catalog/component-long-tail-migration.js +305 -0
- package/catalog/component-regression-priority.d.ts +20 -0
- package/catalog/component-regression-priority.js +305 -0
- package/catalog/enterprise-component-flex-release-handoff.d.ts +32 -0
- package/catalog/enterprise-component-flex-release-handoff.js +437 -0
- package/catalog/enterprise-component-style-audit.d.ts +22 -0
- package/catalog/enterprise-component-style-audit.js +353 -0
- package/catalog/enterprise-form-control-theme-a11y.d.ts +19 -0
- package/catalog/enterprise-form-control-theme-a11y.js +220 -0
- package/catalog/enterprise-icon-control-audit.d.ts +21 -0
- package/catalog/enterprise-icon-control-audit.js +258 -0
- package/catalog/enterprise-layout-display-media-tokenization.d.ts +20 -0
- package/catalog/enterprise-layout-display-media-tokenization.js +237 -0
- package/catalog/enterprise-navigation-routing-state-hardening.d.ts +20 -0
- package/catalog/enterprise-navigation-routing-state-hardening.js +255 -0
- package/catalog/enterprise-overlay-mode-token-parity.d.ts +15 -0
- package/catalog/enterprise-overlay-mode-token-parity.js +178 -0
- package/catalog/enterprise-third-party-authoring-guide.d.ts +23 -0
- package/catalog/enterprise-third-party-authoring-guide.js +310 -0
- package/catalog/enterprise-visual-dom-snapshot-matrix.d.ts +31 -0
- package/catalog/enterprise-visual-dom-snapshot-matrix.js +357 -0
- package/catalog/epic10-existing-component-metadata.d.ts +25 -0
- package/catalog/epic10-existing-component-metadata.js +534 -0
- package/catalog/epic10-p0-component-wave.d.ts +28 -0
- package/catalog/epic10-p0-component-wave.js +688 -0
- package/catalog/epic10-platform-gates.d.ts +31 -0
- package/catalog/epic10-platform-gates.js +425 -0
- package/catalog/epic10-release-handoff.d.ts +30 -0
- package/catalog/epic10-release-handoff.js +195 -0
- package/catalog/epic11-enterprise-ux-handoff.d.ts +29 -0
- package/catalog/epic11-enterprise-ux-handoff.js +403 -0
- package/catalog/epic12-docs-adoption.d.ts +29 -0
- package/catalog/epic12-docs-adoption.js +183 -0
- package/catalog/epic12-rc0-gate-matrix.d.ts +36 -0
- package/catalog/epic12-rc0-gate-matrix.js +439 -0
- package/catalog/epic12-rc0-handoff.d.ts +30 -0
- package/catalog/epic12-rc0-handoff.js +385 -0
- package/catalog/epic13-conditional-network-evidence-ci.d.ts +35 -0
- package/catalog/epic13-conditional-network-evidence-ci.js +278 -0
- package/catalog/epic13-conditional-network-evidence.d.ts +34 -0
- package/catalog/epic13-conditional-network-evidence.js +280 -0
- package/catalog/epic13-docs-rmt-production-hardening.d.ts +39 -0
- package/catalog/epic13-docs-rmt-production-hardening.js +286 -0
- package/catalog/epic13-hydration-performance-closure.d.ts +33 -0
- package/catalog/epic13-hydration-performance-closure.js +234 -0
- package/catalog/epic13-known-residual-triage.d.ts +32 -0
- package/catalog/epic13-known-residual-triage.js +339 -0
- package/catalog/epic13-package-export-lock.d.ts +41 -0
- package/catalog/epic13-package-export-lock.js +604 -0
- package/catalog/epic13-prod-browser-csp-smoke.d.ts +35 -0
- package/catalog/epic13-prod-browser-csp-smoke.js +218 -0
- package/catalog/epic13-rc1-gate-matrix-ci-handoff.d.ts +36 -0
- package/catalog/epic13-rc1-gate-matrix-ci-handoff.js +418 -0
- package/catalog/epic13-rc1-migration-notes.d.ts +36 -0
- package/catalog/epic13-rc1-migration-notes.js +271 -0
- package/catalog/epic13-rc1-readiness.d.ts +33 -0
- package/catalog/epic13-rc1-readiness.js +487 -0
- package/catalog/epic13-release-owner-acceptance.d.ts +33 -0
- package/catalog/epic13-release-owner-acceptance.js +354 -0
- package/catalog/epic13-release-report-pack-dry-run-evidence.d.ts +36 -0
- package/catalog/epic13-release-report-pack-dry-run-evidence.js +253 -0
- package/catalog/epic13-rmt-production-readiness.d.ts +35 -0
- package/catalog/epic13-rmt-production-readiness.js +314 -0
- package/catalog/epic13-trusted-dom-boundary.d.ts +36 -0
- package/catalog/epic13-trusted-dom-boundary.js +230 -0
- package/catalog/epic13-visual-owner-artifact.d.ts +35 -0
- package/catalog/epic13-visual-owner-artifact.js +233 -0
- package/catalog/epic14-lsp-handoff.d.ts +28 -0
- package/catalog/epic14-lsp-handoff.js +312 -0
- package/catalog/epic14-rmt-tooling.d.ts +33 -0
- package/catalog/epic14-rmt-tooling.js +282 -0
- package/catalog/surface-manager-adapter-runtime.d.ts +37 -0
- package/catalog/surface-manager-adapter-runtime.js +203 -0
- package/catalog/surface-manager-browser-lab.d.ts +39 -0
- package/catalog/surface-manager-browser-lab.js +225 -0
- package/catalog/surface-manager-controller.d.ts +43 -0
- package/catalog/surface-manager-controller.js +290 -0
- package/catalog/surface-manager-layout-engines.d.ts +32 -0
- package/catalog/surface-manager-layout-engines.js +161 -0
- package/catalog/surface-manager-lazy-loading.d.ts +35 -0
- package/catalog/surface-manager-lazy-loading.js +173 -0
- package/catalog/surface-manager-materialization.d.ts +37 -0
- package/catalog/surface-manager-materialization.js +202 -0
- package/catalog/surface-manager-native-rmt-surfaces.d.ts +48 -0
- package/catalog/surface-manager-native-rmt-surfaces.js +325 -0
- package/catalog/surface-manager-overlay-bridge.d.ts +42 -0
- package/catalog/surface-manager-overlay-bridge.js +247 -0
- package/catalog/surface-manager-persistence.d.ts +37 -0
- package/catalog/surface-manager-persistence.js +178 -0
- package/catalog/surface-manager-quality-gates.d.ts +48 -0
- package/catalog/surface-manager-quality-gates.js +324 -0
- package/catalog/surface-manager-release-handoff.d.ts +47 -0
- package/catalog/surface-manager-release-handoff.js +274 -0
- package/catalog/surface-manager-remote-policy.d.ts +34 -0
- package/catalog/surface-manager-remote-policy.js +199 -0
- package/catalog/surface-manager-rmt-authoring.d.ts +44 -0
- package/catalog/surface-manager-rmt-authoring.js +368 -0
- package/catalog/surface-manager-route-lifecycle.d.ts +32 -0
- package/catalog/surface-manager-route-lifecycle.js +162 -0
- package/catalog/surface-manager-runtime-release-handoff.d.ts +36 -0
- package/catalog/surface-manager-runtime-release-handoff.js +245 -0
- package/catalog/surface-manager-side-panel-runtime.d.ts +46 -0
- package/catalog/surface-manager-side-panel-runtime.js +307 -0
- package/catalog/surface-manager-stack-policy.d.ts +32 -0
- package/catalog/surface-manager-stack-policy.js +169 -0
- package/catalog/surface-manager-window-runtime.d.ts +45 -0
- package/catalog/surface-manager-window-runtime.js +285 -0
- package/catalog/surface-manager-workbench-fixture.d.ts +50 -0
- package/catalog/surface-manager-workbench-fixture.js +315 -0
- package/catalog/type-exports-api.js +236 -0
- package/catalog/type-exports-builder.js +405 -0
- package/catalog/type-exports-catalog.js +394 -0
- package/catalog/type-exports-loader.js +266 -0
- package/catalog/type-exports-policy.js +461 -0
- package/catalog/type-exports-rmt.js +407 -0
- package/catalog/type-exports-vendor.js +365 -0
- package/catalog/type-exports.js +574 -0
- package/components/icon-packs/core.js +154 -0
- package/components/icon-packs/lucide.js +136 -0
- package/components/manifest.json +44 -0
- package/components/prism.d.ts +73 -0
- package/components/prism.js +300 -0
- package/components/turndown.d.ts +34 -0
- package/components/turndown.js +107 -0
- package/components/x-rmt-lifecycle-demo-build.d.ts +78 -0
- package/components/x-rmt-lifecycle-demo-build.js +1175 -0
- package/components/x-rmt-lifecycle-demo.d.ts +83 -0
- package/components/x-rmt-lifecycle-demo.js +1175 -0
- package/components/xalert.d.ts +42 -0
- package/components/xalert.js +538 -0
- package/components/xbutton.d.ts +127 -0
- package/components/xbutton.js +612 -0
- package/components/xcalendar.d.ts +39 -0
- package/components/xcalendar.js +338 -0
- package/components/xcards.d.ts +34 -0
- package/components/xcards.js +253 -0
- package/components/xcheckbox.d.ts +48 -0
- package/components/xcheckbox.js +448 -0
- package/components/xcode.d.ts +35 -0
- package/components/xcode.js +370 -0
- package/components/xdialog.d.ts +48 -0
- package/components/xdialog.js +763 -0
- package/components/xdrawer.d.ts +61 -0
- package/components/xdrawer.js +654 -0
- package/components/xfooter.d.ts +41 -0
- package/components/xfooter.js +351 -0
- package/components/xform.d.ts +43 -0
- package/components/xform.js +456 -0
- package/components/xheader.d.ts +68 -0
- package/components/xheader.js +1253 -0
- package/components/xhero.d.ts +42 -0
- package/components/xhero.js +475 -0
- package/components/xicon.d.ts +146 -0
- package/components/xicon.js +688 -0
- package/components/xinput.d.ts +37 -0
- package/components/xinput.js +444 -0
- package/components/xlightbox.d.ts +48 -0
- package/components/xlightbox.js +571 -0
- package/components/xlink.d.ts +63 -0
- package/components/xlink.js +565 -0
- package/components/xmasonry.d.ts +35 -0
- package/components/xmasonry.js +666 -0
- package/components/xmenu.d.ts +118 -0
- package/components/xmenu.js +1005 -0
- package/components/xmodal.d.ts +64 -0
- package/components/xmodal.js +831 -0
- package/components/xplayer.d.ts +57 -0
- package/components/xplayer.js +1748 -0
- package/components/xpopover.d.ts +54 -0
- package/components/xpopover.js +466 -0
- package/components/xprogress.d.ts +40 -0
- package/components/xprogress.js +345 -0
- package/components/xradio.d.ts +50 -0
- package/components/xradio.js +474 -0
- package/components/xrouter.d.ts +244 -0
- package/components/xrouter.js +1841 -0
- package/components/xsection.d.ts +34 -0
- package/components/xsection.js +253 -0
- package/components/xselect.d.ts +46 -0
- package/components/xselect.js +463 -0
- package/components/xsidepanel.d.ts +56 -0
- package/components/xsidepanel.js +728 -0
- package/components/xspinner.d.ts +38 -0
- package/components/xspinner.js +388 -0
- package/components/xstate.d.ts +137 -0
- package/components/xstate.js +493 -0
- package/components/xstatus.d.ts +41 -0
- package/components/xstatus.js +381 -0
- package/components/xsummary.d.ts +43 -0
- package/components/xsummary.js +293 -0
- package/components/xsurfacemanager-controller.d.ts +130 -0
- package/components/xsurfacemanager-controller.js +699 -0
- package/components/xsurfacemanager.d.ts +452 -0
- package/components/xsurfacemanager.js +3775 -0
- package/components/xsurfaceoverlay-bridge.d.ts +43 -0
- package/components/xsurfaceoverlay-bridge.js +238 -0
- package/components/xsurfacewindow.d.ts +50 -0
- package/components/xsurfacewindow.js +576 -0
- package/components/xtabs.d.ts +73 -0
- package/components/xtabs.js +611 -0
- package/components/xtend-public-types.d.ts +208 -0
- package/components/xtextarea.d.ts +46 -0
- package/components/xtextarea.js +451 -0
- package/components/xtheme.d.ts +253 -0
- package/components/xtheme.js +1438 -0
- package/components/xtoast.d.ts +39 -0
- package/components/xtoast.js +389 -0
- package/components/xtooltip.d.ts +53 -0
- package/components/xtooltip.js +432 -0
- package/components/xtype.d.ts +42 -0
- package/components/xtype.js +244 -0
- package/components/xutils.d.ts +164 -0
- package/components/xutils.js +496 -0
- package/components/xwriter.d.ts +67 -0
- package/components/xwriter.js +854 -0
- package/design-tokens/themes/enterprise-light.json +40 -0
- package/design-tokens/themes/xtend-signature.json +126 -0
- package/design-tokens/xtend-design-tokens.d.ts +95 -0
- package/design-tokens/xtend-design-tokens.js +395 -0
- package/design-tokens/xtheme-token-alias-layer.d.ts +84 -0
- package/design-tokens/xtheme-token-alias-layer.js +423 -0
- package/docs/.htaccess +51 -0
- package/docs/README.md +340 -0
- package/docs/XTend-ADR.md +221 -0
- package/docs/a11y-keyboard-smokes.md +62 -0
- package/docs/about.md +18 -0
- package/docs/api.md +157 -0
- package/docs/best-practices.md +76 -0
- package/docs/component-catalog-coverage.md +58 -0
- package/docs/component-lab.md +103 -0
- package/docs/component-long-tail-migration.md +41 -0
- package/docs/component-platform.md +159 -0
- package/docs/component-ux-app-authoring.md +130 -0
- package/docs/component-ux-authoring.md +96 -0
- package/docs/component-ux-gates.md +45 -0
- package/docs/components/x-rmt-lifecycle-demo-build.md +60 -0
- package/docs/components/xalert.md +81 -0
- package/docs/components/xbutton.md +103 -0
- package/docs/components/xcalendar.md +82 -0
- package/docs/components/xcards.md +128 -0
- package/docs/components/xcheckbox.md +102 -0
- package/docs/components/xcode.md +126 -0
- package/docs/components/xdialog.md +92 -0
- package/docs/components/xdrawer.md +84 -0
- package/docs/components/xfooter.md +126 -0
- package/docs/components/xform.md +128 -0
- package/docs/components/xheader.md +308 -0
- package/docs/components/xhero.md +142 -0
- package/docs/components/xicon.md +125 -0
- package/docs/components/xinput.md +129 -0
- package/docs/components/xlightbox.md +98 -0
- package/docs/components/xlink.md +109 -0
- package/docs/components/xmasonry.md +124 -0
- package/docs/components/xmenu.md +158 -0
- package/docs/components/xmodal.md +82 -0
- package/docs/components/xplayer.md +104 -0
- package/docs/components/xpopover.md +67 -0
- package/docs/components/xprogress.md +56 -0
- package/docs/components/xradio.md +103 -0
- package/docs/components/xrouter.md +260 -0
- package/docs/components/xsection.md +125 -0
- package/docs/components/xselect.md +105 -0
- package/docs/components/xsidepanel.md +30 -0
- package/docs/components/xspinner.md +102 -0
- package/docs/components/xstate.md +148 -0
- package/docs/components/xstatus.md +55 -0
- package/docs/components/xsummary.md +78 -0
- package/docs/components/xsurfacemanager.md +27 -0
- package/docs/components/xsurfacewindow.md +21 -0
- package/docs/components/xtabs.md +160 -0
- package/docs/components/xtextarea.md +98 -0
- package/docs/components/xtheme.md +167 -0
- package/docs/components/xtoast.md +62 -0
- package/docs/components/xtooltip.md +66 -0
- package/docs/components/xtype.md +82 -0
- package/docs/components/xutils.md +144 -0
- package/docs/components/xwriter.md +94 -0
- package/docs/components.md +117 -0
- package/docs/conditional-network-evidence-ci.md +38 -0
- package/docs/conditional-network-evidence.md +50 -0
- package/docs/core-migration-guide.md +110 -0
- package/docs/design-tokens.md +116 -0
- package/docs/docs-rmt-production-hardening.md +31 -0
- package/docs/enterprise-adoption.md +411 -0
- package/docs/enterprise-component-flex-release-handoff.md +129 -0
- package/docs/epic10-platform-gates.md +62 -0
- package/docs/epic10-release-handoff.md +81 -0
- package/docs/epic11-enterprise-ux-handoff.md +70 -0
- package/docs/epic12-rc0-handoff.md +61 -0
- package/docs/existing-component-metadata.md +67 -0
- package/docs/hydration-performance-closure.md +34 -0
- package/docs/hydration-policies.md +71 -0
- package/docs/index.php +1625 -0
- package/docs/known-residual-triage.md +22 -0
- package/docs/manifest-import-policy.md +79 -0
- package/docs/manifest.md +106 -0
- package/docs/menu.json +1190 -0
- package/docs/motion-contrast.md +67 -0
- package/docs/package-export-lock.md +44 -0
- package/docs/performance-measurements.md +106 -0
- package/docs/performance-regression.md +89 -0
- package/docs/performance.md +94 -0
- package/docs/previews/README.md +17 -0
- package/docs/prod-browser-csp-smokes.md +40 -0
- package/docs/public-component-types.md +79 -0
- package/docs/quick-start-guide.md +152 -0
- package/docs/rc0-adoption-guide.md +102 -0
- package/docs/rc0-gate-matrix.md +58 -0
- package/docs/rc1-gate-matrix-ci-handoff.md +56 -0
- package/docs/rc1-migration-notes.md +69 -0
- package/docs/rc1-readiness.md +46 -0
- package/docs/release-owner-acceptance.md +56 -0
- package/docs/release-report-pack-dry-run-evidence.md +39 -0
- package/docs/rmt-dsl-authoring-polish.md +122 -0
- package/docs/rmt-first-demo-app.md +77 -0
- package/docs/rmt-first-xtend-apps.md +105 -0
- package/docs/rmt-kernel-panic-recovery-incident-handoff.md +61 -0
- package/docs/rmt-kernel-security-hardening-migration.md +50 -0
- package/docs/rmt-kernel-trusted-output-authoring.md +69 -0
- package/docs/rmt-language-server.md +177 -0
- package/docs/rmt-lifecycle-demo.md +25 -0
- package/docs/rmt-linter.md +140 -0
- package/docs/rmt-production-readiness.md +63 -0
- package/docs/rmt-tooling-release-gates.md +77 -0
- package/docs/rmt-vnext-authoring.md +60 -0
- package/docs/rmt-vnext-cross-surface-events.md +68 -0
- package/docs/rmt-vnext-enterprise-mfe-handoff.md +70 -0
- package/docs/rmt-vnext-migration-notes.md +62 -0
- package/docs/rmt-vnext-release-handoff.md +69 -0
- package/docs/rmt-vnext-remote-surfaces.md +90 -0
- package/docs/rmt-vnext-surface-registry-enterprise.md +76 -0
- package/docs/screenreader-signals.md +56 -0
- package/docs/supply-chain-gates.md +100 -0
- package/docs/surface-manager-authoring-guide.md +94 -0
- package/docs/surface-manager-browser-lab.md +45 -0
- package/docs/surface-manager-component-lab.md +43 -0
- package/docs/surface-manager-controller.md +66 -0
- package/docs/surface-manager-layout-engines.md +32 -0
- package/docs/surface-manager-lazy-hydration.md +63 -0
- package/docs/surface-manager-migration-guide.md +94 -0
- package/docs/surface-manager-native-rmt-surfaces.md +38 -0
- package/docs/surface-manager-overlay-bridge.md +53 -0
- package/docs/surface-manager-persistence.md +30 -0
- package/docs/surface-manager-quality-gates.md +51 -0
- package/docs/surface-manager-release-handoff.md +68 -0
- package/docs/surface-manager-remote-policy.md +54 -0
- package/docs/surface-manager-rmt-authoring.md +86 -0
- package/docs/surface-manager-route-lifecycle.md +59 -0
- package/docs/surface-manager-runtime-release-handoff.md +69 -0
- package/docs/surface-manager-side-panel-runtime.md +36 -0
- package/docs/surface-manager-stack-policy.md +39 -0
- package/docs/surface-manager-window-runtime.md +47 -0
- package/docs/surface-manager-workbench-fixture.md +43 -0
- package/docs/third-party-design-authoring.md +406 -0
- package/docs/trusted-dom-boundary-browser-proof.md +32 -0
- package/docs/trusted-dom-sanitizing.md +110 -0
- package/docs/type-exports.md +61 -0
- package/docs/typescript-components.md +63 -0
- package/docs/utils/fabric-runtime.js +650 -0
- package/docs/utils/pageloader.js +2823 -0
- package/docs/utils/parsedown.php +298 -0
- package/docs/visual-browser-regression.md +83 -0
- package/docs/visual-owner-artifacts.md +46 -0
- package/docs/visual-snapshot-automation.md +87 -0
- package/docs/xtend-api-types.md +55 -0
- package/docs/xtend-builder-types.md +55 -0
- package/docs/xtend-catalog-types.md +44 -0
- package/docs/xtend-fabric-rmt-lane-mapping.md +143 -0
- package/docs/xtend-fabric.md +474 -0
- package/docs/xtend-loader-types.md +58 -0
- package/docs/xtend-loader.md +265 -0
- package/docs/xtend-policy-types.md +38 -0
- package/docs/xtend-rmt-types.md +39 -0
- package/docs/xtend-vendor-types.md +36 -0
- package/docs/xtendrmt-app-dsl.md +269 -0
- package/docs/xtendrmt-migration-guide.md +235 -0
- package/docs/xtendrmt-native-authoring.md +337 -0
- package/docs/xtendrmt-overview.md +89 -0
- package/docs/xtendrmt-parsedown-docs.rmt +956 -0
- package/docs/xtendrmt-parsedown-scheduling.md +301 -0
- package/docs/xtendrmt-runtime-bridge.md +155 -0
- package/fabric/hydration-policy.d.ts +27 -0
- package/fabric/hydration-policy.js +306 -0
- package/fabric/package.json +58 -0
- package/fabric/rmt-lane-mapping.d.ts +47 -0
- package/fabric/rmt-lane-mapping.js +504 -0
- package/fabric/xtend-fabric.d.ts +81 -0
- package/fabric/xtend-fabric.js +2669 -0
- package/fabric/xtend-policy-public-types.d.ts +135 -0
- package/package.json +8225 -0
- package/security/README.md +54 -0
- package/security/manifest-import-policy.d.ts +43 -0
- package/security/manifest-import-policy.js +260 -0
- package/security/supply-chain-gate-policy.d.ts +45 -0
- package/security/supply-chain-gate-policy.js +249 -0
- package/security/trusted-dom-policy.d.ts +36 -0
- package/security/trusted-dom-policy.js +316 -0
- package/tools/package.json +77 -0
- package/tools/rmt-editor/vscode/README.md +33 -0
- package/tools/rmt-editor/vscode/extension.d.ts +9 -0
- package/tools/rmt-editor/vscode/extension.js +55 -0
- package/tools/rmt-editor/vscode/language-configuration.json +28 -0
- package/tools/rmt-editor/vscode/package.json +83 -0
- package/tools/rmt-editor/vscode/snippets/rmt.code-snippets +243 -0
- package/tools/rmt-editor/vscode/syntaxes/rmt.tmLanguage.json +13 -0
- package/tools/rmt-editor/vscode/xtend-rmt-language-0.0.0-enterprise-readiness.vsix +0 -0
- package/tools/rmt-language/code-actions.d.ts +15 -0
- package/tools/rmt-language/code-actions.js +566 -0
- package/tools/rmt-language/completions.d.ts +22 -0
- package/tools/rmt-language/completions.js +475 -0
- package/tools/rmt-language/definitions.d.ts +13 -0
- package/tools/rmt-language/definitions.js +212 -0
- package/tools/rmt-language/diagnostics.d.ts +23 -0
- package/tools/rmt-language/diagnostics.js +486 -0
- package/tools/rmt-language/format-adapter.d.ts +16 -0
- package/tools/rmt-language/format-adapter.js +270 -0
- package/tools/rmt-language/hover.d.ts +12 -0
- package/tools/rmt-language/hover.js +326 -0
- package/tools/rmt-language/kernel-escalation.d.ts +122 -0
- package/tools/rmt-language/kernel-escalation.js +427 -0
- package/tools/rmt-language/kernel-panic-monitor.d.ts +176 -0
- package/tools/rmt-language/kernel-panic-monitor.js +674 -0
- package/tools/rmt-language/kernel-policy-parity.d.ts +142 -0
- package/tools/rmt-language/kernel-policy-parity.js +629 -0
- package/tools/rmt-language/kernel-recovery.d.ts +173 -0
- package/tools/rmt-language/kernel-recovery.js +666 -0
- package/tools/rmt-language/kernel-scheduler-failure.d.ts +136 -0
- package/tools/rmt-language/kernel-scheduler-failure.js +486 -0
- package/tools/rmt-language/kernel-security-regression.d.ts +154 -0
- package/tools/rmt-language/kernel-security-regression.js +465 -0
- package/tools/rmt-language/kernel-trust-authority.d.ts +120 -0
- package/tools/rmt-language/kernel-trust-authority.js +549 -0
- package/tools/rmt-language/parser.d.ts +14 -0
- package/tools/rmt-language/parser.js +111 -0
- package/tools/rmt-language/rmt-tooling-public-types.d.ts +179 -0
- package/tools/rmt-language/rules/boundary-policy.js +81 -0
- package/tools/rmt-language/rules/document-policy.js +65 -0
- package/tools/rmt-language/rules/index.js +29 -0
- package/tools/rmt-language/rules/route-policy.js +81 -0
- package/tools/rmt-language/rules/scheduler-policy.js +66 -0
- package/tools/rmt-language/rules/template-policy.js +130 -0
- package/tools/rmt-language/semantic-graph.d.ts +18 -0
- package/tools/rmt-language/semantic-graph.js +827 -0
- package/tools/rmt-language/snippets/README.md +17 -0
- package/tools/rmt-language/snippets/index.d.ts +17 -0
- package/tools/rmt-language/snippets/index.js +417 -0
- package/tools/rmt-language/snippets/rmt.code-snippets +243 -0
- package/tools/rmt-language/source-model.d.ts +14 -0
- package/tools/rmt-language/source-model.js +731 -0
- package/tools/rmt-language/symbols.d.ts +13 -0
- package/tools/rmt-language/symbols.js +183 -0
- package/tools/rmt-language/vnext-compatibility.d.ts +28 -0
- package/tools/rmt-language/vnext-compatibility.js +675 -0
- package/tools/rmt-language/vnext-compiler.d.ts +17 -0
- package/tools/rmt-language/vnext-compiler.js +716 -0
- package/tools/rmt-language/vnext-composition.d.ts +30 -0
- package/tools/rmt-language/vnext-composition.js +595 -0
- package/tools/rmt-language/vnext-conditions.d.ts +25 -0
- package/tools/rmt-language/vnext-conditions.js +474 -0
- package/tools/rmt-language/vnext-cross-surface-events.d.ts +30 -0
- package/tools/rmt-language/vnext-cross-surface-events.js +607 -0
- package/tools/rmt-language/vnext-degradation.d.ts +23 -0
- package/tools/rmt-language/vnext-degradation.js +428 -0
- package/tools/rmt-language/vnext-enterprise-fixtures.d.ts +28 -0
- package/tools/rmt-language/vnext-enterprise-fixtures.js +487 -0
- package/tools/rmt-language/vnext-enterprise-registry.d.ts +21 -0
- package/tools/rmt-language/vnext-enterprise-registry.js +495 -0
- package/tools/rmt-language/vnext-enterprise-release.d.ts +44 -0
- package/tools/rmt-language/vnext-enterprise-release.js +472 -0
- package/tools/rmt-language/vnext-event-governance.d.ts +29 -0
- package/tools/rmt-language/vnext-event-governance.js +488 -0
- package/tools/rmt-language/vnext-events.d.ts +44 -0
- package/tools/rmt-language/vnext-events.js +680 -0
- package/tools/rmt-language/vnext-import-resolver.d.ts +28 -0
- package/tools/rmt-language/vnext-import-resolver.js +642 -0
- package/tools/rmt-language/vnext-lifecycle.d.ts +22 -0
- package/tools/rmt-language/vnext-lifecycle.js +404 -0
- package/tools/rmt-language/vnext-parser.d.ts +21 -0
- package/tools/rmt-language/vnext-parser.js +1391 -0
- package/tools/rmt-language/vnext-regression.d.ts +25 -0
- package/tools/rmt-language/vnext-regression.js +394 -0
- package/tools/rmt-language/vnext-release.d.ts +29 -0
- package/tools/rmt-language/vnext-release.js +293 -0
- package/tools/rmt-language/vnext-remote-compatibility.d.ts +33 -0
- package/tools/rmt-language/vnext-remote-compatibility.js +892 -0
- package/tools/rmt-language/vnext-remote-compiler.d.ts +14 -0
- package/tools/rmt-language/vnext-remote-compiler.js +520 -0
- package/tools/rmt-language/vnext-remote-manifest.d.ts +33 -0
- package/tools/rmt-language/vnext-remote-manifest.js +538 -0
- package/tools/rmt-language/vnext-remote-security.d.ts +27 -0
- package/tools/rmt-language/vnext-remote-security.js +380 -0
- package/tools/rmt-language/vnext-remote-tooling.d.ts +25 -0
- package/tools/rmt-language/vnext-remote-tooling.js +805 -0
- package/tools/rmt-language/vnext-scheduler.d.ts +24 -0
- package/tools/rmt-language/vnext-scheduler.js +469 -0
- package/tools/rmt-language/vnext-security.d.ts +28 -0
- package/tools/rmt-language/vnext-security.js +597 -0
- package/tools/rmt-language/vnext-streaming.d.ts +28 -0
- package/tools/rmt-language/vnext-streaming.js +593 -0
- package/tools/rmt-language/vnext-surfaces.d.ts +24 -0
- package/tools/rmt-language/vnext-surfaces.js +406 -0
- package/tools/rmt-language/vnext-tooling.d.ts +25 -0
- package/tools/rmt-language/vnext-tooling.js +728 -0
- package/tools/rmt-language-server/protocol.d.ts +22 -0
- package/tools/rmt-language-server/protocol.js +352 -0
- package/tools/rmt-language-server/server.d.ts +15 -0
- package/tools/rmt-language-server/server.js +622 -0
- package/tools/rmt-linter/cli.d.ts +14 -0
- package/tools/rmt-linter/cli.js +450 -0
- package/tools/rmt-linter/reporter.d.ts +16 -0
- package/tools/rmt-linter/reporter.js +472 -0
- package/xtend-builder/README.md +83 -0
- package/xtend-builder/a11y/README.md +42 -0
- package/xtend-builder/a11y/component-a11y-profile.d.ts +14 -0
- package/xtend-builder/a11y/component-a11y-profile.js +314 -0
- package/xtend-builder/blueprints/README.md +105 -0
- package/xtend-builder/blueprints/component-blueprint.contract.d.ts +16 -0
- package/xtend-builder/blueprints/component-blueprint.contract.js +343 -0
- package/xtend-builder/builder-public-types.d.ts +234 -0
- package/xtend-builder/extensions/README.md +26 -0
- package/xtend-builder/extensions/component-extension-points.d.ts +11 -0
- package/xtend-builder/extensions/component-extension-points.js +277 -0
- package/xtend-builder/generators/README.md +149 -0
- package/xtend-builder/generators/component-files.d.ts +5 -0
- package/xtend-builder/generators/component-files.js +769 -0
- package/xtend-builder/generators/component-plan.d.ts +4 -0
- package/xtend-builder/generators/component-plan.js +104 -0
- package/xtend-builder/generators/registry.d.ts +6 -0
- package/xtend-builder/generators/registry.js +118 -0
- package/xtend-builder/generators/rmt-build.js +738 -0
- package/xtend-builder/generators/rmt-lifecycle-demo.js +922 -0
- package/xtend-builder/lib/cli.d.ts +9 -0
- package/xtend-builder/lib/cli.js +543 -0
- package/xtend-builder/lib/layout.d.ts +6 -0
- package/xtend-builder/lib/layout.js +153 -0
- package/xtend-builder/lib/package-resolver.js +25 -0
- package/xtend-builder/package.json +90 -0
- package/xtend-builder/performance/README.md +31 -0
- package/xtend-builder/performance/component-performance-profile.d.ts +11 -0
- package/xtend-builder/performance/component-performance-profile.js +347 -0
- package/xtend-builder/performance/component-ux-performance-contract.d.ts +27 -0
- package/xtend-builder/performance/component-ux-performance-contract.js +424 -0
- package/xtend-builder/preview/README.md +61 -0
- package/xtend-builder/preview/component-lab-ux-inspector.d.ts +20 -0
- package/xtend-builder/preview/component-lab-ux-inspector.js +448 -0
- package/xtend-builder/preview/component-lab.d.ts +14 -0
- package/xtend-builder/preview/component-lab.js +278 -0
- package/xtend-builder/preview/component-preview.d.ts +5 -0
- package/xtend-builder/preview/component-preview.js +160 -0
- package/xtend-builder/scaffold.config.d.ts +4 -0
- package/xtend-builder/scaffold.config.js +2056 -0
- package/xtend-builder/scaffold.d.ts +3 -0
- package/xtend-builder/scaffold.js +11 -0
- package/xtend-builder/templates/README.md +33 -0
- package/xtend-builder/templates/component/a11y.template.ts +11 -0
- package/xtend-builder/templates/component/component-suite.template.d.ts +2 -0
- package/xtend-builder/templates/component/component-suite.template.js +108 -0
- package/xtend-builder/templates/component/contract.template.ts +10 -0
- package/xtend-builder/templates/component/demo-plan.template.md +73 -0
- package/xtend-builder/templates/component/docs.template.md +301 -0
- package/xtend-builder/templates/component/fixture-data.template.ts +28 -0
- package/xtend-builder/templates/component/fixture.template.html +37 -0
- package/xtend-builder/templates/component/manifest-plan.template.json +22 -0
- package/xtend-builder/templates/component/performance.template.ts +13 -0
- package/xtend-builder/templates/component/rmt.template.ts +12 -0
- package/xtend-builder/templates/component/source.template.d.ts +2 -0
- package/xtend-builder/templates/component/source.template.js +137 -0
- package/xtend-builder/templates/component/source.template.ts +110 -0
- package/xtend-builder/templates/component/types.template.d.ts +423 -0
- package/xtend-builder/templates/loader.d.ts +4 -0
- package/xtend-builder/templates/loader.js +51 -0
- package/xtend-builder/templates/registry.d.ts +6 -0
- package/xtend-builder/templates/registry.js +119 -0
- package/xtend-builder/typing/README.md +130 -0
- package/xtend-builder/typing/component-contract-v2.d.ts +15 -0
- package/xtend-builder/typing/component-contract-v2.js +248 -0
- package/xtend-builder/typing/component-network-contract.d.ts +22 -0
- package/xtend-builder/typing/component-network-contract.js +478 -0
- package/xtend-builder/typing/component-shell-contract.d.ts +21 -0
- package/xtend-builder/typing/component-shell-contract.js +312 -0
- package/xtend-builder/typing/component-styling-contract.d.ts +22 -0
- package/xtend-builder/typing/component-styling-contract.js +301 -0
- package/xtend-builder/typing/component-types.d.ts +10 -0
- package/xtend-builder/typing/component-types.js +551 -0
- package/xtend-builder/typing/enterprise-component-flex-hardening-contract.d.ts +20 -0
- package/xtend-builder/typing/enterprise-component-flex-hardening-contract.js +332 -0
- package/xtend-builder/typing/feedback-status-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/feedback-status-ux-contract.js +347 -0
- package/xtend-builder/typing/form-controls-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/form-controls-ux-contract.js +357 -0
- package/xtend-builder/typing/layout-display-media-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/layout-display-media-ux-contract.js +420 -0
- package/xtend-builder/typing/navigation-routing-ux-contract.d.ts +17 -0
- package/xtend-builder/typing/navigation-routing-ux-contract.js +297 -0
- package/xtend-builder/typing/overlay-interaction-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/overlay-interaction-ux-contract.js +383 -0
- package/xtend-builder/typing/rmt-dsl-authoring-polish.d.ts +27 -0
- package/xtend-builder/typing/rmt-dsl-authoring-polish.js +419 -0
- package/xtend-builder/typing/rmt-shell-authoring-contract.d.ts +26 -0
- package/xtend-builder/typing/rmt-shell-authoring-contract.js +315 -0
- package/xtend-builder/utils/README.md +8 -0
- package/xtend-builder/utils/naming.d.ts +7 -0
- package/xtend-builder/utils/naming.js +36 -0
- package/xtend-builder/utils/validation.d.ts +5 -0
- package/xtend-builder/utils/validation.js +95 -0
- package/xtend-builder/wiring/README.md +46 -0
- package/xtend-builder/wiring/features.d.ts +5 -0
- package/xtend-builder/wiring/features.js +165 -0
- package/xtend-builder/wiring/hydration.d.ts +4 -0
- package/xtend-builder/wiring/hydration.js +44 -0
- package/xtend-builder/wiring/manifest.d.ts +5 -0
- package/xtend-builder/wiring/manifest.js +48 -0
- package/xtend-builder/workflows/README.md +47 -0
- package/xtend-builder/workflows/developer-workflow.d.ts +6 -0
- package/xtend-builder/workflows/developer-workflow.js +125 -0
- package/xtend-builder/writing/manifest-patcher.d.ts +49 -0
- package/xtend-builder/writing/manifest-patcher.js +391 -0
- package/xtend-builder/writing/write-plan.d.ts +148 -0
- package/xtend-builder/writing/write-plan.js +646 -0
- package/xtend-dev.d.ts +23 -0
- package/xtend-dev.js +4 -0
- package/xtend-loader.d.ts +201 -0
- package/xtend-loader.js +1704 -0
- package/xtend.css +402 -0
- package/xtendrmt/package.json +64 -0
- package/xtendrmt/rmt-core.d.ts +4452 -0
- package/xtendrmt/rmt-core.esm.js +25793 -0
- package/xtendrmt/rmt-first-demo-app.js +265 -0
- package/xtendrmt/rmt-first-demo-app.rmt +737 -0
- package/xtendrmt/rmt-lifecycle-demo.app.js +493 -0
- package/xtendrmt/rmt-lifecycle-demo.core.json +810 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt +35 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt-build.app.js +153 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt-build.core.json +810 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt-build.scaffold.json +202 -0
- package/xtendrmt/rmt-lifecycle-demo.scaffold.json +187 -0
- package/xtendrmt/rmt-manifest.json +548 -0
- package/xtendrmt/rmt-runtime.browser.js +26183 -0
- package/xtendrmt/rmt-runtime.esm.js +26214 -0
- package/xtendrmt/rmt-vnext-enterprise-mfe-demo.core.json +849 -0
- package/xtendrmt/rmt-vnext-enterprise-mfe-demo.rmt +50 -0
- package/xtendrmt/rmt-vnext-reference-demo.core.json +1069 -0
- package/xtendrmt/rmt-vnext-reference-demo.rmt +50 -0
- package/xtendrmt/rmt.schema.json +3145 -0
- package/xtendrmt/surface-workbench.js +316 -0
- package/xtendrmt/surface-workbench.rmt +762 -0
- package/xtendrmt/xtendrmt-bestcase-demo.core.json +1187 -0
- package/xtendrmt/xtendrmt-bestcase-demo.js +1728 -0
- package/xtendrmt/xtendrmt-bestcase-demo.rmt +57 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
Alle sichtbaren Produktaenderungen werden in diesem Dokument gesammelt. XTend ist fuer RC1-Publish-Prep auf `private: false` geoeffnet; der eigentliche Publish-Befehl bleibt ein separater manueller Owner-Schritt.
|
|
4
|
+
|
|
5
|
+
## 0.1.0-rc.1 Test-Build - 2026-05-16
|
|
6
|
+
|
|
7
|
+
- Ersten lokalen RC1-Test-Build-Schnitt unter `xtend.rc1.test-build-handoff.v1` dokumentiert.
|
|
8
|
+
- Handoff in `development/XTend-RC1-Test-Build-Handoff.md` mit Datum, Commit-Basis `4e0ae07`, Gate-Reports, Pack Dry Run Evidence und offenen Owner-Entscheidungen ergaenzt.
|
|
9
|
+
- RMT vNext Reference Demo und XTendRMT Bestcase Demo als Test-Build-Referenzpfade aufgenommen.
|
|
10
|
+
- RC1-Publish-Prep ist auf Version `0.1.0-rc.1` umgestellt: `package.json`, `package-lock.json` und die XTendRMT VS-Code-Bridge tragen die RC-Version; `private: false` ist gesetzt, `npm publish` wurde noch nicht ausgefuehrt.
|
|
11
|
+
- Netzwerkpflichtige Audit-/SBOM-Evidence im Owner-Publish-Schritt ausgefuehrt und akzeptiert: Audit meldet 0 Vulnerabilities, SBOM liegt als CycloneDX `1.5` mit `Apache-2.0` License Evidence vor.
|
|
12
|
+
- Release Owner Test-Build Acceptance unter `xtend.rc1.test-build-owner-acceptance.v1` dokumentiert: interne Testnutzung akzeptiert, `npm publish` und automatische Publish-Freigaben bleiben blockiert.
|
|
13
|
+
- Separaten Owner-Publish-Entscheid unter `xtend.rc1.release-owner-publish-decision.v1` auf `accepted-for-publish-prep` gestellt; Version, License, Audit/SBOM und Package Boundary sind akzeptiert, der eigentliche Publish-Befehl bleibt manuell.
|
|
14
|
+
- Apache License 2.0 als Projektlizenz fuer den kompletten XTend-Stack gesetzt: Root-Manifest, XTendRMT VS-Code-Bridge, `LICENSE`, Supply-Chain-Policy und Owner-Publish-Decision sind auf `Apache-2.0` aktualisiert.
|
|
15
|
+
- Scoped Release-Matrix ergaenzt: Root-Package `@ccslabs/xtend` sowie Teilpakete `@ccslabs/xtend-rmt`, `@ccslabs/xtend-fabric`, `@ccslabs/xtend-cli` und `@ccslabs/xtend-compiler` sind ueber Root-Workspaces und untergeordnete Manifests abgebildet.
|
|
16
|
+
|
|
17
|
+
## Enterprise-Readiness Baseline - 2026-05-06
|
|
18
|
+
|
|
19
|
+
- Package-Export-Strategie unter `xtend.package-export.release-strategy.v1` vorbereitet.
|
|
20
|
+
- Kanonische Package-Subpaths fuer Loader, API, Komponentenmanifest, Fabric, Fabric/RMT Lane Mapping, XTendRMT Runtime und Scaffold CLI festgelegt.
|
|
21
|
+
- Release-Gates `release:check`, `release:report` und `pack:dry-run` in `package.json` ergaenzt.
|
|
22
|
+
- Supply-Chain-Gate-Plan unter `xtend.security.supply-chain-gate-plan.v1` mit Offline-Verify, License Policy, Vulnerability Policy und CI-Audit-Handoff ergaenzt.
|
|
23
|
+
- Lokale Gates `test:supply-chain` und `supply-chain:verify` ergaenzt.
|
|
24
|
+
- Performance Measurements unter `xtend.performance.measurement.v1` fuer Loader, Hydration, Render und Route Render ergaenzt.
|
|
25
|
+
- Lokales Gate `test:fabric-performance` ergaenzt.
|
|
26
|
+
- Performance Regression Gate unter `xtend.performance.regression-gate.v1` mit deterministischer Baseline und `test:performance` ergaenzt.
|
|
27
|
+
- Hydration Policies unter `xtend.fabric.hydration-policy.v1` fuer visible, idle und lazy Hydration mit `test:hydration-policy` ergaenzt.
|
|
28
|
+
- Performance-Autorendoku und Scaffold Policy `xtend.scaffold.performance-policy.v1` fuer Component-Profile ergaenzt.
|
|
29
|
+
- Browsernahe A11y-Fokus-/Keyboard-Smokes unter `xtend.a11y.browser-keyboard-smoke.v1` fuer Routing, Overlay, Form/Input und Tabs ergaenzt.
|
|
30
|
+
- Screenreader-Signal-Contracts unter `xtend.a11y.screenreader-signals.v1` fuer `aria-live`, Statusregionen, Errorregionen und Announcements mit `test:screenreader-signals` ergaenzt.
|
|
31
|
+
- Motion-/Contrast-Policy unter `xtend.a11y.motion-contrast-policy.v1` fuer `prefers-reduced-motion`, `forced-colors`, Fokus und Nicht-Farbstatus mit `test:motion-contrast` ergaenzt.
|
|
32
|
+
- Manifest-/Dynamic-Import-Policy unter `xtend.security.manifest-import-gate.v1` mit Loader-Refusals und lokalem Gate ergaenzt.
|
|
33
|
+
- Component Catalog Coverage Matrix unter `xtend.catalog.component-coverage-matrix.v1` mit `test:catalog-coverage`, Package-Export und Handoff an Catalog-Folgepakete ergaenzt.
|
|
34
|
+
- Visual-/Browser-Regression-Prioritaetsplan unter `xtend.catalog.component-regression-priority-plan.v1` mit `test:regression-priority`, Package-Export und CI-Handoff ergaenzt.
|
|
35
|
+
- CI Default Gates unter `xtend.ci.default-gates.v1` mit GitHub-Actions-Workflow, Node `26.x`, `npm run test:report` und Artifact `xtend-test-report-node-26` ergaenzt.
|
|
36
|
+
- CI Gate Matrix unter `xtend.ci.gate-matrix.v1` mit `test:pr`, `test:pr:report`, `test:release:full`, `test:release:full:report`, PR-Fast-Artifact und Full-Release-Artifact ergaenzt.
|
|
37
|
+
- Release Checklist und SemVer Policy unter `xtend.release.checklist-semver-policy.v1` mit `xtend.releaseChecklist`, Candidate Gates, Conditional Network Gates, Breaking-Change-Pflichten, Migration Notes, Artifact-Checklist und Release-Owner-Publish-Boundary ergaenzt.
|
|
38
|
+
- Enterprise Adoption Guide unter `xtend.docs.enterprise-adoption.v1` mit `xtend.enterpriseAdoption`, Loader-, Fabric-, RMT-, Security-, A11y-, Performance-, CI- und Release-Readiness-Pfad ergaenzt.
|
|
39
|
+
- RC0 Gate Matrix und RC0 Adoption Guide unter `xtend.epic12.rc0-gate-matrix.v1` und `xtend.epic12.docs-adoption.v1` mit `test:rc0-gate-matrix`, `test:epic12-docs-adoption`, Migration Notes, Known Residual Policy und Publish Boundary ergaenzt.
|
|
40
|
+
- Epic 12 RC0 Handoff unter `xtend.epic12.rc0-handoff.v1` mit `test:epic12-rc0-handoff`, Owner Review Inputs, Conditional Network Gate Status, Known Residual Policy und Status `ready-for-release-owner-review-not-publish` ergaenzt.
|
|
41
|
+
- Epic 13 RC1 Readiness Model unter `xtend.epic13.rc1-production-readiness.v1` mit `test:epic13-rc1-readiness`, RC0-zu-RC1-Gate-Abgleich, Feature-Drift-Bereinigung und Workpackages fuer Production Readiness vorbereitet.
|
|
42
|
+
- Epic 13 Release Owner Acceptance Contract unter `xtend.epic13.release-owner-acceptance.v1` mit `test:epic13-release-owner-acceptance`, Owner Checklist, `accepted`/`deferred`/`blocked` Statuswerten, blockierter `automatic-publish-approval` und Handoff an `WP-E13-03` ergaenzt.
|
|
43
|
+
- Epic 13 Conditional Network Evidence unter `xtend.epic13.conditional-network-evidence.v1` mit `test:epic13-conditional-network-evidence`, Audit-/SBOM-Artefaktpfaden, `xtend.epic13.conditional-network-deferral.v1` und lokal netzwerkfreiem Owner-Deferral-Modell ergaenzt.
|
|
44
|
+
- Epic 13 Package Export Lock unter `xtend.epic13.package-export-lock.v1` mit `test:epic13-package-export-lock`, `pack:dry-run:report`, `.xtend-test-results/xtend-pack-dry-run.json`, `.xtend-test-results/xtend-package-export-surface-lock.json` und Drift-Check gegen `package.json#exports` ergaenzt.
|
|
45
|
+
- Epic 13 Known Residual Triage unter `xtend.epic13.known-residual-triage.v1` mit `test:epic13-known-residual-triage`, Boundary-Schliessungen fuer `xstate`/`x-utils` und `xtend.component.hydrate` als WP-E13-06 Watchpoint ergaenzt.
|
|
46
|
+
- Epic 13 Hydration Performance Closure unter `xtend.epic13.hydration-performance-closure.v1` mit `test:epic13-hydration-performance-closure`, `xtend.component.hydrate` bei `31ms / 32ms`, `warnCount === 0` und Handoff nach `WP-E13-09` ergaenzt.
|
|
47
|
+
- Epic 13 PROD Browser CSP Smoke unter `xtend.epic13.prod-browser-csp-smoke.v1` mit `test:epic13-prod-browser-csp-smoke`, `dev:local:csp`, Nonce, same-origin Manifest, lokalem CSP Header und `tests/browser/fixtures/epic13-prod-csp-smoke.html` ergaenzt.
|
|
48
|
+
- Epic 13 Visual Owner Artifact unter `xtend.epic13.visual-owner-artifact.v1` mit `test:epic13-visual-owner-artifact`, Manifest `tests/browser/visual-baselines/rc1-visual-owner-artifact.manifest.json`, deterministischen Viewports und optionalem Screenshot-/Pixel-Artefaktpfad ergaenzt.
|
|
49
|
+
- Epic 13 RMT Production Readiness unter `xtend.epic13.rmt-production-readiness.v1` mit `test:epic13-rmt-production-readiness`, RMT-first App Shell, Routing, Components, Fabric/Lanes, Lifecycle Telemetry, Diagnostics und Artifact Parity als RC1-Buendel ergaenzt.
|
|
50
|
+
- Epic 13 Docs RMT Production Hardening unter `xtend.epic13.docs-rmt-production-hardening.v1` mit `test:epic13-docs-rmt-production-hardening`, stabilen Docs-App Extension-Slots, Parsedown-Host-Boundary, Rich-HTML-/XPlayer-Schedules und Diagnostics ergaenzt.
|
|
51
|
+
- Epic 13 Trusted DOM Boundary unter `xtend.epic13.trusted-dom-boundary.v1` mit `test:epic13-trusted-dom-boundary`, Sanitizer `xtend.security.trusted-dom-sanitizer.v1`, browsernaher Fixture `tests/browser/fixtures/epic13-trusted-dom-boundary-smoke.html` und Package-Metadaten `xtend.epic13TrustedDomBoundary` ergaenzt.
|
|
52
|
+
- Epic 13 RC1 Migration Notes unter `xtend.epic13.rc1-migration-notes-semver.v1` mit `test:epic13-rc1-migration-notes`, vorgeschlagener Version `0.1.0-rc.1`, Migration Notes, SemVer Decision, Changelog-Pflichten und Package-Metadaten `xtend.epic13Rc1MigrationNotes` ergaenzt.
|
|
53
|
+
- Epic 13 RC1 Gate Matrix und CI-Handoff unter `xtend.epic13.rc1-gate-matrix-ci-handoff.v1` mit `test:epic13-rc1-gate-matrix-ci-handoff`, CI Lanes, Report-Artefakten, Referenzpfaden und Package-Metadaten `xtend.epic13Rc1GateMatrixCiHandoff` ergaenzt.
|
|
54
|
+
- Release Report und Pack Dry Run Evidence unter `xtend.epic13.release-report-pack-dry-run-evidence.v1` mit `test:epic13-release-report-pack-dry-run-evidence`, reproduzierbaren Owner-Artefakten, `pack:dry-run` Capture-Pfad und Package-Metadaten `xtend.epic13ReleaseReportPackDryRunEvidence` ergaenzt.
|
|
55
|
+
- Conditional Network Evidence CI unter `xtend.epic13.conditional-network-evidence-ci.v1` mit `test:epic13-conditional-network-evidence-ci`, `conditional-network:evidence`, CI-Upload-Artefakten und Package-Metadaten `xtend.epic13ConditionalNetworkEvidenceCi` ergaenzt.
|
|
56
|
+
- Docs-App RMT Parsedown Scheduling Pilot unter `xtend.docs.parsedown-rmt-pilot.v1` auf Shell-first erweitert: `docs.app.shell`, `docs.header.search`, `docs.media.lazy`, `xtend.docsRmtPilot`, `docs/xtendrmt-parsedown-docs.rmt`, per-page Host-Metadaten und `test:docs-rmt-pilot` sind gatebar.
|
|
57
|
+
- Docs-App UX-Hardening fuer `x-header`/`x-hero` ergaenzt: strukturierte Docs-Navigation, `search`-/`actions`-Slotmodell, kontraststarke Header-Shell, themenfaehiger Hero und leichte Route-Mikrointeraktionen ohne Docs-App-Monkeypatching.
|
|
58
|
+
- XRouter Scroll-Boundary-Normalisierung unter `xtend.router.scroll-boundary.v1` ergaenzt, damit Route-Wechsel von langen auf kurze Seiten keine stale Scrollpositionen oder Deadzones unterhalb des Contentbereichs hinterlassen.
|
|
59
|
+
- Form-Control-Shell-Sizing fuer `x-form` und `x-input` gehaertet, damit Header-Suchen und kompakte Form-Slots Padding, Border und Control-Breite ohne horizontales Herausragen berechnen.
|
|
60
|
+
- Header-Navigation als fixed Full-Width-Overlay gehaertet und XRouter Overlay-Cleanup unter `xtend.router.closedNavigationOverlays` ergaenzt, damit geoeffnete Menues beim Route-Wechsel keine Deadzones oder lange Scrollbereiche erzeugen.
|
|
61
|
+
- Docs-App Parsedown SafeMode-Nachbearbeitung fuer Inline-Code ergaenzt, damit Komponenten-Namen wie `<x-code>` nicht als doppelt escapete Entities angezeigt werden und die Trusted-DOM-Boundary trotzdem erhalten bleibt.
|
|
62
|
+
- Docs-App Navigation von flacher Linkliste auf kaskadierende Artikelhierarchie mit `id`, `group`, `parent`, `tier` und PageRank-artigem `rank` umgestellt, sodass Basics zuerst sichtbar sind und Spezialthemen als Deep Dives aufklappen.
|
|
63
|
+
- `x-icon` als RMT-kompatible XTend-Komponente ergaenzt: lokale Core-Icons, lokaler Lucide-Adapter, globale `window.XTend.icons` Registry, Public Types, Component-Suite, Fixture und Docs-App-Menue-Ikonographie ohne CDN-Abhaengigkeit.
|
|
64
|
+
- npm Provenance fuer spaetere Releases vorbereitet.
|
|
65
|
+
- Root-README fuer Package-Konsumenten und lokale Enterprise-Entwicklung ergaenzt.
|
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
# XTend
|
|
2
|
+
|
|
3
|
+
- Status: Enterprise Readiness / RC1 scoped publish prep
|
|
4
|
+
- Package contract: `xtend.package-export.release-strategy.v1`
|
|
5
|
+
- Release checklist: `xtend.release.checklist-semver-policy.v1`
|
|
6
|
+
- Root package: `@ccslabs/xtend`
|
|
7
|
+
- Canonical loader: `xtend-loader.js`
|
|
8
|
+
|
|
9
|
+
XTend ist ein Web-Component-Framework fuer lokale, CDN-freie Entwicklung. Die aktuelle Enterprise-Reife-Strecke trennt XTend UI als Component-/UI-Builder-Produkt von XTendRMT als framework-agnostischem Scheduler und Templating Kernel.
|
|
10
|
+
|
|
11
|
+
## Scoped Packages
|
|
12
|
+
|
|
13
|
+
Anwender koennen entweder das Gesamtpaket oder einzelne Laufzeit-/Tooling-Pakete installieren:
|
|
14
|
+
|
|
15
|
+
| Package | Inhalt | Manifest |
|
|
16
|
+
|---------|--------|----------|
|
|
17
|
+
| `@ccslabs/xtend` | kompletter XTend Stack mit UI, Fabric, RMT, CLI, Compiler, Security und Docs | `package.json` |
|
|
18
|
+
| `@ccslabs/xtend-rmt` | XTendRMT Runtime, Browser Bundle, Core Types und RMT Schema | `xtendrmt/package.json` |
|
|
19
|
+
| `@ccslabs/xtend-fabric` | Fabric Runtime, Hydration Policy und RMT Lane Mapping | `fabric/package.json` |
|
|
20
|
+
| `@ccslabs/xtend-cli` | Scaffold-/Builder-CLI mit `xt`, `xtend` und `xtend-scaffold` | `xtend-builder/package.json` |
|
|
21
|
+
| `@ccslabs/xtend-compiler` | RMT vNext Compiler, Parser, Linter und Language-Server Tooling | `tools/package.json` |
|
|
22
|
+
|
|
23
|
+
## Einstiegspunkte
|
|
24
|
+
|
|
25
|
+
| Zweck | Pfad |
|
|
26
|
+
|-------|------|
|
|
27
|
+
| Kanonischer Browser Loader | `xtend-loader.js` |
|
|
28
|
+
| Legacy Loader Stub | `xtend-dev.js` |
|
|
29
|
+
| UI API | `api.js` |
|
|
30
|
+
| Komponentenmanifest | `components/manifest.json` |
|
|
31
|
+
| XTend-Fabric Runtime | `fabric/xtend-fabric.js` |
|
|
32
|
+
| Fabric/RMT Lane Mapping | `fabric/rmt-lane-mapping.js` |
|
|
33
|
+
| Performance fuer Komponentenautoren | `docs/performance.md` |
|
|
34
|
+
| Performance Measurements | `docs/performance-measurements.md` |
|
|
35
|
+
| Performance Regression | `docs/performance-regression.md` |
|
|
36
|
+
| Hydration Policies | `docs/hydration-policies.md` |
|
|
37
|
+
| Hydration Performance Closure | `docs/hydration-performance-closure.md` |
|
|
38
|
+
| PROD Browser CSP Smokes | `docs/prod-browser-csp-smokes.md` |
|
|
39
|
+
| Visual Owner Artifacts | `docs/visual-owner-artifacts.md` |
|
|
40
|
+
| Trusted DOM Boundary Proof | `docs/trusted-dom-boundary-browser-proof.md` |
|
|
41
|
+
| RC1 Migration Notes | `docs/rc1-migration-notes.md` |
|
|
42
|
+
| RC1 Gate Matrix und CI-Handoff | `docs/rc1-gate-matrix-ci-handoff.md` |
|
|
43
|
+
| Release Report und Pack Dry Run Evidence | `docs/release-report-pack-dry-run-evidence.md` |
|
|
44
|
+
| A11y Keyboard Smokes | `docs/a11y-keyboard-smokes.md` |
|
|
45
|
+
| Screenreader Signals | `docs/screenreader-signals.md` |
|
|
46
|
+
| Motion und Contrast | `docs/motion-contrast.md` |
|
|
47
|
+
| Manifest Import Policy | `security/manifest-import-policy.js` |
|
|
48
|
+
| Conditional Network Evidence CI | `docs/conditional-network-evidence-ci.md` |
|
|
49
|
+
| Component Catalog Coverage | `catalog/component-catalog-coverage.js` |
|
|
50
|
+
| Visual/Browser Regression Priority | `catalog/component-regression-priority.js` |
|
|
51
|
+
| Enterprise Adoption Guide | `docs/enterprise-adoption.md` |
|
|
52
|
+
| RC0 Adoption Guide | `docs/rc0-adoption-guide.md` |
|
|
53
|
+
| RC0 Gate Matrix | `development/XTend-RC0-Gate-Matrix.md` |
|
|
54
|
+
| Docs RMT Parsedown Pilot | `docs/xtendrmt-parsedown-docs.rmt` |
|
|
55
|
+
| CI Default Gates | `.github/workflows/xtend-default-gates.yml` |
|
|
56
|
+
| CI Gate Matrix | `development/XTend-CI-Gate-Matrix.md` |
|
|
57
|
+
| Release Checklist und SemVer | `development/XTend-Release-Checklist-und-SemVer-Policy.md` |
|
|
58
|
+
| XTendRMT ESM Runtime | `xtendrmt/rmt-runtime.esm.js` |
|
|
59
|
+
| XTendRMT Browser Runtime | `xtendrmt/rmt-runtime.browser.js` |
|
|
60
|
+
| Scaffold CLI | `xt`, `xtend`, `xtend-scaffold`, `xtend-builder/scaffold.js` |
|
|
61
|
+
| Supply-Chain Policy | `security/supply-chain-gate-policy.js` |
|
|
62
|
+
|
|
63
|
+
## Lokale Entwicklung
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
npm run dev:local
|
|
67
|
+
npm test
|
|
68
|
+
xt validate --json
|
|
69
|
+
npm run test:fabric-performance
|
|
70
|
+
npm run test:performance
|
|
71
|
+
npm run test:hydration-policy
|
|
72
|
+
npm run test:screenreader-signals
|
|
73
|
+
npm run test:motion-contrast
|
|
74
|
+
npm run test:catalog-coverage
|
|
75
|
+
npm run test:regression-priority
|
|
76
|
+
npm run test:report
|
|
77
|
+
npm run test:pr
|
|
78
|
+
npm run test:release:full
|
|
79
|
+
npm run test:manifest-policy
|
|
80
|
+
npm run test:supply-chain
|
|
81
|
+
npm run test:rc0-gate-matrix
|
|
82
|
+
npm run test:epic12-docs-adoption
|
|
83
|
+
npm run test:epic13-package-export-lock
|
|
84
|
+
npm run test:epic13-prod-browser-csp-smoke
|
|
85
|
+
npm run test:epic13-visual-owner-artifact
|
|
86
|
+
npm run test:epic13-trusted-dom-boundary
|
|
87
|
+
npm run test:epic13-rc1-migration-notes
|
|
88
|
+
npm run test:epic13-rc1-gate-matrix-ci-handoff
|
|
89
|
+
npm run test:epic13-release-report-pack-dry-run-evidence
|
|
90
|
+
npm run test:epic13-conditional-network-evidence-ci
|
|
91
|
+
npm run conditional-network:evidence
|
|
92
|
+
npm run dev:local:csp
|
|
93
|
+
npm run test:docs-rmt-pilot
|
|
94
|
+
npm run release:check
|
|
95
|
+
npm run pack:dry-run:report
|
|
96
|
+
npm run pack:dry-run
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
`npm publish` bleibt ein Owner-kontrollierter Schritt. Root bleibt fuer RC1-Publish-Prep auf `private: false`; der aktive GitHub-Actions-Workflow kann diesen Schritt ueber `workflow_dispatch` mit `publish_to_npm=true` oder automatisch nach einem `release: published` Event fahren: Vor dem Publish laufen Full Release Gates, `release:report`, Package Dry Run, Publish Dry Run und Audit/SBOM Evidence erneut; der finale Befehl ist `npm publish --tag next --provenance --access public`.
|
|
100
|
+
|
|
101
|
+
Der aktive GitHub-Actions-Workflow `.github/workflows/xtend-default-gates.yml` nutzt Node `26.x` und trennt Pull-Request-Feedback von Full-Release-Gates: `npm run test:pr:report` laedt `xtend-pr-gate-report-node-26`, `npm run test:release:full:report` laedt `xtend-release-gate-report-node-26`, `package-structure` laedt `xtend-package-structure-node-26`.
|
|
102
|
+
|
|
103
|
+
Release-Kandidaten folgen `xtend.release.checklist-semver-policy.v1`. `package.json` spiegelt die Pflichten unter `xtend.releaseChecklist`; die RC1-Publish-Prep-Boundary ist durch den Release Owner geoeffnet.
|
|
104
|
+
|
|
105
|
+
## Lizenz
|
|
106
|
+
|
|
107
|
+
XTend und der komplette XTendRMT-Stack stehen unter der Apache License 2.0. Die vollstaendige Lizenz liegt in `LICENSE`; die Package-Manifeste nutzen `Apache-2.0`.
|
|
108
|
+
|
|
109
|
+
Enterprise-Teams starten mit `docs/enterprise-adoption.md`. Der Guide verbindet Loader, lokalen Dev Server, XTend UI, XTend-Fabric, XTendRMT, Security, A11y, Performance, CI Gates und Release Readiness zu einem operativen Einfuehrungspfad. Die zugehoerige Package-Metadatenflaeche liegt unter `xtend.enterpriseAdoption`.
|
|
110
|
+
|
|
111
|
+
`WP-E12-15` ergaenzt den RC0 Adoption Guide unter `docs/rc0-adoption-guide.md`. Der Guide verbindet Long-Tail Runtime Closure, DOM-first Visual Snapshots, Design Tokens, RMT DSL Authoring Polish, Known Residual Policy und RC0 Gate Matrix fuer Component Authors, App Authors und Release Owner. Die Package-Metadatenflaeche liegt unter `xtend.epic12DocsAdoption`.
|
|
112
|
+
|
|
113
|
+
`WP-E12-16` schliesst Epic 12 mit dem RC0 Handoff unter `docs/epic12-rc0-handoff.md` ab. Der Handoff verbindet die Gate-Matrix, Migration Notes, Known Residual Policy, Conditional Network Gates, Package Dry Run und Publish Boundary fuer Release Owner. Die Package-Metadatenflaeche liegt unter `xtend.epic12Rc0Handoff`; der Status ist `ready-for-release-owner-review-not-publish`.
|
|
114
|
+
|
|
115
|
+
`WP-E13-01` startet den RC0-zu-RC1-Transfer mit dem RC1 Readiness Model unter `docs/rc1-readiness.md`. Der Gate-Abgleich verbindet vorhandene RC0-Gates mit den noch offenen PROD-Readiness-Luecken fuer Release Owner Acceptance, Network Evidence, Package Dry Run Export Lock, Known Residuals, PROD-nahe Browser-/CSP-Smokes, RMT Production Readiness und Migration Notes. Die Package-Metadatenflaeche liegt unter `xtend.epic13Rc1Readiness`.
|
|
116
|
+
|
|
117
|
+
`WP-E13-02` definiert den Release Owner Acceptance Contract unter `docs/release-owner-acceptance.md`. Die Owner Checklist nutzt `accepted`, `deferred` und `blocked`, blockiert `automatic-publish-approval` und haelt `private-until-release-owner-acceptance` aktiv. Die Package-Metadatenflaeche liegt unter `xtend.epic13ReleaseOwnerAcceptance`; nach `WP-E13-09` zeigt der Handoff auf `WP-E13-10`.
|
|
118
|
+
|
|
119
|
+
`WP-E13-03` definiert die Conditional Network Evidence unter `docs/conditional-network-evidence.md`. `npm audit --audit-level=moderate` und `npm sbom --sbom-format=cyclonedx --json` besitzen erwartete `.xtend-test-results/` Artefakte, waehrend lokale Default-Gates netzwerkfrei bleiben und strukturierte Deferrals wie `network-restricted-local-default` erzeugen koennen. Die Package-Metadatenflaeche liegt unter `xtend.epic13ConditionalNetworkEvidence`.
|
|
120
|
+
|
|
121
|
+
`WP-E13-04` definiert den Package Export Lock unter `docs/package-export-lock.md`. `npm run pack:dry-run:report` erzeugt `.xtend-test-results/xtend-pack-dry-run.json`, `.xtend-test-results/xtend-package-export-surface-lock.json` und `.xtend-test-results/xtend-package-export-lock-report.json`. Die Package-Metadatenflaeche liegt unter `xtend.epic13PackageExportLock`.
|
|
122
|
+
|
|
123
|
+
`WP-E13-05` definiert die Known Residual Triage unter `docs/known-residual-triage.md`. `xstate` und `x-utils` sind fuer RC1 als Boundary-Contracts geschlossen, waehrend `xtend.component.hydrate` als einziger Watchpoint nach `WP-E13-06` ging. Die Package-Metadatenflaeche liegt unter `xtend.epic13KnownResidualTriage`.
|
|
124
|
+
|
|
125
|
+
`WP-E13-06` definiert die Hydration Performance Closure unter `docs/hydration-performance-closure.md`. `xtend.component.hydrate` liegt mit `31ms` unter dem unveraenderten `32ms` Budget, die RC1-Baseline meldet `warnCount === 0`, und es bleibt kein Owner-Residual fuer Hydration uebrig. Die Package-Metadatenflaeche liegt unter `xtend.epic13HydrationPerformanceClosure`.
|
|
126
|
+
|
|
127
|
+
`WP-E13-07` definiert die PROD Browser CSP Smokes unter `docs/prod-browser-csp-smokes.md`. `xtend.epic13.prod-browser-csp-smoke.v1` beschreibt same-origin Manifest, Nonce, root-lokalen Loader, lokalen CSP Header und `tests/browser/fixtures/epic13-prod-csp-smoke.html`. Die Package-Metadatenflaeche liegt unter `xtend.epic13ProdBrowserCspSmoke`.
|
|
128
|
+
|
|
129
|
+
`WP-E13-08` definiert die Visual Owner Artifacts unter `docs/visual-owner-artifacts.md`. `xtend.epic13.visual-owner-artifact.v1` beschreibt Manifest, deterministische Viewports, `.xtend-test-results/visual-snapshots/rc1/{family}/{viewport}/{theme}/{density}/{motion}.png` und den lokalen DOM-first Gate ohne verpflichtenden Browser-Treiber. Die Package-Metadatenflaeche liegt unter `xtend.epic13VisualOwnerArtifact`.
|
|
130
|
+
|
|
131
|
+
`WP-E13-09` definiert die RMT Production Readiness unter `docs/rmt-production-readiness.md`. `xtend.epic13.rmt-production-readiness.v1` buendelt RMT-first App Shell, Routing, Components, Fabric/Lanes, Lifecycle Telemetry, Diagnostics und Artifact Parity als RC1-Gate. Die Package-Metadatenflaeche liegt unter `xtend.epic13RmtProductionReadiness`.
|
|
132
|
+
|
|
133
|
+
`WP-E13-10` definiert das Docs RMT Production Hardening unter `docs/docs-rmt-production-hardening.md`. `xtend.epic13.docs-rmt-production-hardening.v1` stabilisiert die Docs-App als Shell-first RMT/Parsedown-Pfad mit Extension-Slots fuer `parsedownHtml`, `richHtml`, `xplayerTutorial` und Diagnostics. Die Package-Metadatenflaeche liegt unter `xtend.epic13DocsRmtProductionHardening`.
|
|
134
|
+
|
|
135
|
+
`WP-E13-11` definiert den Trusted DOM Boundary Browser Proof unter `docs/trusted-dom-boundary-browser-proof.md`. `xtend.epic13.trusted-dom-boundary.v1` prueft Parsedown HTML, RMT `html_fragment`, `dom_descriptor`-Praeferenz, Sanitizer `xtend.security.trusted-dom-sanitizer.v1`, CSP-Anschluss und die Fixture `tests/browser/fixtures/epic13-trusted-dom-boundary-smoke.html`. Die Package-Metadatenflaeche liegt unter `xtend.epic13TrustedDomBoundary`.
|
|
136
|
+
|
|
137
|
+
`WP-E13-12` definiert die RC1 Migration Notes unter `docs/rc1-migration-notes.md`. `xtend.epic13.rc1-migration-notes-semver.v1` dokumentiert den SemVer-Entscheid fuer `0.1.0-rc.1`, Consumer-Migrationen fuer Loader, RMT, Docs, Trusted DOM, Fabric, Typing, Visual Owner Artifacts und Supply Chain sowie den Handoff nach `WP-E13-13`. Die Package-Metadatenflaeche liegt unter `xtend.epic13Rc1MigrationNotes`.
|
|
138
|
+
|
|
139
|
+
`WP-E13-13` definiert die RC1 Gate Matrix und den CI-Handoff unter `docs/rc1-gate-matrix-ci-handoff.md`. `xtend.epic13.rc1-gate-matrix-ci-handoff.v1` registriert Epic-13-Source-Gates, CI Lanes, Report-Artefakte, Referenzpfade und den Handoff nach `WP-E13-14`. Die Package-Metadatenflaeche liegt unter `xtend.epic13Rc1GateMatrixCiHandoff`.
|
|
140
|
+
|
|
141
|
+
`DPF-WP-02` definiert die Release Report und Pack Dry Run Evidence unter `docs/release-report-pack-dry-run-evidence.md`. `xtend.epic13.release-report-pack-dry-run-evidence.v1` macht `npm run release:report` und `npm run pack:dry-run` zu reproduzierbaren Owner-Artefakten; der lokale Gate ist `npm run test:epic13-release-report-pack-dry-run-evidence`. Die Package-Metadatenflaeche liegt unter `xtend.epic13ReleaseReportPackDryRunEvidence`.
|
|
142
|
+
|
|
143
|
+
`DPF-WP-03` definiert die Conditional Network Evidence CI unter `docs/conditional-network-evidence-ci.md`. `xtend.epic13.conditional-network-evidence-ci.v1` macht `npm run conditional-network:evidence`, den CI-Job `conditional-network-evidence` und Audit-/SBOM-Deferrals fuer Release Owner sichtbar. Die Package-Metadatenflaeche liegt unter `xtend.epic13ConditionalNetworkEvidenceCi`.
|
|
144
|
+
|
|
145
|
+
`ER-WP-40` finalisiert den Enterprise-Reife-Paketlauf mit dem Docs-App RMT Parsedown Pilot. Das RMT-Dokument `docs/xtendrmt-parsedown-docs.rmt` beschreibt `xtend.docs.parsedown-rmt-pilot.v1` inzwischen Shell-first: `docs.app.shell` und `docs.header.search` werden als RMT-`dom_descriptor` gerendert, waehrend Parsedown, PHP und Sanitizing in der Docs-App Boundary bleiben. Die Package-Metadatenflaeche liegt unter `xtend.docsRmtPilot`.
|
|
146
|
+
|
|
147
|
+
## Dokumentation
|
|
148
|
+
|
|
149
|
+
- `docs/` enthaelt die offizielle Entwicklerdokumentation.
|
|
150
|
+
- `development/XTend-Package-Export-und-Release-Strategie.md` beschreibt die Distribution- und Release-Entscheidung.
|
|
151
|
+
- `docs/performance.md` beschreibt die Performance-Policy fuer Komponentenautoren.
|
|
152
|
+
- `development/XTend-Performance-Messpunkte-und-Snapshots.md` beschreibt Loader-, Hydration-, Render- und Route-Messpunkte.
|
|
153
|
+
- `development/XTend-Performance-Regression-Gate.md` beschreibt das deterministische Performance Regression Gate.
|
|
154
|
+
- `development/XTend-Hydration-Policy-Contract.md` beschreibt Lazy/Idle/Visible Hydration Policies.
|
|
155
|
+
- `development/XTend-Browsernaher-Fokus-und-Keyboard-Smoke-Plan.md` beschreibt browsernahe A11y-Fokus- und Keyboard-Smokes.
|
|
156
|
+
- `development/XTend-Screenreader-Signal-Contract.md` beschreibt `xtend.a11y.screenreader-signals.v1` fuer Live-Regionen, Statusregionen, Errorregionen und Announcements.
|
|
157
|
+
- `development/XTend-Motion-und-Contrast-Policy.md` beschreibt `xtend.a11y.motion-contrast-policy.v1` fuer Reduced Motion, High Contrast, Fokus und Nicht-Farbstatus.
|
|
158
|
+
- `development/XTend-Manifest-und-Dynamic-Import-Policy.md` beschreibt Loader-, Manifest- und Dynamic-Import-Haertung.
|
|
159
|
+
- `development/XTend-Supply-Chain-Gate-Plan.md` beschreibt Dependency-, License- und Vulnerability-Gates.
|
|
160
|
+
- `development/XTend-Epic12-Abschluss-und-RC0-Handoff.md` beschreibt den RC0 Owner-Handoff und die Publish Boundary fuer Epic 12.
|
|
161
|
+
- `development/XTend-Epic13-RC1-Readiness-Modell.md` beschreibt den RC0-zu-RC1-Transfer und die Gate-Luecken zur Production Readiness.
|
|
162
|
+
- `development/XTend-Epic13-Release-Owner-Acceptance-Contract.md` beschreibt `xtend.epic13.release-owner-acceptance.v1`, Owner Inputs, Checklist-Statuswerte und die blockierte automatische Publish-Freigabe.
|
|
163
|
+
- `development/XTend-Epic13-Conditional-Network-Evidence-Contract.md` beschreibt `xtend.epic13.conditional-network-evidence.v1`, Audit-/SBOM-Artefakte und strukturierte Offline-/Sandbox-Deferrals.
|
|
164
|
+
- `development/XTend-Epic13-Package-Export-Lock-Contract.md` beschreibt `xtend.epic13.package-export-lock.v1`, Dry-Run-Artefakte und den Export-Surface-Lock.
|
|
165
|
+
- `development/XTend-Epic13-Known-Residual-Triage-Contract.md` beschreibt `xtend.epic13.known-residual-triage.v1`, Boundary-Schliessungen fuer `xstate`/`x-utils` und den Hydration-Watchpoint.
|
|
166
|
+
- `development/XTend-Epic13-Hydration-Performance-Closure-Contract.md` beschreibt `xtend.epic13.hydration-performance-closure.v1`, die owner-freie Schliessung von `xtend.component.hydrate` und den Handoff nach `WP-E13-09`.
|
|
167
|
+
- `development/XTend-Epic13-PROD-Browser-CSP-Smoke-Contract.md` beschreibt `xtend.epic13.prod-browser-csp-smoke.v1`, Nonce, same-origin Manifest, lokalen CSP Header und die PROD-nahe Browser-Fixture.
|
|
168
|
+
- `development/XTend-Epic13-Visual-Owner-Artifact-Contract.md` beschreibt `xtend.epic13.visual-owner-artifact.v1`, Manifest, Viewports und optionale Screenshot-/Pixel-Artefakte.
|
|
169
|
+
- `development/XTend-Epic13-RMT-Production-Readiness-Contract.md` beschreibt `xtend.epic13.rmt-production-readiness.v1`, RMT-first App Shell, Routing, Components, Fabric/Lanes, Diagnostics, Artifact Parity und Kernel Boundary.
|
|
170
|
+
- `development/XTend-Epic13-Docs-RMT-Production-Hardening-Contract.md` beschreibt `xtend.epic13.docs-rmt-production-hardening.v1`, Docs-App Extension-Slots, Parsedown-Host-Boundary, Rich-HTML-/XPlayer-Schedules und Diagnostics.
|
|
171
|
+
- `development/XTend-Epic13-Trusted-DOM-Boundary-Contract.md` beschreibt `xtend.epic13.trusted-dom-boundary.v1`, Parsedown/RMT HTML Sanitizer, Browser-Fixture und Kernel Boundary.
|
|
172
|
+
- `development/XTend-Epic13-RC1-Migration-Notes-und-SemVer-Entscheid.md` beschreibt `xtend.epic13.rc1-migration-notes-semver.v1`, vorgeschlagene RC-Version `0.1.0-rc.1`, Migration Sections, Changelog-Pflichten und Handoff nach `WP-E13-13`.
|
|
173
|
+
- `development/XTend-Epic13-RC1-Gate-Matrix-und-CI-Handoff.md` beschreibt `xtend.epic13.rc1-gate-matrix-ci-handoff.v1`, CI Lanes, Report-Artefakte, Referenzpfade und Handoff nach `WP-E13-14`.
|
|
174
|
+
- `development/XTend-Epic13-Release-Report-und-Pack-Dry-Run-Evidence.md` beschreibt `xtend.epic13.release-report-pack-dry-run-evidence.v1`, Release Report, Pack Dry Run, Owner-Artefakte und Handoff nach `DPF-WP-03`.
|
|
175
|
+
- `development/XTend-Epic13-Conditional-Network-Evidence-CI-Contract.md` beschreibt `xtend.epic13.conditional-network-evidence-ci.v1`, Audit/SBOM-CI-Evidence, Deferral-Artefakte und Handoff nach `DPF-WP-04`.
|
|
176
|
+
- `development/XTend-Component-Catalog-Coverage-Matrix.md` beschreibt `xtend.catalog.component-coverage-matrix.v1` fuer Manifest-weite Component-Reife.
|
|
177
|
+
- `development/XTend-Visuelle-und-Browsernahe-Regression-Prioritaetsplan.md` beschreibt `xtend.catalog.component-regression-priority-plan.v1` fuer Visual-/Browser-Regression.
|
|
178
|
+
- `development/XTend-CI-Default-Gates-Workflow.md` beschreibt `xtend.ci.default-gates.v1` fuer den aktiven CI-Workflow.
|
|
179
|
+
- `development/XTend-CI-Gate-Matrix.md` beschreibt `xtend.ci.gate-matrix.v1` fuer PR-Fast-, Full-Release- und Nightly-Gates.
|
|
180
|
+
- `development/XTend-Release-Checklist-und-SemVer-Policy.md` beschreibt `xtend.release.checklist-semver-policy.v1` fuer Release-Kandidaten, SemVer, Breaking Changes, Migration Notes, Artifacts und Publish Boundary.
|
|
181
|
+
- `docs/enterprise-adoption.md` beschreibt `xtend.docs.enterprise-adoption.v1` fuer Enterprise Adoption, Betriebsprofile, Gate-Reihenfolge und Release Readiness.
|
|
182
|
+
- `docs/rc0-adoption-guide.md` beschreibt `xtend.epic12.docs-adoption.v1` fuer RC0 Migration Notes, Adoption Checks, Known Residuals und Publish Boundary.
|
|
183
|
+
- `docs/xtendrmt-parsedown-scheduling.md` beschreibt `xtend.docs.parsedown-rmt-pilot.v1`, `docs.app.shell`, `docs.header.search`, `docs.media.lazy` und `xtend.docsRmtPilot` fuer den Shell-first Docs-App RMT Parsedown Scheduling Pilot.
|
|
184
|
+
- `development/ROADMAP-XTend-Enterprise-Reife.md` fuehrt die Enterprise-Workpackages.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export * from '../fabric/xtend-policy-public-types';
|
|
2
|
+
import type {
|
|
3
|
+
XtendPolicyConstant,
|
|
4
|
+
XtendPolicyOptions,
|
|
5
|
+
XtendPolicyReport
|
|
6
|
+
} from '../fabric/xtend-policy-public-types';
|
|
7
|
+
|
|
8
|
+
export interface XtendMotionContrastPolicy {
|
|
9
|
+
schema: string;
|
|
10
|
+
componentRef: string;
|
|
11
|
+
motion: Record<string, unknown>;
|
|
12
|
+
contrast: Record<string, unknown>;
|
|
13
|
+
fabric: Record<string, unknown>;
|
|
14
|
+
requiredCss: string[];
|
|
15
|
+
testRefs: string[];
|
|
16
|
+
boundaries: Record<string, unknown>;
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export declare const CONTRACTS: XtendPolicyConstant<Record<string, string>>;
|
|
21
|
+
export declare const MOTION_CONTRAST_POLICY_SCHEMA: XtendPolicyConstant<string>;
|
|
22
|
+
export declare const MOTION_POLICY_SCHEMA: XtendPolicyConstant<string>;
|
|
23
|
+
export declare const CONTRAST_POLICY_SCHEMA: XtendPolicyConstant<string>;
|
|
24
|
+
export declare const MOTION_CONTRAST_TEST_SCHEMA: XtendPolicyConstant<string>;
|
|
25
|
+
export declare const MOTION_MEDIA_QUERY: XtendPolicyConstant<string>;
|
|
26
|
+
export declare const CONTRAST_MEDIA_QUERY: XtendPolicyConstant<string>;
|
|
27
|
+
export declare const PROFILE_POLICY_DEFAULTS: XtendPolicyConstant<Record<string, unknown>>;
|
|
28
|
+
export declare const SYSTEM_COLOR_TOKENS: XtendPolicyConstant<string[]>;
|
|
29
|
+
export declare const FABRIC_A11Y_PREFERENCE: XtendPolicyConstant<Record<string, unknown>>;
|
|
30
|
+
export declare function createMotionContrastPolicy(options?: XtendPolicyOptions): XtendMotionContrastPolicy;
|
|
31
|
+
export declare function normalizeMotionContrastPolicy(input?: XtendPolicyOptions | XtendMotionContrastPolicy): XtendMotionContrastPolicy;
|
|
32
|
+
export declare function validateMotionContrastPolicy(input?: XtendPolicyOptions | XtendMotionContrastPolicy): XtendPolicyReport<XtendMotionContrastPolicy>;
|